blob: 72b1aaeae541a2ca024bc66280add53b44361cca (
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": "12214 g"
},
{
"id": "depowered_helmet",
"copy-from": "depowered_helmet",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged environmental combat helmet" },
"weight": "1216 g",
"extend": { "flags": [ "SWIM_GOGGLES" ] }
}
]
|