diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-14 19:46:05 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-14 19:46:05 -0800 |
commit | 1cb5e95e365ca6da652f9490966a296f6f7b05d6 (patch) | |
tree | b55678054d6aa465f10200d21067b981e66a97df /power_armor_light.json | |
parent | Typos. (diff) | |
download | cataclysm-bn-mod_usable-power-armor-1cb5e95e365ca6da652f9490966a296f6f7b05d6.tar.xz |
Fix the weight of power armors when turned on.
Fix light suit and helmet encumbrance when turned on.
Diffstat (limited to 'power_armor_light.json')
-rw-r--r-- | power_armor_light.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/power_armor_light.json b/power_armor_light.json index 4c55525..b223fc7 100644 --- a/power_armor_light.json +++ b/power_armor_light.json @@ -13,7 +13,9 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" }, - "weight_capacity_bonus": "25670 g" + "weight": "25670 g", + "weight_capacity_bonus": "25670 g", + "encumbrance": 0 }, { "id": "power_armor_helmet_light", @@ -38,7 +40,9 @@ "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", + "encumbrance": 0, "flags": [ "USE_UPS", "NAT_UPS", |