Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Added Scrambled Eggs
Browse files Browse the repository at this point in the history
Someone wanted them when I played chef.
  • Loading branch information
2digitman committed Oct 16, 2023
1 parent bc21367 commit ee2df56
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- FoodMealEggsbenedict
- FoodMealOmelette
- FoodMealFriedegg
- FoodMealScrambledEggs
- FoodMealQueso
- FoodMealSashimi
- FoodMealEnchiladas
Expand Down
25 changes: 25 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,31 @@
- ReagentId: Amatoxin
Quantity: 6

- type: entity
name: scrambled eggs
parent: FoodBowlBase
id: FoodMealScrambledEggs
description: Some cooked eggs with salt. Yummy!
components:
- type: FlavorProfile
flavors:
- egg
- salty
- type: Sprite
layers:
- state: bowl
- state: scrambled-eggs
- type: SolutionContainerManager
solutions:
food:
maxvol: 10
reagents:
- ReagentId: Nutriment
Quantity: 9
- ReagentId: TableSalt
Quantity: 1
# Tastes like eggs, butter and salt

# Soup

- type: entity
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,19 @@
solids:
FoodDoughSlice: 3

- type: microwaveMealRecipe
id: RecipeScrambledEggs
name: scrambled eggs recipe
result: FoodMealScrambledEggs
time: 5
reagents:
TableSalt: 5
solids:
FoodBowlBig: 1
FoodEgg: 3
FoodButter: 1


#Donks i guess
- type: microwaveMealRecipe
id: RecipeWarmDonkpocket
Expand Down
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Consumable/Food/bowl.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@
},
{
"name": "kimchi"
},
{
"name": "scrambled-eggs"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee2df56

Please sign in to comment.