Cake Batter: Difference between revisions

From PZwiki
m (Addition of Final Cake in Crafting Section.)
(Update of NavBar.)
Line 3: Line 3:
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Cake_Batter|Cake Batter]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Cake_Batter.png
|image = Cake_Batter.png

Revision as of 19:13, 29 August 2016


Page Updated @ Version: 34.28

Cake Batter is a inedible non perishable food item that is crafted from flour, butter, sugar, a egg, yeast and milk. Cake Batter is the base for making a cake, which once created, ingredients can be added and cooked to create a fulfilling food.

Cake Batter requires either the profession of Chef to be picked at the start, or for the player to locate a Good Cooking magazine and read it for the recipe to be unlocked.

Nutritional Information

It's Nutritional Values are as follows:
Carbohydrates = 50
Proteins = 8
Lipids = 48
Calories = 800

Crafting

Name Recipe Description





































Coded Recipe

   recipe Make Cake Batter
      Bowl,
      Flour=2,
      Butter;15,
      Sugar=3,
      Egg/WildEggs,
      Yeast,
      Milk/farming.Milk,
      Result:CakeBatter,
      NeedToBeLearn:true,
      Time:50.0,
      Category:Cooking,

Code

	
    item CakeBatter
		Type		= Normal,
		DisplayName	= Cake Batter,
		Icon		= CakeBatter,
		Weight		= 0.3,
        	Carbohydrates 	= 50,
        	Proteins 	= 8,
        	Lipids 		= 48,
        	Calories 	= 800,

Template:Navbox/Consumables