Pie Dough: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: e0f5ffde7675983d5930e5674c18cc4b))
Line 31: Line 31:
====How to make====
====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.
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}}
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2033 -->
{{RecipeLookup|2033}}
{{Crafting/core|ing=4
{{Crafting table footer}}
| product_image = [[File:Dough.png|link=Pie Dough|Pie Dough]] | product_name = [[Pie Dough]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req = [[File:MagazineFood.png|32px|Recipe Magazines#Cooking|Good Cooking Magazine Vol.1]]
| f1 = [[File:Water_drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = (2 units) | tag1 = (consumed)
| f2 = [[File:Flour.png|link=Flour|Flour]] | i2 = [[Flour]] | q2 = (2 units) | tag2 = (consumed)
| f3 = [[File:Salt.png|link=Salt|Salt]] | i3 = [[Salt]] | q3 = (2 units) | tag3 = (consumed)
| f4 = [[File:Butter.png|link=Butter|Butter]] | i4 = [[Butter]] | q4 = (15 units) | tag4 = (consumed)
}}
|}
 


====What it can make====
====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]].
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]].
{{Cooking table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2036 -->
{{RecipeLookup|2036}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| product_image = [[File:PieWhole.png]] | product_name = [[Recipe_Ingredients#Pie_Ingredients|Pie Preparation]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Rolling_Pin.png|link=Rolling Pin|Rolling Pin]] | i1 = [[Rolling Pin]] | q1 = x1
| f2 = [[File:BakingPan.png|link=Baking Pan|Baking Pan]] | i2 = [[Baking Pan]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:PREPPieDough.png|link=Pie Dough|Pie Dough]] | i3 = [[Pie Dough]] | q3 = x1 | tag3 = (consumed)
}}
|}
 


== Code ==
== Code ==

Revision as of 04:46, 26 March 2022

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.

Usage

Pie dough cannot be consumed by the player, and is only used to make a pie.

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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Pie Dough
Pie Dough x1
none Good Cooking Magazine Vol.1 Water
Water (2 units)
(consumed)
Flour
Flour (2 units)
(consumed)
Salt
Salt (2 units)
(consumed)
Butter
Butter (15 units)
(consumed)


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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
PieWhole.png
Pie Preparation x1
none Rolling Pin
Rolling Pin x1
Baking Pan
Baking Pan x1
(consumed)
Pie Dough
Pie Dough x1
(consumed)


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