diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 17:25:57 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 17:25:57 -0800 |
commit | a193c349e704c6339a3c252fa44a456ee970da5e (patch) | |
tree | 1197e024723be23210c2eab98ecd3f86e05f689d /vamp_stuff/Modification_Files | |
parent | Rebalance the encumbrance on equipment with storage space. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-a193c349e704c6339a3c252fa44a456ee970da5e.tar.xz |
Fix encumbrance being listed twice instead of max_encumbrance.
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 e0e804a..02a3b1c 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 @@ -56,7 +56,7 @@ "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 85, "encumbrance": 8, - "encumbrance": 15, + "max_encumbrance": 15, "storage": "8 L", "warmth": 20, "material_thickness": 1, |