summaryrefslogtreecommitdiff
path: root/power_armor_medium.json
blob: 0907816b37e7e8501c44dae51cf0a29ac799c447 (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
[
  {
    "id": "power_armor_basic",
    "copy-from": "power_armor_basic",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "combat exoskeleton", "str_pl": "combat exoskeletons" },
    "weight": "36280 g",
    "extend": { "flags": [ "RAINPROOF" ] }
  },
  {
    "id": "power_armor_basic_on",
    "copy-from": "power_armor_basic_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" },
    "weight": "36280 g",
    "weight_capacity_bonus": "36280 g"
  },
  {
    "id": "power_armor_helmet_basic",
    "copy-from": "power_armor_helmet_basic",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "environmental combat helmet", "str_pl": "environmental combat helmet" },
    "weight": "4031 g",
    "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
    "delete": { "flags": [ "PARTIAL_DEAF" ] }
  },
  {
    "id": "power_armor_helmet_basic_on",
    "copy-from": "power_armor_helmet_basic_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "environmental combat helmet (on)", "str_pl": "environmental combat helmet (on)" },
    "weight": "4031 g",
    "weight_capacity_bonus": "4031 g",
    "extend": {
      "flags": [
        "THERMOMETER",
        "CLIMATE_CONTROL",
        "TRADER_AVOID",
        "PARTIAL_DEAF"
      ]
    }
  }
]