summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-07 01:42:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-07 01:42:17 -0700
commit0e1c5ad5db352d334e842b92698ac062eedc03fa (patch)
treebd28d643b5743a559765086d2236962a0ddddabd /power_armor_heavy.json
parentUpdate for BN support for ballistic damage. (diff)
downloadcataclysm-bn-mod_usable-power-armor-0e1c5ad5db352d334e842b92698ac062eedc03fa.tar.xz
Update for the major overhaul included in 2022-07-06-2051
-The mod largely just fixes item names and adds swim goggles and sound dampening to helmets now.
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r--power_armor_heavy.json92
1 files changed, 32 insertions, 60 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index 746b032..65dfb95 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -1,71 +1,43 @@
[
{
- "id": "power_armor_heavy",
- "type": "TOOL_ARMOR",
- "category": "clothing",
- "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": [ "steel", "hardsteel", "carbide" ],
- "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": 12,
- "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",
+ "copy-from": "power_armor_heavy_on",
"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" }
+ "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }
},
{
"id": "power_armor_helmet_heavy",
+ "copy-from": "power_armor_helmet_heavy",
"type": "ARMOR",
"category": "clothing",
- "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": [ "steel", "hardsteel", "carbide" ],
- "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": 12,
- "environmental_protection": 16,
- "qualities": [ [ "GLARE", 1 ] ],
- "flags": [ "WATCH", "WATERPROOF", "STURDY", "PARTIAL_DEAF", "THERMOMETER", "SUN_GLASSES", "SWIM_GOGGLES" ]
+ "flags": [
+ "USE_UPS",
+ "NAT_UPS",
+ "POWERARMOR_EXTERNAL",
+ "WATERPROOF",
+ "STURDY",
+ "SUN_GLASSES",
+ "SWIM_GOGGLES"
+ ]
+ },
+ {
+ "id": "power_armor_helmet_heavy_on",
+ "copy-from": "power_armor_helmet_heavy_on",
+ "type": "TOOL_ARMOR",
+ "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" },
+ "flags": [
+ "USE_UPS",
+ "NAT_UPS",
+ "POWERARMOR_EXTERNAL",
+ "WATCH",
+ "WATERPROOF",
+ "STURDY",
+ "PARTIAL_DEAF",
+ "THERMOMETER",
+ "SUN_GLASSES",
+ "CLIMATE_CONTROL",
+ "TRADER_AVOID",
+ "SWIM_GOGGLES"
+ ]
}
]