summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-06 16:57:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-06 16:57:34 -0700
commitd540c8a4924e1aa578589a7857196875db0fe930 (patch)
treeb1a547389b2e0d4c864ba6e400de3e4b015cb830
parentReduce light turret crafting time to that of the medium turret (diff)
downloadcataclysm-dda-mod_recipe-fixes-d540c8a4924e1aa578589a7857196875db0fe930.tar.xz
Add deconstruction recipes for inactive dispatch drones
-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 ] ]
+ ]
+ }
+]