From 1cb5e95e365ca6da652f9490966a296f6f7b05d6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Nov 2023 19:46:05 -0800 Subject: Fix the weight of power armors when turned on. Fix light suit and helmet encumbrance when turned on. --- power_armor_medium.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'power_armor_medium.json') 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", -- cgit v1.2.1