diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-15 23:56:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-15 23:56:59 -0800 |
commit | 4a859e35861ffc5e38f5672133fb12ba09209bff (patch) | |
tree | cee61cdf7796fccf02289005c1eac7475c75db88 /power_armor_heavy.json | |
parent | Set light suit and helmet encumbrance to 1 as workaround. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-4a859e35861ffc5e38f5672133fb12ba09209bff.tar.xz |
Add rainproof flag.
Sync volume and power draw with upstream.
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r-- | power_armor_heavy.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 572dd28..a36ffff 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -5,7 +5,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }, - "weight": "75420 g" + "weight": "75420 g", + "extend": { "flags": [ "RAINPROOF" ] } }, { "id": "power_armor_heavy_on", @@ -14,7 +15,9 @@ "category": "clothing", "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }, "weight": "75420 g", - "weight_capacity_bonus": "75420 g" + "weight_capacity_bonus": "75420 g", + "power_draw": 2250000, + "extend": { "flags": [ "RAINPROOF" ] } }, { "id": "power_armor_helmet_heavy", @@ -23,11 +26,13 @@ "category": "clothing", "name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" }, "weight": "7542 g", + "volume": "13 L", "flags": [ "USE_UPS", "NAT_UPS", "POWERARMOR_EXTERNAL", "WATERPROOF", + "RAINPROOF", "STURDY", "SUN_GLASSES", "SWIM_GOGGLES" @@ -41,12 +46,15 @@ "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" }, "weight": "7542 g", "weight_capacity_bonus": "7542 g", + "volume": "13 L", + "power_draw": 250000, "flags": [ "USE_UPS", "NAT_UPS", "POWERARMOR_EXTERNAL", "WATCH", "WATERPROOF", + "RAINPROOF", "STURDY", "PARTIAL_DEAF", "THERMOMETER", |