Skip to content

Commit

Permalink
Buttery recipe changes (#2321)
Browse files Browse the repository at this point in the history
* Butterrrrrr sticks to slices

In both DeltaV and Nyano meal_recipes.yml: changes instances of using whole sticks of butter to single slices of butter.

* Butter-adjacent eggs

3 eggs (18 protein) turned into a 5 protein meal.
2 eggs is a more realistic serving and closer matches this being a cheap and easy recipe, especially with lower butter requirement.
Change solution container volume to 15 and make that 5 protein into a 10.

* Grill me a cheese

Doubles nutriment and bumps the vitamin to make it more efficient for the ingredients used. 2 bread slices and a cheese wedge is 13 nutriment by itself. If a butter slice is 5u, then that should be 3.75 nutriment.

Also raises the maxVol to 20 so there's still at least 5u of empty space instead of 7.
  • Loading branch information
CheddaCheez authored Nov 29, 2024
1 parent 917c6e2 commit 37955f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 6
Quantity: 12
- ReagentId: Vitamin
Quantity: 2
Quantity: 3
- type: FoodSequenceElement # unlimited power
entries:
Burger: GrilledCheese
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Protein
Quantity: 5
Quantity: 10
- type: FoodSequenceElement
entries:
Burger: ScrambledEggs
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
solids:
FoodBreadPlainSlice: 2
FoodCheeseSlice: 1
FoodButter: 1
FoodButterSlice: 1

- type: microwaveMealRecipe
id: RecipeScrambledEggs
Expand All @@ -17,8 +17,8 @@
TableSalt: 5
solids:
FoodBowlBig: 1
FoodEgg: 3
FoodButter: 1
FoodEgg: 2
FoodButterSlice: 1

- type: microwaveMealRecipe
id: RecipeBlueTomatoSoup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
# Butter: 5
solids:
FoodMothBakedCorn: 1
FoodButter: 1
FoodButterSlice: 1

- type: microwaveMealRecipe
id: RecipeMothMozzarellaSticks
Expand Down

0 comments on commit 37955f5

Please sign in to comment.