Red Wine

From PZwiki
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Description

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

Effects

Moodles: -20

Hungry: -20

Unhappy: -20

Code

item Wine2
	{
		HungerChange	=	-20,
	    Weight	=	0.7,
		Type	=	Food,
		ThirstChange	=	-20,
        UnhappyChange	=	-20,
		DisplayName	=	Red Wine,
		Alcoholic	=	TRUE,
		ReplaceOnUse	=	WineEmpty2,
		Icon	=	Wine2Full,
		CustomContextMenu = Drink,
		CustomEatSound = PZ_DrinkingFromBottle,
	}

History

Alpha
- -

See Also


Template:Navbox/Consumables