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
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
110
CarbohydratesCarbohydrates
80
ProteinsProteins
16
FatFat
44
Effect
UnhappinessMoodle Icon 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.

Fresh Stale Rotten

Icing.png
Hunger: -10

Unhappiness: -10

Icing.png
Hunger: -7
Boredom: +10

Icing.png
Hunger: -4
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Icing is a cooking ingredient.

Product Nutrition
Pie (savory)
Pie (savory)
10
Cake
Cake
10
Muffin
Muffin
10
Pancakes
Pancakes
5
Waffles
Waffles
5
Ice Cream Cone
Ice Cream Cone
5
Bread
Bread
10
Toast
Toast
5

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

Icing can often be found in shop shelves.

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,
	}

See also