Yogurt

From PZwiki
Revision as of 06:14, 14 March 2022 by Vaileasys (talk | contribs) (updated to 41.68 + added model + navbox + name change)
Yogurt
Yogurt
Yogurt
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

Yogurt, previously yoghurt, 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 be found inside refrigerators.

Code

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

    item Yoghurt
    {
        DisplayCategory 	= Food,
        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,
        WorldStaticModel 	= Yogurt,
    }

See also