Cooking: Difference between revisions
(→Recipes: vegan cake batter, contributor-end guidance to the food GitHub page) |
m (Updated title formatting) |
||
(97 intermediate revisions by 29 users not shown) | |||
Line 1: | Line 1: | ||
{{Callout|Example|h=<big>This page will be on simmer until we can cook up something delicious.</big>| In the meantime please do check out the amazing work that Alice Heurlin / Arimah did with their [https://heurl.in/ss14/recipes/ cookbook]|align=Center|image=Chef Kae.png}} | |||
== The microwave == | |||
[[File:Microwave.png|64px]] | |||
The Microwave is the [[Chef]]'s (and unlucky prisoner's) choice of heating utensil, being able to cook everything from bread, to pizza and pies, as long as you select the right time to cook. It has a menu layout similar to the [[Cooking#Grinder|grinder]], with ingredients in the microwave on the left, and a selection of buttons on the right. You can pick between Instantanious and 30 seconds of cooking time using said buttons. Each recipe requires a different time in the microwave. If the ingredients or time are wrong the ingredients in the microwave will either be spit out or it will burn into a burnt mess. | |||
== Recipes == | == Recipes == | ||
Line 8: | Line 14: | ||
https://github.com/space-wizards/space-station-14/blob/master/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml | https://github.com/space-wizards/space-station-14/blob/master/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml | ||
The recipes are generated automatically. To update it, poke notafet on #wiki-work | |||
--> | --> | ||
=== Base products === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Reactionbox | reaction = CreateCakeBatter}} | |||
{{Reactionbox | reaction = CreateVeganCakeBatter}} | |||
{{Reactionbox | reaction = Curdling}} | |||
<!--{{Reactionbox | reaction = ChevreCurdling}}--> | |||
{{Reactionbox | reaction = CreateDough}} | |||
{{Reactionbox | reaction = CreateCornmealDough}} | |||
{{Reactionbox | reaction = CreateButter}} | |||
{{Reactionbox | reaction = CreateMeatball}} | |||
{{Reactionbox | reaction = CreatePieDough}} | |||
{{Reactionbox | reaction = CreateTofu}} | |||
{{Recipe Box | | |||
name = CreateTortillaDough | | |||
component-1 = {{Recipe Component|item=cornmeal|image=File:Beaker.png|amount={{{amount|15}}}}} | | |||
component-2 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|10}}}}} | | |||
transformer = {{Beaker}} | | |||
result = {{Recipe Component|item=Tortilla Dough|image=File:Tortilla_Dough.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = CreateChocolate | | |||
component-1 = {{Recipe Component|item=coca powder|image=File:Beaker.png|amount={{{amount|6}}}}} | | |||
component-2 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|2}}}}} | | |||
transformer = {{Beaker}} | | |||
result = {{Recipe Component|item=chocolate bar|image=File:Chocolate_Bar.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Tacos === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Taco Shell | | |||
component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:tortilladough-flat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Tacoshell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Fish Taco| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Fish Taco|image=File:Fishtaco.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Beef Taco| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Beef Taco|image=File:Beeftaco.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chicken Taco| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Chicken Taco|image=File:Chickentaco.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Beef Taco Supreme| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese Wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Beef Taco Supreme|image=File:Beeftacosupreme.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chicken Taco Supreme| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Chicken Taco Supreme|image=File:Chickentacosupreme.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Rat Taco| | |||
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Rat Taco|image=File:Rattaco.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Burgers === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | <div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | ||
{{Recipe Box | | |||
name = Bun | | |||
component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Bun|image=File:Bun.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Plain Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Plain Burger|image=File:Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cheese Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Cheese Burger|image=File:Cheeseburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Bacon Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=raw bacon|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Bacon Burger|image=File:Bacon Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Five Alarm Burger | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | ||
transformer = {{ | component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|3}}}}} | | ||
result = {{ | component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Five Alarm Burger|image=File:Five Alarm Burger.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Big Bite Burger | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | ||
transformer = {{ | component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | ||
result = {{ | component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|2}}}}} | | ||
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Big Bite Burger|image=File:Big Bite Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Super Bite Burger | | |||
component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-4 = {{Recipe Component|item=egg|image=File:Egg.png|amount={{{amount|2}}}}} | | |||
component-5 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | |||
component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 25}} | | |||
result = {{Recipe Component|item=Super Bite Burger|image=File:Super Bite Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = McGuffin | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=egg|image=File:Egg.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=McGuffin|image=File:Mcguffin.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = McRib | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=BBQ Ribs|image=File:ribs.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=onion slice|image=File:onionslice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=McRib|image=File:McRib.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Rat Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Rat Burger|image=File:Ratburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chicken Sandwich | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw chicken meat|image=File:Raw Chicken Meat.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=Mayonnaise|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Chicken Sandwich|image=File:Chicken Sandwich.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Duck Sandwich | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw duck meat|image=File:Raw Duck Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Duck Sandwich|image=File:Duck Sandwich.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Fillet-o-Carp Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Fillet-o-Carp Burger|image=File:Fillet -o- Carp Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Crab Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw crab meat|image=File:Crabmeat.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Crab Burger|image=File:Crab Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Corgi Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw corgi meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Corgi Burger|image=File:Corgi Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Brain Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Brain Burger|image=File:Brain Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Appendix Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=appendix|image=File:OrganHumanAppendix.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Appendix Burger|image=File:Appendix Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Xenoburger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Xenoburger|image=File:Xenoburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Tofu Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=Tofu|image=File:Tofu Slice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Tofu Burger|image=File:Tofu Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Bearger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw bear meat|image=File:Raw Bear Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Bearger|image=File:Bearger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Empowered Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=Plasma Sheet|image=File:Plasma single.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Empowered Burger|image=File:Empowered burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Jelly Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=amanita jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Jelly Burger|image=File:Jelly Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Soylent Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=soy beans|image=File:Soybean.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Soylent Burger|image=File:Soyburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Crazy Hamburger | | |||
component-1 = {{Recipe Component|item=olive oil|image=File:Beaker.png|amount={{{amount|15}}}}} | | |||
component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-4 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | |||
component-5 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
component-7 = {{Recipe Component|item=green crayon|image=File:Green Crayon.png|amount={{{amount|1}}}}} | | |||
component-8 = {{Recipe Component|item=flare|image=File:Flare.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Crazy Hamburger|image=File:Crazy Hamburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Clown Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=clown mask|image=File:Clown mask.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Clown Burger|image=File:Clownburger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Mime Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=mime mask|image=File:Mime Mask.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Mime Burger|image=File:Mime_Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Ghost Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=outer ghost sheet|image=File:Outer Ghost SHeet.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Ghost Burger|image=File:Ghost Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Human Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw human meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Human Burger|image=File:Human Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Spell Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=wizard's hat|image=File:Wizard Hat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Spell Burger|image=File:Spell Burger.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Baseball Burger | | |||
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=baseball bat|image=File:Baseball bat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Baseball Burger|image=File:Baseball Burger.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Cat Burger | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | ||
amount = | component-2 = {{Recipe Component|item=cat ears|image=File:Cat Ears.png|amount={{{amount|1}}}}} | | ||
component- | component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | ||
transformer = {{ | transformer = {{Microwave | time = 10}} | | ||
result = {{ | result = {{Recipe Component|item=Cat Burger|image=File:Cat Burger.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Roburger | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=capacitor|image=File:capacitor.png|amount={{{amount|2}}}}} | | ||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Roburger|image=File:Roburger.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
</div> | |||
=== Breads === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | {{Recipe Box | | ||
name = Bread | | name = Bread | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Bread|image=File:Bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Baguette | | |||
component-1 = {{Recipe Component|item=table salt|image=File:beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=black pepper|image=File:beaker.png|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Baguette|image=File:Baguette.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cream Cheese Bread | | |||
component-1 = {{Recipe Component|item=milk|image=File:beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | transformer = {{Microwave | time = 15}} | | ||
result = {{ | result = {{Recipe Component|item=Cream Cheese Bread|image=File:Cream Cheese Bread.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Banana Bread | | name = Banana Bread | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = | transformer = {{Microwave | time = 15}} | | ||
result = {{ | result = {{Recipe Component|item=Banana-nut Bread|image=File:Banana-nut Bread.png|amount={{{amount|1}}}}} | ||
}} | |||
{{Recipe Box | | |||
name = Sausage Bread | | |||
component-1 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Sausage Bread|image=File:Sausage-bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Meat Bread | | |||
component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Meat Bread|image=File:Meat-bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Spider Meat Bread | | |||
component-1 = {{Recipe Component|item=raw spider cutlet|image=File:Spidercutlet.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Spider Meat Bread|image=File:Spidermeat-bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Xeno Meat Bread | | |||
component-1 = {{Recipe Component|item=raw xeno cutlet|image=File:Xenocutlet.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Xeno Meat Bread|image=File:Xenomeat-bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cornbread | | |||
component-1 = {{Recipe Component|item=cornmeal dough|image=File:Cornmealdough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Cornbread|image=File:Cornbread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Tofu Bread | | |||
component-1 = {{Recipe Component|item=Tofu|image=File:Tofu.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Tofu Bread|image=File:Tofu Bread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Mimana Bread | | |||
component-1 = {{Recipe Component|item=soy milk|image=File:beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=Nothing|image=File:beaker.png|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tofu|image=File:tofu.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Mimana Bread|image=File:Mimanabread.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Buttered Toast| | |||
component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Buttered Toast|image=File:Buttered-toast.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = French Toast| | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=milk|image=File:beaker.png|amount={{{amount|5}}}}} | | ||
amount = | component-3 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|12}}}}} | | ||
transformer = {{Microwave | time = | transformer = {{Microwave | time = 5}} | | ||
result = {{ | result = {{Recipe Component|item=French Toast|image=File:French-toast.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Garlic Bread| | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 5}} | | transformer = {{Microwave | time = 5}} | | ||
result = {{ | result = {{Recipe Component|item=Garlic Bread|image=File:Garlic-slice.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Jelly Toast| | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | ||
component-2 = {{Recipe Component | | component-2 = {{Recipe Component|item=amanita jelly|image=File:amanita_jelly.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 5}} | | transformer = {{Microwave | time = 5}} | | ||
result = {{ | result = {{Recipe Component|item=Jelly Toast|image=File:Jelly-toast.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Two Slice| | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|2}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=wine|image=File:Beaker.png|amount={{{amount|5}}}}} | | ||
transformer = {{Microwave | time = 5}} | | transformer = {{Microwave | time = 5}} | | ||
result = {{ | result = {{Recipe Component|item=Two Slice|image=File:Two-slice.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Moldy Slice | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 5}} | | |||
transformer = {{Microwave | | result = {{Recipe Component|item=Moldy Slice|image=File:Moldy slice.png|amount={{{amount|1}}}}} | ||
result = {{ | |||
}} | }} | ||
</div> | |||
=== Pizzas === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | {{Recipe Box | | ||
name = Margherita Pizza | | name = Margherita Pizza | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|4}}}}} | | ||
transformer = {{Microwave | time = 30}} | | transformer = {{Microwave | time = 30}} | | ||
result = {{ | result = {{Recipe Component|item=Margherita Pizza|image=File:Margherita Pizza.png|amount={{{amount|1}}}}} | ||
}} | |||
{{Recipe Box | | |||
name = Mushroom Pizza | | |||
component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 30}} | | |||
result = {{Recipe Component|item=Mushroom Pizza|image=File:Mushroom Pizza.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | {{Recipe Box | | ||
name = Meat Pizza | | name = Meat Pizza | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} | | ||
component-4 = {{ | component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 30}} | | transformer = {{Microwave | time = 30}} | | ||
result = {{ | result = {{Recipe Component|item=Meat Pizza|image=File:Meat Pizza.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Vegetable Pizza | | name = Vegetable Pizza | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
component-4 = {{ | component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} | | ||
component-5 = {{ | component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 30}} | | transformer = {{Microwave | time = 30}} | | ||
result = {{ | result = {{Recipe Component|item=Vegetable Pizza|image=File:Vegetable Pizza.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Hawaiian Pizza | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} | | ||
component-3 = {{Recipe Component|item=pineapple slice|image=File:Pineapple Slice.png|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 30}} | | |||
result = {{Recipe Component|item=Hawaiian Pizza|image=File:Hawaiian Pizza.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Dank Pizza | | |||
component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 30}} | | |||
result = {{Recipe Component|item=Dank Pizza|image=File:Dank pizza.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Donk-pocket Pizza | | |||
component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=warm donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 30}} | | |||
result = {{Recipe Component|item=Donk-pocket Pizza|image=File:Donk pizza.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Pasta === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Boiled Spaghetti | | |||
component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|15}}}}} | | |||
component-3 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=large plate|image=File:Large Plate.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Boiled Spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Spaghetti | | |||
component-1 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Spaghetti|image=File:Spaghetti.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Spaghetti And Meatballs | | |||
component-1 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Spaghetti And Meatballs|image=File:Spaghetti And Meatballs.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Butter Noodles | | |||
component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Butter Noodles|image=File:Butter Noodles.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chow Mein | | |||
component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Chow Mein|image=File:Chow Mein.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Copypasta | | |||
component-1 = {{Recipe Component|item=spaghetti|image=File:Spaghetti.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Copypasta|image=File:Copypasta.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Rice dishes === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Boiled Rice | | |||
component-1 = {{Chem Recipe Component|reagent=Rice|amount={{{amount|15}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | |||
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Boiled Rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Rice Pudding | | |||
component-1 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|10}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Rice|amount={{{amount|15}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} | | |||
component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Rice Pudding|image=File:Rice Pudding.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Rice And Pork | | |||
component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} | | |||
component-2 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Rice And Pork|image=File:Rice And Pork.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Black-eyed Gumbo | | |||
component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | transformer = {{Microwave | time = 15}} | | ||
result = {{ | result = {{Recipe Component|item=Black-eyed Gumbo|image=File:Black-eyed Gumbo.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Egg-fried Rice | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 5}} | | component-2 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | ||
result = {{ | component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Egg-fried Rice|image=File:Egg-fried Rice.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Soups === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Onion Soup | | |||
component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|5}}}}} | | |||
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Onion Soup|image=File:Onion Soup.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Mushroom Soup | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} | | ||
component-2 = {{ | component-2 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} | | ||
transformer = {{Microwave | time = 10}} | | component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
result = {{ | component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|2}}}}} | | ||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Mushroom Soup|image=File:Mushroom Soup.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Nettle Soup | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | ||
transformer = {{Microwave | time = | component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | ||
result = {{ | component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=nettle|image=File:Nettle.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Nettle Soup|image=File:Nettle soup.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Tomato Soup| | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | ||
transformer = {{Microwave | | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} | | |||
result = {{ | transformer = {{Microwave | time = 10}} | | ||
result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Blood Tomato Soup| | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Blood|amount={{{amount|10}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} | | ||
transformer = {{Microwave | time = | transformer = {{Microwave | time = 10}} | | ||
result = {{ | result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Vegetable Soup| | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=corn|image=File:Corn.png|amount={{{amount|1}}}}} | | ||
component-4 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | transformer = {{Microwave | time = 10}} | | ||
result = {{ | result = {{Recipe Component|item=Vegetable Soup|image=File:Vegetable Soup.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Bisque | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} | | ||
component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | transformer = {{Microwave | time = 10}} | | ||
result = {{ | result = {{Recipe Component|item=Bisque|image=File:Bisque.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Meatball Soup | | name = Meatball Soup | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | ||
component-4 = {{ | component-4 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} | | ||
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Meatball Soup|image=File:Meatball soup.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Wing Fang Chu Soup | | |||
component-1 = {{Recipe Component|item=soy sauce|image=File:Beaker.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw xeno cutlet|image=File:Raw Cutlet.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | transformer = {{Microwave | time = 10}} | | ||
result = {{ | result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}} | ||
}} | |||
{{Recipe Box | | |||
name = Wing Fang Chu Soup (alt) | | |||
component-1 = {{Recipe Component|item=soy sauce|image=File:Beaker.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw spider meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Stew | | |||
component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
component-7 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} | | |||
component-8 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Stew|image=File:Stew.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Salty Sweet Miso Cola Soup | | name = Salty Sweet Miso Cola Soup | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Cola|amount={{{amount|5}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=miso soup|image=File:Miso soup.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 15}} | | transformer = {{Microwave | time = 15}} | | ||
result = {{Salty Sweet Miso Cola Soup}} | result = {{Recipe Component|item=Salty Sweet Miso Cola Soup|image=File:Salty Sweet Miso Cola Soup.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Clown's Tears | | ||
component-1 = {{ | component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} | | ||
component-4 = {{ | component-4 = {{Recipe Component|item=glass shard|image=File:Glass Shard.png|amount={{{amount|1}}}}} | | ||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Clown's Tears|image=File:Clown's_Tears.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Eyeball Soup | | |||
component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=eyes|image=File:OrganHumanEyes.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Eyeball Soup|image=File:Eyeball Soup.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Monkey's Delight | | |||
component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=black pepper|image=File:Beaker.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=monkey cube|image=File:Monkey Cube.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Monkey's Delight|image=File:Monkey's_Delight.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Oatmeal | | |||
component-1 = {{Chem Recipe Component|reagent=Oats|amount={{{amount|15}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} | | |||
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Oatmeal|image=File:Oatmeal.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Potato dishes and fries === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Loaded Baked Potato | | |||
component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Loaded Baked Potato|image=File:Loaded Baked Potato.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Space Fries | | |||
component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Space Fries|image=File:Space Fries.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cheesy Fries | | |||
component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Cheesy Fries|image=File:Cheesy Fries.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Carrot Fries | | |||
component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Carrot Fries|image=File:Carrot Fries.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Onion Rings | | |||
component-1 = {{Recipe Component|item=onion slice|image=File:onion slice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Onion Rings|image=File:Onionrings.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Kebabs === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Meat Kebab | | |||
component-1 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Meat Kebab|image=File:Meat Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Hawaiian Kebab | | |||
component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=pineapple slice|image=File:Pineapple Slice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Hawaiian Kebab|image=File:Hawaiian Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Fiesta Kebab | | |||
component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Fiesta Kebab|image=File:Fiesta Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = BBQ Ribs | | |||
component-1 = {{Recipe Component|item=BBQ Sauce|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | |||
component-3 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=BBQ Ribs|image=File:Ribs.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Rat Kebab | | |||
component-1 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Rat Kebab|image=File:Rat Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Double Rat Kebab | | |||
component-1 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw rat meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 20}} | | transformer = {{Microwave | time = 20}} | | ||
result = {{Bowl of Hot Chili}} | result = {{Recipe Component|item=Double Rat Kebab|image=File:Double Rat Kebab.png|amount={{{amount|1}}}}} | ||
}} | |||
{{Recipe Box | | |||
name = Human Kebab | | |||
component-1 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=human torso|image=File:TorsoHuman.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Human Kebab|image=File:Human Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Lizard-tail Kebab | | |||
component-1 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw lizard meat|image=File:Raw Lizard Meat.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Lizard-tail Kebab|image=File:Lizard-tail Kebab.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Chilis === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Bowl Of Hot Chili | | |||
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 20}} | | |||
result = {{Recipe Component|item=Bowl Of Hot Chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cold Chili | | |||
component-1 = {{Chem Recipe Component|reagent=Nitrogen|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=bowl of hot chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Cold Chili|image=File:Cold Chili.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Clown's Tears | | |||
component-1 = {{Recipe Component|item=BikeHorn|image=File:BikeHorn.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Clown's Tears|image=File:Clown's Tears.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Chili Con Carnival | | name = Chili Con Carnival | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=clown shoes|image=File:Clown shoes.png|amount={{{amount|1}}}}} | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | ||
component-4 = {{ | component-4 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | ||
component-5 = {{ Recipe Component | item = | component-5 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} | | ||
component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 30}} | | transformer = {{Microwave | time = 30}} | | ||
result = {{Chili Con Carnival}} | result = {{Recipe Component|item=Chili Con Carnival|image=File:Chili con carnival.png|amount={{{amount|1}}}}} | ||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = Queso | | name = Queso | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | ||
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component- | |||
transformer = {{Microwave | time = 15}} | | transformer = {{Microwave | time = 15}} | | ||
result = {{ | result = {{Recipe Component|item=Queso|image=File:Queso.png|amount={{{amount|1}}}}} | ||
}} | |||
{{Recipe Box | | |||
name = Enchiladas | | |||
component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 20}} | | |||
result = {{Recipe Component|item=Enchiladas|image=File:Enchiladas.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Salads === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Herb Salad | | |||
component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} | | |||
component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Herb Salad|image=File:Herb salad.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | {{Recipe Box | | ||
name = | name = Coleslaw | | ||
component-1 = {{ | component-1 = {{Recipe Component|item=vinaigrette|image=File:Beaker.png|amount={{{amount|5}}}}} | | | ||
component-2 = {{ | component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | ||
component-3 = {{ | component-3 = {{Recipe Component|item=red onion|image=File:Red Onion.png|amount={{{amount|1}}}}} | | ||
component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Coleslaw|image=File:Coleslaw.png|amount={{{amount|1}}}}} | |||
}} | }} | ||
{{Recipe Box | | |||
name = Ceasar Salad | | |||
component-1 = {{Recipe Component|item=olive oil|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=red onion slice|image=File:Red Onion_Slice.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Ceasar Salad|image=File:Caesar Salad.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Kimchi Salad | | |||
component-1 = {{Recipe Component|item=vinegar|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Kimchi Salad|image=File:Kimchi.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Valid Salad | | |||
component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} | | |||
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Valid Salad|image=File:Valid salad.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Citrus Salad | | |||
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | | |||
component-2 = {{Recipe Component|item=Lemon|image=File:Lemon.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=Lime|image=File:Lime.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=Orange|image=File:Orange.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Citrus Salad|image=File:Citrus Salad.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Fruit Salad | | |||
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | | |||
component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Fruit Salad|image=File:Fruit Salad.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Jungle Salad | | |||
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | | | |||
component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Jungle Salad|image=File:Jungle Salad.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Watermelon Fruit Bowl | | |||
component-1 = {{Recipe Component|item=watermelon|image=File:Watermelon.png|amount={{{amount|1}}}}} | | | |||
component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} | | |||
component-5 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|1}}}}} | | |||
component-6 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Watermelon Fruit Bowl|image=File:Watermelon Fruit Bowl.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | </div> | ||
== Condiments & | === Cookies, pancakes and waffles === | ||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Pancake | | |||
component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Pancake|image=File:Pancake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chocolate Chip Pancake | | |||
component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} | | |||
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Chocolate Chip Pancake|image=File:Chocolate Chip Pancake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Waffles | | |||
component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} | | |||
component-4 = {{Chem Recipe Component|reagent=SodaWater|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Waffles|image=File:Waffles.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Soy Waffles | | |||
component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=MilkSoy|amount={{{amount|5}}}}} | | |||
component-4 = {{Chem Recipe Component|reagent=SodaWater|amount={{{amount|5}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Soy Waffles|image=File:Soy Waffles.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cookie | | |||
component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Cookie|image=File:Cookie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Sugar Cookie | | |||
component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|10}}}}} | | |||
component-3 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Sugar Cookie|image=File:Sugar Cookie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Raisin Cookie | | |||
component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=4no raisins|image=File:4no Raisins.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Raisin Cookie|image=File:Raisin Cookie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Oatmeal Cookie | | |||
component-1 = {{Chem Recipe Component|reagent=Oats|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Oatmeal Cookie|image=File:Oatmeal Cookie.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Pies === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Apple Pie | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Apple Pie|image=File:Apple_Pie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Grape Tart | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|5}}}}} | | |||
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|3}}}}} | | |||
component-5 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Grape Tart|image=File:Grape Tart.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Banana Cream Pie | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Banana Cream Pie|image=File:Banana cream pie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Meat Pie | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Meat Pie|image=File:Meat_Pie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Xeno Pie | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|3}}}}} | | |||
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Xeno Pie|image=File:Xeno_Pie.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Amanita Pie | | |||
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Amanita Pie|image=File:Amanita pie.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Cakes === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Cake | | |||
component-1 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Cake|image=File:Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Apple Cake | | |||
component-1 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} | | |||
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Apple Cake|image=File:Apple Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Carrot Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Carrot Cake|image=File:Carrot Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Lemon Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Lemon Cake|image=File:Lemon Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Orange Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Orange Cake|image=File:Orange Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Lime Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=lime|image=File:Lime.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Lime Cake|image=File:Lime Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cheese Cake | | |||
component-1 = {{Chem Recipe Component|reagent=Cream|amount={{{amount|10}}}}} | | |||
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Cheese Cake|image=File:Cheese Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Clown Cake | | |||
component-1 = {{Recipe Component|item=clown mask|image=File:Clown_mask.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Clown Cake|image=File:Clown Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Birthday Cake | | |||
component-1 = {{Chem Recipe Component|reagent=Cream|amount={{{amount|5}}}}} | | |||
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Birthday Cake|image=File:Birthday Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Chocolate Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Chocolate Cake|image=File:Chocolate Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Brain Cake | | |||
component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Brain Cake|image=File:Brain Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Slime Cake | | |||
component-1 = {{Chem Recipe Component|reagent=Slime|amount={{{amount|15}}}}} | | |||
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Slime Cake|image=File:Slime Cake.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Donk pockets === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Warm Donk-pocket | | |||
component-1 = {{Recipe Component|item=donk-pocket|image=File:Donk Pocket (any).png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Dank-pocket | | |||
component-1 = {{Recipe Component|item=dank-pocket|image=File:Dank-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Dank-pocket|image=File:Warm Dank-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Spicy-pocket | | |||
component-1 = {{Recipe Component|item=spicy-pocket|image=File:Spicy-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Spicy-pocket|image=File:Warm Spicy-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Teriyaki-pocket | | |||
component-1 = {{Recipe Component|item=teriyaki-pocket|image=File:Teriyaki-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Teriyaki-pocket|image=File:Warm Teriyaki-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Pizza-pocket | | |||
component-1 = {{Recipe Component|item=pizza-pocket|image=File:Pizza-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Pizza-pocket|image=File:Warm Pizza-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Honk-pocket | | |||
component-1 = {{Recipe Component|item=honk-pocket|image=File:Honk-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Honk-pocket|image=File:Warm Honk-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Berry-pocket | | |||
component-1 = {{Recipe Component|item=berry-pocket|image=File:Berry-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Berry-pocket|image=File:Warm Berry-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Warm Gondola-pocket | | |||
component-1 = {{Recipe Component|item=gondola-pocket|image=File:Gondola-pocket.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 5}} | | |||
result = {{Recipe Component|item=Warm Gondola-pocket|image=File:Warm Gondola-pocket.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
=== Others === | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | |||
{{Recipe Box | | |||
name = Sashimi | | |||
component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|1}}}}} | | |||
component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Sashimi|image=File:Sashimi.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Cuban Carp | | |||
component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} | | |||
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} | | |||
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} | | |||
component-4 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 15}} | | |||
result = {{Recipe Component|item=Cuban Carp|image=File:Cuban Carp.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Popcorn | | |||
component-1 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 20}} | | |||
result = {{Recipe Component|item=Popcorn|image=File:Popcorn.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Amanita Jelly | | |||
component-1 = {{Chem Recipe Component|reagent=Vodka|amount={{{amount|5}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} | | |||
component-3 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|3}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Amanita Jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Dry Tobacco Leaves| | |||
component-1 = {{Recipe Component|item=tobacco leaves|image=File:Tobacco leaves.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Dried Tobacco Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Dry Cannabis Leaves| | |||
component-1 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Dried Cannabis Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Aloe Cream | | |||
component-1 = {{Recipe Component|item=aloe|image=File:Aloe-produce.png|amount={{{amount|1}}}}} | | |||
transformer = {{Microwave | time = 10}} | | |||
result = {{Recipe Component|item=Aloe Cream|image=File:AloeCream.png|amount={{{amount|1}}}}} | |||
}} | |||
{{Recipe Box | | |||
name = Suppermatter | | |||
component-1 = {{Chem Recipe Component|reagent=Nitrogen|amount={{{amount|10}}}}} | | |||
component-2 = {{Chem Recipe Component|reagent=Plasma|amount={{{amount|10}}}}} | | |||
component-3 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|30}}}}} | | |||
component-4 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|2}}}}} | | |||
transformer = {{Microwave | time = 30}} | | |||
result = {{Recipe Component|item=Suppermatter|image=File:Suppermatter.png|amount={{{amount|1}}}}} | |||
}} | |||
</div> | |||
== Condiments & Ingredients== | |||
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | <div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em"> | ||
{{Chembox|prototype=Water}} | {{Chembox|prototype=Water}} | ||
Line 272: | Line 1,551: | ||
{{#invoke:Chemistry Lookup|buildboxes|Foods}} | {{#invoke:Chemistry Lookup|buildboxes|Foods}} | ||
</div> | </div> | ||
[[Category:Guides]] |
Revision as of 22:04, 29 August 2024
The microwave
The Microwave is the Chef's (and unlucky prisoner's) choice of heating utensil, being able to cook everything from bread, to pizza and pies, as long as you select the right time to cook. It has a menu layout similar to the grinder, with ingredients in the microwave on the left, and a selection of buttons on the right. You can pick between Instantanious and 30 seconds of cooking time using said buttons. Each recipe requires a different time in the microwave. If the ingredients or time are wrong the ingredients in the microwave will either be spit out or it will burn into a burnt mess.
Recipes
Base products
Tacos
Burgers
Breads
Pizzas
Pasta
Rice dishes
Soups
Potato dishes and fries
Kebabs
Chilis
Salads
Cookies, pancakes and waffles
Pies
Cakes
Donk pockets
Others
Condiments & Ingredients
A colorless liquid that humans need in order to survive.
Seems to be translucent.
Satiates thirst.
An opaque white liquid produced by the mammary glands of mammals.
Seems to be opaque.
Satiates thirst.
All the vitamins, minerals, and carbohydrates the body needs in pure form.
Seems to be opaque.
Satiates hunger.
- Adds 0.4 sugar.
- Adds 0.1 nutriment.
Hard, small white grains.
Seems to be chewy.
Corn oil, A delicious oil used in cooking. Made from corn.
Seems to be oily.
Made from pureed tomatoes and flavored with spices.
Seems to be tangy.
Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.
Seems to be grainy.
Satiates thirst.
Satiates hunger.
So-called Russian dressing, popular among Space Americans.
Seems to be saucey.
Burns so good.
Seems to be spicy.
- 50% chance to heal 0.8 Brute per unit.
- Unknown effect: ModifyBloodLevel. Ask /tmp/moony#0029 for help.
Found in certain meals, good for bodily health.
Seems to be clumpy.
Satiates hunger.
- Adds 0.4 sugar.
- Adds 0.1 nutriment.
Used for baking.
Seems to be powdery.
Satiates thirst.
A salty soy-based flavoring.
Seems to be salty.
Satiates thirst.
Satiates hunger.
Used in cooking various dishes.
Seems to be chalky.
A basic salad dressing made with oil, vinegar and seasoning.
Seems to be sour.
- 50% chance to heal 1 Brute, and 1 Burn per unit.
- Reduces bleeding.
Found in healthy, complete meals.
Seems to be chalky.
Satiates hunger.
- Adds 0.1 nutriment.
Used for baking.
Seems to be powdery.
Satiates thirst.
- Adds 0.2 sugar.
- Adds 0.3 nutriment.
Used for a variety of tasty purposes.
Seems to be coarse.
Smelly horseradish sauce.
Seems to be overpowering.
Leaves the tongue numb in its passage.
Seems to be cold.
The sweetness of a thousand sugars but none of the calories.
Seems to be sugary.
- Adds 0.4 water.
- Adds 0.1 vitamin.
- Causes vomitting.
Often used to flavor food.
Seems to be sour.
Often used to flavor food or make people sneeze.
Seems to be grainy.
Tasty spacey sugar!
Seems to be sweet.
Satiates hunger.
Hand wipes not included.
Seems to be gloopy.
Creamy sauce, made from oil, egg, and some (edible) acid.
Seems to be thick.
- Adds 0.5 protein.
Used for baking.
Seems to be mucus-like.
Used by chefs to cook.
Seems to be oily.
- Adds 0.75 nutriment.
Viscous and fragrant.
Seems to be oily.