From 6f803032de220719f78bacea5c702dcbe2ba83af Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 31 Jul 2021 05:20:59 -0700 Subject: Initial commit --- json/recipes/recipe_deconstruction.json | 65 ++++++++++++++++++++++ json/recipes/recipe_electronics.json | 98 +++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 json/recipes/recipe_deconstruction.json create mode 100644 json/recipes/recipe_electronics.json (limited to 'json/recipes') 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 ] ] + ] + } +] 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 ] ] + ] + } +] -- cgit v1.2.1