summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_electronics.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/recipe_electronics.json')
-rw-r--r--json/recipes/recipe_electronics.json98
1 files changed, 98 insertions, 0 deletions
diff --git a/json/recipes/recipe_electronics.json b/json/recipes/recipe_electronics.json
new file mode 100644
index 0000000..33cd936
--- /dev/null
+++ b/json/recipes/recipe_electronics.json
@@ -0,0 +1,98 @@
+[
+ {
+ "type": "recipe",
+ "result": "bot_turret_light",
+ "category": "CC_ELECTRONIC",
+ "subcategory": "CSC_ELECTRONIC_OTHER",
+ "skill_used": "electronics",
+ "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
+ "difficulty": 8,
+ "time": "30 m",
+ "reversible": true,
+ "decomp_learn": 8,
+ "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
+ "using": [ [ "soldering_standard", 14 ] ],
+ "qualities": [
+ { "id": "SCREW", "level": 1 },
+ { "id": "SCREW_FINE", "level": 1 },
+ { "id": "WRENCH", "level": 2 },
+ { "id": "WRENCH_FINE", "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 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "bot_turret_medium",
+ "category": "CC_ELECTRONIC",
+ "subcategory": "CSC_ELECTRONIC_OTHER",
+ "skill_used": "electronics",
+ "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
+ "difficulty": 8,
+ "time": "30 m",
+ "reversible": true,
+ "decomp_learn": 8,
+ "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
+ "using": [ [ "soldering_standard", 14 ] ],
+ "qualities": [
+ { "id": "SCREW", "level": 1 },
+ { "id": "SCREW_FINE", "level": 1 },
+ { "id": "WRENCH", "level": 2 },
+ { "id": "WRENCH_FINE", "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 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "bot_turret_longrange",
+ "category": "CC_ELECTRONIC",
+ "subcategory": "CSC_ELECTRONIC_OTHER",
+ "skill_used": "electronics",
+ "skills_required": [ [ "mechanics", 6 ], [ "computer", 5 ] ],
+ "reversible": true,
+ "decomp_learn": 5,
+ "book_learn": [ [ "schematics_antimateriel", 7 ] ],
+ "difficulty": 5,
+ "time": "1 h 15 m",
+ "using": [ [ "soldering_standard", 10 ] ],
+ "qualities": [
+ { "id": "SCREW", "level": 1 },
+ { "id": "SCREW_FINE", "level": 1 },
+ { "id": "WRENCH", "level": 2 },
+ { "id": "WRENCH_FINE", "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 ] ]
+ ]
+ }
+]