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.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/power_armor_salvaged.json b/power_armor_salvaged.json
new file mode 100644
index 0000000..1435535
--- /dev/null
+++ b/power_armor_salvaged.json
@@ -0,0 +1,53 @@
+[
+ {
+ "id": "depowered_armor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "salvaged power armor" },
+ "//": "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" ],
+ "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" ]
+ },
+ {
+ "id": "depowered_helmet",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "salvaged power armor 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" ],
+ "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" ]
+ }
+]