diff --git a/data/mods/Aftershock/recipes/obsolete.json b/data/mods/Aftershock/recipes/obsolete.json index 948136b6e104b..7a5563497ed59 100644 --- a/data/mods/Aftershock/recipes/obsolete.json +++ b/data/mods/Aftershock/recipes/obsolete.json @@ -117,5 +117,20 @@ "type": "recipe", "result": "purifier_smart_shot", "obsolete": true + }, + { + "type": "recipe", + "result": "afs_metal_rig", + "obsolete": true + }, + { + "type": "recipe", + "result": "afs_kitchen_rig", + "obsolete": true + }, + { + "type": "recipe", + "result": "afs_cooking_rig", + "obsolete": true } ] diff --git a/data/mods/Aftershock/recipes/recipes.json b/data/mods/Aftershock/recipes/recipes.json index 7475fab3be87c..939bf07767284 100644 --- a/data/mods/Aftershock/recipes/recipes.json +++ b/data/mods/Aftershock/recipes/recipes.json @@ -160,77 +160,6 @@ "using": [ [ "welding_standard", 6 ] ], "components": [ [ [ "afs_scrap_titanium", 2 ], [ "afs_titanium_frame", 1 ] ] ] }, - { - "result": "afs_metal_rig", - "type": "recipe", - "activity_level": "fake", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_VEHICLE", - "skill_used": "fabrication", - "skills_required": [ "electronics", 3 ], - "difficulty": 4, - "time": 90000, - "decomp_learn": 3, - "reversible": true, - "book_learn": [ [ "textbook_mechanics", 6 ], [ "textbook_electronics", 8 ], [ "textbook_fabrication", 8 ], [ "welding_book", 5 ] ], - "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M", "level": 1 } ], - "using": [ [ "welding_standard", 10 ], [ "soldering_standard", 25 ] ], - "components": [ [ [ "hdframe", 1 ] ], [ [ "welding_components", 1 ] ], [ [ "forge", 1 ] ], [ [ "kiln", 1 ] ], [ [ "cable", 10 ] ] ] - }, - { - "result": "afs_kitchen_rig", - "type": "recipe", - "activity_level": "fake", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_VEHICLE", - "skill_used": "fabrication", - "skills_required": [ "electronics", 3 ], - "difficulty": 4, - "time": 90000, - "decomp_learn": 3, - "reversible": true, - "book_learn": [ [ "textbook_fabrication", 3 ], [ "manual_fabrication", 3 ], [ "manual_electronics", 3 ], [ "manual_mechanics", 3 ] ], - "using": [ [ "welding_standard", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "WRENCH", "level": 1 } ], - "components": [ - [ [ "hdframe", 1 ] ], - [ [ "vac_sealer", 1 ], [ "makeshift_sealer", 1 ] ], - [ [ "dehydrator", 1 ] ], - [ [ "water_purifier", 1 ] ], - [ [ "food_processor", 1 ] ], - [ [ "press", 1 ] ], - [ [ "cable", 15 ] ], - [ [ "hotplate", 1 ] ], - [ [ "pot", 1 ], [ "pot_copper", 1 ] ], - [ [ "pan", 1 ] ], - [ [ "water_faucet", 2 ] ], - [ [ "chemistry_set", 1 ] ] - ] - }, - { - "result": "afs_cooking_rig", - "type": "recipe", - "activity_level": "fake", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_VEHICLE", - "skill_used": "electronics", - "difficulty": 4, - "time": 60000, - "decomp_learn": 3, - "reversible": true, - "autolearn": true, - "using": [ [ "welding_standard", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M", "level": 1 } ], - "components": [ - [ [ "hdframe", 1 ] ], - [ [ "hotplate", 1 ] ], - [ [ "pot", 1 ], [ "pot_copper", 1 ] ], - [ [ "pan", 1 ] ], - [ [ "water_faucet", 2 ] ], - [ [ "cable", 10 ] ], - [ [ "chemistry_set", 1 ] ] - ] - }, { "type": "recipe", "activity_level": "fake", diff --git a/data/mods/BlazeIndustries/recipes/blaze_other_recipes.json b/data/mods/BlazeIndustries/recipes/blaze_other_recipes.json index 3f490d6cc610c..265bad4eff21c 100644 --- a/data/mods/BlazeIndustries/recipes/blaze_other_recipes.json +++ b/data/mods/BlazeIndustries/recipes/blaze_other_recipes.json @@ -110,5 +110,76 @@ { "id": "WRENCH", "level": 1 } ], "components": [ [ [ "cargo_rack", 4 ] ], [ [ "pipe", 16 ] ], [ [ "sheet_metal", 4 ] ], [ [ "hinge", 10 ] ] ] + }, + { + "result": "afs_metal_rig", + "type": "recipe", + "activity_level": "fake", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_VEHICLE", + "skill_used": "fabrication", + "skills_required": [ "electronics", 3 ], + "difficulty": 4, + "time": 90000, + "decomp_learn": 3, + "reversible": true, + "book_learn": [ [ "textbook_mechanics", 6 ], [ "textbook_electronics", 8 ], [ "textbook_fabrication", 8 ], [ "welding_book", 5 ] ], + "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M", "level": 1 } ], + "using": [ [ "welding_standard", 10 ], [ "soldering_standard", 25 ] ], + "components": [ [ [ "hdframe", 1 ] ], [ [ "welding_components", 1 ] ], [ [ "forge", 1 ] ], [ [ "kiln", 1 ] ], [ [ "cable", 10 ] ] ] + }, + { + "result": "afs_kitchen_rig", + "type": "recipe", + "activity_level": "fake", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_VEHICLE", + "skill_used": "fabrication", + "skills_required": [ "electronics", 3 ], + "difficulty": 4, + "time": 90000, + "decomp_learn": 3, + "reversible": true, + "book_learn": [ [ "textbook_fabrication", 3 ], [ "manual_fabrication", 3 ], [ "manual_electronics", 3 ], [ "manual_mechanics", 3 ] ], + "using": [ [ "welding_standard", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "WRENCH", "level": 1 } ], + "components": [ + [ [ "hdframe", 1 ] ], + [ [ "vac_sealer", 1 ], [ "makeshift_sealer", 1 ] ], + [ [ "dehydrator", 1 ] ], + [ [ "water_purifier", 1 ] ], + [ [ "food_processor", 1 ] ], + [ [ "press", 1 ] ], + [ [ "cable", 15 ] ], + [ [ "hotplate", 1 ] ], + [ [ "pot", 1 ], [ "pot_copper", 1 ] ], + [ [ "pan", 1 ] ], + [ [ "water_faucet", 2 ] ], + [ [ "chemistry_set", 1 ] ] + ] + }, + { + "result": "afs_cooking_rig", + "type": "recipe", + "activity_level": "fake", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_VEHICLE", + "skill_used": "electronics", + "difficulty": 4, + "time": 60000, + "decomp_learn": 3, + "reversible": true, + "autolearn": true, + "using": [ [ "welding_standard", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "WRENCH", "level": 2 }, { "id": "SAW_M", "level": 1 } ], + "components": [ + [ [ "hdframe", 1 ] ], + [ [ "hotplate", 1 ] ], + [ [ "pot", 1 ], [ "pot_copper", 1 ] ], + [ [ "pan", 1 ] ], + [ [ "water_faucet", 2 ] ], + [ [ "cable", 10 ] ], + [ [ "chemistry_set", 1 ] ] + ] } ]