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_light.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_light.json')
-rw-r--r-- | power_armor_light.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/power_armor_light.json b/power_armor_light.json index aeaed15..c61fde1 100644 --- a/power_armor_light.json +++ b/power_armor_light.json @@ -5,7 +5,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "field combat exoskeleton", "str_pl": "field combat exoskeletons" }, - "weight": "25670 g", + "weight": "18670 g", "extend": { "flags": [ "RAINPROOF" ] } }, { @@ -14,8 +14,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" }, - "weight": "25670 g", - "weight_capacity_bonus": "25670 g", + "weight": "18670 g", + "weight_capacity_bonus": "18670 g", "encumbrance": 1 }, { @@ -24,7 +24,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "light environmental combat helmet", "str_pl": "light environmental combat helmet" }, - "weight": "2514 g", + "weight": "2074 g", "extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] }, "delete": { "flags": [ "PARTIAL_DEAF" ] } }, @@ -34,8 +34,8 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "light environmental combat helmet (on)", "str_pl": "light environmental combat helmet (on)" }, - "weight": "2514 g", - "weight_capacity_bonus": "2514 g", + "weight": "2074 g", + "weight_capacity_bonus": "2074 g", "encumbrance": 1, "extend": { "flags": [ |