Skip to content

Commit

Permalink
Fried eggs deluxe, sandwiches, and condiment list (CleverRaven#47786)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse authored and anothersimulacrum committed Jul 3, 2021
1 parent 72a8aae commit b7fb53d
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 0 deletions.
48 changes: 48 additions & 0 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,54 @@
"fun": 2,
"flags": [ "EATEN_HOT", "FREEZERBURN" ]
},
{
"type": "COMESTIBLE",
"id": "deluxe_fried_eggs",
"name": { "str_sp": "deluxe fried eggs" },
"copy-from": "scrambled_eggs",
"color": "yellow",
"symbol": "%",
"quench": -1,
"calories": 322,
"description": "Deluxe sunny-side up eggs fried with a runny yolk and just a bit of crisp on the edges with cheese or a vegetable, garnish and condiment.",
"price": 500,
"price_postapoc": 120,
"material": [ "egg", "veggy" ],
"fun": 2,
"flags": [ "EATEN_HOT", "FREEZERBURN" ]
},
{
"type": "COMESTIBLE",
"id": "fried_egg_sandwich",
"name": { "str_sp": "fried egg sandwich" },
"copy-from": "scrambled_eggs",
"color": "yellow",
"symbol": "%",
"quench": -1,
"calories": 422,
"description": "Sunny-side up eggs fried with a runny yolk and just a bit of crisp on the edges. Made into a sandwich, just like Sunday morning.",
"price": 500,
"price_postapoc": 120,
"material": [ "egg", "wheat" ],
"fun": 2,
"flags": [ "EATEN_HOT", "FREEZERBURN" ]
},
{
"type": "COMESTIBLE",
"id": "deluxe_fried_egg_sandwich",
"name": { "str_sp": "deluxe fried egg sandwich" },
"copy-from": "scrambled_eggs",
"color": "yellow",
"symbol": "%",
"quench": -1,
"calories": 422,
"description": "Deluxe sunny-side up eggs fried with a runny yolk and just a bit of crisp on the edges. Made into a sandwich, just like Sunday morning.",
"price": 500,
"price_postapoc": 120,
"material": [ "egg", "wheat" ],
"fun": 2,
"flags": [ "EATEN_HOT", "FREEZERBURN" ]
},
{
"type": "COMESTIBLE",
"id": "pickled_egg",
Expand Down
65 changes: 65 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -3611,6 +3611,71 @@
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [ [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], [ [ "any_butter_or_oil", 2, "LIST" ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "deluxe_fried_eggs",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "8 m",
"autolearn": true,
"batch_time_factors": [ 80, 2 ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "mushroom", 1 ], [ "mushroom_morel", 1 ], [ "garlic_clove", 1 ], [ "onion", 1 ] ],
[ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ], [ "veggy_green", 1, "LIST" ] ],
[ [ "salt_preservation", 2, "LIST" ] ],
[ [ "condiment", 2, "LIST" ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "fried_egg_sandwich",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "6 m",
"autolearn": true,
"batch_time_factors": [ 80, 2 ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "bread_sandwich", 2, "LIST" ] ],
[ [ "condiment", 2, "LIST" ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "deluxe_fried_egg_sandwich",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "8 m",
"autolearn": true,
"batch_time_factors": [ 80, 2 ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "mushroom", 1 ], [ "mushroom_morel", 1 ], [ "garlic_clove", 1 ], [ "onion", 1 ] ],
[ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ], [ "veggy_green", 1, "LIST" ] ],
[ [ "salt_preservation", 2, "LIST" ] ],
[ [ "condiment", 2, "LIST" ] ],
[ [ "bread_sandwich", 2, "LIST" ] ]
]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
Expand Down
17 changes: 17 additions & 0 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,23 @@
]
]
},
{
"id": "condiment",
"type": "requirement",
"//": " Should be about a teaspoon, or smallest serving",
"components": [
[
[ "mayonnaise", 1 ],
[ "mustard", 1 ],
[ "soysauce", 1 ],
[ "hot_sauce", 1 ],
[ "ketchup", 1 ],
[ "horseradish", 1 ],
[ "sauerkraut", 1 ],
[ "butter", 1 ]
]
]
},
{
"id": "salt_preservation",
"type": "requirement",
Expand Down

0 comments on commit b7fb53d

Please sign in to comment.