Yogurt: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Yogurt}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Yogurt
|display_name=Yogurt
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Yoghurt_120px.png
|image=Yoghurt.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 21:


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Yogurt can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Yogurt can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 40: Line 40:
==Distribution==
==Distribution==
Yogurt can often be found inside [[refrigerator]]s.
Yogurt can often be found inside [[refrigerator]]s.
=== Evolved recipes ===
 
===Evolved recipes===
Yogurt is a [[cooking]] [[Recipe Ingredients|ingredient]].  
Yogurt is a [[cooking]] [[Recipe Ingredients|ingredient]].  


{{EvolvedRecipesForItem|Oatmeal=10}}
{{EvolvedRecipesForItem|Oatmeal=10}}


== Trivia ==
==Trivia==
Yogurt used to be named Yoghurt ingame.
Yogurt used to be named Yoghurt ingame.


==Gallery==
==Gallery==
<gallery>
<gallery>
Yogurt_Model.png|Model for: [[File:Yoghurt.png]]
Yogurt Model.png|Model for: [[File:Yoghurt.png]]
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Yoghurt
<pre>
    item Yoghurt
{
{
DisplayName = Yogurt,
DisplayName = Yogurt,
Line 82: Line 84:
*[[Milk]]
*[[Milk]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 21:19, 26 February 2023

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

Yogurt is a perishable food item.

Usage

Consumable properties

Yogurt 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

Yogurt can often be found inside refrigerators.

Evolved recipes

Yogurt is a cooking ingredient.

Product Nutrition
Oatmeal
Oatmeal
10

Trivia

Yogurt used to be named Yoghurt ingame.

Gallery

Code

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

    item Yoghurt
	{
		DisplayName = Yogurt,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Yoghurt,
		EvolvedRecipe = Oatmeal:5,
		FoodType = NoExplicit,
		Packaged = TRUE,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -10,
		Calories = 30,
		Carbohydrates = 1,
		Lipids = 1,
		Proteins = 5,
		WorldStaticModel = Yogurt,
	}

See also