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_heavy.json | 2 ++ power_armor_light.json | 6 +++++- power_armor_medium.json | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/power_armor_heavy.json b/power_armor_heavy.json index 80323dd..572dd28 100644 --- a/power_armor_heavy.json +++ b/power_armor_heavy.json @@ -13,6 +13,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" }, + "weight": "75420 g", "weight_capacity_bonus": "75420 g" }, { @@ -38,6 +39,7 @@ "type": "TOOL_ARMOR", "category": "clothing", "name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" }, + "weight": "7542 g", "weight_capacity_bonus": "7542 g", "flags": [ "USE_UPS", 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", 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