Whiskey Bottle (Half): Difference between revisions

From PZwiki
Whiskey Bottle (Half)
No edit summary
mNo edit summary
Line 3: Line 3:
|image = Whiskey Half.png
|image = Whiskey Half.png
|hunger = 0
|hunger = 0
|weight = 3
|weight = 0.7
}}
}}


Line 28: Line 28:
  <nowiki>item WhiskeyHalf
  <nowiki>item WhiskeyHalf
{
{
Type = Food,
Weight = 0.7,
DisplayName = Whiskey Bottle (half),
Type = Food,
Icon = WhiskeyHalf,
ThirstChange = -20,
Weight = 3,
DisplayName = Whiskey Bottle (half),
ReplaceOnUse = WhiskeyEmpty,
Alcoholic = TRUE,
Alcoholic = true,
ReplaceOnUse = WhiskeyEmpty,
ThirstChange = -20,
Icon = WhiskeyHalf,
}</nowiki>
}</nowiki>



Revision as of 09:16, 12 May 2013


The half bottle of whiskey is what you have left after taking one drink of a bottle of whiskey, after one more drink, the half bottle will turn into an empty bottle of whiskey. Drinking the half bottle will make your character drunk, and will act like a weaker version of painkillers, sleeping pills, and beta blockers.


Effects

Moodles: -20



Crafting

Name Recipe Description













Code

item WhiskeyHalf
{
	Weight	=	0.7,
		Type	=	Food,
		ThirstChange	=	-20,
		DisplayName	=	Whiskey Bottle (half),
		Alcoholic	=	TRUE,
		ReplaceOnUse	=	WhiskeyEmpty,
		Icon	=	WhiskeyHalf,
}

Template:Navbox/Consumables