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_medium.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_medium.json')
-rw-r--r-- | power_armor_medium.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/power_armor_medium.json b/power_armor_medium.json index 51e57fc..0907816 100644 --- a/power_armor_medium.json +++ b/power_armor_medium.json @@ -5,7 +5,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "combat exoskeleton", "str_pl": "combat exoskeletons" }, - "weight": "55280 g", + "weight": "36280 g", "extend": { "flags": [ "RAINPROOF" ] } }, { @@ -14,8 +14,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" }, - "weight": "55280 g", - "weight_capacity_bonus": "55280 g" + "weight": "36280 g", + "weight_capacity_bonus": "36280 g" }, { "id": "power_armor_helmet_basic", @@ -23,7 +23,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "environmental combat helmet", "str_pl": "environmental combat helmet" }, - "weight": "5528 g", + "weight": "4031 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } }, @@ -33,8 +33,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "environmental combat helmet (on)", "str_pl": "environmental combat helmet (on)" }, - "weight": "5528 g", - "weight_capacity_bonus": "5528 g", + "weight": "4031 g", + "weight_capacity_bonus": "4031 g", "extend": { "flags": [ "THERMOMETER", |