Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 8b96d63

Browse files
authored
Merge pull request RonRonstation#223 from Zetabaron/foodRecipeAdditions
Added recipes for golden tarts and spaceman's cake
2 parents 9ab5bb3 + f9e53b6 commit 8b96d63

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
name: golden apple streusel tart
521521
parent: FoodPieBase
522522
id: FoodTartGapple
523-
description: A tasty dessert that won't make it through a metal detector.
523+
description: A tasty dessert that won't make it through a metal detector. May contain real golden apples.
524524
components:
525525
- type: FlavorProfile
526526
flavors:

Resources/Prototypes/Recipes/Cooking/meal_recipes.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,20 @@
12671267
FoodApple: 2 #in absence of the real gapple i'm substituting one apple with 10u gold (one ingot)
12681268
FoodPlateTin: 1
12691269

1270+
- type: microwaveMealRecipe
1271+
id: RecipeRealGappleTart
1272+
name: golden apple streusel tart recipe
1273+
result: FoodTartGapple
1274+
time: 15
1275+
group: Pie
1276+
reagents:
1277+
Sugar: 5
1278+
Milk: 5
1279+
solids:
1280+
FoodDoughPie: 1
1281+
FoodGoldenApple: 3 #the real apple is no longer absent
1282+
FoodPlateTin: 1
1283+
12701284
- type: microwaveMealRecipe
12711285
id: RecipeGrapeTart
12721286
name: grape tart recipe
@@ -1573,6 +1587,19 @@
15731587
FoodLemoon: 2
15741588
FoodBerries: 1 #dark colouring
15751589

1590+
- type: microwaveMealRecipe
1591+
id: RecipeSpacemanCake
1592+
name: spacemans cake recipe
1593+
result: FoodCakeSpaceman
1594+
time: 5
1595+
group: Cake
1596+
reagents:
1597+
Cream: 10
1598+
Sugar: 5 #used for the frosting
1599+
solids:
1600+
FoodCakePlain: 1
1601+
FoodSpacemansTrumpet: 3
1602+
15761603
- type: microwaveMealRecipe
15771604
id: RecipeOrangeCake
15781605
name: orange cake recipe

0 commit comments

Comments
 (0)