Whiskey Bottle (Half): Difference between revisions

From PZwiki
Whiskey Bottle (Half)
(Undo revision 296013 by CalvyBot (talk))
Tags: Undo Reverted
(Automated crafting system update)
Tags: Manual revert Reverted
Line 29: Line 29:


==Former crafting==
==Former crafting==
{{Crafting header|ing=1}}
{{Crafting/sandbox2
{{Crafting|ing=1
{{Crafting|ing=1
  | product_image = [[File:WaterBottle_Empty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]]
  | product_image = [[File:WaterBottle_Empty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]]
Line 43: Line 43:
  | tag1 = (consumed)
  | tag1 = (consumed)
}}
}}
|}
}}


==Code==
==Code==

Revision as of 04:04, 4 April 2024

Project ZomboidItemsObsolete itemsWhiskey Bottle (Half)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Bourbon.
Whiskey Bottle (Half)
WhiskeyHalf.png
Empty Bottle Water Bottle (Bourbon)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.7
Nutrition
ThirstMoodle Icon Thirsty.png
-20
Technical
Item ID
Base.WhiskeyFull

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

{{Crafting/sandbox2 |- | 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