Cake Batter: Difference between revisions

From PZwiki
(Copied from "Cake batter" (to be redirected here))
 
(Reworked page, + Nav bar, corrected categories, + description, + recipe code, +info + Nutrition, corrected icon in consumables.)
Line 1: Line 1:
{{languages|Cake Batter}}
__NOTOC__
{{Items
{{languages}}
|image = Dough.png
<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: 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 -->
{{Consumables
|image = Cake_Batter.png
|weight = 0.3
|weight = 0.3
}}
}}
Necessary to prepare [[Cake|cake]].
Cake Batter is a inedible [[Food#Non_Perishable|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 [[Recipe_Magazines|Good Cooking]] magazine and read it for the recipe to be unlocked.
 
== Nutritional Information ==
 
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 50 <br>
Proteins = 8 <br>
Lipids = 48 <br>
Calories = 800 <br><br>


== Crafting ==
== Crafting ==
{{Crafting table header}}
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2039}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
|}
 
 
== 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,


== See also ==
== Code ==
* [[Cooking]]
<nowiki>
* [[Cake]]
    item CakeBatter
Type = Normal,
DisplayName = Cake Batter,
Icon = CakeBatter,
Weight = 0.3,
        Carbohydrates = 50,
        Proteins = 8,
        Lipids = 48,
        Calories = 800,
</nowiki>


[[Category:Cookable Food]]
{{Navbox/Consumables}}
[[Category:Perishable Food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 21:34, 10 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Cake Batter   

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