Red Wine

From PZwiki
Revision as of 21:22, 9 July 2016 by MalonyJenkins (talk | contribs) (Updated Page, +nav bar, +relevant info, +corrected categories, +corrected nutritional info, +consumables,)


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Red Wine   

Red wine is an alcoholic non-perishable drink usually found in kitchen cabinets. Like White Wine, upon consumption it'll reduce the user's thirst, hunger and unhappiness by 20, and will add the drunk Moodle to the character's Moodle list (See Moodles), which negatively affects co-ordination

Nutritional Information

Red Wine provides when completely drunk: -20 hunger, -20 Thirst and -20 Unhappiness.

It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 510

Code

item Wine2
		HungerChange		= -20,
	    	Weight			= 1,
		Type			= Food,
		ThirstChange		= -20,
        	UnhappyChange		= -20,
		DisplayName		= Red Wine,
		Alcoholic		= TRUE,
		ReplaceOnUse		= WineEmpty2,
		Icon			= Wine2Full,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
        	Carbohydrates 		= 0,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 510,
        	Packaged 		= TRUE,
        	CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables