Pie Dough: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Pie Dough}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{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
|name_text_colour=Food
|name_text_colour=Food
|image=Dough_120px.png
|image=Dough.png
|alternate_image=PieWhole.png
|alternate_image=PieWhole.png
|alternate_name=Pie
|alternate_name=Pie
Line 26: Line 25:
Pie dough cannot be consumed by the player, and is only used to make a [[Recipe Ingredients#Pie Ingredients|pie]].
Pie dough cannot be consumed by the player, and is only used to make a [[Recipe Ingredients#Pie Ingredients|pie]].


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===Obtaining===
===Obtaining===
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.
Line 40: Line 40:
{{Crafting table footer}}
{{Crafting table footer}}


== Distribution ==
==Distribution==
Pie dough do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
Pie dough do not spawn naturally and can only be obtained through [[#Crafting|crafting]].


Line 48: Line 48:
</gallery>
</gallery>


== Code ==
==Code==
'''''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}}

Revision as of 00:12, 19 February 2023

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)

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.

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)

Template:Crafting table footer

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