summaryrefslogtreecommitdiff
path: root/power_armor_salvaged.json
diff options
context:
space:
mode:
Diffstat (limited to 'power_armor_salvaged.json')
-rw-r--r--power_armor_salvaged.json49
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"
+ ]
}
]