White Wine

From PZwiki
Revision as of 02:42, 20 April 2016 by Bughunter66 (talk | contribs)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Description

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.

Effects

Moodles: -20

Hungry: -20

Unhappy: -20

Code

item Wine
	{
		HungerChange	=	-20,
	    Weight	=	0.7,
		Type	=	Food,
		ThirstChange	=	-20,
        UnhappyChange	=	-20,
		DisplayName	=	Chardonnay,
		Alcoholic	=	TRUE,
		ReplaceOnUse	=	WineEmpty,
		Icon	=	WineFull,
		CustomContextMenu = Drink,
		CustomEatSound = PZ_DrinkingFromBottle,
	}

History

Alpha
- -

See Also


Template:Navbox/Consumables