Pie Dough: Difference between revisions

From PZwiki
m (→‎Usage: Update link - avoid redirect)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{page version|41.73}}
{{page version|41.73}}
{{Infobox food
{{Infobox item
|display_name=Pie Dough
|name=Pie Dough
|name_colour=Food
|model=Dough_Model.png
|name_text_colour=Food
|icon=Dough.png
|image=Dough_Model.png
|icon_name=Pie Dough
|image_width=200px
|icon2=PieWhole.png
|alternate_image=Dough.png
|icon_name2=Pie
|alternate_name=Pie Dough
Pie
|alternate_link=
|icon3=PieWholeCooked.png
|alternate_image2=PieWhole.png
|icon_name3=Pie
|alternate_name2=Pie
Pie
|alternate_link2=Pie
|alternate_image3=PieWholeCooked.png
|alternate_name3=Pie
|alternate_link3=Pie
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 26: Line 22:
|carbohydrates=50
|carbohydrates=50
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.PieDough
|item_id=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]].  

Revision as of 11:17, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Pie Dough
Dough Model.png
Pie Pie
Pie Pie
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Nutrition
CaloriesCalories
800
CarbohydratesCarbohydrates
50
ProteinsProteins
8
FatFat
48
Technical
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 Good Cooking Magazine Vol. 1, 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.

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