summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-07 10:00:19 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-07 10:00:19 -0800
commit60d27a9a58f005784185fd916cd3696e21895fc1 (patch)
tree1855719da5cac9bea2ba282e4cd8ba7df9236a6c /json
parentAllow using evaporated milk in recipes. (diff)
downloadcataclysm-bn-mod_recipe-fixes-60d27a9a58f005784185fd916cd3696e21895fc1.tar.xz
Fix bionic scanner being misclassified as an Other recipe.
Diffstat (limited to 'json')
-rw-r--r--json/recipes/electronics/other.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/json/recipes/electronics/other.json b/json/recipes/electronics/other.json
new file mode 100644
index 0000000..a8fe1aa
--- /dev/null
+++ b/json/recipes/electronics/other.json
@@ -0,0 +1,25 @@
+[
+ {
+ "type": "recipe",
+ "result": "bionic_scanner",
+ "category": "CC_ELECTRONIC",
+ "subcategory": "CSC_ELECTRONIC_TOOLS",
+ "skill_used": "electronics",
+ "skills_required": [ [ "computer", 2 ] ],
+ "difficulty": 4,
+ "time": "1 h",
+ "reversible": true,
+ "decomp_learn": 5,
+ "book_learn": [ [ "recipe_lab_elec", 4 ], [ "textbook_electronics", 5 ] ],
+ "using": [ [ "soldering_standard", 20 ] ],
+ "qualities": [ { "id": "SCREW_FINE", "level": 1 } ],
+ "components": [
+ [ [ "plastic_chunk", 4 ] ],
+ [ [ "superglue", 1 ] ],
+ [ [ "cable", 5 ] ],
+ [ [ "small_lcd_screen", 1 ] ],
+ [ [ "ai_module", 1 ] ],
+ [ [ "sensor_module", 1 ] ]
+ ]
+ }
+]