Bourbon: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, +categories, reworked description, +code, + nutritional values, +updated consumables, Left history as it is informative.)
m (Vaileasys moved page Bourbon to Bourbon: removing unneeded (full))
(No difference)

Revision as of 02:15, 11 June 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Bourbon   


The Whiskey Bottle is a drink that is found in some offices, kitchens and bars ingame. Once consumed 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, so Whiskey can be used to replace those in a pinch if any of those are not available.

Whiskey can also act as a disinfectant for bandages, but only has 2 uses before it is all gone, compared to a Bottle of Disinfectant which has 10 uses.

Nutritional Information

It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 1500

Recipes

Name Recipe Description Crafting Level
















































Code

	item WhiskeyFull
		HungerChange		= -20,
		Weight			= 0.7,
		Type			= Food,
		ThirstChange		= -20,
		DisplayName		= Whiskey Bottle,
		Alcoholic		= TRUE,
        	UnhappyChange		= -10,
		ReplaceOnUse		= WhiskeyEmpty,
		Icon			= WhiskeyFull,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		AlcoholPower 		= 2,
        	Carbohydrates 		= 0,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 1500,
        	Packaged 		= TRUE,
        	CantBeFrozen 		= TRUE,

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.
Build ? Half Bottle drinking glitch fixed

Template:Navbox/Consumables