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_medium.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_medium.json')
-rw-r--r-- | power_armor_medium.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/power_armor_medium.json b/power_armor_medium.json index 176e4bc..52744e3 100644 --- a/power_armor_medium.json +++ b/power_armor_medium.json @@ -13,6 +13,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" }, + "weight": "55280 g", "weight_capacity_bonus": "55280 g" }, { @@ -38,6 +39,7 @@ "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", "flags": [ "USE_UPS", |