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
|
[
{
"id": "depowered_armor",
"copy-from": "depowered_armor",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged combat exoskeleton" },
"weight": "12214 g",
"encumbrance": 35,
"storage": "4 L"
},
{
"id": "depowered_helmet",
"copy-from": "depowered_helmet",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged environmental combat helmet" },
"weight": "1216 g",
"volume": "2500 ml",
"flags": [
"WATERPROOF",
"STURDY",
"SUN_GLASSES",
"SWIM_GOGGLES"
]
}
]
|