Honey: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Honey}}
{{languages|Honey}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Honeybottle.png
|image=Honeybottle_120px.png
|hunger = -20
<!--GENERAL-->
|weight = 0.4
|category=Food
}}
|weight=0.4
|packaged=True
<!--NUTRITION-->
|hunger_change=-20
|calories=660
|lipids=0
|proteins=0
|carbohydrates=187
<!--TECHNICAL DETAILS-->
|class_name=Base.Honey
}}'''Honey''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


'''Honey''' is a [[Food#Non-Perishable|non-perishable]] food that can be found in [[Containers#Refrigerator|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==
<br>
=== Evolved recipes ===
'''Its nutritional values are as follows:'''<br>
Honey is a [[cooking]] [[Recipe Ingredients|ingredient]].
Carbohydrates = 187 <br>
{{EvolvedRecipesForItem|cake=5|sandwich=5|salad=5|roastedvegetables=5|stirfry=5|hotdrink=5}}
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 660 <br><br>


== Evolved recipes ==
==Distribution==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
Honey can be found in [[refrigerator]]s.
{{EvolvedRecipesForItem
|cake=5|sandwich=5|salad=5|roastedvegetables=5|stirfry=5|}}


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item Honey
<pre> item Honey
         Type = Food,
         Type = Food,
         DisplayName = Honey,
         DisplayName = Honey,
Line 41: Line 46:
         Packaged = TRUE,
         Packaged = TRUE,
         FoodType = NoExplicit,
         FoodType = NoExplicit,
         CantBeFrozen = TRUE,
         CantBeFrozen = TRUE,</pre>
</nowiki>
 
==See also==
* [[Sugar]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:30, 19 August 2018

Honey
Honey
General
Category Food
Encumbrance
Heavy Load
0.4
Packaged True
Nutrition
Hunger
Hunger
-20
Calories
Calories
660
Carbohydrates
Carbohydrates
187
Proteins
Proteins
0
Fat
Fat
0
Technical details
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

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.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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,

See also

Template:Navbox/Consumables