1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
[
{
"id": "depowered_armor",
"type": "ARMOR",
"category": "clothing",
"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": "clothing",
"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" ]
}
]
|