Honey: Difference between revisions

From PZwiki
(Automated case update)
m (Automated Formatting)
Line 19: Line 19:
|item_id=Base.Honey
|item_id=Base.Honey
}}
}}
'''Honey''' is a non-perishable [[food]] [[Items|item]].
'''Honey''' is a non-perishable [[food]] [[Items|item]].


Line 43: Line 42:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|rowspan="2"|breakroom  
|rowspan="2"|breakroom
|[[counter]]  
|[[counter]]
|4  
|4
|4
|4
|-
|-
|[[overhead]]  
|[[overhead]]
|4  
|4
|4
|4
|-
|-
|kitchen  
|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|}
|}
Line 93: Line 92:
Proteins = 0,
Proteins = 0,
WorldStaticModel = Honey,
WorldStaticModel = Honey,
Tags = HerbalTea,
Tags = HerbalTea,
}  
}
}}
}}
}}
}}

Revision as of 09:13, 14 April 2024

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
Oatmeal
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