Skip to content

Commit

Permalink
Omlets
Browse files Browse the repository at this point in the history
Co-authored-by: LordBarkBread <[email protected]>
  • Loading branch information
collectanos and LordBarkBread authored Nov 27, 2023
1 parent 89e4499 commit 528e664
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 528e664

Please sign in to comment.