summaryrefslogtreecommitdiff
path: root/power_armor_heavy.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-16 10:33:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-16 10:33:07 -0800
commit3ea663ef1e42f529dabe431707d5c4be2b96fe18 (patch)
tree7d8230c0ce743d35de03ef3fdda9d89f835a3966 /power_armor_heavy.json
parentAdd rainproof flag. (diff)
downloadcataclysm-bn-mod_usable-power-armor-3ea663ef1e42f529dabe431707d5c4be2b96fe18.tar.xz
Clean up the mess of flags.
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r--power_armor_heavy.json42
1 files changed, 13 insertions, 29 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index a36ffff..7a240a0 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -16,7 +16,6 @@
"name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" },
"weight": "75420 g",
"weight_capacity_bonus": "75420 g",
- "power_draw": 2250000,
"extend": { "flags": [ "RAINPROOF" ] }
},
{
@@ -26,17 +25,8 @@
"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"
- ]
+ "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
+ "delete": { "flags": [ "PARTIAL_DEAF" ] }
},
{
"id": "power_armor_helmet_heavy_on",
@@ -46,22 +36,16 @@
"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",
- "SUN_GLASSES",
- "CLIMATE_CONTROL",
- "TRADER_AVOID",
- "SWIM_GOGGLES"
- ]
+ "extend": {
+ "flags": [
+ "WATCH",
+ "THERMOMETER",
+ "CLIMATE_CONTROL",
+ "TRADER_AVOID",
+ "RAINPROOF",
+ "SWIM_GOGGLES",
+ "PARTIAL_DEAF"
+ ]
+ }
}
]