diff options
3 files changed, 11 insertions, 7 deletions
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, diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json index 28cf12d..e0e804a 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json @@ -55,7 +55,8 @@ "color": "red", "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 85, - "encumbrance": 10, + "encumbrance": 8, + "encumbrance": 15, "storage": "8 L", "warmth": 20, "material_thickness": 1, 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, |