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

Adds recipe for a box of nuggies #2524

Merged
merged 1 commit into from
Dec 26, 2024
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
12 changes: 12 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@
FoodBowlBig: 1
FoodBlueTomato: 1
FoodTomato: 1

- type: microwaveMealRecipe
id: RecipeChickenNuggetBox
name: chicken nugget box recipe
result: FoodBoxNugget
time: 10
reagents:
Protein: 20
Egg: 4
Flour: 6
solids:
MaterialCardboard1: 1
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
Quantity: 2
- ReagentId: Vitamin
Quantity: 1
- type: FlavorProfile # DeltaV - custom flavor, see Resources/Locale/en-US/deltav/flavors/flavor_profiles.ftl
flavors:
- nuggie

# Waffles/Pancakes

Expand Down
Loading