diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-07 01:42:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-07 01:42:17 -0700 |
commit | 0e1c5ad5db352d334e842b92698ac062eedc03fa (patch) | |
tree | bd28d643b5743a559765086d2236962a0ddddabd /power_armor_salvaged.json | |
parent | Update for BN support for ballistic damage. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-0e1c5ad5db352d334e842b92698ac062eedc03fa.tar.xz |
Update for the major overhaul included in 2022-07-06-2051
-The mod largely just fixes item names and adds swim goggles and sound dampening to helmets now.
Diffstat (limited to 'power_armor_salvaged.json')
-rw-r--r-- | power_armor_salvaged.json | 49 |
1 files changed, 9 insertions, 40 deletions
diff --git a/power_armor_salvaged.json b/power_armor_salvaged.json index 82e4362..522d22d 100644 --- a/power_armor_salvaged.json +++ b/power_armor_salvaged.json @@ -1,53 +1,22 @@ [ { "id": "depowered_armor", + "copy-from": "depowered_armor", "type": "ARMOR", "category": "clothing", - "name": { "str": "salvaged combat exoskeleton" }, - "//": "These are much cheaper than powered suits, because they're extremely heavy and impractical. The good stuff is gone!", - "description": "This used to be a powered exoskeleton with a set of heavy armor plates, made wearable by the assist of the servos. Now it's just the armor plating and a stripped down chassis: as one might expect, it's a lot harder to wear.", - "weight": "12214 g", - "volume": "25 L", - "price": 70000, - "price_postapoc": 15000, - "to_hit": 1, - "bashing": 1, - "material": [ "steel", "carbide" ], - "symbol": "[", - "looks_like": "power_armor_basic", - "color": "light_gray", - "covers": [ "torso", "arms", "hands", "legs", "feet" ], - "coverage": 95, - "encumbrance": 40, - "storage": "20 L", - "warmth": 50, - "material_thickness": 8, - "environmental_protection": 6, - "flags": [ "WATERPROOF", "STURDY" ] + "name": { "str": "salvaged combat exoskeleton" } }, { "id": "depowered_helmet", + "copy-from": "depowered_helmet", "type": "ARMOR", "category": "clothing", "name": { "str": "salvaged environmental combat helmet" }, - "description": "This used to be a military-grade full-head helmet with advanced optics and environmental filters. It looks like it was decommissioned or otherwise stripped for parts; now it's a very expensive hat. It's still quite durable, but quite hard to see out of.", - "weight": "2416 g", - "volume": "5 L", - "price": 30000, - "price_postapoc": 5000, - "to_hit": 1, - "bashing": 1, - "material": [ "steel", "carbide" ], - "symbol": "[", - "looks_like": "power_armor_helmet_basic", - "color": "light_gray", - "covers": [ "head", "eyes", "mouth" ], - "coverage": 95, - "encumbrance": 40, - "warmth": 50, - "material_thickness": 8, - "environmental_protection": 6, - "qualities": [ [ "GLARE", 1 ] ], - "flags": [ "WATERPROOF", "STURDY", "SUN_GLASSES" ] + "flags": [ + "WATERPROOF", + "STURDY", + "SUN_GLASSES", + "SWIM_GOGGLES" + ] } ] |