From e4701f76074db00b8e92d81393c97a6e06c84ed6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 18:29:05 -0700 Subject: Rebalance blood wrist sheath. --- vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 7 ++++--- vamp_stuff/Modification_Files/Recipes/recipe_armor.json | 3 +-- 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 ] ] ] }, -- cgit v1.2.1