New crops: Berries and Bungo (#19800)
* Add berries * Berry recipes * Add bungo fruit * yml tweaks * yummy poisonous pits * Technically it's a seed * Revert "Technically it's a seed" This reverts commit be892cf119c1e733ac2922b878aaa476f435152a. Slapping the seed component onto it led to unforeseen consequences, and I don't want to mess with the seed system for a mostly useless gimmick. * Revert 2 Electric Boogaloo This reverts commit 2c4fb34250e9369085d49e730de3dab0e077b687. * Small rewording * Cocoa balancing * Oops
This commit is contained in:
@@ -868,6 +868,18 @@
|
||||
FoodBanana: 1
|
||||
MonkeyCube: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBungoSoup
|
||||
name: bungo soup recipe
|
||||
result: FoodSoupBungo
|
||||
time: 10
|
||||
reagents:
|
||||
Water: 5
|
||||
solids:
|
||||
FoodBowlBig: 1
|
||||
FoodBungo: 2
|
||||
FoodChili: 1
|
||||
|
||||
#Other
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
@@ -959,6 +971,18 @@
|
||||
Milk: 5
|
||||
Egg: 6
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBlueberryPancake
|
||||
name: blueberry pancake recipe
|
||||
result: FoodBakedPancakeBb
|
||||
time: 5
|
||||
reagents:
|
||||
Flour: 5
|
||||
Milk: 5
|
||||
Egg: 6
|
||||
solids:
|
||||
FoodBerries: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeWaffles
|
||||
name: waffle recipe
|
||||
@@ -1048,6 +1072,16 @@
|
||||
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
|
||||
@@ -1104,6 +1138,15 @@
|
||||
FoodCakePlain: 1
|
||||
FoodOrange: 3
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBlueberryCake
|
||||
name: blueberry cake recipe
|
||||
result: FoodCakeBlueberry
|
||||
time: 5
|
||||
solids:
|
||||
FoodCakePlain: 1
|
||||
FoodBerries: 3
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeLimeCake
|
||||
name: lime cake recipe
|
||||
|
||||
Reference in New Issue
Block a user