Milk

From PZwiki
Revision as of 11:03, 16 August 2018 by Vaileasys (talk | contribs) (Vaileasys moved page Milk to Milk: official display name)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Milk   


A Milk Package is a perishable food item which is often found in refrigerators.

Milk can also be used to make Mildew Spray to combat disease in your garden (even when rotten) - see Plant Health, Diseases and Cures.

A milk package takes four in-game days to go stale, and seven in-game days to rot.

Nutritional Information

Template:Consumables2













Its Nutritional Values are as follows:
Carbohydrates = 13
Proteins = 8
Lipids = 2.5
Calories = 110

Crafting

Name Recipe Description Skill Level
























Code

	item Milk
		HungerChange		= -10,
		Weight			= 1.0,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		ThirstChange		= -100,
		DisplayName		= Milk,
		Icon			= Milk,
        	DaysFresh 		= 4,
        	DaysTotallyRotten 	= 7,
		CustomContextMenu	= Drink,
		CustomEatSound		= PZ_DrinkingFromBottle,
       		Carbohydrates 		= 13,
        	Proteins 		= 8,
        	Lipids 			= 2.5,
        	Calories 		= 110,
        	Packaged 		= TRUE,
        	CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables