diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:14:38 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:14:38 -0800 |
commit | 381495ba78ffd6c250d15669dceed0768796919c (patch) | |
tree | 24ae4fe684af744382813dc28f5672221d245cc1 /power_armor_heavy.json | |
parent | Clean up the mess of flags. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-381495ba78ffd6c250d15669dceed0768796919c.tar.xz |
Progress porting to 0.5
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r-- | power_armor_heavy.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 7a240a0..fe82c53 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -15,8 +15,7 @@ "category": "clothing", "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }, "weight": "75420 g", - "weight_capacity_bonus": "75420 g", - "extend": { "flags": [ "RAINPROOF" ] } + "weight_capacity_bonus": "75420 g" }, { "id": "power_armor_helmet_heavy", @@ -38,12 +37,9 @@ "weight_capacity_bonus": "7542 g", "extend": { "flags": [ - "WATCH", "THERMOMETER", "CLIMATE_CONTROL", "TRADER_AVOID", - "RAINPROOF", - "SWIM_GOGGLES", "PARTIAL_DEAF" ] } |