Honey: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
(30 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Honey
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Honey_Model.png
{{Consumables
|icon=Honeybottle.png
|image = Honeybottle.png
|icon_name=Honey
|hunger = -20
<!--GENERAL-->
|weight = 0.4
|category=Food
|weight=0.4
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-20
|calories=660
|lipids=0
|proteins=0
|carbohydrates=187
<!--TECHNICAL DETAILS-->
|item_id=Base.Honey
}}
}}
'''Honey''' is a non-perishable [[food]] [[Items|item]].


'''Honey''' is a [[Food#Non-Perishable|non-perishable]] food that can be found in [[Containers#Kitchen_cupboard|refrigerators]].  
==Usage==
Honey can be eaten, providing the player with some positive effects. As it is non-perishable, honey will never go stale or rotten.


== Nutritional Information ==
==Crafting==
Honey if consumed by itself will provide -20 to hunger.
{{Main|Cooking}}
<br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 187 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 660 <br><br>


== Evolved Recipes ==
===Evolved recipes===
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
Honey is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem|spice=true|beverage=2|cake=5|sandwich=2|fruitsalad=2|pancakes=2|waffles=2|coneicecream=2|pie=5|toast=2|oatmeal=2}}
|cake=5|sandwich=5|salad=5|roastedvegetables=5|stirfry=5|}}


== Code ==
==Distribution==
<br>
The loot distributions can be found in the table(s) below.
<nowiki>
    item Honey
        Type = Food,
        DisplayName = Honey,
        Icon = Honeybottle,
        Weight = 0.4,
        HungerChange = -20,
        EvolvedRecipe = Cake:5;Sandwich:5;Salad:5;Roasted Vegetables:5;Stir fry:5,
        Carbohydrates = 187,
        Proteins = 0,
        Lipids = 0,
        Calories = 660,
        Packaged = TRUE,
        FoodType = NoExplicit,
        CantBeFrozen = TRUE,
</nowiki>


{{Navbox/Consumables}}
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
[[Category:Consumables]]
! colspan="4" | Containers
[[Category:Food]]
|-
[[Category:Non-Perishable_Food]]
! Building/Room
[[Category:Version 34.28]]
! 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 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.png|Unused "Honey" icon, added when Honey was first implemented.
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.
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5117
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[Sugar]]
*[[Brown Sugar]]
 
{{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