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
|
[
{
"id": "power_armor_frame",
"copy-from": "power_armor_frame",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton hauling frame" }
},
{
"id": "power_armor_back_holster",
"copy-from": "power_armor_back_holster",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton back holster" }
},
{
"id": "power_armor_holster",
"copy-from": "power_armor_holster",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton holster" }
},
{
"id": "power_armor_chest_rig",
"copy-from": "power_armor_chest_rig",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton chest rig" }
},
{
"id": "power_armor_back_scabbard",
"copy-from": "power_armor_back_scabbard",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton back scabbard" }
},
{
"id": "power_armor_scabbard",
"copy-from": "power_armor_scabbard",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton scabbard" }
},
{
"id": "power_armor_sheath",
"copy-from": "power_armor_sheath",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton sheath" }
}
]
|