summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
blob: 7a240a021cf091bfb98d071957dc72667de4fdfd (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
  {
    "id": "power_armor_heavy",
    "copy-from": "power_armor_heavy",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" },
    "weight": "75420 g",
    "extend": { "flags": [ "RAINPROOF" ] }
  },
  {
    "id": "power_armor_heavy_on",
    "copy-from": "power_armor_heavy_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" },
    "weight": "75420 g",
    "weight_capacity_bonus": "75420 g",
    "extend": { "flags": [ "RAINPROOF" ] }
  },
  {
    "id": "power_armor_helmet_heavy",
    "copy-from": "power_armor_helmet_heavy",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" },
    "weight": "7542 g",
    "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
    "delete": { "flags": [ "PARTIAL_DEAF" ] }
  },
  {
    "id": "power_armor_helmet_heavy_on",
    "copy-from": "power_armor_helmet_heavy_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" },
    "weight": "7542 g",
    "weight_capacity_bonus": "7542 g",
    "extend": {
      "flags": [
        "WATCH",
        "THERMOMETER",
        "CLIMATE_CONTROL",
        "TRADER_AVOID",
        "RAINPROOF",
        "SWIM_GOGGLES",
        "PARTIAL_DEAF"
      ]
    }
  }
]