-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aftershock Bloodhound Drones (#37131)
- Loading branch information
1 parent
5c8dd53
commit 1670fd3
Showing
5 changed files
with
113 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,37 @@ | ||
{ | ||
"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" | ||
] | ||
} | ||
[ | ||
{ | ||
"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" ] | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "broken_bloodhound_drone", | ||
"symbol": ",", | ||
"color": "green", | ||
"name": "broken bloodhound drone", | ||
"category": "other", | ||
"description": "This bloodhound won't be chasing anyone anymore. Could be gutted for parts.", | ||
"price": 1000, | ||
"material": [ "steel", "plastic" ], | ||
"weight": "31520 g", | ||
"volume": "15 L", | ||
"bashing": 6, | ||
"cutting": 6, | ||
"to_hit": -3, | ||
"flags": [ "TRADER_AVOID", "NO_REPAIR" ] | ||
} | ||
] |
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