blob: 6c023d45397c5221f22941b0fbd51bc460fedd5b (
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": "combat exoskeleton Mk II (salvaged)", "str_pl": "combat exoskeleton Mk IIs (salvaged)" },
"weight": "11214 g"
},
{
"id": "depowered_helmet",
"copy-from": "depowered_helmet",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "environmental combat helmet Mk II (salvaged)", "str_pl": "environmental combat helmet Mk IIs (salvaged)" },
"weight": "1246 g",
"extend": { "flags": [ "SWIM_GOGGLES" ] }
}
]
|