blob: 74ffddf069d17f47cf9ff1459306d2972ccc66b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{
"id": "depowered_armor",
"copy-from": "depowered_armor",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged combat exoskeleton" },
"weight": "11214 g"
},
{
"id": "depowered_helmet",
"copy-from": "depowered_helmet",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged environmental combat helmet" },
"weight": "1246 g",
"extend": { "flags": [ "SWIM_GOGGLES" ] }
}
]
|