Pie Dough: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: e0f5ffde7675983d5930e5674c18cc4b))
m (Automated Formatting)
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Pie Dough}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=17}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Pie Dough
{{Infobox item
|name_colour=Food
|name=Pie Dough
|name_text_colour=Food
|model=Dough_Model.png
|image=Dough_120px.png
|icon=Dough.png
|alternate_image=PieWhole.png
|icon_name=Pie Dough
|alternate_name=Pie
|alternate_link=Pie
|alternate_image2=PieWholeCooked.png
|alternate_name2=Pie
|alternate_link2=Pie
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: Line 15:
|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]].  
}}
A '''pie dough''' is a non-perishable, inedible [[food]] [[Items|item]].


==Usage==
==Usage==
Pie dough cannot be consumed by the player, and is only used to make a [[pie]].
Pie dough cannot be consumed by the player, and is only used to make a [[Recipe ingredients#Pie ingredients|pie]].


== Crafting ==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
====How to make====
 
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.
===Obtaining===
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2033 -->
The player must first learn how to make pie dough before it is craftable. This can be done by either reading ''[[Good Cooking Magazine|Good Cooking Magazine Vol. 1]]'', or starting with the [[Occupation#Chef|chef occupation]] during character creation.
{{Crafting/core|ing=4
{{Crafting/sandbox2
| product_image = [[File:Dough.png|link=Pie Dough|Pie Dough]] | product_name = [[Pie Dough]] | product_quantity = x1
|pie_dough
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req = [[File:MagazineFood.png|32px|Recipe Magazines#Cooking|Good Cooking Magazine Vol.1]]
| f1 = [[File:Water_drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = (2 units) | tag1 = (consumed)
| f2 = [[File:Flour.png|link=Flour|Flour]] | i2 = [[Flour]] | q2 = (2 units) | tag2 = (consumed)
| f3 = [[File:Salt.png|link=Salt|Salt]] | i3 = [[Salt]] | q3 = (2 units) | tag3 = (consumed)
| f4 = [[File:Butter.png|link=Butter|Butter]] | i4 = [[Butter]] | q4 = (15 units) | tag4 = (consumed)
}}
}}
|}


====What it can make====
===What it can make===
Pie dough is placed in a baking pan, producing a [[Pie Preparation|pie preparation]], which can have more ingredients added to it before being cooked, and producing a [[pie]].
Pie dough is placed in a baking pan, producing a [[Pie Preparation|pie preparation]], which can have more ingredients added to it before being cooked, and producing a [[pie]].
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2036 -->
{{Crafting/sandbox2
{{Crafting/core|ing=3
|pie
| product_image = [[File:PieWhole.png]] | product_name = [[Recipe_Ingredients#Pie_Ingredients|Pie Preparation]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Rolling_Pin.png|link=Rolling Pin|Rolling Pin]] | i1 = [[Rolling Pin]] | q1 = x1
| f2 = [[File:BakingPan.png|link=Baking Pan|Baking Pan]] | i2 = [[Baking Pan]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:PREPPieDough.png|link=Pie Dough|Pie Dough]] | i3 = [[Pie Dough]] | q3 = x1 | tag3 = (consumed)
}}
}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bakery
|[[fridge]]
|4
|1
|-
|cafe
|[[fridge]]
|4
|1
|}
|}
Pie dough do not spawn naturally and can only be obtained through [[#Crafting|crafting]].


 
==Code==
== Code ==
{{CodeBox
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
| {{CodeSnip
{{Retrieved|version=40|incver=17}}
  | lang = java
<pre> item PieDough
  | line = true
        Type = Normal,
  | start = 1415
        DisplayName = Pie Dough,
  | source = newitems.txt
        Icon = Dough,
  | retrieved = true
        Weight = 0.3,
  | version = 41.78.16
        Carbohydrates = 50,
  | code =
        Proteins = 8,
item PieDough
        Lipids = 48,
    {
        Calories = 800,
        DisplayCategory = Food,
</pre>
        Type = Normal,
        DisplayName =     Pie Dough,
        Icon = Dough,
        Weight = 0.3,
        Carbohydrates = 50,
        Proteins = 8,
        Lipids = 48,
        Calories = 800,
        WorldStaticModel = Dough,
    }
}}
}}


==See also==
==See also==
Line 78: Line 90:
*[[Bread Dough]]
*[[Bread Dough]]


{{Navbox/Consumables}}
{{Navbox items|prepared_food}}
 
 
[[Category:Non-perishable food]]

Revision as of 11:00, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pie Dough
Dough Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Nutrition
CaloriesCalories
800
CarbohydratesCarbohydrates
50
ProteinsProteins
8
FatFat
48
Technical
Item ID
Base.PieDough

A 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 Ingredients Tools Requirements Workstation XP
Dough.png
Pie Dough
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
One of:
Cornflour.png Corn Flour ×1
Flour.png Flour ×1
One of:
Butter.png Butter ×1
Lard.png Lard ×1
Margerine.png Margarine ×1
Each of:
Bowl.png Bowl ×1
WaterDrop.png Water ×2 unit(s)
Salt.png Salt ×2 unit(s)
none
Profession chef2.png
Chef occupation
(or)
Trait cook.png
Cook trait
(or)
MagazineFood.png
Good Cooking Magazine Vol.1
none 2.5 Cooking

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 Ingredients Tools Requirements Workstation XP
PieWhole.png
Pie
PieWhole.png Pie Preparation ×1
Soup Ingredients.png Pie Ingredients ×(1−4)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bakery fridge 4 1
cafe fridge 4 1

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
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