Honey: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox + gallery)
Line 1: Line 1:
{{languages|Honey}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Honey
|display_name=Honey
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Honeybottle_120px.png
|image=Honey_Model.png
|image_width=125px
|alternate_image=Honeybottle.png
|alternate_name=
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 25: Line 29:
=== Evolved recipes ===
=== Evolved recipes ===
Honey is a [[cooking]] [[Recipe Ingredients|ingredient]].
Honey is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=5|sandwich=5|salad=5|roastedvegetables=5|stirfry=5|hotdrink=5}}
{{EvolvedRecipesForItem|cake=5|sandwich=5|salad=5|roastedvegetables=5|stirfry=5|hotdrink=5|hotdrinktea=5}}


==Distribution==
==Distribution==
Honey can be found in [[refrigerator]]s.
Honey can be found in [[refrigerator]]s.
==Gallery==
<gallery>
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 ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=68}}
<pre> item Honey
<pre>   item Honey
         Type = Food,
    {
         DisplayName = Honey,
        DisplayCategory = Food,
         Icon = Honeybottle,
         Type = Food,
         Weight = 0.4,
         DisplayName = Honey,
         HungerChange = -20,
         Icon = Honeybottle,
         EvolvedRecipe = Cake:5;Sandwich:5;Salad:5;Roasted Vegetables:5;Stir fry:5,
         Weight = 0.4,
         Carbohydrates = 187,
         HungerChange = -20,
         Proteins = 0,
         EvolvedRecipe       =       Cake:5;Sandwich:5;Sandwich Baguette:5;Salad:5;Roasted Vegetables:5;Stir fry Griddle Pan:5;Stir fry:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
         Lipids = 0,
         Carbohydrates = 187,
         Calories = 660,
         Proteins = 0,
         Packaged = TRUE,
         Lipids = 0,
         FoodType = NoExplicit,
         Calories = 660,
         CantBeFrozen = TRUE,</pre>
         Packaged = TRUE,
         FoodType = NoExplicit,
         CantBeFrozen = TRUE,
        WorldStaticModel = Honey,
    }</pre>


==See also==
==See also==
* [[Sugar]]
*[[Sugar]]
*[[Brown Sugar]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 11:46, 14 March 2022

Template:Infobox foodHoney 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

Evolved recipes

Honey is a cooking ingredient.

Product Nutrition
Salad
Salad
5
Stir Fry
Stir Fry
5
Roasted Vegetables
Roasted Vegetables
5
Sandwich
Sandwich
5
Cake
Cake
5
Beverage
Beverage
5

Distribution

Honey can be found in refrigerators.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item Honey
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Honey,
        Icon				=		Honeybottle,
        Weight				=		0.4,
        HungerChange 		=		-20,
        EvolvedRecipe       =       Cake:5;Sandwich:5;Sandwich Baguette:5;Salad:5;Roasted Vegetables:5;Stir fry Griddle Pan:5;Stir fry:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
        Carbohydrates = 187,
        Proteins = 0,
        Lipids = 0,
        Calories = 660,
        Packaged = TRUE,
        FoodType = NoExplicit,
        CantBeFrozen = TRUE,
        WorldStaticModel = Honey,
    }

See also