Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added onion rings #20734

Merged
merged 4 commits into from
Oct 5, 2023
Merged
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 @@ -574,3 +574,27 @@
Quantity: 3
- ReagentId: THC
Quantity: 25

- type: entity
name: onion rings
parent: FoodBakedBase
id: FoodOnionRings
description: You can eat it or propose to your loved ones.
components:
- type: FlavorProfile
flavors:
- onion
- oily
- type: Sprite
state: onionrings
- type: SolutionContainerManager
solutions:
food:
maxVol: 1
reagents:
- ReagentId: Nutriment
Quantity: 1
- ReagentId: Allicin
Quantity: 1
- ReagentId: Vitamin
Quantity: 1
14 changes: 11 additions & 3 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,14 @@
solids:
FoodBreadPlainSlice: 2

- type: microwaveMealRecipe
id: RecipeOnionRings
name: onion rings recipe
result: FoodOnionRings
time: 15
solids:
FoodOnionSlice: 1

#Pizzas TODO: contruction graph based pizza
- type: microwaveMealRecipe
id: RecipeMargheritaPizza
Expand Down Expand Up @@ -1277,7 +1285,7 @@
FoodButter: 2
FoodSnackChocolateBar: 2
FoodEgg: 3

#Donks i guess
- type: microwaveMealRecipe
id: RecipeWarmDonkpocket
Expand Down Expand Up @@ -1562,7 +1570,7 @@
name: medicated suture recipe
result: MedicatedSuture
time: 10
solids:
solids:
FoodPoppy: 1
Brutepack: 1
MaterialCloth1: 1
Expand All @@ -1581,7 +1589,7 @@
MaterialCloth1: 1
reagents:
Sigynate: 50
Dermaline: 50
Dermaline: 50

# Suppermatter
- type: microwaveMealRecipe
Expand Down