Bourbon

From PZwiki
Revision as of 22:30, 16 November 2013 by Minic90 (talk | contribs) (→‎Crafting)


Whiskey is a drink that comes in a bottle. Only half of the bottle is consumed with each use, and once empty the player is left with an empty bottle.

Drinking Bourbon will cause the player to become drunk which in turn makes the character unable to walk in a straight line and also reduces accuracy. Bourbon also works as a less effective combined version of painkillers, beta blockers, and sleeping tablets. Drinking while the character has the "Light Drinker" trait will be utterly-shit faced with only half a bottle.



Effects

Moodles: -20

Crafting

Name Recipe Description












Note

As of 0.1.4.c, there is currently a glitch where if a player has more than one half or full bottle in their inventory, and drinks one, the entire bottle will be consumed instead of giving the player a half bottle (if the bottle was full) or an empty bottle (if the bottle was half-full.) To counteract this, store all whiskey in a container, then take out one at a time to drink.

As of the most recent updates, this bug has been fixed.

Code

item WhiskeyFull
{
	Weight	=	1.4,
		Type	=	Food,
		ThirstChange	=	-20,
		DisplayName	=	Whiskey Bottle (full),
		Alcoholic	=	TRUE,
		ReplaceOnUse	=	WhiskeyHalf,
		Icon	=	WhiskeyFull,
}

History

Pre Alpha
Initial Added to the game.
0.1.4.c Drinking glitch on Half Bottles.
Alpha
RC 2.9 Can be filled once emptied with water for thirst.

See Also

Template:Navbox/Consumables