-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aftershock:Wraitheon Executive Profesion (#36301)
* Wraitheon Executive Profesion * Correct name for wraitheon sentinel; * Update data/mods/Aftershock/items/afs_inactiverobot.json Co-Authored-By: Maleclypse <54345792+Maleclypse@users.noreply.github.com> * Tweak gun and description * Format Json * Reduce armor of sentinel Turns out most zombies do lower damage than I thought. * Remove rebase duplicated code. Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
- Loading branch information
1 parent
044c0c3
commit b02095b
Showing
10 changed files
with
252 additions
and
0 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
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" } | ||
] | ||
} |
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