Pie Dough: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Remove obsolete template)
Line 32: Line 32:
{{Crafting header|type=food|ing=6}}
{{Crafting header|type=food|ing=6}}
{{Crafting cooking|110|ing=6}}
{{Crafting cooking|110|ing=6}}
{{Crafting table footer}}
|}


===What it can make===
===What it can make===
Line 38: Line 38:
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|306|ing=2}}
{{Crafting cooking|306|ing=2}}
{{Crafting table footer}}
|}


==Distribution==
==Distribution==

Revision as of 02:25, 28 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)

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