summaryrefslogtreecommitdiff
path: root/power_armor_light.json
blob: f4485da1da95fc079008330fc34764b253f034d1 (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": "combat exoskeleton Mk III", "str_pl": "combat exoskeleton Mk IIIs" },
    "description": "The final iteration of military power armor before the fall of civilization, this type - a powered exoskeleton with high-tech segmented plating - was designed for actual widespread combat use and was seen on the front lines during the last days of the cataclysm.  Like the heavier suits, it is resistant to most modern weaponry, but it is much more light and maneuverable.  Unfortunately, the world ended before it could roll out in significant numbers.  An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.",
    "weight": "18670 g",
    "extend": { "flags": [ "RAINPROOF" ] }
  },
  {
    "id": "power_armor_light_on",
    "copy-from": "power_armor_light_on",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "combat exoskeleton Mk III (on)", "str_pl": "combat exoskeleton Mk IIIs (on)" },
    "description": "The final iteration of military power armor before the fall of civilization, this type - a powered exoskeleton with high-tech segmented plating - was designed for actual widespread combat use and was seen on the front lines during the last days of the cataclysm.  Like the heavier suits, it is resistant to most modern weaponry, but it is much more light and maneuverable.  Unfortunately, the world ended before it could roll out in significant numbers.  An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.  It is currently turned on, activate it to turn it off.",
    "weight": "18670 g",
    "weight_capacity_bonus": "18670 g"
  },
  {
    "id": "power_armor_helmet_light",
    "copy-from": "power_armor_helmet_light",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "environmental combat helmet Mk III", "str_pl": "environmental combat helmet Mk IIIs" },
    "weight": "2074 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": "environmental combat helmet Mk III (on)", "str_pl": "environmental combat helmet Mk IIIs (on)" },
    "weight": "2074 g",
    "weight_capacity_bonus": "2074 g",
    "extend": {
      "flags": [
        "THERMOMETER",
        "CLIMATE_CONTROL",
        "TRADER_AVOID",
        "PARTIAL_DEAF"
      ]
    }
  }
]