From bf9a59b4da1bc04e90af3cc89e357465a0104d0a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 18:24:40 -0700 Subject: 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. --- vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json') 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" ] -- cgit v1.2.1