Pie Dough: Difference between revisions

From PZwiki
(Reworked Page, +Nav Bar, + New description highlighting use and fact it is inedible alone, updated info, updated consumables, + nutrit info, reworded from russian, corrected categories.)
(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]] -> [[Pie_Dough|Pie Dough]]   </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 = Dough.png
|image = Dough.png

Revision as of 20:15, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Pie Dough   

Pie Dough is a inedible non perishable food item that is crafted from butter, salt, water and flour. Pie Dough is the base for making a pie in a baking pan, which once created ingredients can be added and cooked to create a fulfilling food.

Pie Dough 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 Place Pie in Baking Pan
      PieDough,
      BakingPan,
      keep RollingPin,
      Result:PiePrep,
      Time:30.0,
      Category:Cooking,

Code

	
	item PieDough
        	Type		= Normal,
        	DisplayName	= Pie Dough,
        	Icon		= Dough,
        	Weight		= 0.3,
        	Carbohydrates 	= 50,
        	Proteins 	= 8,
        	Lipids 		= 48,
        	Calories 	= 800,

Template:Navbox/Consumables