From 60d27a9a58f005784185fd916cd3696e21895fc1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 7 Feb 2023 10:00:19 -0800 Subject: Fix bionic scanner being misclassified as an Other recipe. --- Readme.txt | 4 ++++ json/recipes/electronics/other.json | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 json/recipes/electronics/other.json diff --git a/Readme.txt b/Readme.txt index 73d80ec..7d6197b 100644 --- a/Readme.txt +++ b/Readme.txt @@ -119,3 +119,7 @@ Water into fruit? Nope. --- Allow evaporated milk to be used in recipes. Any recipe that used condensed milk as a milk source and not as a sugar source. + +-- +Fix bionic scanner to be a tool instead of an other. +It is obviously a tool. It should be sorted as such. 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 ] ] + ] + } +] -- cgit v1.2.1