Bourbon: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Whiskey Full.png
|image = Whiskey Full.png
|hunger = 0
|hunger = -20
|weight = 1.4
|weight = 1.4
}}
}}
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]].
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 [[Whiskey]] will cause the player to become [[moodles#drunk | drunk]] which in turn makes the character unable to walk in a straight line and also reduces accuracy. [[Whiskey]] also works as a less effective combined version of [[painkillers]], [[beta blockers]], and [[sleeping tablets]].
Drinking [[Whiskey]] will cause the player to become [[moodles#drunk | drunk]] which in turn makes the character unable to walk in a straight line and also reduces accuracy. [[Whiskey]] 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 of any of those are not available.
Drinking while the character has the "Light Drinker" trait will be utterly-shit faced with only half a bottle.


==Other Effects==
[[Thirst]]: -20<br>
[[Unhappiness]]: -10


 
== Recipes ==
 
== Effects ==
[[Thirst]]: -20
 
[[Hunger]]: -20
 
[[Unhappiness]]: -10
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 27: Line 21:
! Crafting Level
! Crafting Level
{{RecipeLookup|4005}}
{{RecipeLookup|4005}}
{{RecipeLookup|4018}}
{{RecipeLookup|3000}}
{{RecipeLookup|4019}}
{{RecipeLookup|8000}}
{{RecipeLookup|4020}}
{{RecipeLookup|8002}}
|}
|}
== 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 ==
== Code ==
Line 62: Line 50:
|-
|-
| RC 2.9 || Can be filled once emptied with water for thirst.  
| RC 2.9 || Can be filled once emptied with water for thirst.  
|-
| Build ? || Half Bottle drinking glitch fixed
|}
|}



Revision as of 13:40, 5 August 2015


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, so Whiskey can be used to replace those in a pinch of any of those are not available.

Other Effects

Moodles: -20
Unhappy: -10

Recipes

Name Recipe Description Crafting Level
















































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

See Also

Template:Navbox/Consumables