Yogurt: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Yoghurt}}
{{languages|Yoghurt}}
<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|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=Yoghurt
<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:Perishable_Food|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 = Yoghurt.png
|image=Yoghurt_120px.png
|hunger = -10
<!--GENERAL-->
|weight = 0.3
|category=Food
}}
|weight=0.3
Yoghurts are a [[Food#Perishable|perishable]] food item that goes bad as time passes. Yoghurts are often inside of [[refrigerator]]s. Yoghurts take ten in-game days to go stale, and fifteen in-game days to become rotten.  
|days_fresh=10
|days_rotten=15
|packaged=True
<!--NUTRITION-->
|hunger_change=-10
|calories=30
|lipids=1
|proteins=5
|carbohydrates=1
<!--TECHNICAL DETAILS-->
|class_name=Base.Yoghurt
}}'''Yoghurt''' is a [[Food#Perishable|perishable]] food [[item]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Yoghurt can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Yoghurt.png
|image = Yoghurt.png
Line 27: Line 37:
|rotten image = Yoghurt.png
|rotten image = Yoghurt.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
==Distribution==
Carbohydrates = 1 <br>
Yoghurt can be found inside [[refrigerator]]s.
Proteins = 5 <br>
Lipids = 1 <br>
Calories = 30 <br><br>


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item Yoghurt
{{Retrieved|version=40|incver=7}}
        Type = Food,
<pre> item Yoghurt
        DisplayName = Yogurt,
        Type = Food,
        Icon = Yoghurt,
        DisplayName = Yogurt,
        Weight = 0.3,
        Icon = Yoghurt,
        HungerChange = -10,
        Weight = 0.3,
        DaysFresh = 10,
        HungerChange = -10,
        DaysTotallyRotten = 15,
        DaysFresh = 10,
        Carbohydrates = 1,
        DaysTotallyRotten = 15,
        Proteins = 5,
        Carbohydrates = 1,
        Lipids = 1,
        Proteins = 5,
        Calories = 30,
        Lipids = 1,
        Packaged = TRUE,
        Calories = 30,
</nowiki>
        Packaged = TRUE,
</pre>
 
==See also==
*[[Ice Cream]]
*[[Milk]]


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

Revision as of 14:38, 20 August 2018

Yoghurt
Yoghurt
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 10 days
Days until rotten 15 days
Packaged True
Nutrition
Hunger
Hunger
-10
Calories
Calories
30
Carbohydrates
Carbohydrates
1
Proteins
Proteins
5
Fat
Fat
1
Technical details
Item ID Base.Yoghurt

Yoghurt is a perishable food item.

Usage

Consumable properties

Yoghurt can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Yoghurt can be found inside refrigerators.

Code

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

	item Yoghurt
        	Type			= Food,
        	DisplayName		= Yogurt,
        	Icon			= Yoghurt,
        	Weight			= 0.3,
        	HungerChange 		= -10,
        	DaysFresh 		= 10,
        	DaysTotallyRotten 	= 15,
        	Carbohydrates 		= 1,
        	Proteins 		= 5,
        	Lipids 			= 1,
        	Calories 		= 30,
        	Packaged 		= TRUE,

See also

Template:Navbox/Consumables