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. --- vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json') diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json index df392e8..e1fe693 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json @@ -72,8 +72,8 @@ "color": "red", "covers": [ "torso" ], "coverage": 30, - "encumbrance": 4, - "max_encumbrance": 17, + "encumbrance": 3, + "max_encumbrance": 15, "storage": "15 L", "warmth": 0, "material_thickness": 1, @@ -97,7 +97,7 @@ "covers": [ "torso" ], "coverage": 40, "encumbrance": 2, - "max_encumbrance": 20, + "max_encumbrance": 17, "storage": "22 L", "warmth": 0, "material_thickness": 1, -- cgit v1.2.1