summaryrefslogtreecommitdiff
path: root/power_armor_medium.json
blob: 8e2773acedf775a5f294071b71af4095766c5294 (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
60
61
62
63
64
65
66
67
68
69
70
[
  {
    "id": "power_armor_basic",
    "type": "TOOL_ARMOR",
    "category": "clothing",
    "name": { "str": "combat exoskeleton" },
    "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', the wearer still cannot easily fit through narrow spaces, or sit down comfortably (and it ruins upholstery).  There is an integrated chemical resistant bodyglove that precludes wearing other clothing.  The armor is outfitted with a variety of clips & clamps, allowing it to hold a few mags & grenades, as well as a large rifle.",
    "weight": "55 kg",
    "volume": "100 L",
    "price": 7000000,
    "price_postapoc": 30000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "steel", "carbide" ],
    "symbol": "[",
    "looks_like": "depowered_armor",
    "color": "light_gray",
    "covers": [ "torso", "arms", "hands", "legs", "feet" ],
    "coverage": 100,
    "encumbrance": 50,
    "storage": "20 L",
    "warmth": 90,
    "power_armor": true,
    "material_thickness": 11,
    "environmental_protection": 16,
    "ammo": "battery",
    "use_action": { "type": "transform", "msg": "The %s engages.", "target": "power_armor_basic_on", "active": true },
    "flags": [ "WATERPROOF", "STURDY", "ELECTRIC_IMMUNE" ]
  },
  {
    "id": "power_armor_basic_on",
    "copy-from": "power_armor_basic",
    "repairs_like": "power_armor_basic",
    "looks_like": "power_armor_basic",
    "type": "TOOL_ARMOR",
    "name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (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', the wearer still cannot easily fit through narrow spaces, or sit down comfortably (and it ruins upholstery).  There is an integrated chemical resistant bodyglove that precludes wearing other clothing.  It is turned on and continually drawing power.  Use it to turn it off.",
    "weight": "5 kg",
    "flags": [ "USE_UPS", "WATERPROOF", "STURDY", "ELECTRIC_IMMUNE", "TRADER_AVOID", "CLIMATE_CONTROL" ],
    "power_draw": 0,
    "revert_to": "power_armor_basic",
    "use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s armor disengages.", "target": "power_armor_basic" }
  },
  {
    "id": "power_armor_helmet_basic",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "environmental combat helmet" },
    "description": "A fully enclosed combat helmet for hazardous environments, this was designed to fit with a powered exoskeleton, using cameras to expand visual range.  In practice, the cameras were unreliable and easily fouled.  The environmental controls function best with direct-skin contact.",
    "weight": "3628 g",
    "volume": "5 L",
    "price": 2500000,
    "price_postapoc": 7500,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "steel", "carbide" ],
    "symbol": "[",
    "looks_like": "depowered_helmet",
    "color": "light_gray",
    "covers": [ "head", "eyes", "mouth" ],
    "coverage": 100,
    "encumbrance": 50,
    "warmth": 90,
    "power_armor": true,
    "material_thickness": 11,
    "environmental_protection": 16,
    "qualities": [ [ "GLARE", 1 ] ],
    "flags": [ "WATCH", "WATERPROOF", "STURDY", "PARTIAL_DEAF", "THERMOMETER", "SUN_GLASSES", "SWIM_GOGGLES" ]
  }
]