summaryrefslogtreecommitdiff
path: root/power_armor_light.json
blob: aeaed15f3ce672fc050dcd74eec3d07858e1a823 (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
[
  {
    "id": "power_armor_light",
    "copy-from": "power_armor_light",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "field combat exoskeleton", "str_pl": "field combat exoskeletons" },
    "weight": "25670 g",
    "extend": { "flags": [ "RAINPROOF" ] }
  },
  {
    "id": "power_armor_light_on",
    "copy-from": "power_armor_light_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" },
    "weight": "25670 g",
    "weight_capacity_bonus": "25670 g",
    "encumbrance": 1
  },
  {
    "id": "power_armor_helmet_light",
    "copy-from": "power_armor_helmet_light",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "light environmental combat helmet", "str_pl": "light environmental combat helmet" },
    "weight": "2514 g",
    "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
    "delete": { "flags": [ "PARTIAL_DEAF" ] }
  },
  {
    "id": "power_armor_helmet_light_on",
    "copy-from": "power_armor_helmet_light_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "light environmental combat helmet (on)", "str_pl": "light environmental combat helmet (on)" },
    "weight": "2514 g",
    "weight_capacity_bonus": "2514 g",
    "encumbrance": 1,
    "extend": {
      "flags": [
        "THERMOMETER",
        "CLIMATE_CONTROL",
        "TRADER_AVOID",
        "PARTIAL_DEAF"
      ]
    }
  }
]