summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_deconstruction.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-31 05:20:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-31 05:20:59 -0700
commit6f803032de220719f78bacea5c702dcbe2ba83af (patch)
tree263473930cecd6795503a09a70744f28a062436c /json/recipes/recipe_deconstruction.json
downloadcataclysm-bn-mod_restore-crows-turrets-6f803032de220719f78bacea5c702dcbe2ba83af.tar.xz
Initial commit
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 ] ]
+ ]
+ }
+]