Honey: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(25 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Honey}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Honey
{{Infobox item
|name_colour=Food
|name=Honey
|name_text_colour=Food
|model=Honey_Model.png
|image=Honeybottle 120px.png
|icon=Honeybottle.png
|icon_name=Honey
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 16: Line 17:
|carbohydrates=187
|carbohydrates=187
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Honey
|item_id=Base.Honey
}}'''Honey''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Honey''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 24: Line 26:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
Honey is a spice when used in [[cooking]] [[Recipe Ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
===Evolved recipes===
{{EvolvedRecipesForItem|spice=true|Beverage=2|Cake=5|Sandwich=2|FruitSalad=2|Pancakes=2|Waffles=2|ConeIcecream=2|Pie=5|Toast=2|Oatmeal=2}}
Honey is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|beverage=2|cake=5|sandwich=2|fruitsalad=2|pancakes=2|waffles=2|coneicecream=2|pie=5|toast=2|oatmeal=2}}


==Distribution==
==Distribution==
Honey can be found in [[refrigerator]]s.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|breakroom
|[[counter]]
|4
|4
|-
|[[overhead]]
|4
|4
|-
|kitchen
|[[counter]]
|4
|6
|}
Honey can be found in [[Containers#Refrigerator|refrigerator]]s.


==Gallery==
==Gallery==
<gallery>
<gallery style="image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor">
Honey Model.png|Honey model when placed in the world.
Honey.png|Unused "Honey" icon, added when Honey was first implemented.
Honey.png|Unused "Honey" icon, added when Honey was first implemented.  
Honeycomb.png|Unused "Honeycomb" icon added [[Build 41|build 41.68]].
Honeycomb.png|Unused "Honeycomb" icon added [[Build 41|build 41.68]].  
Insect_Honeybee.png|Unused "Insect_Honeybee" icon added [[Build 41|build 41.68]] along with various other [[insects|insect]] icons.
Insect_Honeybee.png|Unused "Insect_Honeybee" icon added [[Build 41|build 41.68]] along with various other [[insects|insect]] icons.
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>    item Honey
  | lang = java
  | line = true
  | start = 5117
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Honey
{
{
DisplayName = Honey,
DisplayName = Honey,
Line 59: Line 92:
Proteins = 0,
Proteins = 0,
WorldStaticModel = Honey,
WorldStaticModel = Honey,
Tags = HerbalTea,
Tags = HerbalTea,
}
}
</pre>
}}
}}


==See also==
==See also==
Line 67: Line 101:
*[[Brown Sugar]]
*[[Brown Sugar]]


{{Navbox_food}}
{{Navbox items|food}}
 
[[Category:Non-perishable food]]

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