aboutsummaryrefslogtreecommitdiff
path: root/recipes.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-18 23:07:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-18 23:07:26 -0700
commitc1ff82beab9878572ba6e06fab3bd1bbb9a236a5 (patch)
treeb4e139bb595776bf1350d421b8feab4faf8779a4 /recipes.json
parentRemove vorpal from the maid's kitchen knife (diff)
downloadcataclysm-dda-mod_battle-maid-redone-c1ff82beab9878572ba6e06fab3bd1bbb9a236a5.tar.xz
Heavily modernize recipes using requirements lists
Diffstat (limited to 'recipes.json')
-rw-r--r--recipes.json648
1 files changed, 358 insertions, 290 deletions
diff --git a/recipes.json b/recipes.json
index e1d9c20..cd9d932 100644
--- a/recipes.json
+++ b/recipes.json
@@ -8,24 +8,28 @@
"difficulty": 3,
"time": "1 h 30 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 20 ] ] ]
+ "using": [ [ "sewing_standard", 35 ] ],
+ "components": [
+ [ [ "rag", 20 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_maid_dress_long_leather",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 4,
+ "skills_required": [ "fabrication", 4 ],
"time": "2 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 150 ],
+ [ "tailoring_leather_small", 12 ]
+ ],
"components": [
- [ [ "maid_dress" , 1] ],
- [ [ "rag" , 20 ] ],
- [ [ "plastic_chunk" , 6 ] ],
- [ [ "leather" , 12 ] ]
+ [ [ "maid_dress" , 1 ] ],
+ [ [ "rag" , 20 ] ]
]
},
{
@@ -35,14 +39,29 @@
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 6,
+ "skills_required": [ "fabrication", 6 ],
"time": "3 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 150 ],
+ [ "armor_kevlar_plate", 24 ],
+ [ "adhesive", 12 ]
+ ],
"components": [
- [ [ "rag", 30 ] ],
- [ [ "kawaii_raincoat", 1 ] ],
[ [ "kawaii_maid_dress_long_leather", 1 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
+ [ [ "kawaii_raincoat", 1 ] ],
+ [
+ [ "tacvest", 1 ],
+ [ "legrig", 1 ],
+ [ "vest", 1 ],
+ [ "tool_belt", 1 ],
+ [ "ragpouch", 6 ],
+ [ "leather_pouch", 4 ],
+ [ "dump_pouch", 1 ],
+ [ "purse", 2 ],
+ [ "fanny", 2 ]
+ ],
+ [ [ "rag", 20 ] ]
]
},
{
@@ -55,10 +74,12 @@
"time": "1 h 30 m",
"autolearn": true,
"using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 15 ] ] ]
+ "components": [
+ [ [ "rag", 15 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_vest",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -68,11 +89,11 @@
"autolearn": true,
"using": [ [ "sewing_standard", 30 ] ],
"components": [
- [ ["vest" , 1] ]
+ [ [ "vest" , 1 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_vest_tac",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -82,8 +103,8 @@
"autolearn": true,
"using": [ [ "sewing_standard", 30 ] ],
"components": [
- [ ["kawaii_vest" , 1] ],
- [ ["tacvest" , 1] ]
+ [ [ "kawaii_vest" , 1 ] ],
+ [ [ "tacvest" , 1 ] ]
]
},
{
@@ -96,21 +117,23 @@
"time": "30 m",
"autolearn": true,
"using": [ [ "sewing_standard", 8 ] ],
- "components": [ [ [ "rag", 3 ] ] ]
+ "components": [
+ [ [ "rag", 3 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "jokyu_fuku",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
"difficulty": 4,
- "time": "90 m",
+ "time": "2 h 30 m",
"reversible": false,
"autolearn": true,
- "using": [ [ "sewing_standard", 15 ] ],
+ "using": [ [ "sewing_standard", 35 ] ],
"components": [
- [ [ "rag", 20 ] ]
+ [ [ "rag", 25 ] ]
]
},
{
@@ -134,9 +157,9 @@
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 2,
- "time": "35 m",
+ "time": "15 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 10 ] ],
+ "using": [ [ "sewing_standard", 8 ] ],
"components": [
[ [ "rag", 10 ] ]
]
@@ -148,7 +171,7 @@
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 2,
- "time": "35 m",
+ "time": "10 m",
"autolearn": true,
"using": [ [ "sewing_standard", 6 ] ],
"components": [
@@ -156,7 +179,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "petticoat",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_OTHER",
@@ -166,10 +189,12 @@
"reversible": false,
"autolearn": true,
"using": [ [ "sewing_standard", 30 ] ],
- "components": [ [ [ "rag", 8 ] ] ]
+ "components": [
+ [ [ "rag", 8 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "tux",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -184,7 +209,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "survivor_tux_leather",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -193,37 +218,50 @@
"time": "120 m",
"reversible": false,
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 150 ],
+ [ "tailoring_leather_small", 12 ]
+ ],
"components": [
[ [ "tux" , 1] ],
- [ [ "rag" , 20 ] ],
- [ [ "plastic_chunk" , 6 ] ],
- [ [ "leather" , 12 ] ]
+ [ [ "rag" , 20 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "survivor_tux",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
- "skills_required" : ["fabrication", 6],
+ "skills_required": [ "fabrication", 6],
"difficulty": 7,
"time": "120 m",
"reversible": false,
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 150 ],
+ [ "armor_kevlar_plate", 24 ],
+ [ "adhesive", 12 ]
+ ],
"components": [
[ [ "survivor_tux_leather", 1 ] ],
[ [ "cloak", 1 ] ],
- [ [ "chestrig", 1 ], [ "legrig", 1 ], [ "vest", 1 ], [ "tool_belt", 1 ], [ "ragpouch", 2 ] ],
- [ [ "leather_pouch", 2 ], [ "dump_pouch", 1 ], [ "purse", 1 ], [ "fanny", 1 ] ],
- [ [ "duct_tape", 150 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 16 ] ]
+ [ [ "coat_rain", 1 ], [ "jacket_windbreaker", 1 ], [ "jacket_evac", 1 ] ],
+ [
+ [ "tacvest", 1 ],
+ [ "legrig", 1 ],
+ [ "vest", 1 ],
+ [ "tool_belt", 1 ],
+ [ "ragpouch", 6 ],
+ [ "leather_pouch", 4 ],
+ [ "dump_pouch", 1 ],
+ [ "purse", 2 ],
+ [ "fanny", 2 ]
+ ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "makeshift_throwing_knife",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
@@ -232,226 +270,186 @@
"time": "20 m",
"reversible": false,
"autolearn": true,
- "qualities":[
- { "id":"HAMMER","level":2,"amount":1 }
- ],
+ "using": [ [ "steel_tiny", 2 ] ],
+ "qualities":[ { "id": "HAMMER", "level": 2 } ],
"components": [
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "rag", 1 ], [ "duct_tape", 50 ], [ "string_6", 2 ], [ "sinew", 100 ],[ "thread", 100 ], [ "plant_fibre", 100 ] ]
+ [ [ "rag", 1 ], [ "duct_tape", 50 ], [ "string_6", 2 ], [ "sinew", 100 ], [ "thread", 100 ], [ "plant_fibre", 100 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "assassins_throwing_dagger",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "fabrication",
- "difficulty": 7,
- "skills_required" : [ "throw", 2 ],
- "time": "240 m",
+ "difficulty": 6,
+ "skills_required": [ "throw", 2 ],
+ "time": "5 h",
"reversible": false,
"autolearn": true,
- "using": [ [ "blacksmithing_standard", 10 ], [ "steel_tiny", 3 ] ],
+ "using": [
+ [ "blacksmithing_standard", 10 ],
+ [ "steel_tiny", 3 ]
+ ],
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "swage", -1 ] ] ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "destruction_otama",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
- "difficulty": 7,
- "skills_required" : [ "melee", 5 ],
- "time": "480 m",
+ "difficulty": 6,
+ "time": "4 h",
"reversible": false,
"autolearn": true,
- "qualities":[
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ]
+ "using": [
+ [ "blacksmithing_standard", 10 ],
+ [ "steel_tiny", 3 ]
],
- "components":
- [
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "swage", -1 ] ] ],
+ "components": [
[ [ "2x4", 1 ], [ "stick", 2 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "vorpal_kitchen_knife",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
- "difficulty": 10,
- "skills_required" : [ "melee", 8 ],
- "time": "480 m",
+ "difficulty": 6,
+ "time": "6 h",
"reversible": false,
"autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
+ "using": [
+ [ "blacksmithing_standard", 20 ],
+ [ "steel_tiny", 12 ]
],
- "components":
- [
- [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "swage", -1 ] ] ],
+ "components": [
[ [ "2x4", 1 ], [ "stick", 2 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "slaying_pan",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
- "difficulty": 9,
- "skills_required" : [ "melee", 7 ],
+ "difficulty": 6,
"time": "480 m",
"reversible": false,
"autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
+ "using": [
+ [ "blacksmithing_standard", 20 ],
+ [ "steel_tiny", 12 ]
],
- "components":
- [
- [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "swage", -1 ] ] ],
+ "components": [
[ [ "2x4", 1 ], [ "stick", 2 ] ],
[ [ "spike", 6 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "brutal_broom",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_PIERCING",
"skill_used": "fabrication",
"difficulty": 6,
- "skills_required" : [ "melee", 4 ],
"time": "2 h",
"reversible": false,
"autolearn": true,
- "qualities" : [
- { "id":"HAMMER","level":1,"amount":1 },
- { "id":"SAW_M","level":1,"amount":1 }
- ], "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
+ "using": [
+ [ "blacksmithing_standard", 5 ],
+ [ "adhesive", 4 ]
],
+ "qualities": [
+ { "id": "CHISEL", "level": 3 },
+ { "id": "SAW_M", "level": 1 }
+ ],
+ "tools": [ [ [ "swage", -1 ] ] ],
"components": [
[ [ "blade", 1 ] ],
[ [ "spike", 1 ] ],
- [ [ "2x4", 2 ], [ "stick", 4 ], [ "broom", 1 ] ],
- [ [ "duct_tape", 100 ] ]
+ [ [ "2x4", 2 ], [ "stick", 4 ], [ "broom", 1 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "spiked_whip",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
- "difficulty": 8,
- "skills_required" : [ "melee", 6 ],
+ "difficulty": 6,
"time": "360 m",
"reversible": false,
"autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 },
- { "id":"CUT","level":1,"amount":1 }
+ "using": [
+ [ "blacksmithing_standard", 20 ],
+ [ "steel_tiny", 4 ]
],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
+ "qualities": [
+ { "id": "CHISEL", "level": 3 },
+ { "id": "CUT", "level": 1 }
],
- "components":
- [
- [ [ "bullwhip" ,1 ], [ "leather" ,25 ] ],
- [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 12 ] ],
+ "tools": [ [ [ "swage", -1 ] ] ],
+ "components": [
+ [ [ "bullwhip" ,1 ], [ "leather", 20 ] ],
[ [ "spike", 9 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "shikomi_kasa",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
- "difficulty": 8,
- "skills_required" : [ "melee", 6 ],
- "time": "480 m",
+ "difficulty": 9,
+ "time": "8 h",
"reversible": false,
"autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
+ "using": [
+ [ "blacksmithing_standard", 20 ],
+ [ "steel_tiny", 6 ]
],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
- ],
- "components":
- [
- [ ["umbrella", 1 ], ["teleumbrella", 1 ] ],
- [ [ "steel_lump", 2 ],[ "steel_chunk", 6 ], [ "scrap", 18 ] ]
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "swage", -1 ] ] ],
+ "components": [
+ [ [ "umbrella", 1 ], [ "teleumbrella", 1 ] ],
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "shikomi_stick",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 8,
- "skills_required" : [ "melee", 6 ],
- "time": "540 m",
+ "time": "6 h",
"reversible": false,
"autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 },
- { "id":"CUT","level":1,"amount":1 }
+ "using": [
+ [ "blacksmithing_standard", 20 ],
+ [ "steel_tiny", 6 ]
],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400],[ "char_forge", 80], [ "oxy_torch", 80] ],
- [ ["polisher", 20] ]
+ "qualities": [
+ { "id": "CHISEL", "level": 3 },
+ { "id": "CUT", "level": 1 }
],
+ "tools": [ [ [ "polisher", 20 ] ] ],
"components": [
[ [ "2x4", 2 ], [ "stick", 4 ] ],
- [ [ "steel_lump", 2 ], [ "steel_chunk", 6 ], [ "scrap", 18 ] ],
[ [ "wax", 2] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "flask_shoggoth",
"category": "CC_OTHER",
"skill_used": "cooking",
@@ -469,7 +467,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "man_carrier",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_OTHER",
@@ -478,11 +476,9 @@
"time": "75 m",
"reversible": false,
"autolearn": true,
- "using": [ [ "sewing_standard", 150 ] ],
- "components": [
- [ [ "leather", 30 ] ],
- [ [ "rag", 25 ] ],
- [ [ "felt_patch", 20 ] ]
+ "using": [
+ [ "sewing_standard", 150 ],
+ [ "tailoring_leather", 12 ]
]
},
{
@@ -495,7 +491,9 @@
"time": "30 m",
"autolearn": true,
"using": [ [ "sewing_standard", 8 ] ],
- "components": [ [ [ "rag", 3 ] ] ]
+ "components": [
+ [ [ "rag", 3 ] ]
+ ]
},
{
"type": "recipe",
@@ -506,9 +504,11 @@
"difficulty": 4,
"time": "2 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 24 ] ],
+ "using": [
+ [ "sewing_standard", 24 ],
+ [ "tailoring_leather_small", 10 ]
+ ],
"components": [
- [ [ "leather", 10 ] ],
[ [ "kawaii_maid_hat", 1 ] ]
]
},
@@ -521,10 +521,12 @@
"difficulty": 6,
"time": "3 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 200 ],
+ [ "armor_kevlar_plate", 12 ]
+ ],
"components": [
- [ [ "kawaii_maid_hat_thermal_off", 1 ] ],
- [ [ "kevlar_plate", 12 ] ]
+ [ [ "kawaii_maid_hat_thermal_off", 1 ]
]
},
{
@@ -537,7 +539,9 @@
"time": "10 m",
"autolearn": true,
"using": [ [ "sewing_standard", 4 ] ],
- "components": [ [ [ "rag", 4 ] ] ]
+ "components": [
+ [ [ "rag", 4 ] ]
+ ]
},
{
"type": "recipe",
@@ -548,9 +552,13 @@
"difficulty": 4,
"time": "30 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 20 ] ],
- "components": [ [ [ "leather", 10 ] ],
- [ [ "maid_gloves_long_cotton", 1 ] ] ]
+ "using": [
+ [ "sewing_standard", 20 ],
+ [ "tailoring_leather_small", 10 ]
+ ],
+ "components": [
+ [ [ "maid_gloves_long_cotton", 1 ] ]
+ ]
},
{
"type": "recipe",
@@ -561,9 +569,13 @@
"difficulty": 6,
"time": "1 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 120 ] ],
- "components": [ [ [ "kevlar_plate", 10 ] ],
- [ [ "maid_gloves_long_leather", 1 ] ] ]
+ "using": [
+ [ "sewing_standard", 120 ],
+ [ "armor_kevlar_plate", 10 ]
+ ],
+ "components": [
+ [ [ "maid_gloves_long_leather", 1 ] ]
+ ]
},
{
"type": "recipe",
@@ -575,7 +587,9 @@
"time": "10 m",
"autolearn": true,
"using": [ [ "sewing_standard", 4 ] ],
- "components": [ [ [ "rag", 4 ] ] ]
+ "components": [
+ [ [ "rag", 4 ] ]
+ ]
},
{
"type": "recipe",
@@ -586,9 +600,13 @@
"difficulty": 4,
"time": "30 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 20 ] ],
- "components": [ [ [ "leather", 10 ] ],
- [ [ "maid_gloves_cotton", 1 ] ] ]
+ "using": [
+ [ "sewing_standard", 20 ],
+ [ "tailoring_leather_small", 10 ]
+ ],
+ "components": [
+ [ [ "maid_gloves_cotton", 1 ] ]
+ ]
},
{
"type": "recipe",
@@ -599,12 +617,16 @@
"difficulty": 6,
"time": "1 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 120 ] ],
- "components": [ [ [ "kevlar_plate", 10 ] ],
- [ [ "maid_gloves_leather", 1 ] ] ]
+ "using": [
+ [ "sewing_standard", 120 ],
+ [ "armor_kevlar_plate", 10 ]
+ ],
+ "components": [
+ [ [ "maid_gloves_leather", 1 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "master_doll",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
@@ -620,13 +642,13 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "maid_mess_kit",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 4,
- "skills_required" : [ "cooking", 4 ],
+ "skills_required": [ "cooking", 4 ],
"time": "1 h",
"reversible": false,
"autolearn": true,
@@ -637,35 +659,32 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "maid_claw",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_PIERCING",
"skill_used": "fabrication",
"difficulty": 7,
- "skills_required" : [ "melee", 5 ],
+ "skills_required": [ "melee", 5 ],
"time": "7 h",
"reversible": false,
"autolearn": true,
- "qualities" : [
- { "id":"HAMMER","level":1,"amount":1 }
+ "using": [
+ [ "blacksmithing_standard", 5 ],
+ [ "steel_tiny", 2 ],
+ [ "tailoring_leather_small", 2 ]
],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ],
+ [ [ "swage", -1 ] ],
[ [ "sewing_kit", 6 ] ]
],
"components": [
- [ [ "spike", 5 ] ],
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "leather", 2 ] ]
+ [ [ "spike", 5 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "summon_little_maid",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
@@ -674,10 +693,10 @@
"time": "20 m",
"reversible": false,
"autolearn": false,
- "qualities":[ {"id":"CUT","level":1,"amount":1} ],
+ "qualities":[ { "id": "CUT", "level": 1 } ],
"tools": [
- [ ["feather", -1] ]
- ],
+ [ [ "feather", -1 ] ]
+ ],
"components": [
[ [ "paper", 5 ] ],
[ [ "sugar", 1 ] ],
@@ -685,7 +704,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "battle_mop",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
@@ -694,20 +713,24 @@
"time": "2 h",
"reversible": true,
"autolearn": true,
- "qualities" : [
- { "id":"CUT","level":1,"amount":1},
- {"id":"HAMMER","level":2,"amount":1 }
+ "using": [
+ [ "sewing_standard", 100 ],
+ [ "armor_kevlar_plate", 24 ],
+ [ "adhesive", 1 ],
+ [ "steel_tiny", 1 ],
+ [ "cordage", 1 ]
+ ],
+ "qualities": [
+ { "id": "CUT", "level": 1 },
+ { "id": "HAMMER", "level": 2 }
],
"components": [
[ [ "stick", 1 ], [ "2x4", 1 ] ],
- [ [ "rag", 4 ] ],
- [ [ "steel_chunk", 1 ] ],
- [ [ "string_36", 1] ],
- [ [ "duct_tape", 25 ] ]
+ [ [ "rag", 4 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "panties_kemo",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
@@ -722,7 +745,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "briefs_kemo",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
@@ -745,11 +768,13 @@
"difficulty": 3,
"time": "1 h 30 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 10 ] ] ]
+ "using": [ [ "sewing_standard", 35 ] ],
+ "components": [
+ [ [ "rag", 10 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_maid_dress_ex",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -757,12 +782,13 @@
"difficulty": 4,
"time": "2 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 100 ],
+ [ "tailoring_leather_small", 12 ]
+ ],
"components": [
[ [ "kawaii_maid_dress" , 1] ],
- [ [ "rag" , 20 ] ],
- [ [ "plastic_chunk" , 6 ] ],
- [ [ "leather" , 12 ] ]
+ [ [ "rag" , 20 ] ]
]
},
{
@@ -774,16 +800,30 @@
"difficulty": 6,
"time": "3 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 200 ] ],
+ "using": [
+ [ "sewing_standard", 100 ],
+ [ "armor_kevlar_plate", 24 ],
+ [ "adhesive", 8 ]
+ ],
"components": [
- [ [ "rag", 30 ] ],
- [ [ "kawaii_raincoat", 1 ] ],
[ [ "kawaii_maid_dress_ex", 1 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
+ [ [ "kawaii_raincoat", 1 ] ],
+ [
+ [ "tacvest", 1 ],
+ [ "legrig", 1 ],
+ [ "vest", 1 ],
+ [ "tool_belt", 1 ],
+ [ "ragpouch", 6 ],
+ [ "leather_pouch", 4 ],
+ [ "dump_pouch", 1 ],
+ [ "purse", 2 ],
+ [ "fanny", 2 ]
+ ],
+ [ [ "rag", 30 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_raincoat",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -791,14 +831,16 @@
"difficulty": 1,
"time": "30 m",
"autolearn": true,
+ "using": [
+ [ "waterproofing_plastic_bags", 10 ],
+ [ "adhesive", 2 ]
+ ],
"components": [
- [ [ "duct_tape", 50 ] ],
- [ [ "bag_plastic", 10 ] ],
[ [ "rag", 10 ] ]
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_maid_panties",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
@@ -807,10 +849,12 @@
"time": "35 m",
"autolearn": true,
"using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 2 ] ] ]
+ "components": [
+ [ [ "rag", 2 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_maid_bra",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -825,7 +869,7 @@
]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_bikini_bottom_black",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
@@ -834,10 +878,12 @@
"time": "35 m",
"autolearn": true,
"using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 2 ] ] ]
+ "components": [
+ [ [ "rag", 2 ] ]
+ ]
},
{
- "type" : "recipe",
+ "type": "recipe",
"result": "kawaii_bikini_top_black",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
@@ -846,7 +892,9 @@
"time": "38 m",
"autolearn": true,
"using": [ [ "sewing_standard", 15 ] ],
- "components": [ [ [ "rag", 2 ] ] ]
+ "components": [
+ [ [ "rag", 2 ] ]
+ ]
},
{
"type": "recipe",
@@ -857,18 +905,16 @@
"difficulty": 6,
"time": "100 m",
"autolearn": true,
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
+ "using": [
+ [ "blacksmithing_standard", 5 ],
+ [ "steel_tiny", 4 ],
+ [ "plastic_molding", 20 ],
+ [ "adhesive", 8 ]
],
+ "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "swage", -1 ] ] ],
"components": [
- [ [ "plastic_chunk" , 20 ] ],
- [ [ "steel_chunk", 4 ], [ "scrap", 20 ] ],
- [ [ "kawaii_maid_hardcase_mini", 1 ] ],
- [ [ "duct_tape", 200 ] ]
+ [ [ "kawaii_maid_hardcase_mini", 1 ] ]
]
},
{
@@ -880,15 +926,15 @@
"difficulty": 5,
"time": "90 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 160 ] ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
+ "using": [
+ [ "sewing_standard", 160 ],
+ [ "welding_standard", 2 ],
+ [ "tailoring_leather_small", 14 ],
+ [ "plastic_molding", 14 ],
+ [ "adhesive", 4 ]
],
"components": [
- [ [ "plastic_chunk" , 14 ] ],
- [ [ "leather" , 14 ] ],
- [ [ "kawaii_maid_hardcase_slim", 1 ] ],
- [ [ "duct_tape", 160 ] ]
+ [ [ "kawaii_maid_hardcase_slim", 1 ] ]
]
},
{
@@ -900,14 +946,12 @@
"difficulty": 4,
"time": "80 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 120 ] ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
- ],
- "components": [
- [ [ "plastic_chunk" , 10 ] ],
- [ [ "leather" , 10 ] ],
- [ [ "duct_tape", 120 ] ]
+ "using": [
+ [ "sewing_standard", 120 ],
+ [ "welding_standard", 2 ],
+ [ "tailoring_leather_small", 10 ],
+ [ "plastic_molding", 10 ],
+ [ "adhesive", 5 ]
]
},
{
@@ -933,9 +977,9 @@
"difficulty": 2,
"time": "35 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 10 ] ],
- "components": [
- [ [ "leather", 6 ] ]
+ "using": [
+ [ "sewing_standard", 10 ],
+ [ "tailoring_leather_small", 6 ]
]
},
{
@@ -947,44 +991,50 @@
"difficulty": 2,
"time": "35 m",
"autolearn": true,
- "using": [ [ "sewing_standard", 10 ] ],
- "components": [
- [ [ "leather", 10 ] ]
+ "using": [
+ [ "sewing_standard", 10 ],
+ [ "tailoring_leather_small", 10 ]
]
},
{
"type": "recipe",
- "result": "kawaii_boots_hi",
+ "result": "kawaii_shoes_hi",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 6,
- "time": "3 h",
+ "skills_required": [ "fabrication", 4 ],
+ "time": "2 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 100 ] ],
+ "using": [
+ [ "sewing_standard", 80 ],
+ [ "tailoring_leather_small", 8 ],
+ [ "armor_kevlar_plate", 4 ],
+ [ "adhesive", 4 ]
+ ],
"components": [
- [ [ "leather", 22 ] ],
- [ [ "kevlar_plate", 12 ] ],
- [ [ "duct_tape", 300 ] ],
- [ [ "kawaii_boots", 1 ] ],
+ [ [ "kawaii_dress_shoes", 1 ] ],
[ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
]
},
{
"type": "recipe",
- "result": "kawaii_shoes_hi",
+ "result": "kawaii_boots_hi",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
"difficulty": 6,
- "time": "3 h",
+ "skills_required": [ "fabrication", 4 ],
+ "time": "2 h",
"autolearn": true,
- "using": [ [ "sewing_standard", 100 ] ],
+ "using": [
+ [ "sewing_standard", 80 ],
+ [ "tailoring_leather_small", 8 ],
+ [ "armor_kevlar_plate", 4 ],
+ [ "adhesive", 4 ]
+ ],
"components": [
- [ [ "leather", 22 ] ],
- [ [ "kevlar_plate", 12 ] ],
- [ [ "duct_tape", 300 ] ],
- [ [ "kawaii_dress_shoes", 1 ] ],
+ [ [ "kawaii_boots", 1 ] ],
[ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
]
},
@@ -999,7 +1049,9 @@
"reversible": true,
"autolearn": true,
"using": [ [ "sewing_standard", 3 ] ],
- "components": [ [ [ "rag", 4 ] ] ]
+ "components": [
+ [ [ "rag", 4 ] ]
+ ]
},
{
"type": "recipe",
@@ -1011,7 +1063,9 @@
"time": "40 m",
"autolearn": true,
"using": [ [ "sewing_standard", 8 ] ],
- "components": [ [ [ "rag", 3 ] ] ]
+ "components": [
+ [ [ "rag", 3 ] ]
+ ]
},
{
"type": "recipe",
@@ -1022,13 +1076,13 @@
"difficulty": 2,
"time": "8 m",
"autolearn": true,
+ "using": [
+ [ "soldering_standard", 20 ],
+ [ "adhesive", 1 ]
+ ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
- [
- ["glasses_eye" , 1],
- ["glasses_bifocal" , 1],
- ["glasses_reading" , 1]
- ]
+ [ [ "glasses_eye" , 1], [ "glasses_bifocal" , 1], [ "glasses_reading" , 1] ]
]
},
{
@@ -1038,12 +1092,26 @@
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
"difficulty": 6,
- "time": "100 m",
+ "skills_required": [ "tailor", 4 ],
+ "time": "30 m",
"autolearn": true,
+ "using": [
+ [ "sewing_standard", 10 ],
+ [ "soldering_standard", 40 ],
+ [ "armor_kevlar_plate", 2 ],
+ [ "adhesive", 1 ]
+ ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "kawaii_maid_megane_01" , 1 ] ],
- [ [ "kevlar_plate", 12 ] ]
+ [ [ "glasses_safety", 2 ], [ "glasses_bal", 1 ] ],
+ [
+ [ "goggles_ski", 1 ],
+ [ "goggles_welding", 1 ],
+ [ "sunglasses", 1 ],
+ [ "fancy_sunglasses", 1 ],
+ [ "fitover_sunglasses", 1 ]
+ ]
]
}
]