Milk: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing)
m (fixed language and container links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Milk Package}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
Line 11: Line 11:
|weight = 1.0
|weight = 1.0
}}
}}
'''A Milk Package''' is a perishable food item which is often found in [[Containers#Refrigerator|refrigerators]].
'''A Milk Package''' is a perishable food item which is often found in [[Containers#Refrigerators|refrigerators]].


Milk can also be used to make Mildew Spray to combat disease in your garden (even when rotten) - see [[Farming_Guide#Plant_Health.2C_Diseases_and_Cures|Plant Health, Diseases and Cures]].
Milk can also be used to make Mildew Spray to combat disease in your garden (even when rotten) - see [[Farming_Guide#Plant_Health.2C_Diseases_and_Cures|Plant Health, Diseases and Cures]].
Line 54: Line 54:
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 13 <br>
Carbohydrates = 13 <br>
Proteins = 8 <br>
Proteins = 8 <br>
Line 72: Line 72:


== Code ==
== Code ==
  <nowiki>item Milk
  <nowiki>
item Milk
HungerChange = -10,
HungerChange = -10,
Weight = 1.0,
Weight = 1.0,

Revision as of 10:47, 10 May 2018


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