From 528e6640f5c2013320a1e6a0f9c6c71a8d013ecf Mon Sep 17 00:00:00 2001 From: Russbear <95584169+collectanos@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:53:08 +0700 Subject: [PATCH] Omlets Co-authored-by: LordBarkBread --- data/json/recipes/recipe_food.json | 63 ++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 0fd504091235a..61fb1b311194e 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5103,6 +5103,69 @@ [ [ "bread_sandwich_wheat_free", 2, "LIST" ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "omelet", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "7 m", + "autolearn": true, + "charges": 2, + "batch_time_factors": [ 80, 2 ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "components": [ + [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], + [ [ "cheese_standard", 1, "LIST" ] ], + [ [ "any_butter_or_oil", 1, "LIST" ] ] + ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "vegetable_omelet", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "8 m", + "autolearn": true, + "charges": 2, + "batch_time_factors": [ 80, 2 ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "components": [ + [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], + [ [ "cheese_standard", 1, "LIST" ] ], + [ [ "veggy_any", 2, "LIST" ] ], + [ [ "any_butter_or_oil", 1, "LIST" ] ] + ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "supreme_omelet", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "9 m", + "autolearn": true, + "charges": 2, + "batch_time_factors": [ 80, 2 ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "components": [ + [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], + [ [ "cheese_standard", 1, "LIST" ] ], + [ [ "veggy_any", 2, "LIST" ] ], + [ [ "meat_cooked", 1, "LIST" ] ], + [ [ "any_butter_or_oil", 1, "LIST" ] ] + ] + }, { "type": "recipe", "activity_level": "NO_EXERCISE",