Pie Dough: Difference between revisions

From PZwiki
m (Remove obsolete template)
(added model to infobox)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Dough.png
|image=Dough_Model.png
|alternate_image=PieWhole.png
|image_width=200px
|alternate_name=Pie
|alternate_image=Dough.png
|alternate_link=Pie
|alternate_name=Pie Dough
|alternate_image2=PieWholeCooked.png
|alternate_link=
|alternate_image2=PieWhole.png
|alternate_name2=Pie
|alternate_name2=Pie
|alternate_link2=Pie
|alternate_link2=Pie
|alternate_image3=PieWholeCooked.png
|alternate_name3=Pie
|alternate_link3=Pie
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 14:27, 18 June 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