Skip to content

Commit

Permalink
Adds recipe for a box of nuggies (#2524)
Browse files Browse the repository at this point in the history
Adds nuggie recipe
  • Loading branch information
Colin-Tel authored Dec 26, 2024
1 parent 91bc1b3 commit f160183
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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

0 comments on commit f160183

Please sign in to comment.