diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-01 19:07:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-01 19:07:54 -0700 |
commit | f10264112693b6f878e70ff435be0cb38b9548d8 (patch) | |
tree | e0185257ba403d4a4ada698725ed53d879d4d970 /json/recipes/food | |
parent | Fix scrambled eggs from powdered eggs variant. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-f10264112693b6f878e70ff435be0cb38b9548d8.tar.xz |
Also fix deluxe scrambled eggs from powdered eggs.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/other.json | 44 |
1 files changed, 44 insertions, 0 deletions
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 ] ] + ] } ] |