summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
blob: d613b736ad44e0dd2b68ea564c0cc239b8fa4062 (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
71
[
  {
    "id": "power_armor_heavy",
    "type": "TOOL_ARMOR",
    "category": "armor",
    "name": { "str": "heavy combat exoskeleton" },
    "description": "Colloquially known as a 'tank suit' in the media, these bulky exoskeletons, covered in thick segmented armor plates, were tested in military service a few years back and determined to be too heavy and expensive for regular use.  Now that it's in your hands, though, you have a massive suit of power armor capable of resisting almost any small arms fire and most other forms of attack.  On the other hand, it doubles your effective weight, and it's almost impossible not to bump into things.  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",
    "//": "This should probably changed to a pseudo-vehicle like the civilian exoskeleton",
    "weight": "75 kg",
    "volume": "130 L",
    "price": 11500000,
    "price_postapoc": 40000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "hardsteel", "ceramic", "kevlar_rigid" ],
    "symbol": "[",
    "looks_like": "power_armor_basic",
    "color": "dark_gray",
    "covers": [ "torso", "arms", "hands", "legs", "feet" ],
    "coverage": 100,
    "encumbrance": 60,
    "storage": "20 L",
    "warmth": 60,
    "power_armor": true,
    "material_thickness": 16,
    "environmental_protection": 16,
    "ammo": "battery",
    "use_action": { "type": "transform", "msg": "The %s engages.", "target": "power_armor_heavy_on", "active": true },
    "flags": [ "WATERPROOF", "STURDY", "ELECTRIC_IMMUNE" ]
  },
  {
    "id": "power_armor_heavy_on",
    "copy-from": "power_armor_heavy",
    "repairs_like": "power_armor_heavy",
    "looks_like": "power_armor_heavy",
    "type": "TOOL_ARMOR",
    "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" },
    "description": "Colloquially known as a 'tank suit' in the media, these bulky exoskeletons, covered in thick segmented armor plates, were tested in military service a few years back and determined to be too heavy and expensive for regular use.  Now that it's in your hands, though, you have a massive suit of power armor capable of resisting almost any small arms fire and most other forms of attack.  On the other hand, it doubles your effective weight, and it's almost impossible not to bump into things.  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_heavy",
    "use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s armor disengages.", "target": "power_armor_heavy" }
  },
  {
    "id": "power_armor_helmet_heavy",
    "type": "ARMOR",
    "category": "armor",
    "name": { "str": "heavy environmental combat helmet" },
    "description": "An extremely heavy-duty fully enclosed combat helmet for hazardous environments, this was designed to fit with a powered exoskeleton.  In the field, soldiers reported that the protection was not worth the awkward size and limited visuals.  The environmental controls function best with direct-skin contact.",
    "weight": "5442 g",
    "volume": "7 L",
    "price": 3750000,
    "price_postapoc": 10000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "hardsteel", "ceramic", "kevlar_rigid" ],
    "symbol": "[",
    "looks_like": "power_armor_helmet_basic",
    "color": "dark_gray",
    "covers": [ "head", "eyes", "mouth" ],
    "coverage": 100,
    "encumbrance": 60,
    "warmth": 60,
    "power_armor": true,
    "material_thickness": 16,
    "environmental_protection": 16,
    "qualities": [ [ "GLARE", 1 ] ],
    "flags": [ "WATCH", "WATERPROOF", "STURDY", "PARTIAL_DEAF", "THERMOMETER", "SUN_GLASSES", "SWIM_GOGGLES" ]
  }
]