summaryrefslogtreecommitdiff
path: root/power_armor_medium.json
blob: 43b6ca7a404d1d79d7772892efa9f8f3f302dac0 (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_basic",
    "copy-from": "power_armor_basic",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "combat exoskeleton Mk II", "str_pl": "combat exoskeletons Mk IIs" },
    "description": "These were the second wave of military combat exoskeleton, and got a lot of media attention, with popular Navy commercials featuring them heavily.  It consists of a muscle-boosting exoskeleton frame with overlayed segmented alloy plating.  Despite advancements over the original bulky 'tank suits', it's still highly cumbersome when inactive.  An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.",
    "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 Mk II (on)", "str_pl": "combat exoskeleton Mk IIs (on)" },
    "description": "These were the second wave of military combat exoskeleton, and got a lot of media attention, with popular Navy commercials featuring them heavily.  It consists of a muscle-boosting exoskeleton frame with overlayed segmented alloy plating.  Despite advancements over the original bulky 'tank suits', it's still highly cumbersome when inactive.  An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.  It is currently turned on, activate it to turn it off.",
    "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 Mk II", "str_pl": "environmental combat helmet Mk IIs" },
    "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 Mk II (on)", "str_pl": "environmental combat helmet Mk IIs (on)" },
    "weight": "4031 g",
    "weight_capacity_bonus": "4031 g",
    "extend": {
      "flags": [
        "THERMOMETER",
        "CLIMATE_CONTROL",
        "TRADER_AVOID",
        "PARTIAL_DEAF"
      ]
    }
  }
]