Pie Dough: Difference between revisions

From PZwiki
(added model to infobox)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Pie Dough
|display_name=Pie Dough
|name_colour=Food
|name_colour=Food
Line 24: Line 26:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.PieDough
|class_name=Base.PieDough
}}'''Pie dough''' is a [[Food#Non-Perishable|non-perishable]], inedible food [[item]].  
}}
'''Pie dough''' is a [[Food#Non-Perishable|non-perishable]], inedible food [[item]].  


==Usage==
==Usage==
Line 49: Line 52:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Dough Model.png|Model for: [[File:Dough.png]]
Dough Model.png|Model for: [[File:Dough.png]]
</gallery>
</gallery>


Line 55: Line 58:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item PieDough
<pre>
item PieDough
     {
     {
         DisplayCategory = Food,
         DisplayCategory = Food,

Revision as of 23:55, 16 July 2023

Pie Dough
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

Main article: Cooking

Obtaining

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 Ingredient 5 Ingredient 6
Dough.png
Pie Dough
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Bowl
(keep)

(keep)
WaterDrop.png
Water
(2 units)

(consumed)
One of:
Cornflour.png Corn Flour x2
Flour.png Flour x2

(consumed)

(consumed)
Salt.png
Salt
(2 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
Pie
Pie
0.75 Cooking none PieWhole.png
Pie Preparation
(Base item)
Pie Ingredients
Pie Ingredients (1−4)
(consumed)

Distribution

Pie dough do not spawn naturally and can only be obtained through crafting.

Gallery

Code

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

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

See also