Milk: Difference between revisions

From PZwiki
(Added recipe for Mildew Spray to page.)
(Updating Navigational Bar with Complete Listing)
Line 3: Line 3:
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Milk_Package|Milk Package]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->


{{Consumables
{{Consumables

Revision as of 22:56, 24 August 2016


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













It's 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