Icing: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
mNo edit summary
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Icing
|display_name=Icing
|name_colour=Food
|name_colour=Food
Line 19: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Icing
|class_name=Base.Icing
}}'''Icing''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}'''Icing''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==

Revision as of 18:04, 11 March 2023

Icing
Icing
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 4 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-10
Calories
Calories
110
Carbohydrates
Carbohydrates
80
Proteins
Proteins
16
Fat
Fat
44
Effect
Unhappiness
Unhappiness
-10
Technical details
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. Template:Consumables2

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

Icing can often be found in shop shelves.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

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