Pies and tarts categorized in meal_recipes.yml, added their recipes where possible (#23266)
pies and tarts categorized, added recipes where possible
This commit is contained in:
@@ -888,6 +888,163 @@
|
|||||||
FoodBungo: 2
|
FoodBungo: 2
|
||||||
FoodChili: 1
|
FoodChili: 1
|
||||||
|
|
||||||
|
#Pies
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeAmanitaPie
|
||||||
|
name: amanita pie recipe
|
||||||
|
result: FoodPieAmanita
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodFlyAmanita: 1
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeApplePie
|
||||||
|
name: apple pie recipe
|
||||||
|
result: FoodPieApple
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodApple: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeBaklava
|
||||||
|
name: baklava recipe
|
||||||
|
result: FoodPieBaklava
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodSnackPistachios: 1 #i'd rather use a botany crop but we don't have nuts yet
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeBananaCreamPie
|
||||||
|
name: banana cream pie recipe
|
||||||
|
result: FoodPieBananaCream
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodBanana: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeBerryClafoutis
|
||||||
|
name: berry clafoutis recipe
|
||||||
|
result: FoodPieClafoutis
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodBerries: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
#- type: microwaveMealRecipe
|
||||||
|
# id: RecipeCherryPie
|
||||||
|
# name: cherry pie recipe
|
||||||
|
# result: FoodPieCherry
|
||||||
|
# time: 15
|
||||||
|
# solids:
|
||||||
|
# FoodDoughPie: 1
|
||||||
|
# FoodCherry: 3 #cherries don't exist yet
|
||||||
|
# FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeFrostyPie
|
||||||
|
name: frosty pie recipe
|
||||||
|
result: FoodPieFrosty
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodChilly: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeMeatPie
|
||||||
|
name: meat pie recipe
|
||||||
|
result: FoodPieMeat
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodMeat: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
#- type: microwaveMealRecipe
|
||||||
|
# id: RecipePlumpPie
|
||||||
|
# name: plump pie recipe
|
||||||
|
# result: FoodPiePlump
|
||||||
|
# time: 15
|
||||||
|
# solids:
|
||||||
|
# FoodDoughPie: 1
|
||||||
|
# FoodPlumpHelmet: 3 #a big part of me wants to veto this because the item description is a dick joke but i'll write the placeholder anyway
|
||||||
|
# FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeXenoPie
|
||||||
|
name: xeno pie recipe
|
||||||
|
result: FoodPieXeno
|
||||||
|
time: 15
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodMeatXeno: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
#Tarts
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeCocoTart
|
||||||
|
name: chocolate lava tart recipe
|
||||||
|
result: FoodTartCoco
|
||||||
|
time: 15
|
||||||
|
reagents:
|
||||||
|
Sugar: 5
|
||||||
|
Milk: 5
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodSnackChocolateBar: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeGappleTart
|
||||||
|
name: golden apple streusel tart recipe
|
||||||
|
result: FoodTartGapple
|
||||||
|
time: 15
|
||||||
|
reagents:
|
||||||
|
Gold: 10
|
||||||
|
Sugar: 5
|
||||||
|
Milk: 5
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodApple: 2 #in absence of the real gapple i'm substituting one apple with 10u gold (one ingot)
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeGrapeTart
|
||||||
|
name: grape tart recipe
|
||||||
|
result: FoodTartGrape
|
||||||
|
time: 15
|
||||||
|
reagents:
|
||||||
|
Sugar: 5
|
||||||
|
Milk: 5
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodGrape: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeMimeTart
|
||||||
|
name: mime tart recipe
|
||||||
|
result: FoodTartMime
|
||||||
|
time: 15
|
||||||
|
reagents:
|
||||||
|
Sugar: 5
|
||||||
|
Milk: 5
|
||||||
|
solids:
|
||||||
|
FoodDoughPie: 1
|
||||||
|
FoodMimana: 3
|
||||||
|
FoodPlateTin: 1
|
||||||
|
|
||||||
#Other
|
#Other
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
@@ -1070,46 +1227,6 @@
|
|||||||
solids:
|
solids:
|
||||||
FoodSnackChocolateBar: 1
|
FoodSnackChocolateBar: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeApplePie
|
|
||||||
name: apple pie
|
|
||||||
result: FoodPieApple
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodApple: 3
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeBerryClafoutis
|
|
||||||
name: berry clafoutis
|
|
||||||
result: FoodPieClafoutis
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodBerries: 3
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeMeatPie
|
|
||||||
name: meat pie recipe
|
|
||||||
result: FoodPieMeat
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodMeat: 3
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeXenoPie
|
|
||||||
name: xeno pie recipe
|
|
||||||
result: FoodPieXeno
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodMeatXeno: 3
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeAppleCake
|
id: RecipeAppleCake
|
||||||
name: apple cake recipe
|
name: apple cake recipe
|
||||||
@@ -1203,16 +1320,6 @@
|
|||||||
ClothingMaskClown: 1
|
ClothingMaskClown: 1
|
||||||
FoodCakePlain: 1
|
FoodCakePlain: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeBananaCreamPie
|
|
||||||
name: banana cream pie
|
|
||||||
result: FoodPieBananaCream
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodBanana: 3
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeCake
|
id: RecipeCake
|
||||||
name: cake recipe
|
name: cake recipe
|
||||||
@@ -1249,16 +1356,6 @@
|
|||||||
FoodCakePlain: 1
|
FoodCakePlain: 1
|
||||||
OrganHumanBrain: 1
|
OrganHumanBrain: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeAmanitaPie
|
|
||||||
name: amanita pie recipe
|
|
||||||
result: FoodPieAmanita
|
|
||||||
time: 15
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodFlyAmanita: 1
|
|
||||||
FoodPlateTin: 1
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeSlimeCake
|
id: RecipeSlimeCake
|
||||||
name: slime cake recipe
|
name: slime cake recipe
|
||||||
@@ -1294,18 +1391,6 @@
|
|||||||
OrganAnimalHeart: 1
|
OrganAnimalHeart: 1
|
||||||
FoodSpaceshroomCooked: 1
|
FoodSpaceshroomCooked: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
|
||||||
id: RecipeGrapeTart
|
|
||||||
name: grape tart recipe
|
|
||||||
result: FoodTartGrape
|
|
||||||
time: 15
|
|
||||||
reagents:
|
|
||||||
Sugar: 5
|
|
||||||
Milk: 5
|
|
||||||
solids:
|
|
||||||
FoodDoughPie: 1
|
|
||||||
FoodGrape: 3
|
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeDumplings
|
id: RecipeDumplings
|
||||||
name: dumplings recipe
|
name: dumplings recipe
|
||||||
|
|||||||
Reference in New Issue
Block a user