Red Wine: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = Red Wine.png |hunger = -20 |weight = 0.7 }} ==Description== == Effects == Moodles: -20 Hungry: -20 Unhappin...")
 
No edit summary
Line 8: Line 8:


==Description==
==Description==
 
Red wine will make you're character
tipsy if you drink it all, you can also suicide by taking a few [[Sleeping tablets]] after drinking all of the red wine.
== Effects ==
== Effects ==
[[Thirst]]: -20
[[Thirst]]: -20

Revision as of 17:13, 7 August 2015

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 will make you're character tipsy if you drink it all, you can also suicide by taking a few Sleeping Tablets after drinking all of the red wine.

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