summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
blob: 572dd28e41d1dd5616946ed8421edce52ad89da9 (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
52
53
54
55
56
57
58
59
[
  {
    "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"
  },
  {
    "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"
  },
  {
    "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",
    "flags": [
      "USE_UPS",
      "NAT_UPS",
      "POWERARMOR_EXTERNAL",
      "WATERPROOF",
      "STURDY",
      "SUN_GLASSES",
      "SWIM_GOGGLES"
    ]
  },
  {
    "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",
    "flags": [
      "USE_UPS",
      "NAT_UPS",
      "POWERARMOR_EXTERNAL",
      "WATCH",
      "WATERPROOF",
      "STURDY",
      "PARTIAL_DEAF",
      "THERMOMETER",
      "SUN_GLASSES",
      "CLIMATE_CONTROL",
      "TRADER_AVOID",
      "SWIM_GOGGLES"
    ]
  }
]