summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 18:24:40 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 18:24:40 -0700
commitbf9a59b4da1bc04e90af3cc89e357465a0104d0a (patch)
tree36971017feb4cf87e9a695aafe7894e1b8d69a0d
parentChange blood leather sheathes to armor/storage. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-bf9a59b4da1bc04e90af3cc89e357465a0104d0a.tar.xz
Rebalance the blood ankle sheath to be a improved, but not over overpowered, ankle sheath.
Also revert the charges vs count change on bloodrune powder again.
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json9
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_armor.json3
2 files changed, 6 insertions, 6 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 e1fe693..ef08e32 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -13,14 +13,15 @@
"material": [ "compactblood" ],
"symbol": "[",
"color": "red",
- "covers": [ "LEG_EITHER" ],
- "coverage": 10,
- "encumbrance": 0,
+ "covers": [ "FOOT_EITHER" ],
+ "coverage": 5,
+ "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": "500 ml",
"draw_cost": 30,
"flags": [ "SHEATH_KNIFE" ]
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
index 47986e1..e4d7c9f 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json
@@ -126,10 +126,9 @@
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"time": "65 m",
- "using": [ [ "filament", 15 ] ],
+ "using": [ [ "filament", 5 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [
- [ [ "string_6", 3 ] ],
[ [ "compactsheet", 1 ] ]
]
},