Honey

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Honey
Honey Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
660
CarbohydratesCarbohydrates
187
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.Honey

Honey is a non-perishable food item.

Usage

Honey can be eaten, providing the player with some positive effects. As it is non-perishable, honey will never go stale or rotten.

Crafting

Main article: Cooking

Evolved recipes

Honey is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Fruit Salad
Fruit Salad
2
Sandwich
Sandwich
2
Pie (savory)
Pie (savory)
5
Cake
Cake
5
Pancakes
Pancakes
2
Waffles
Waffles
2
Waffles
Oatmeal
2
Ice Cream Cone
Ice Cream Cone
2
Beverage
Beverage
2
Toast
Toast
2

Distribution

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

Containers
Building/Room Container Rolls Chance
breakroom counter 4 4
overhead 4 4
kitchen counter 4 6

Honey can be found in refrigerators.

Gallery

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 Honey
	{
		DisplayName = Honey,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = Honeybottle,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Beverage:2;Beverage2:2;Cake:5;Sandwich:2;Sandwich Baguette:2;FruitSalad:2;HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Pancakes:2;Waffles:2;ConeIcecream:2;PieSweet:5;Toast:2;Oatmeal:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		Calories = 660,
		Carbohydrates = 187,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Honey,
		Tags = HerbalTea,	
	}

See also