Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Pie Preparation

From PZwiki
Project ZomboidItemsFoodPrepared foodPie Preparation
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pie Preparation
PiePreparation Model.png
Pie Preparation
Pie Preparation
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerUI Hunger.png
-15
CaloriesCalories
189
CarbohydratesCarbohydrates
11.2
ProteinsProteins
9.6
FatFat
11.5
Effect
UnhappinessUI Unhappy.png
10
Technical
Item ID
Base.PiePrep

A pie preparation is a perishable food item.

Usage

Consumable properties

Pie preparation can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
(Note that the nutrition values depends on what ingredients are added. The figures below are based on no ingredients added.)

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Pie Preparation (Fresh) -15 - +10 -
Stale Pie Preparation (Stale) -11 +10 +20 -
Rotten Pie Preparation (Rotten) -6 +20 +30 100%

Crafting

Main article: Cooking

Obtaining

Product Ingredients Tools Requirements Workstation XP
PieWhole.png
Pie Preparation
RollingPin.png Rolling Pin ×1
BakingPan.png Baking Pan ×1
Dough.png Pie Dough ×1
none none none 0.75 Cooking

What it can make

Pie preparation is the starting ingredient for making pies.

Product Ingredients Tools Requirements Workstation XP
N/A This index number contains no data

Location

Pie preparation can often be found inside displays in bakeries.

History

Base.PiePrep

Version Description
Build 41.78 Item tag added with value HasMetal.
Build 41.72 Calories changed from 800 to 189.
Nutrition changed from 50 to 11.2.
HungerChange changed from -30 to -15.
Nutrition changed from 48 to 11.5.
Proteins changed from 8 to 9.6.
UnhappyChange changed from -20 to 10.
Build 41.70 DaysFresh added with value 4.
DaysTotallyRotten added with value 7.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value PiePreparation.
Build 34.23 Calories added with value 800.
Nutrition added with value 50.
DisplayName changed from Pie preparation to Pie Preparation.
HungerChange changed from -20 to -30.
Nutrition added with value 48.
Proteins added with value 8.
Build 32.14 HungerChange changed from -15 to -20.
Build 31.9 HungerChange added with value -15.
Type changed from Normal to Food.
UnhappyChange added with value -20.
Build 26 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item PiePrep
	{
		DisplayName = Pie Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = PieWhole,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -15,
		UnhappyChange = 10,
		Calories = 189,
		Carbohydrates = 11.2,
		Lipids = 11.5,
		Proteins = 9.6,
		WorldStaticModel = PiePreparation,
		Tags = HasMetal,
	}