aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-04 03:31:11 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-04 03:31:11 -0800
commitf96e67c4e3a6319933777f105c258c8d3c74c1d8 (patch)
tree349e2ab4cd326aca44f99f660d1632b93b7cc911
parentUpgrade clothing to use armor_portion_data for coverage. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-f96e67c4e3a6319933777f105c258c8d3c74c1d8.tar.xz
Fix several recipes not requiring thread.
Convert several recipes to use sewing_standard. -leatherworking_standard is nowhere to be seen. Convert the larger hardcase recipes to no longer require the previous hardcase.
-rw-r--r--recipes.json82
1 files changed, 18 insertions, 64 deletions
diff --git a/recipes.json b/recipes.json
index 9e20e4b..2566862 100644
--- a/recipes.json
+++ b/recipes.json
@@ -23,14 +23,8 @@
"skills_required": [ "fabrication", 4 ],
"time": "2 h",
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 150 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 150 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "maid_dress" , 1 ] ],
[ [ "rag" , 20 ] ],
@@ -108,14 +102,8 @@
"skills_required": [ "fabrication", 4 ],
"time": "2 h",
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 100 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 100 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "kawaii_maid_dress" , 1] ],
[ [ "rag" , 20 ] ],
@@ -208,14 +196,8 @@
"difficulty": 4,
"time": "45 m",
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 24 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 24 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "kawaii_maid_hat", 1 ] ],
[ [ "rag", 2 ] ],
@@ -281,14 +263,8 @@
"difficulty": 4,
"time": "30 m",
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 6 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 6 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "maid_gloves_cotton", 1 ] ],
[ [ "rag", 4 ] ],
@@ -340,14 +316,8 @@
"difficulty": 4,
"time": "30 m",
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 12 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 12 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "maid_gloves_long_cotton", 1 ] ],
[ [ "rag", 8 ] ],
@@ -384,11 +354,8 @@
"difficulty": 2,
"time": "35 m",
"book_learn": [ [ "mag_animecon", 3 ], [ "book_maid_clothing", 3 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 6 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "leather", 6 ] ]
]
@@ -403,11 +370,8 @@
"difficulty": 2,
"time": "35 m",
"book_learn": [ [ "mag_animecon", 3 ], [ "book_maid_clothing", 3 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 10 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "leather", 10 ] ]
]
@@ -619,14 +583,8 @@
"time": "3 h",
"reversible": false,
"book_learn": [ [ "book_maid_clothing", 4 ] ],
- "using": [
- [ "filament", 150 ]
- ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 },
- { "id": "LEATHER_AWL", "level": 1 }
- ],
+ "using": [ [ "sewing_standard", 150 ] ],
+ "qualities": [ { "id": "LEATHER_AWL", "level": 1 } ],
"components": [
[ [ "tux" , 1] ],
[ [ "rag" , 20 ] ],
@@ -970,9 +928,7 @@
"difficulty": 1,
"time": "30 m",
"book_learn": [ [ "mag_animecon", 2 ], [ "book_maid_clothing", 2 ] ],
- "using": [
- [ "adhesive", 2 ]
- ],
+ "using": [ [ "adhesive", 2 ] ],
"components": [
[ [ "rag", 10 ] ],
[ [ "bag_plastic", 10 ], [ "duct_tape", 50 ] ]
@@ -1022,7 +978,6 @@
[ "adhesive", 8 ]
],
"components": [
- [ [ "kawaii_maid_hardcase_mini", 1 ] ],
[ [ "sheet_metal", 2 ] ]
]
},
@@ -1046,8 +1001,7 @@
{ "id": "LEATHER_AWL", "level": 1 }
],
"components": [
- [ [ "kawaii_maid_hardcase_slim", 1 ] ],
- [ [ "leather", 36 ] ]
+ [ [ "leather", 40 ] ]
]
},
{