From d540c8a4924e1aa578589a7857196875db0fe930 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 6 Aug 2021 16:57:34 -0700 Subject: Add deconstruction recipes for inactive dispatch drones --- json/recipes/recipe_deconstruction.json | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 json/recipes/recipe_deconstruction.json diff --git a/json/recipes/recipe_deconstruction.json b/json/recipes/recipe_deconstruction.json new file mode 100644 index 0000000..f11ade2 --- /dev/null +++ b/json/recipes/recipe_deconstruction.json @@ -0,0 +1,50 @@ +[ + { + "result": "bot_dispatch", + "type": "uncraft", + "skill_used": "electronics", + "difficulty": 5, + "time": "1 h", + "using": [ [ "soldering_standard", 20 ] ], + "qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ], + "components": [ + [ [ "ai_module", 1 ] ], + [ [ "sensor_module", 1 ] ], + [ [ "memory_module", 1 ] ], + [ [ "pathfinding_module", 1 ] ], + [ [ "identification_module", 1 ] ], + [ [ "tank_tread", 1 ] ], + [ [ "copbot_chassis", 1 ] ], + [ [ "targeting_module", 1 ] ], + [ [ "power_supply", 3 ] ], + [ [ "plut_cell", 1 ] ], + [ [ "broken_manhack", 4 ] ], + [ [ "omnicamera", 1 ] ], + [ [ "storage_battery", 1 ] ] + ] + }, + { + "result": "bot_dispatch_military", + "type": "uncraft", + "skill_used": "electronics", + "difficulty": 5, + "time": "1 h", + "using": [ [ "soldering_standard", 20 ] ], + "qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ], + "components": [ + [ [ "ai_module", 1 ] ], + [ [ "sensor_module", 1 ] ], + [ [ "memory_module", 1 ] ], + [ [ "pathfinding_module", 1 ] ], + [ [ "identification_module", 1 ] ], + [ [ "tank_tread", 1 ] ], + [ [ "copbot_chassis", 1 ] ], + [ [ "targeting_module", 1 ] ], + [ [ "power_supply", 3 ] ], + [ [ "plut_cell", 1 ] ], + [ [ "broken_manhack", 4 ] ], + [ [ "omnicamera", 1 ] ], + [ [ "storage_battery", 1 ] ] + ] + } +] -- cgit v1.2.1