summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-20 13:36:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-20 13:36:01 -0700
commit15002438fd5b1d89a236a37c284a4caa8233ad96 (patch)
tree826d42d093ad1b3f002611ffb7490ec895964dd7
parentAdd recipe for small tin cans. (diff)
downloadcataclysm-bn-mod_recipe-fixes-15002438fd5b1d89a236a37c284a4caa8233ad96.tar.xz
Light turret fixed upstream.
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/electronic/other.json38
2 files changed, 0 insertions, 43 deletions
diff --git a/Readme.txt b/Readme.txt
index 9b045b1..6481956 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -109,11 +109,6 @@ Use small pistol primer instead of large pistol primer.
Use shot_forming instead of bulltet_forming.
---
-Light Turret:
-6h ->30m
-It took 12 times as long as the medium turret.
-
----
Scrambled Eggs and Deluxe Scrambled Eggs:
From powdered eggs variants now no longer allows the use of non-powdered eggs.
Powdered eggs requiring water is the entire point of these variants.
diff --git a/json/recipes/electronic/other.json b/json/recipes/electronic/other.json
deleted file mode 100644
index a8d4600..0000000
--- a/json/recipes/electronic/other.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "type": "recipe",
- "result": "bot_turret_light",
- "category": "CC_ELECTRONIC",
- "subcategory": "CSC_ELECTRONIC_OTHER",
- "skill_used": "electronics",
- "skills_required": [ [ "mechanics", 6 ], [ "computer", 6 ], [ "fabrication", 6 ] ],
- "difficulty": 7,
- "time": "30 m",
- "reversible": true,
- "decomp_learn": 8,
- "book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 9 ] ],
- "using": [ [ "steel_standard", 1 ], [ "welding_standard", 20 ], [ "soldering_standard", 14 ] ],
- "qualities": [
- { "id": "SCREW", "level": 1 },
- { "id": "SCREW_FINE", "level": 1 },
- { "id": "WRENCH", "level": 2 },
- { "id": "WRENCH_FINE", "level": 1 },
- { "id": "SAW_M", "level": 1 },
- { "id": "SAW_M_FINE", "level": 1 }
- ],
- "components": [
- [ [ "ai_module", 1 ] ],
- [ [ "identification_module", 1 ] ],
- [ [ "targeting_module", 1 ] ],
- [ [ "gun_module", 1 ] ],
- [ [ "camera", 1 ], [ "camera_pro", 1 ], [ "omnicamera", 1 ], [ "sensor_module", 1 ] ],
- [ [ "small_storage_battery", 1 ] ],
- [ [ "power_supply", 1 ] ],
- [ [ "robot_controls", 1 ] ],
- [ [ "ksub2000", 1 ] ],
- [ [ "sheet_metal", 2 ] ],
- [ [ "pipe", 4 ] ],
- [ [ "spring", 2 ] ]
- ]
- }
-]