summaryrefslogtreecommitdiff
path: root/power_armor_light.json
blob: 304c9ad20853846a8cbdeea2cc090066f45dd193 (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
[
  {
    "id": "power_armor_light",
    "type": "TOOL_ARMOR",
    "category": "armor",
    "name": { "str": "field combat exoskeleton" },
    "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 light and maneuverable, and can fit into normal vehicles and doorways without fuss, a huge advantage over predecessors.  Unfortunately, the world ended before it could roll out in significant numbers.  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": "12670 g",
    "volume": "15 L",
    "price": 11500000,
    "price_postapoc": 40000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "hardsteel", "kevlar", "kevlar_rigid" ],
    "symbol": "[",
    "looks_like": "depowered_armor",
    "color": "dark_gray",
    "covers": [ "torso", "arms", "hands", "legs", "feet" ],
    "coverage": 100,
    "encumbrance": 40,
    "storage": "20 L",
    "warmth": 60,
    "power_armor": true,
    "material_thickness": 8,
    "environmental_protection": 16,
    "ammo": "battery",
    "use_action": { "type": "transform", "msg": "The %s engages.", "target": "power_armor_light_on", "active": true },
    "flags": [ "WATERPROOF", "STURDY", "ELECTRIC_IMMUNE" ]
  },
  {
    "id": "power_armor_light_on",
    "copy-from": "power_armor_light",
    "repairs_like": "power_armor_light",
    "looks_like": "power_armor_light",
    "type": "TOOL_ARMOR",
    "name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (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 light and maneuverable, and can fit into normal vehicles and doorways without fuss, a huge advantage over predecessors.  Unfortunately, the world ended before it could roll out in significant numbers.  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_light",
    "use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s armor disengages.", "target": "power_armor_light" }
  },
  {
    "id": "power_armor_helmet_light",
    "type": "ARMOR",
    "name": { "str": "light environmental combat helmet" },
    "description": "This full-enclosure helmet was designed based on commercial diving equipment, in response to complaints that earlier designs were impossible to use in combat.  While still a little more restrictive than regular combat headgear - and frustrating should your nose itch - this one received far better reviews from soldiers.  Sadly, civilization ended before they could roll out in significant numbers.  The environmental controls function best with direct-skin contact.",
    "weight": "1814 g",
    "volume": "4 L",
    "price": 3750000,
    "price_postapoc": 10000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "hardsteel", "kevlar", "kevlar_rigid" ],
    "symbol": "[",
    "looks_like": "power_armor_helmet_basic",
    "color": "dark_gray",
    "covers": [ "head", "eyes", "mouth" ],
    "coverage": 100,
    "encumbrance": 40,
    "warmth": 60,
    "power_armor": true,
    "material_thickness": 8,
    "environmental_protection": 16,
    "qualities": [ [ "GLARE", 1 ] ],
    "flags": [ "WATCH", "WATERPROOF", "STURDY", "PARTIAL_DEAF", "THERMOMETER", "SUN_GLASSES", "SWIM_GOGGLES" ]
  }
]