summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_deconstruction.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/recipe_deconstruction.json')
-rw-r--r--json/recipes/recipe_deconstruction.json50
1 files changed, 50 insertions, 0 deletions
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 ] ]
+ ]
+ }
+]