Whiskey Bottle (Half): Difference between revisions

From PZwiki
(Added new navbar template with the notice colour. Changed categories slightly.)
m (clean up, replaced: wikitable → pztable (2))
Line 5: Line 5:
|thirst = -20
|thirst = -20
|weight = 0.7
|weight = 0.7
}}The Whiskey Bottle (Half) was a item ingame that was generated when the whiskey bottle was half consumed. It was removed in Project Zomboid when a better system was introduced.
}}The '''Whiskey Bottle''' (Half) was a item ingame that was generated when the whiskey bottle was half consumed. It was removed in Project Zomboid when a better system was introduced.
<br><br> The coding was removed and now the consumption of Whiskey in game reduces via values.
 
 
The coding was removed and now the consumption of Whiskey in game reduces via values.
== Former Description ==
== Former Description ==
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.
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.
Line 16: Line 18:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  
Line 37: Line 39:
== History ==
== History ==


{| class="wikitable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
! Pre Alpha ||   
! Pre Alpha ||   
Line 50: Line 52:
|}
|}


==See Also==
==See also==
* [[Whiskey]]
* [[Whiskey]]



Revision as of 16:13, 11 May 2019


The Game WorldItemsObsolete ItemsRemoved FoodWhiskey Bottle (Half)
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

The Whiskey Bottle (Half) was a item ingame that was generated when the whiskey bottle was half consumed. It was removed in Project Zomboid when a better system was introduced.


The coding was removed and now the consumption of Whiskey in game reduces via values.

Former Description

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,

History

Pre Alpha
Initial Added to the game.
0.1.4.c Drinking glitch on Half Bottles.
Alpha
RC 2.9 Removed from the game.

See also

Template:Navbox/Consumables