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 ++++++------ vamp_stuff/Modification_Files/Items/Tools/v_tools.json | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) 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, diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json index 146fc3d..2420827 100644 --- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json +++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json @@ -6,6 +6,7 @@ "color": "red", "description": "A primitive tool used in vampiric crafts. This is much like a normal battery-operated forge, but with additional components that allow working with blood.", "id": "blood_forge_infuse", + "looks_like": "forge", "material": [ "steel", "glass" ], "name": "blood infusion forge", "price": 0, @@ -30,6 +31,7 @@ "color": "red", "description": "A small heating container used in dehydrating blood, turning it into a powder. Uses common light size batteries.", "id": "bloodextractor", + "looks_like": "dehydrator", "material": [ "steel", "glass" ], "name": "blood dehydrator", "price": 0, @@ -54,6 +56,7 @@ "color": "red", "description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.", "id": "bloodcompressor", + "looks_like": "tailors_kit", "material": [ "steel", "glass" ], "name": "blood compactor", "price": 0, @@ -78,6 +81,7 @@ "color": "red", "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.", "id": "bloodchem", + "looks_like": "chemistry_set", "material": [ "steel", "glass" ], "name": "blood chemistry set", "price": 0, -- cgit v1.2.1