From 3b2f9ceaa1ae87e7c81421e90a1e36b132df0004 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 1 Apr 2022 19:04:19 -0700 Subject: Fix scrambled eggs from powdered eggs variant. --- Readme.txt | 5 +++++ json/recipes/food/other.json | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 json/recipes/food/other.json diff --git a/Readme.txt b/Readme.txt index 2611579..3e4bd64 100644 --- a/Readme.txt +++ b/Readme.txt @@ -112,3 +112,8 @@ Use shot_forming instead of bulltet_forming. Light Turret: 6h ->30m It took 12 times as long as the medium turret. + +--- +Scrambled Eggs: +From powdered eggs variant now no longer allows the use of non-powdered eggs. +Powdered eggs requiring water is the entire point of this variant. diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json new file mode 100644 index 0000000..d1dc5c2 --- /dev/null +++ b/json/recipes/food/other.json @@ -0,0 +1,17 @@ +[ + { + "type": "recipe", + "result": "scrambled_eggs", + "id_suffix": "from_powder", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 1, + "time": "6 m", + "autolearn": true, + "batch_time_factors": [ 80, 1 ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ], + "components": [ [ [ "powder_eggs", 2 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] + } +] -- cgit v1.2.1