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

Cake Preparation

From PZwiki
Project ZomboidItemsFoodPrepared foodCake Preparation
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cake Preparation
CakePreparation Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerUI Hunger.png
-30
CaloriesCalories
800
CarbohydratesCarbohydrates
50
ProteinsProteins
8
FatFat
48
Effect
UnhappinessUI Unhappy.png
-20
Technical
Item ID
Base.CakePrep

A cake preparation is a perishable food item.

Usage

Consumable properties

Cake preparations can be eaten, providing the player with some positive effects, or alternatively, they can be used to make cakes.

(Note: The nutrition values depend on what ingredients are added. The figures below are based on no ingredients added.)

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Cake Preparation (Fresh) -30 - -20 -
Stale Cake Preparation (Stale) -23 +10 -10 -
Rotten Cake Preparation (Rotten) -13 +20 - 100%

Crafting

Main article: Cooking

Obtaining

Product Ingredients Tools Requirements Workstation XP
Cake.png
Cake Preparation
BakingPan.png Baking Pan ×1
CakeBatter.png Cake Batter ×1
none none none 0.75 Cooking

What it can make

A cake preparation is the starting ingredient for making cakes.

Product Ingredients Tools Requirements Workstation XP
Cake.png
Cake (crafted)
Cake.png Cake Preparation ×1
Cake ingredients Cake ingredients ×(1−4)
none none none 0.75 Cooking

Location

Cake preparations can be found inside bakery displays.

History

Base.CakePrep

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 CakePrep
	{
		DisplayName = Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Cake,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation,
		Tags = HasMetal,
	}