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.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/json/recipes/recipe_deconstruction.json b/json/recipes/recipe_deconstruction.json
new file mode 100644
index 0000000..777079f
--- /dev/null
+++ b/json/recipes/recipe_deconstruction.json
@@ -0,0 +1,65 @@
+[
+ {
+ "result": "broken_turret_light",
+ "type": "uncraft",
+ "skill_used": "electronics",
+ "difficulty": 4,
+ "time": "1 h",
+ "using": [ [ "soldering_standard", 10 ] ],
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "ai_module", 1 ] ],
+ [ [ "gun_module", 1 ] ],
+ [ [ "targeting_module", 1 ] ],
+ [ [ "identification_module", 1 ] ],
+ [ [ "sensor_module", 1 ] ],
+ [ [ "m249", 1 ] ],
+ [ [ "small_storage_battery", 1 ] ],
+ [ [ "power_supply", 1 ] ],
+ [ [ "robot_controls", 1 ] ],
+ [ [ "turret_chassis", 1 ] ]
+ ]
+ },
+ {
+ "result": "broken_turret_medium",
+ "type": "uncraft",
+ "skill_used": "electronics",
+ "difficulty": 4,
+ "time": "1 h",
+ "using": [ [ "soldering_standard", 10 ] ],
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "ai_module", 1 ] ],
+ [ [ "gun_module", 1 ] ],
+ [ [ "targeting_module", 1 ] ],
+ [ [ "identification_module", 1 ] ],
+ [ [ "sensor_module", 1 ] ],
+ [ [ "m240", 1 ] ],
+ [ [ "small_storage_battery", 1 ] ],
+ [ [ "power_supply", 1 ] ],
+ [ [ "robot_controls", 1 ] ],
+ [ [ "turret_chassis", 1 ] ]
+ ]
+ },
+ {
+ "result": "broken_turret_longrange",
+ "type": "uncraft",
+ "skill_used": "electronics",
+ "difficulty": 4,
+ "time": "1 h",
+ "using": [ [ "soldering_standard", 10 ] ],
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "ai_module", 1 ] ],
+ [ [ "identification_module", 1 ] ],
+ [ [ "sensor_module", 1 ] ],
+ [ [ "gun_module", 1 ] ],
+ [ [ "targeting_module", 1 ] ],
+ [ [ "m2browning", 1 ] ],
+ [ [ "small_storage_battery", 1 ] ],
+ [ [ "robot_controls", 1 ] ],
+ [ [ "power_supply", 1 ] ],
+ [ [ "turret_chassis", 1 ] ]
+ ]
+ }
+]