Honey: Difference between revisions

From PZwiki
m (Removed {{clear}} line above ==Distribution==)
m (Automated Formatting)
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Honey
|name=Honey
Line 18: Line 18:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=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 28: Line 29:
===Evolved recipes===
===Evolved recipes===
Honey is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
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}}
{{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==
Line 36: Line 37:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="2"|breakroom
|rowspan="2"|breakroom
| [[counter]]
|[[counter]]
| 4
|4
| 4
|4
|-
|-
|[[overhead]]
|[[overhead]]
Line 50: Line 51:
|4
|4
|-
|-
| kitchen
|kitchen
| [[counter]]
|[[counter]]
| 4
|4
| 6
|6
|}
|}
Honey can be found in [[Containers#Refrigerator|refrigerator]]s.
Honey can be found in [[Containers#Refrigerator|refrigerator]]s.
Line 69: Line 70:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start =
   | start = 5117
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Honey
item Honey
{
{
  DisplayName           = Honey,
DisplayName = Honey,
  DisplayCategory       = Food,
DisplayCategory = Food,
  Type                 = Food,
Type = Food,
  Weight               = 0.4,
Weight = 0.4,
  Icon                 = Honeybottle,
Icon = Honeybottle,
  CantBeFrozen         = TRUE,
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,
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,
Packaged = TRUE,
  Spice                 = true,
Spice = true,
  HungerChange         = -20,
HungerChange = -20,
  Calories             = 660,
Calories = 660,
  Carbohydrates         = 187,
Carbohydrates = 187,
  Lipids               = 0,
Lipids = 0,
  Proteins             = 0,
Proteins = 0,
  WorldStaticModel     = Honey,
WorldStaticModel = Honey,
  Tags                 = HerbalTea,
Tags = HerbalTea,
}
}
  }}
}}
}}
}}


Line 100: Line 101:
*[[Brown Sugar]]
*[[Brown Sugar]]


{{Navbox food}}
{{Navbox items|food}}
 
[[Category:Non-perishable 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