Whiskey Bottle (Half): Difference between revisions

From PZwiki
Whiskey Bottle (Half)
m (Added Obsolete Notice)
m (Automated Formatting)
(34 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Obsolete|item=true|2=Bourbon}}
<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 -->
{{Delete|It doesn't seem to be needed nowadays}}
<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 -->
{{Infobox item
 
|name=Whiskey Bottle (Half)
{{Consumables
|icon=WhiskeyFull.png
|image = Whiskey Half.png
|icon_name=Bourbon
|thirst = -20
|alternate_link=Bourbon
|weight = 0.7
|icon2=WhiskeyEmpty.png
|icon_name2=Empty Bottle
Water Bottle (Bourbon)
<!--GENERAL-->
|category=Food
|weight=0.7
<!--NUTRITION-->
|thirst_change=-20
<!--EFFECT-->
<!--TECHNICAL DETAILS-->
|item_id={{ID|Base.WhiskeyFull}}
}}
}}
{{Notice|Obsolete}}
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 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.
== 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 coding was removed, and now the consumption of Bourbon in game reduces via values.


== Effects ==
==Former description==
[[Thirst]]: -20
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 ==
{{Crafting header|ing=1}}
{| class="wikitable sortable" style="text-align:center;"
{{Crafting|ing=1
|-  
| product_image = [[File:WaterBottle_Empty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Alcohol)]]
! Name
| product_name = [[Empty Bottle (Alcohol)]]
! class="unsortable" | Recipe
| product_quantity =
! class="unsortable" | Description
| rec =
{{RecipeLookup|4005}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:WhiskeyFull.png|link=Whiskey Bottle]]
| i1 = [[Whiskey Bottle]]
| q1 =
| tag1 = (consumed)
}}
|}
|}


== Code ==
==Code==
<nowiki>item WhiskeyHalf
<pre>
item WhiskeyHalf
Weight = 0.7,
Weight = 0.7,
Type = Food,
Type = Food,
Line 39: Line 54:
ReplaceOnUse = WhiskeyEmpty,
ReplaceOnUse = WhiskeyEmpty,
Icon = WhiskeyHalf,
Icon = WhiskeyHalf,
</nowiki>
</pre>


== History ==
==History==
 
{| class="wikitable theme-red" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
! Pre Alpha ||
|-
|-
! Pre Alpha ||
| Initial || Added to the game.
|-
|-
| Initial || Added to the game.
| 0.1.4.c || Drinking glitch on Half Bottles.
|-
| 0.1.4.c || Drinking glitch on Half Bottles.  
|-
|-
! Alpha ||
! Alpha ||
|-
|-
| RC 2.9 || Removed from the game.
| RC 2.9 || Removed from the game.
|}
|}


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


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

Revision as of 13:23, 14 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.
Imbox deletion.png
This page is a candidate for deletion.
Reason: It doesn't seem to be needed nowadays
This page (and any subpages) will be deleted after being reviewed by an admin, and no one has objected to its deletion. Users may discuss this request for deletion on the page's talk page. Once added, this should only be removed by an admin, or the user that added it.
Whiskey Bottle (Half)
Bourbon
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

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