diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-18 05:29:55 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-18 05:29:55 -0700 |
commit | 840ff2f3826f1199bacb67fa7afa8f1ba19e08bf (patch) | |
tree | 667056d3d4efe71bc85ac0fa41592f48ebaa3268 /vamp_stuff/Modification_Files/Items/Misc | |
parent | Temporary workaround so blood pools at least don't look like ascii (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-840ff2f3826f1199bacb67fa7afa8f1ba19e08bf.tar.xz |
Fix weapon categories
Add alises to blood tools
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 12 |
1 files changed, 6 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, |