From bc5afc9e3f634f98eab7847e958a9d09868f61f4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Feb 2022 17:00:41 -0800 Subject: Rebalance the encumbrance on equipment with storage space. --- .../Items/Armor_Set/Infused/v_bloodinfusedset.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json') diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json index ea11599..257bfa3 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json @@ -36,7 +36,8 @@ "color": "red", "covers": [ "leg_l", "leg_r" ], "coverage": 100, - "encumbrance": 20, + "encumbrance": 10, + "max_encumbrance": 20, "storage": "3500 ml", "warmth": 15, "material_thickness": 4, @@ -59,7 +60,8 @@ "color": "red", "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 85, - "encumbrance": 15, + "encumbrance": 7, + "max_encumbrance": 13, "storage": "9 L", "warmth": 10, "material_thickness": 4, @@ -125,7 +127,8 @@ "color": "red", "covers": [ "torso", "arm_l", "arm_r" ], "coverage": 85, - "encumbrance": 15, + "encumbrance": 7, + "max_encumbrance": 15, "storage": "9 L", "warmth": 10, "material_thickness": 4, -- cgit v1.2.1