From 840ff2f3826f1199bacb67fa7afa8f1ba19e08bf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 18 Mar 2021 05:29:55 -0700 Subject: Fix weapon categories Add alises to blood tools --- vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_recipe.json') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index cc86351..7947322 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -55,7 +55,7 @@ "result": "sword_dive", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", + "subcategory": "CSC_WEAPON_PIERCING", "skill_used": "fabrication", "difficulty": 8, "time": 320000, @@ -68,7 +68,7 @@ "result": "sword_diveplus", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", + "subcategory": "CSC_WEAPON_PIERCING", "skill_used": "fabrication", "difficulty": 8, "time": 85000, @@ -80,7 +80,7 @@ "result": "hammerius", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", + "subcategory": "CSC_WEAPON_BASHING", "skill_used": "fabrication", "difficulty": 8, "time": 420000, @@ -93,7 +93,7 @@ "result": "hammeriusplus", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", + "subcategory": "CSC_WEAPON_BASHING", "skill_used": "fabrication", "difficulty": 8, "time": 85000, @@ -105,7 +105,7 @@ "result": "punchie_bitie", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_OTHER", + "subcategory": "CSC_WEAPON_BASHING", "skill_used": "fabrication", "difficulty": 8, "time": 297000, @@ -118,7 +118,7 @@ "result": "punchie_bitieplus", "type": "recipe", "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_OTHER", + "subcategory": "CSC_WEAPON_BASHING", "skill_used": "fabrication", "difficulty": 8, "time": 85000, -- cgit v1.2.1