Chef Guidebook (#17120)
Co-authored-by: Owai-Seek <> Co-authored-by: Moony <moony@hellomouse.net>
This commit is contained in:
@@ -17,6 +17,8 @@ guide-entry-survival = Survival
|
||||
guide-entry-chemicals = Chemicals
|
||||
guide-entry-ss14 = Space Station 14
|
||||
guide-entry-janitorial = Janitorial
|
||||
guide-entry-chef = Chef
|
||||
guide-entry-foodrecipes = Food Recipes
|
||||
guide-entry-medical = Medical
|
||||
guide-entry-medicaldoctor = Medical Doctor
|
||||
guide-entry-cloning = Cloning
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: guide-entry-jobs
|
||||
text: "/ServerInfo/Guidebook/Jobs.xml"
|
||||
children:
|
||||
- Chef
|
||||
- Botany
|
||||
- Engineering
|
||||
- Science
|
||||
@@ -25,3 +26,15 @@
|
||||
id: Janitorial
|
||||
name: guide-entry-janitorial
|
||||
text: "/ServerInfo/Guidebook/Janitorial.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Chef
|
||||
name: guide-entry-chef
|
||||
text: "/ServerInfo/Guidebook/Chef.xml"
|
||||
children:
|
||||
- Food Recipes
|
||||
|
||||
- type: guideEntry
|
||||
id: Food Recipes
|
||||
name: guide-entry-foodrecipes
|
||||
text: "/ServerInfo/Guidebook/Food Recipes.xml"
|
||||
|
||||
73
Resources/ServerInfo/Guidebook/Chef.xml
Normal file
73
Resources/ServerInfo/Guidebook/Chef.xml
Normal file
@@ -0,0 +1,73 @@
|
||||
<Document>
|
||||
# Chef
|
||||
A fella has gotta eat, and it's the chef's job to make sure folks have something other than junk to munch on.
|
||||
|
||||
First and foremost, you'll need to familiarize yourself with the kitchen, and the tools available to you.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="KitchenKnife"/>
|
||||
<GuideEntityEmbed Entity="LargeBeaker"/>
|
||||
<GuideEntityEmbed Entity="ReagentContainerFlour"/>
|
||||
<GuideEntityEmbed Entity="FoodContainerEgg"/>
|
||||
<GuideEntityEmbed Entity="MobCow"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="VendingMachineChefvend" Caption="Chef Vendor"/>
|
||||
<GuideEntityEmbed Entity="KitchenMicrowave"/>
|
||||
<GuideEntityEmbed Entity="KitchenSpike"/>
|
||||
<GuideEntityEmbed Entity="VendingMachineDinnerware" Caption="Dinnerware Vend"/>
|
||||
</Box>
|
||||
|
||||
## Kitchen Prep:
|
||||
|
||||
It's hard to put into words how to play chef without feeling like you're being given orders, but here are some basics.
|
||||
|
||||
- Check what you have on hand when it comes to ingredients, most kitchens have some Flour, Rice, Eggs, Monkey Cubes, and a few other things to get started with.
|
||||
- Try your hand at mixing up some dough by putting water and flour together in a beaker. (Use the sinks!)
|
||||
- Check the Wiki (or Food Recipes) guidebook for things you can make, and put all the listed ingredients into a microwave to cook it into a meal.
|
||||
- Set up mouse traps. Yes, really. It's easy to see all your hard work disappear if you don't take precautions for mice infestations.
|
||||
|
||||
Once you're a bit more experienced and familiar with what you can make, it might be best to put together a few menus, or a "cheat sheet" so you can give a list of ingredients to botany.
|
||||
|
||||
## Mixing Dough:
|
||||
Add Flour and Water together in a beaker. (Use the sink for water!)
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="LargeBeaker"/>
|
||||
<GuideEntityEmbed Entity="ReagentContainerFlour"/>
|
||||
<GuideEntityEmbed Entity="DrinkWaterBottleFull" Caption="water"/>
|
||||
<GuideEntityEmbed Entity="FoodDough"/>
|
||||
</Box>
|
||||
## Making Flour:
|
||||
Place wheat in a grinder (with a beaker placed inside) and grind it up!
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="KitchenReagentGrinder"/>
|
||||
<GuideEntityEmbed Entity="LargeBeaker"/>
|
||||
<GuideEntityEmbed Entity="WheatBushel"/>
|
||||
<GuideEntityEmbed Entity="ReagentContainerFlour"/>
|
||||
</Box>
|
||||
## Getting Plants:
|
||||
Ask Botany for what you need, without a botanist, you may need to grow more plants yourself.
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="SignHydro1" Caption=" "/>
|
||||
<GuideEntityEmbed Entity="hydroponicsTray"/>
|
||||
<GuideEntityEmbed Entity="WheatBushel"/>
|
||||
<GuideEntityEmbed Entity="SignHydro2" Caption=" "/>
|
||||
</Box>
|
||||
## Gathering Milk:
|
||||
Alt-Click on a Cow with a container in your hand. (Beakers, Buckets, Milk Jugs, ect.)
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="Bucket"/>
|
||||
<GuideEntityEmbed Entity="MobCow"/>
|
||||
<GuideEntityEmbed Entity="ReagentContainerMilk"/>
|
||||
</Box>
|
||||
## How to Butcher:
|
||||
In most cases, you should be able to use a knife directly on a creature that's dead. It's best to do this in the freezer, as the results are... messy.
|
||||
|
||||
Monkeys, however, (and other humanoids), need to be dragged onto a meatspike to be butchered.
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="KitchenSpike"/>
|
||||
<GuideEntityEmbed Entity="KitchenKnife"/>
|
||||
<GuideEntityEmbed Entity="MobMonkey"/>
|
||||
<GuideEntityEmbed Entity="FoodMeat"/>
|
||||
</Box>
|
||||
</Document>
|
||||
65
Resources/ServerInfo/Guidebook/Food Recipes.xml
Normal file
65
Resources/ServerInfo/Guidebook/Food Recipes.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<Document>
|
||||
## Starting Out
|
||||
This is not an extensive list of recipes, these listings are to showcase the basics.
|
||||
|
||||
Mixes are done in a Beaker, foods are cooked in a Microwave. Cook times will be listed.
|
||||
|
||||
WARNING: This is not an automatically generated list, things here may become outdated. The wiki has much more than is listed here.
|
||||
|
||||
## The Basics: Mixing
|
||||
|
||||
- Dough = 15 Flour, 10 Water
|
||||
- Cornmeal Dough = 1 Egg (6u), 10 Milk, 15 Cornmeal
|
||||
- Tofu = 5 Enzyme, 30 Soy Milk
|
||||
- Pie Dough = 2 Eggs (12u), 15 Flour, 5 Table Salt
|
||||
- Cake Batter = 2 Eggs(12u), 15 flour, 5 Sugar
|
||||
- Vegan Cake Batter = 15 Soy Milk, 15 Flour, 5 Sugar
|
||||
- Butter = 30 Milk, 5 Table Salt
|
||||
- Cheese Wheel = 5 Enzyme, 30 Soy Milk
|
||||
- Meatball = 1 Egg (6u), 5 Flour, 5 Uncooked Animal Proteins
|
||||
- Uncooked Animal Protein: Grind Raw Meat
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="FoodDough"/>
|
||||
<GuideEntityEmbed Entity="FoodDoughCornmeal"/>
|
||||
<GuideEntityEmbed Entity="FoodTofu"/>
|
||||
<GuideEntityEmbed Entity="FoodDoughPie"/>
|
||||
<GuideEntityEmbed Entity="FoodCakeBatter"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="FoodButter"/>
|
||||
<GuideEntityEmbed Entity="FoodMeatMeatball"/>
|
||||
<GuideEntityEmbed Entity="FoodCheese"/>
|
||||
</Box>
|
||||
|
||||
## Secondary Products
|
||||
|
||||
- Dough Slice: Cut Dough
|
||||
- Bun: Microwave Dough Slice for 5 Seconds
|
||||
- Cutlet: Slice Raw Meat
|
||||
- Cheese Wedge: Slice Cheese Wheel
|
||||
|
||||
## Food Examples
|
||||
|
||||
- Bread: Microwave Dough for 10 Seconds
|
||||
- Plain Burger: Microwave 1 Bun and 1 Raw Meat for 10 Seconds
|
||||
- Tomato Soup: 10u Water, 1 Bowl, and 2 Tomatoes for 10 Seconds
|
||||
- Citrus Salad: 1 Bowl, 1 Lemon, 1 Lime, 1 Orange for 5 Seconds
|
||||
- Margherita Pizza: Microwave 1 Dough, 1 Cheese Wedge, and 4 Tomatoes for 30 Seconds
|
||||
- Cake: 1 Cake Batter for 15 Seconds
|
||||
- Apple Pie: 1 Pie Dough, 3 Apples, and 1 Pie Tin for 15 Seconds
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="FoodBreadPlain"/>
|
||||
<GuideEntityEmbed Entity="FoodBurgerPlain"/>
|
||||
<GuideEntityEmbed Entity="FoodSoupTomato"/>
|
||||
<GuideEntityEmbed Entity="FoodSaladCitrus"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="FoodPizzaMargherita"/>
|
||||
<GuideEntityEmbed Entity="FoodCakePlain"/>
|
||||
<GuideEntityEmbed Entity="FoodPieApple"/>
|
||||
</Box>
|
||||
|
||||
</Document>
|
||||
Reference in New Issue
Block a user