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. --- json/recipes/food/other.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 json/recipes/food/other.json (limited to 'json/recipes/food/other.json') 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