forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from CleverRaven/master
Aftershock:Wraitheon Executive Profesion (CleverRaven#36301)
- Loading branch information
Showing
36 changed files
with
343 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"type": "GENERIC", | ||
"id": "broken_afs_mon_sentinel_lx", | ||
"symbol": ",", | ||
"color": "green", | ||
"name": "broken sentinel-lx", | ||
"category": "other", | ||
"description": "The irreparably broken remains of a Sentinel-lx. Could be gutted for valuable parts.", | ||
"price": 30000, | ||
"price_postapoc": 1000, | ||
"material": [ | ||
"steel", | ||
"plastic" | ||
], | ||
"weight": "140000 g", | ||
"volume": "62500 ml", | ||
"bashing": 6, | ||
"cutting": 6, | ||
"to_hit": -3, | ||
"flags": [ | ||
"TRADER_AVOID" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[ | ||
{ | ||
"id": "afs_sentinel_stunner", | ||
"type": "GUN", | ||
"copy-from": "v29", | ||
"name": "wrist-stunner", | ||
"description": "A severed robotic hand from a Wraitheon Sentinel. The powerful electro-laser stun gun embed on its wrist is still functional, and can be used when connected to an UPS.", | ||
"price": 720000, | ||
"to_hit": -2, | ||
"bashing": 10, | ||
"material": [ "superalloy", "plastic" ], | ||
"color": "cyan", | ||
"range": 10, | ||
"ranged_damage": 5, | ||
"pierce": 15, | ||
"dispersion": 500, | ||
"ups_charges": 25, | ||
"ammo_effects": [ "LASER", "BEANBAG" ], | ||
"flags": [ "NEVER_JAMS", "NO_UNLOAD", "NON-FOULING", "NEEDS_NO_LUBE" ] | ||
}, | ||
{ | ||
"id": "afs_sentinel_laser", | ||
"type": "GUN", | ||
"copy-from": "afs_sentinel_stunner", | ||
"name": "wrist-trilaser", | ||
"description": "A powerful tri-barreled laser weapon, still mounted to the robotic hand of the wraitheon drone it originally belonged too. Can still be fired when connected to an UPS.", | ||
"color": "red", | ||
"range": 10, | ||
"ranged_damage": 25, | ||
"pierce": 15, | ||
"ups_charges": 50, | ||
"modes": [ [ "MULTI", "trilaser", 3 ] ], | ||
"ammo_effects": [ "LASER" ], | ||
"flags": [ "NEVER_JAMS", "NO_UNLOAD", "NON-FOULING", "NEEDS_NO_LUBE" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "mon_afs_sentinel_lx_drops", | ||
"entries": [ | ||
{ "item": "afs_sentinel_cloak" } | ||
] | ||
} |
Oops, something went wrong.