diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-30 08:53:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-30 08:53:59 -0800 |
commit | 42ee2cddfe03804a23d1f878d8acd0155e0543d8 (patch) | |
tree | 40ea38d424854f4b3bb668516fd8bfc5cfd3b269 /power_armor_heavy.json | |
parent | Progress porting to 0.5 (diff) | |
download | cataclysm-bn-mod_usable-power-armor-42ee2cddfe03804a23d1f878d8acd0155e0543d8.tar.xz |
Weight rebalances.
Diffstat (limited to 'power_armor_heavy.json')
-rw-r--r-- | power_armor_heavy.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json index fe82c53..1cf5752 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -5,7 +5,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" }, - "weight": "75420 g", + "weight": "54420 g", "extend": { "flags": [ "RAINPROOF" ] } }, { @@ -14,8 +14,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }, - "weight": "75420 g", - "weight_capacity_bonus": "75420 g" + "weight": "54420 g", + "weight_capacity_bonus": "54420 g" }, { "id": "power_armor_helmet_heavy", @@ -23,7 +23,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" }, - "weight": "7542 g", + "weight": "6046 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } }, @@ -33,8 +33,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" }, - "weight": "7542 g", - "weight_capacity_bonus": "7542 g", + "weight": "6046 g", + "weight_capacity_bonus": "6046 g", "extend": { "flags": [ "THERMOMETER", |