White Wine

From PZwiki
Revision as of 22:57, 24 August 2016 by MalonyJenkins (talk | contribs) (Updating Navigational Bar with Complete Listing)


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

Chardonnay is a white wine, usually found in kitchen cabinets, and is a non-perishable item. 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.

Surprisingly, Chardonnay is unable to be turned into a Molotov Cocktail, even though the icon for a Molotov Cocktail is very similar to the Chardonnay bottle. It also does not create an empty bottle once drank, unlike other bottled drinks.

Effects

Moodles: -20

Hungry: -20

Unhappy: -20

Nutritional Information

Chardonnay 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 = 481

Code

item Wine
		HungerChange		= -20,
	    	Weight			= 1,
		Type			= Food,
		ThirstChange		= -20,
        	UnhappyChange		= -20,
		DisplayName		= Chardonnay,
		Alcoholic		= TRUE,
		ReplaceOnUse		= WineEmpty,
		Icon			= WineFull,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
        	Carbohydrates 		= 0,
        	Proteins 		= 0,
       		Lipids 			= 0,
        	Calories 		= 481,
        	Packaged 		= TRUE,
        	CantBeFrozen 		= TRUE,

See Also

Template:Navbox/Consumables