summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 17:00:41 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 17:00:41 -0800
commitbc5afc9e3f634f98eab7847e958a9d09868f61f4 (patch)
treef9d29823f81a5bcdcaa8da662da62091f34e9243
parentRemove Deft from the vampire trait group. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-bc5afc9e3f634f98eab7847e958a9d09868f61f4.tar.xz
Rebalance the encumbrance on equipment with storage space.
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json9
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json3
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json6
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,