Pie Dough: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Pie Dough}}
{{languages|Pie Dough}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=17}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
|display_name=Pie Dough
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Dough.png
|image=Dough_120px.png
|weight = 0.3
|alternate_image=PieWhole.png
}}
|alternate_name=Pie
[[Pie Dough|Pie dough]] is an 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|baking pan]], which ingredients can be added to in order to create a fulfilling food. <br>
|alternate_link=Pie
|alternate_image2=PieWholeCooked.png
|alternate_name2=Pie
|alternate_link2=Pie
<!--GENERAL-->
|category=Food
|weight=0.3
<!--NUTRITION-->
|calories=800
|lipids=48
|proteins=8
|carbohydrates=50
<!--TECHNICAL DETAILS-->
|class_name=Base.PieDough
}}'''Pie dough''' is a [[Food#Non-Perishable|non-perishable]], inedible food [[item]].  


In order to learn the pie dough recipe, the player must either have the [[Traits#Hobbies|cook]] trait or read the [[Recipe_Magazines|good cooking magazine]].
<br>
== Nutritional information ==
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 50 <br>
Proteins = 8 <br>
Lipids = 48 <br>
Calories = 800 <br><br>
== Crafting ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
====How to make====
The player must first learn how to make pie dough before it is craftable. This can be done by either reading a [[Recipe Magazines#Cooking|''Good Cooking Magazine'']], or starting with the [[Occupation#Chef|chef occupation]] during character creation.
{{Cooking table header}}
{{RecipeLookup|2033}}
{{Crafting table footer}}


{| class="wikitable sortable" style="text-align:center;"
====What it can make====
|-
Pie dough is placed in a baking pan, producing a [[Pie Preparation|pie preparation]], which can have more ingredients added to it before being cooked, and producing a [[pie]].
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2033}}
{{RecipeLookup|2036}}
{{RecipeLookup|2036}}
{{RecipeLookup|2040}}
{{Crafting table footer}}
|}
 


== Code ==
== Code ==
=== Item ===
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=17}}
item PieDough
<pre> item PieDough
    {
        Type = Normal,
        Type = Normal,
        DisplayName = Pie Dough,
        DisplayName = Pie Dough,
        Icon = Dough,
        Icon = Dough,
        Weight = 0.3,
        Weight = 0.3,
        Carbohydrates = 50,
        Carbohydrates = 50,
        Proteins = 8,
        Proteins = 8,
        Lipids = 48,
        Lipids = 48,
        Calories = 800,
        Calories = 800,
</pre>
    }
</nowiki>
=== Recipe ===
<nowiki>
recipe Make Pie Dough
    {
      Water=2,
      Flour=2,
      Butter;15,
      Salt;2,


      Result:PieDough,
==See also==
      NeedToBeLearn:true,
*[[Cake Batter]]
      Time:50.0,
*[[Bread Dough]]
      Category:Cooking,
      OnGiveXP:Give10CookingXP,
    }
</nowiki>


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

Revision as of 15:22, 22 September 2018

Pie Dough
Pie Dough
Pie Pie
General
Category Food
Encumbrance
Heavy Load
0.3
Nutrition
Calories
Calories
800
Carbohydrates
Carbohydrates
50
Proteins
Proteins
8
Fat
Fat
48
Technical details
Item ID Base.PieDough

Pie dough is a non-perishable, inedible food item.

Crafting

Cooking

Main article: Cooking

How to make

The player must first learn how to make pie dough before it is craftable. This can be done by either reading a Good Cooking Magazine, or starting with the chef occupation during character creation. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

What it can make

Pie dough is placed in a baking pan, producing a pie preparation, which can have more ingredients added to it before being cooked, and producing a pie. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.17

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

See also

Template:Navbox/Consumables