Whiskey Bottle (Half): Difference between revisions

From PZwiki
Whiskey Bottle (Half)
m (128px)
m (Minor cleanup)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Bourbon}}{{Infobox food
{{Languages}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Obsolete|link=Bourbon}}
{{Infobox food
|display_name=Whiskey Bottle (Half)
|display_name=Whiskey Bottle (Half)
|name_colour=Food
|name_colour=Food
Line 29: Line 32:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name={{ID|Base.WhiskeyFull}}
|class_name={{ID|Base.WhiskeyFull}}
}}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 an item in game 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 Bourbon in game reduces via values.
The coding was removed, and now the consumption of Bourbon 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.


==Crafting==
==Former crafting==
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4005 -->
{{Crafting header|ing=1}}
{{Crafting/core|ing=1
{{Crafting/core|ing=1
  | product_image = [[File:WaterBottle_Empty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]] | product_name = [[Empty Bottle (Alcohol)]] | product_quantity = x1
  | product_image = [[File:WaterBottle_Empty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]]
| product_name = [[Empty Bottle (Alcohol)]]
| product_quantity =  
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:WhiskeyFull.png|link=Whiskey Bottle|Whiskey Bottle]] | i1 = [[Whiskey Bottle]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:WhiskeyFull.png|link=Whiskey Bottle]]
| i1 = [[Whiskey Bottle]]
| q1 =  
| tag1 = (consumed)
}}
}}
|}
|}

Revision as of 14:50, 28 August 2023

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

Template:Infobox food The Whiskey Bottle (Half) was an item in game 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 Bourbon 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.

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1
Empty Bottle (Alcohol)
Empty Bottle (disambiguation)
none WhiskeyFull.png
Bourbon
(consumed)

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