diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-09 20:52:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-09 20:52:02 -0700 |
commit | 38275f39eea721aa776de4c72935d7a269f9bdc2 (patch) | |
tree | 5991c91878c23b378e870b1d2f8ee70c173363b7 | |
parent | Initial commit (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-38275f39eea721aa776de4c72935d7a269f9bdc2.tar.xz |
Add recipes for gloves
Fix requirements for a few recipes
-rw-r--r-- | recipes.json | 86 |
1 files changed, 79 insertions, 7 deletions
diff --git a/recipes.json b/recipes.json index 4093e71..f164e52 100644 --- a/recipes.json +++ b/recipes.json @@ -59,7 +59,7 @@ ], "components": [ [ [ "rag", 30 ] ], - [ [ "coat_rain", 1 ] ], + [ [ "kawaii_raincoat", 1 ] ], [ [ "kawaii_maid_dress_long_leather", 1 ] ], [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ] ] @@ -572,9 +572,7 @@ { "id": "CUT", "level": 1 } ], "components": [ - [ [ "rag", 10 ] ], - [ [ "element", 4 ] ], - [ [ "cable", 12 ] ], + [ [ "leather", 10 ] ], [ [ "kawaii_maid_hat", 1 ] ] ] }, @@ -598,6 +596,82 @@ [ [ "kevlar_plate", 12 ] ] ] }, + { + "result": "maid_gloves_long_cotton", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 2, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 4 ] ], + "components": [ [ [ "rag", 4 ] ] ] + }, + { + "result": "maid_gloves_long_leather", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 4, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 20 ] ], + "components": [ [ [ "leather", 10 ] ], + [ [ "maid_gloves_long_cotton", 1 ] ] ] + }, + { + "result": "maid_gloves_long_armor", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 6, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 120 ] ], + "components": [ [ [ "kevlar_plate", 10 ] ], + [ [ "maid_gloves_long_leather", 1 ] ] ] + }, + { + "result": "maid_gloves_cotton", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 2, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 4 ] ], + "components": [ [ [ "rag", 4 ] ] ] + }, + { + "result": "maid_gloves_leather", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 4, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 20 ] ], + "components": [ [ [ "leather", 10 ] ], + [ [ "maid_gloves_cotton", 1 ] ] ] + }, + { + "result": "maid_gloves_armor", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 6, + "time": "10 m", + "autolearn": true, + "using": [ [ "sewing_standard", 120 ] ], + "components": [ [ [ "kevlar_plate", 10 ] ], + [ [ "maid_gloves_leather", 1 ] ] ] + }, { "type" : "recipe", "result": "master_doll", @@ -779,7 +853,7 @@ ], "components": [ [ [ "rag", 30 ] ], - [ [ "coat_rain", 1 ] ], + [ [ "kawaii_raincoat", 1 ] ], [ [ "kawaii_maid_dress_ex", 1 ] ], [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ] ] @@ -981,7 +1055,6 @@ [ [ "leather", 22 ] ], [ [ "kevlar_plate", 12 ] ], [ [ "duct_tape", 300 ] ], - [ [ "nomex_socks", 1 ] ], [ [ "kawaii_boots", 1 ] ], [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] ] @@ -1007,7 +1080,6 @@ [ [ "leather", 22 ] ], [ [ "kevlar_plate", 12 ] ], [ [ "duct_tape", 300 ] ], - [ [ "nomex_socks", 1 ] ], [ [ "kawaii_dress_shoes", 1 ] ], [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ] ] |