diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 18:13:28 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 18:13:28 -0700 | 
| commit | b41a4fb86d9a24a404d5b8d141aecb429592fa4c (patch) | |
| tree | aa20d7513ed735250ef7872cf2b0740206eb617b /vamp_stuff/Modification_Files/Recipes | |
| parent | Bring the crafting times for blood leather equipment in line with regular items. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-b41a4fb86d9a24a404d5b8d141aecb429592fa4c.tar.xz | |
Change blood leather sheathes to armor/storage.
Diffstat (limited to 'vamp_stuff/Modification_Files/Recipes')
| -rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_armor.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json index c65d335..47986e1 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json @@ -105,7 +105,7 @@      "result": "bloodwristsheath",      "type": "recipe",      "category": "CC_ARMOR", -    "subcategory": "CSC_ARMOR_HANDS", +    "subcategory": "CSC_ARMOR_STORAGE",      "skill_used": "tailor",      "difficulty": 6,      "book_learn": [ [ "vamp_darkfashion1", 10 ] ], @@ -121,7 +121,7 @@      "result": "bloodbootsheath",      "type": "recipe",      "category": "CC_ARMOR", -    "subcategory": "CSC_ARMOR_FEET", +    "subcategory": "CSC_ARMOR_STORAGE",      "skill_used": "tailor",      "difficulty": 6,      "book_learn": [ [ "vamp_darkfashion1", 10 ] ],  | 
