From 66aa61db9afff5de11546a2433a0d9327cb77f51 Mon Sep 17 00:00:00 2001 From: John Bytheway Date: Wed, 21 Aug 2019 18:09:13 -0400 Subject: [PATCH] Add deconstruction recipe for mininuke Fixes #25430 The ability to disassemble mininukes was unintentionally lost when the ability to craft them was removed. --- data/json/recipes/recipe_deconstruction.json | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/json/recipes/recipe_deconstruction.json b/data/json/recipes/recipe_deconstruction.json index b1926d92b18d4..c4e1edf5d6ac0 100644 --- a/data/json/recipes/recipe_deconstruction.json +++ b/data/json/recipes/recipe_deconstruction.json @@ -1772,6 +1772,32 @@ "components": [ [ [ "paper", 10 ] ] ], "flags": [ "BLIND_EASY" ] }, + { + "result": "mininuke", + "type": "uncraft", + "time": "6 h", + "skill_used": "electronics", + "difficulty": 8, + "skills_required": [ [ "fabrication", 4 ], [ "mechanics", 6 ] ], + "using": [ [ "soldering_standard", 150 ], [ "welding_standard", 6 ] ], + "qualities": [ + { "id": "SCREW", "level": 1 }, + { "id": "SCREW_FINE", "level": 1 }, + { "id": "WRENCH", "level": 2 }, + { "id": "WRENCH_FINE", "level": 1 }, + { "id": "SAW_M", "level": 2 }, + { "id": "SAW_M_FINE", "level": 1 } + ], + "components": [ + [ [ "cable", 12 ] ], + [ [ "chem_rdx", 20 ] ], + [ [ "circuit", 6 ] ], + [ [ "plut_cell", 6 ] ], + [ [ "power_supply", 1 ] ], + [ [ "scrap", 200 ] ], + [ [ "small_storage_battery", 2 ] ] + ] + }, { "result": "money_bundle", "type": "uncraft",