Whiskey Bottle (Half): Difference between revisions

From PZwiki
Whiskey Bottle (Half)
m (Added Obsolete Notice)
(Added new navbar template with the notice colour. Changed categories slightly.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Whiskey Bottle (Half)}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Whiskey_Bottle_(Half)|Whiskey Bottle (Half)]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
 
{{Consumables
|image = Whiskey Half.png
|image = Whiskey Half.png
|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.
{{Notice|Obsolete}}
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.
<br><br> The coding was removed and now the consumption of Whiskey in game reduces via values.
== Former Description ==
== Former Description ==
Line 60: Line 54:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
 
[[Category:Removed Food]]
[[Category:Food]]
[[Category:Version 34.28]]

Revision as of 16:30, 21 June 2018


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