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

Added Scrambled Eggs #219

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading