summaryrefslogtreecommitdiff
path: root/power_armor_salvaged.json
blob: 80d05b6f3a5702e24cafe80dc61815f4da78b8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  {
    "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",
    "flags": [
      "WATERPROOF",
      "STURDY",
      "SUN_GLASSES",
      "SWIM_GOGGLES"
    ]
  }
]