TG Station Bread (#15234)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
potato1234_x
2023-05-06 17:41:32 +10:00
committed by GitHub
parent 475aec1173
commit aded6efc0a
66 changed files with 740 additions and 290 deletions

View File

@@ -2,6 +2,7 @@
id: ChefvendInventory
startingInventory:
ReagentContainerFlour: 2
ReagentContainerCornmeal: 2
ReagentContainerSugar: 2
ReagentContainerRice: 2
FoodCondimentPacketSalt: 4

View File

@@ -19,7 +19,12 @@
- FoodBreadCreamcheeseSlice
- FoodBreadMoldySlice
- FoodBreadGarlicSlice
- FoodBreadCornSlice
- FoodBreadSausageSlice
- FoodBreadButteredToast
- FoodBreadJellySlice
- FoodBreadFrenchToast
- FoodBreadTwoSlice
- FoodCakeBlueberrySlice
- FoodCakePlainSlice
- FoodCakeCarrotSlice

View File

@@ -17,6 +17,8 @@
- FoodBreadVolcanic
- FoodBreadPlain
- FoodBreadMeat
- FoodBreadCorn
- FoodBreadSausage
- FoodBreadBanana
- FoodBreadTofu
- FoodBreadCreamcheese

View File

@@ -73,180 +73,7 @@
# Bread
- type: entity
name: bread
parent: FoodBreadBase
id: FoodBreadPlain
description: Some plain old earthen bread.
components:
- type: Food
- type: Sprite
layers:
- state: plain
- type: SliceableFood
slice: FoodBreadPlainSlice
- type: entity
name: bread slice
parent: FoodBreadSliceBase
id: FoodBreadPlainSlice
description: A slice of home.
components:
- type: Food
- type: Sprite
layers:
- state: plain-slice
- type: entity
name: meatbread loaf
parent: FoodBreadBase
id: FoodBreadMeat
description: The culinary base of every self-respecting eloquen/tg/entleman.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: meat
- type: SliceableFood
slice: FoodBreadMeatSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 45
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
# Tastes like bread, meat.
- type: entity
name: meatbread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatSlice
description: A slice of delicious meatbread.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: meat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
- type: entity
name: xeno-meat bread
parent: FoodBreadBase
id: FoodBreadMeatXeno
description: Reassuringly green meatloaf made from xeno meat. Extra heretical.
components:
- type: FlavorProfile
flavors:
- acidic
- bread
- type: Food
- type: Sprite
layers:
- state: xenomeat
- type: SliceableFood
slice: FoodBreadMeatXenoSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 45
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
# Tastes like bread, acid.
- type: entity
name: xeno-meatbread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatXenoSlice
description: A slice of delicious meatbread. Extra heretical.
components:
- type: FlavorProfile
flavors:
- acidic
- bread
- type: Food
- type: Sprite
layers:
- state: xenomeat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
- type: entity
name: spider-meatbread
parent: FoodBreadBase
id: FoodBreadMeatSpider
description: Reassuringly green meatloaf made from spider meat.
components:
- type: Food
- type: Sprite
layers:
- state: spidermeat
- type: SliceableFood
slice: FoodBreadMeatSpiderSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 60
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
- ReagentId: Toxin
Quantity: 15
# Tastes like bread, cobwebs.
- type: entity
name: spider-meatbread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatSpiderSlice
description: A slice of meatloaf made from an animal that most likely still wants you dead.
components:
- type: Food
- type: Sprite
layers:
- state: spidermeat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
- ReagentId: Toxin
Quantity: 3
- type: entity
name: banana-nut bread
name: banana bread
parent: FoodBreadBase
id: FoodBreadBanana
description: A heavenly and filling treat.
@@ -254,7 +81,6 @@
- type: FlavorProfile
flavors:
- banana
- nutty
- bread
- type: Food
- type: Sprite
@@ -265,7 +91,7 @@
# Tastes like bread, banana, nut.
- type: entity
name: banana-nut bread slice
name: banana bread slice
parent: FoodBreadSliceBase
id: FoodBreadBananaSlice
description: A slice of delicious banana bread.
@@ -273,7 +99,6 @@
- type: FlavorProfile
flavors:
- banana
- nutty
- bread
- type: Food
- type: Sprite
@@ -281,47 +106,51 @@
- state: banana-slice
- type: entity
name: tofu bread
name: cornbread
parent: FoodBreadBase
id: FoodBreadTofu
description: Like meatbread but for vegetarians. Brag to your crewmates about how much better it is.
id: FoodBreadCorn
description: Some good down-home country-style, rootin'-tootin', revolver-shootin', dad-gum yeehaw cornbread.
components:
- type: FlavorProfile
flavors:
- bread
- corn
- type: Food
- type: Sprite
layers:
- state: tofu
- state: cornbread
- type: SliceableFood
slice: FoodBreadTofuSlice
slice: FoodBreadCornSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 48
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Protein
Quantity: 12
# Tastes like bread, tofu.
Quantity: 15
# Tastes like bread, banana, nut.
- type: entity
name: tofu bread slice
name: cornbread slice
parent: FoodBreadSliceBase
id: FoodBreadTofuSlice
description: A slice of delicious tofu bread.
id: FoodBreadCornSlice
description: A slice of cornbread.
components:
- type: FlavorProfile
flavors:
- bread
- corn
- type: Food
- type: Sprite
layers:
- state: tofu-slice
- state: cornbread-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
maxVol: 5
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2.4
Quantity: 3
- type: entity
name: cream cheese bread
@@ -376,12 +205,67 @@
- ReagentId: Vitamin
Quantity: 1.2
- type: entity
name: meat bread
parent: FoodBreadBase
id: FoodBreadMeat
description: The culinary base of every self-respecting eloquen/tg/entleman.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: meat
- type: SliceableFood
slice: FoodBreadMeatSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 45
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
# Tastes like bread, meat.
- type: entity
name: meat bread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatSlice
description: A slice of delicious meatbread.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: meat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
- type: entity
name: mimana bread
parent: FoodBreadBase
id: FoodBreadMimana
description: Best eaten in silence.
components:
- type: FlavorProfile
flavors:
- nothing
- bread
- type: Food
- type: Sprite
layers:
@@ -394,19 +278,25 @@
maxVol: 40
reagents:
- ReagentId: Nutriment
Quantity: 20
Quantity: 15
- ReagentId: Vitamin
Quantity: 5
- ReagentId: Nothing
Quantity: 5
- ReagentId: MuteToxin
Quantity: 5
# Tastes like bread, cheese.
- type: entity
name: Mimana bread slice
name: mimana bread slice
parent: FoodBreadSliceBase
id: FoodBreadMimanaSlice
description: A slice of silence!
components:
- type: FlavorProfile
flavors:
- nothing
- bread
- type: Food
- type: Sprite
layers:
@@ -417,33 +307,250 @@
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4
Quantity: 3
- ReagentId: Vitamin
Quantity: 1.2
Quantity: 1
- ReagentId: Nothing
Quantity: 1.2
# Other than bread/slices
Quantity: 1
- ReagentId: MuteToxin
Quantity: 1
- type: entity
name: moldy slice
parent: FoodBreadSliceBase
id: FoodBreadMoldySlice
description: Entire stations have been ripped apart over arguing whether this is still good to eat.
name: bread
parent: FoodBreadBase
id: FoodBreadPlain
description: Some plain old earthen bread.
components:
- type: Food
- type: Sprite
layers:
- state: moldy-slice
- state: plain
- type: SliceableFood
slice: FoodBreadPlainSlice
- type: entity
name: bread slice
parent: FoodBreadSliceBase
id: FoodBreadPlainSlice
description: A slice of home.
components:
- type: Food
- type: Sprite
layers:
- state: plain-slice
- type: entity
name: sausage bread
parent: FoodBreadBase
id: FoodBreadSausage
description: Dont think too much about it.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: sausage
- type: SliceableFood
slice: FoodBreadSausageSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 45
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Vitamin
Quantity: 5
- ReagentId: Protein
Quantity: 5
- type: entity
name: sausage bread slice
parent: FoodBreadSliceBase
id: FoodBreadSausageSlice
description: Dont think too much about it.
components:
- type: FlavorProfile
flavors:
- meaty
- bread
- type: Food
- type: Sprite
layers:
- state: sausage-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Vitamin
Quantity: 1
- ReagentId: Protein
Quantity: 1
- type: entity
name: spider meat bread
parent: FoodBreadBase
id: FoodBreadMeatSpider
description: Reassuringly green meatloaf made from spider meat.
components:
- type: FlavorProfile
flavors:
- cobwebs
- bread
- type: Food
- type: Sprite
layers:
- state: spidermeat
- type: SliceableFood
slice: FoodBreadMeatSpiderSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 60
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
- ReagentId: Toxin
Quantity: 15
# Tastes like bread, cobwebs.
- type: entity
name: spider meat bread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatSpiderSlice
description: A slice of meatloaf made from an animal that most likely still wants you dead.
components:
- type: FlavorProfile
flavors:
- cobwebs
- bread
- type: Food
- type: Sprite
layers:
- state: spidermeat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Mold
Quantity: 7
# Tastes like decaying fungus.
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
- ReagentId: Toxin
Quantity: 3
- type: entity
name: tofu bread
parent: FoodBreadBase
id: FoodBreadTofu
description: Like meatbread but for vegetarians. Brag to your crewmates about how much better it is.
components:
- type: FlavorProfile
flavors:
- tofu
- bread
- type: Food
- type: Sprite
layers:
- state: tofu
- type: SliceableFood
slice: FoodBreadTofuSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 48
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Protein
Quantity: 12
# Tastes like bread, tofu.
- type: entity
name: tofu bread slice
parent: FoodBreadSliceBase
id: FoodBreadTofuSlice
description: A slice of delicious tofu bread.
components:
- type: FlavorProfile
flavors:
- tofu
- bread
- type: Food
- type: Sprite
layers:
- state: tofu-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2.4
- type: entity
name: xeno meat bread
parent: FoodBreadBase
id: FoodBreadMeatXeno
description: A fitting, and filling, end to xeno scum.
components:
- type: FlavorProfile
flavors:
- acid
- bread
- type: Food
- type: Sprite
layers:
- state: xenomeat
- type: SliceableFood
slice: FoodBreadMeatXenoSlice
- type: SolutionContainerManager
solutions:
food:
maxVol: 45
reagents:
- ReagentId: Nutriment
Quantity: 30
- ReagentId: Vitamin
Quantity: 5
# Tastes like bread, acid.
- type: entity
name: xeno meat bread slice
parent: FoodBreadSliceBase
id: FoodBreadMeatXenoSlice
description: A slice of xeno scum.
components:
- type: FlavorProfile
flavors:
- acid
- bread
- type: Food
- type: Sprite
layers:
- state: xenomeat-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 1.2
# Other than bread/slices
- type: entity
name: baguette
@@ -471,6 +578,52 @@
Quantity: 1
# Tastes like France.
- type: entity
name: buttered toast
parent: FoodBreadSliceBase
id: FoodBreadButteredToast
description: Crunchy.
components:
- type: FlavorProfile
flavors:
- butter
- bread
- type: Sprite
state: buttered-toast
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Vitamin
Quantity: 1
# Tastes like bread, butter.
- type: entity
name: f toast
parent: FoodBreadSliceBase
id: FoodBreadFrenchToast
description: A slice of bread soaked in a beaten egg mixture.
components:
- type: FlavorProfile
flavors:
- syrupy
- bread
- type: Sprite
state: french-toast
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Vitamin
Quantity: 2
# Tastes like bread, butter.
- type: entity
name: garlic bread
parent: FoodBreadSliceBase
@@ -490,28 +643,73 @@
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 5
Quantity: 6
- ReagentId: Vitamin
Quantity: 4
- ReagentId: Allicin
Quantity: 2
Quantity: 5
# Tastes like garlic, Italy.
- type: entity
name: buttered toast
name: jelly toast
parent: FoodBreadSliceBase
id: FoodBreadButteredToast
description: Crunchy.
id: FoodBreadJellySlice
description: As if science are gonna give up their slimes for toast!
components:
- type: FlavorProfile
flavors:
- bread
- slimy
- type: Sprite
state: buttered-toast
layers:
- state: jelly-toast
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 5
Quantity: 4
- ReagentId: Vitamin
Quantity: 1
# Tastes like bread, butter.
Quantity: 4
# Tastes like garlic, Italy.
- type: entity
name: moldy bread slice
parent: FoodBreadSliceBase
id: FoodBreadMoldySlice
description: Entire stations have been ripped apart over arguing whether this is still good to eat.
components:
- type: Sprite
layers:
- state: moldy-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Mold
Quantity: 7
# Tastes like decaying fungus.
- type: entity
name: two slice
parent: FoodBreadSliceBase
id: FoodBreadTwoSlice
description: Classy.
components:
- type: Sprite
layers:
- state: two-slice
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 3
- ReagentId: Vitamin
Quantity: 2
- ReagentId: Wine
Quantity: 5
# Tastes like decaying fungus.

View File

@@ -126,6 +126,37 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: entity
parent: ReagentContainerBase
id: ReagentContainerCornmeal
name: cornmeal bag
description: A big bag of cornmeal. Good for cooking!
components:
- type: Sprite
state: cornmeal-big
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Cornmeal
Quantity: 50
- type: entity
parent: ReagentContainerBase
id: ReagentContainerCornmealSmall
name: cornmeal pack
description: A pack of cornmeal. Good for cooking!
components:
- type: Sprite
state: cornmeal
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Cornmeal
Quantity: 20
- type: entity
parent: ReagentContainerBase
id: ReagentContainerRice
@@ -334,6 +365,35 @@
- type: Sprite
state: dough-slice
- type: entity
name: cornmeal dough
parent: FoodBakingBase
id: FoodDoughCornmeal
description: A piece of cornmeal dough.
components:
- type: FlavorProfile
flavors:
- chalky
- dough
- type: Sprite
state: cornmealdough
- type: SliceableFood
count: 3
slice: FoodDoughCornmealSlice
- type: entity
name: cornmeal dough slice
parent: FoodBakingBase
id: FoodDoughCornmealSlice
description: A slice of cornmeal dough.
components:
- type: FlavorProfile
flavors:
- chalky
- dough
- type: Sprite
state: cornmealdough-slice
- type: entity
name: bun
parent: FoodBakingBase

View File

@@ -964,11 +964,7 @@
- Raw
- Cutlet
- type: Sprite
layers:
- state: cutlet
color: black
- state: cutlet-alpha
color: red
state: spidercutlet
- type: SolutionContainerManager
solutions:
food:
@@ -991,11 +987,7 @@
- Raw
- Cutlet
- type: Sprite
layers:
- state: cutlet
color: black
- state: cutlet-alpha
color: green
state: xenocutlet
- type: SolutionContainerManager
solutions:
food:
@@ -1184,11 +1176,7 @@
- Cooked
- Cutlet
- type: Sprite
layers:
- state: cutlet-cooked
color: black
- state: cutlet-alpha
color: red
state: spidercutlet-cooked
- type: SolutionContainerManager
solutions:
food:
@@ -1209,11 +1197,7 @@
- Cooked
- Cutlet
- type: Sprite
layers:
- state: cutlet-cooked
color: black
- state: cutlet-alpha
color: green
state: xenocutlet-cooked
- type: SolutionContainerManager
solutions:
food:

View File

@@ -583,12 +583,12 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
maxVol: 20
reagents:
- ReagentId: Cornmeal
Quantity: 15
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Vitamin
Quantity: 4
Quantity: 5
- type: Sprite
sprite: Objects/Specific/Hydroponics/corn.rsi
- type: Produce
@@ -616,6 +616,13 @@
- type: Tag
tags:
- Trash
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Cornmeal
Quantity: 10
- type: entity
name: onion

View File

@@ -159,6 +159,11 @@
flavorType: Base
description: flavor-base-sharp
- type: flavor
id: syrupy
flavorType: Base
description: flavor-base-syrupy
- type: flavor
id: nothing
flavorType: Complex
@@ -449,6 +454,11 @@
flavorType: Complex
description: flavor-complex-validhunting
- type: flavor
id: cobwebs
flavorType: Complex
description: flavor-complex-cobwebs
- type: flavor
id: alcohol
flavorType: Complex

View File

@@ -12,6 +12,25 @@
- !type:AdjustReagent
reagent: Sugar
amount: 0.4
- !type:SatiateThirst
factor: -0.2 #its flour
- !type:AdjustReagent
reagent: Nutriment
amount: 0.1
- type: reagent
id: Cornmeal
name: reagent-name-cornmeal
group: Foods
desc: reagent-desc-cornmeal
physicalDesc: reagent-physical-desc-powdery
flavor: corn #so corn doesnt taste chalky
color: tan
metabolisms:
Food:
effects:
- !type:SatiateThirst
factor: -0.2 #its cornflour
- !type:AdjustReagent
reagent: Nutriment
amount: 0.1

View File

@@ -186,42 +186,155 @@
FoodEgg: 2
#Breads & Sandwiches
- type: microwaveMealRecipe
id: RecipeBread
name: bread recipe
result: FoodBreadPlain
time: 15
solids:
FoodDough: 1
- type: microwaveMealRecipe
id: RecipeBaguette
name: baguette recipe
result: FoodBreadBaguette
time: 10
reagents:
TableSalt: 5
solids:
FoodDough: 1
- type: microwaveMealRecipe
id: RecipeCreamCheeseBread
name: cream cheese bread recipe
result: FoodBreadCreamcheese
time: 20
solids:
FoodDough: 1
FoodCheeseSlice: 2
- type: microwaveMealRecipe
id: RecipeBananaBread
name: banana bread recipe
result: FoodBreadBanana
time: 25
time: 15
solids:
FoodDough: 1
FoodBanana: 1
- type: microwaveMealRecipe
id: RecipeCornbread
name: cornbread recipe
result: FoodBreadCorn
time: 10
solids:
FoodDoughCornmeal: 1
- type: microwaveMealRecipe
id: RecipeCreamCheeseBread
name: cream cheese bread recipe
result: FoodBreadCreamcheese
time: 15
reagents:
Milk: 5
solids:
FoodDough: 1
FoodCheeseSlice: 2
- type: microwaveMealRecipe
id: RecipeMeatBread
name: meat bread recipe
result: FoodBreadMeat
time: 15
solids:
FoodDough: 1
FoodMeatCutlet: 2
FoodCheeseSlice: 2
- type: microwaveMealRecipe
id: RecipeMimanaBread
name: mimana bread recipe
result: FoodBreadMimana
time: 15
reagents:
MilkSoy: 5
Nothing: 5 #replace with mimana
solids:
FoodDough: 1
FoodTofu: 1
- type: microwaveMealRecipe
id: RecipeBread
name: bread recipe
result: FoodBreadPlain
time: 10
solids:
FoodDough: 1
- type: microwaveMealRecipe
id: RecipeSausageBread
name: sausage bread recipe
result: FoodBreadSausage
time: 15
solids:
FoodDough: 1
FoodMeat: 1 #replace with sausage
- type: microwaveMealRecipe
id: RecipeSpiderMeatBread
name: spider meat bread recipe
result: FoodBreadMeatSpider
time: 15
solids:
FoodDough: 1
FoodMeatSpiderCutlet: 2
FoodCheeseSlice: 2
- type: microwaveMealRecipe
id: RecipeTofuBread
name: tofu bread recipe
result: FoodBreadTofu
time: 15
solids:
FoodDough: 1
FoodTofu: 1
- type: microwaveMealRecipe
id: RecipeXenoMeatBread
name: xeno meat bread recipe
result: FoodBreadMeatXeno
time: 15
solids:
FoodDough: 1
FoodMeatXenoCutlet: 2
FoodCheeseSlice: 2
#Slices Only
- type: microwaveMealRecipe
id: RecipeBaguette
name: baguette recipe
result: FoodBreadBaguette
time: 15
reagents:
TableSalt: 5
Blackpepper: 5
solids:
FoodDough: 1
- type: microwaveMealRecipe
id: RecipeButteredToast
name: buttered toast recipe
result: FoodBreadButteredToast
time: 5
solids:
FoodBreadPlainSlice: 1
FoodButter: 1
- type: microwaveMealRecipe
id: RecipeFrenchToast
name: french toast recipe
result: FoodBreadFrenchToast
time: 5
reagents:
Milk: 5
Egg: 12
solids:
FoodBreadPlainSlice: 1
- type: microwaveMealRecipe
id: RecipeGarlicBread
name: garlic bread slice recipe
result: FoodBreadGarlicSlice
time: 5
solids:
FoodBreadPlainSlice: 1
FoodGarlic: 1
FoodButter: 1
- type: microwaveMealRecipe
id: RecipeJellyToast
name: jelly toast recipe
result: FoodBreadJellySlice
time: 5
solids:
FoodBreadPlainSlice: 1
FoodJellyAmanita: 1 #replace with jelly
- type: microwaveMealRecipe
id: RecipeMoldyBreadSlice
name: moldy bread slice recipe
@@ -232,22 +345,14 @@
FoodFlyAmanita: 1
- type: microwaveMealRecipe
id: RecipeTofuBread
name: tofu bread recipe
result: FoodBreadTofu
time: 20
solids:
FoodDough: 1
FoodTofu: 1
- type: microwaveMealRecipe
id: RecipeGarlicBread
name: garlic bread slice recipe
result: FoodBreadGarlicSlice
id: RecipeTwoBreadSlice
name: two slice recipe
result: FoodBreadTwoSlice
time: 5
reagents:
Wine: 5
solids:
FoodBreadPlainSlice: 1
FoodGarlic: 1
FoodBreadPlainSlice: 2
#Pizzas
- type: microwaveMealRecipe

View File

@@ -25,6 +25,21 @@
- !type:CreateEntityReactionEffect
entity: FoodDough
- type: reaction
id: CreateCornmealDough
impact: Low
quantized: true
reactants:
Cornmeal:
amount: 15
Milk: #replace with yoghurt when added
amount: 10
Egg:
amount: 6
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughCornmeal
- type: reaction
id: CreateCakeBatter
impact: Low