diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 7 | ||||
-rw-r--r-- | 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 ] ] ] }, |