From f10264112693b6f878e70ff435be0cb38b9548d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 1 Apr 2022 19:07:54 -0700 Subject: Also fix deluxe scrambled eggs from powdered eggs. --- Readme.txt | 6 +++--- json/recipes/food/other.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/Readme.txt b/Readme.txt index 3e4bd64..9b045b1 100644 --- a/Readme.txt +++ b/Readme.txt @@ -114,6 +114,6 @@ Light Turret: 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. +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/food/other.json b/json/recipes/food/other.json index d1dc5c2..06cbe4a 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -13,5 +13,49 @@ "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ], "components": [ [ [ "powder_eggs", 2 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] + }, + { + "type": "recipe", + "result": "deluxe_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 ] ], + [ + [ "bacon", 2 ], + [ "meat_cooked", 1 ], + [ "mutant_meat_cooked", 1 ], + [ "meat_smoked", 1 ], + [ "dry_meat", 1 ], + [ "rehydrated_meat", 1 ], + [ "sausage", 2 ], + [ "sausage_cooked", 2 ], + [ "bratwurst_sausage", 2 ], + [ "jerky", 1 ], + [ "salted_fish", 1 ], + [ "meat_pickled", 1 ], + [ "meat_salted", 1 ], + [ "meat_canned", 1 ], + [ "can_chicken", 1 ], + [ "can_spam", 2 ], + [ "fish_pickled", 1 ], + [ "salted_fish", 1 ], + [ "fish_canned", 1 ], + [ "cracklins", 2 ], + [ "can_sardine", 1 ], + [ "can_tuna", 1 ], + [ "can_salmon", 1 ], + [ "can_herring", 1 ] + ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] } ] -- cgit v1.2.1