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

Icing

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Icing
Icing Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
110
CarbohydratesCarbohydrates
80
ProteinsProteins
16
FatFat
44
Effect
UnhappinessUI Unhappy.png
-10
Technical
Item ID
Base.Icing

Icing is a perishable food item.

Usage

Consumable properties

Icing can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Icing (Fresh) -10 - -10 -
Stale Icing (Stale) -8 +10 - -
Rotten Icing (Rotten) -4 +20 +10 100%

Crafting

Main article: Cooking

Evolved recipes

Icing is a cooking ingredient.

Product Nutrition
PieWhole.png
Pie (savory)
10
Cake.png
Cake (crafted)
10
Muffintray Batter.png
Muffin (crafted)
10
PancakesFruit.png
Pancakes (crafted)
5
SafflesFruit.png
Waffles (crafted)
5
Ice Cream Cone
Ice Cream Cone
5
Bread
Bread
10
BreadSlices.png
Toast
5

Location

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

Icing distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bakery fridge 23.67%
bakerykitchen fridge 23.67%
cafe fridge 23.67%
cafekitchen fridge 23.67%
donut_kitchenstorage fridge 23.67%

Icing can often be found in shop shelves.

History

Base.Icing

Version Description
Build 41.72 EvolvedRecipe added with value {'Cake': '10', 'Pancakes': '5', 'Waffles': '5', 'Muffin': '10', 'ConeIcecream': '5', 'PieSweet': '10', 'Toast': '5', 'Bread': '10'}.
FoodType added with value NoExplicit.
Build 41.69 AlwaysWelcomeGift removed.
DisplayCategory added with value Food.
WorldStaticModel changed from Icing to Icing_Ground.
Build 41.66 WorldStaticModel added with value Icing.
Build 41.65 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 Icing
	{
		DisplayName = Icing,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Icing,
		EvolvedRecipe = Cake:10;Pancakes:5;Waffles:5;Muffin:10;ConeIcecream:5;PieSweet:10;Toast:5;Bread:10,
		FoodType = NoExplicit,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 110,
		Carbohydrates = 80,
		Lipids = 44,
		Proteins = 16,
		WorldStaticModel = Icing_Ground,
	}