Yogurt: Difference between revisions

From PZwiki
(added model to infobox)
(PZ Updater automated execution(task: fix infobox based on file, eid: f98145fe))
Line 11: Line 11:
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=10
|days_fresh=100
|days_rotten=5
|days_rotten=15
|packaged=Yes
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->

Revision as of 14:46, 3 July 2023

Yogurt
Yogurt
Yogurt
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 100 days
Days until rotten 15 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