Pie Dough: Difference between revisions

From PZwiki
(Will re-enter in english shortly, creating page to link in with consumables.)
 
(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.)
Line 1: Line 1:
{{languages|Pie Dough}}
__NOTOC__
{{Items/ru
{{languages}}
<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]] -> [[Pie_Dough|Pie Dough]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Dough.png
|image = Dough.png
|weight = 0.3
|weight = 0.3
}}
}}
Начало для приготовления вкусного и сытного [[Пирог|пирога]].
Pie Dough is a inedible [[Food#Non_Perishable|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 [[Recipe_Magazines|Good Cooking]] magazine and read it for the recipe to be unlocked.
{{Crafting table header/ru}}
{{RecipeLookup/ru|2033}}
{{RecipeLookup/ru|2036}}
{{Crafting table footer/ru}}


==См. также==
== Nutritional Information ==
* [[Готовка|Кулинария]]
* [[Пирог]]


[[Category:Приготовляемые продукты]]
'''It's Nutritional Values are as follows:'''<br>
[[Category:Скоропортящиеся продукты]]
Carbohydrates = 50 <br>
Proteins = 8 <br>
Lipids = 48 <br>
Calories = 800 <br><br>
 
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2033}}
{{RecipeLookup|2036}}
|}
 
 
== Coded Recipe ==
    recipe Place Pie in Baking Pan
 
      PieDough,
      BakingPan,
      keep RollingPin,
 
      Result:PiePrep,
      Time:30.0,
      Category:Cooking,
 
== Code ==
<nowiki>
item PieDough
        Type = Normal,
        DisplayName = Pie Dough,
        Icon = Dough,
        Weight = 0.3,
        Carbohydrates = 50,
        Proteins = 8,
        Lipids = 48,
        Calories = 800,
</nowiki>
 
{{Navbox/Consumables}}
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 01:15, 6 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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