Red Wine

From PZwiki
Revision as of 05:55, 18 March 2015 by Vl (talk | contribs) (Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = Red Wine.png |hunger = -20 |weight = 0.7 }} ==Description== == Effects == Moodles: -20 Hungry: -20 Unhappin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Description

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