Yogurt: Difference between revisions

From PZwiki
m (→‎Evolved recipes: Update link - avoid redirect)
m (Category Project: Miscellaneous food)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Miscellaneous food}}
{{page version|41.73}}
{{Infobox food
{{Infobox food
|display_name=Yogurt
|display_name=Yogurt
Line 57: Line 58:
==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.73}}
<pre>
<pre>
     item Yoghurt
     item Yoghurt
Line 86: Line 87:


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]

Revision as of 03:40, 28 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Yogurt
Yogurt
Yogurt
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 10 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.

Fresh Stale Rotten

Yoghurt.png
Hunger: -10


Yoghurt.png
Hunger: -7
Boredom: +10
Unhappiness: +10

Yoghurt.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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 before in-game, this is still reflected by the name in the code.

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