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": "power_armor_heavy",
"copy-from": "power_armor_heavy",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }
},
{
"id": "power_armor_heavy_on",
"copy-from": "power_armor_heavy_on",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }
},
{
"id": "power_armor_helmet_heavy",
"copy-from": "power_armor_helmet_heavy",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" },
"flags": [
"USE_UPS",
"NAT_UPS",
"POWERARMOR_EXTERNAL",
"WATERPROOF",
"STURDY",
"SUN_GLASSES",
"SWIM_GOGGLES"
]
},
{
"id": "power_armor_helmet_heavy_on",
"copy-from": "power_armor_helmet_heavy_on",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" },
"flags": [
"USE_UPS",
"NAT_UPS",
"POWERARMOR_EXTERNAL",
"WATCH",
"WATERPROOF",
"STURDY",
"PARTIAL_DEAF",
"THERMOMETER",
"SUN_GLASSES",
"CLIMATE_CONTROL",
"TRADER_AVOID",
"SWIM_GOGGLES"
]
}
]
|