summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 18:29:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 18:29:05 -0700
commite4701f76074db00b8e92d81393c97a6e06c84ed6 (patch)
tree07e1db59f4c47461fb1d65b8053eeccc714fbdb4
parentRebalance the blood ankle sheath to be a improved, but not over overpowered, ... (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-e4701f76074db00b8e92d81393c97a6e06c84ed6.tar.xz
Rebalance blood wrist sheath.
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json7
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_armor.json3
2 files changed, 5 insertions, 5 deletions
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 ef08e32..b46e855 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -44,14 +44,15 @@
"color": "red",
"covers": [ "HAND_EITHER" ],
"coverage": 5,
- "encumbrance": 1,
+ "encumbrance": 2,
"material_thickness": 1,
"use_action": {
"type": "holster",
"holster_prompt": "Sheath knife",
- "holster_msg": "You have sheath your %s",
+ "holster_msg": "You sheath your %s",
+ "min_volume": "15 ml",
"max_volume": "250 ml",
- "draw_cost": 5,
+ "draw_cost": 20,
"flags": [ "SHEATH_KNIFE" ]
},
"flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ]
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
index e4d7c9f..c8dfe2b 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
@@ -109,11 +109,10 @@
"skill_used": "tailor",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "using": [ [ "filament", 10 ] ],
+ "using": [ [ "filament", 8 ] ],
"time": "70 m",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [
- [ [ "string_6", 2 ] ],
[ [ "compactsheet", 1 ] ]
]
},