Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
mNo edit summary
(REDIRECT: each item split into their own page)
Tag: New redirect
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{languages}}
#REDIRECT [[Empty Bottle (disambiguation)]]
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}{{Infobox item
| name = Empty Bottle
| name_colour =
| name_text_colour =
| image = WineEmptyAnim 120px.gif
| image_width = 120px
| alternate_image = WhiskeyFull.png{{!}}32px
| alternate_name = Whiskey
| alternate_link = Whiskey
| alternate_image2 = WineFull.png{{!}}32px
| alternate_name2 = Chardonnay
| alternate_link2 = Chardonnay
| alternate_image3 = Wine2Full.png{{!}}32px
| alternate_name3 = Red Wine
| alternate_link3 = Red Wine
| weight = 0.3
| label3 = Function
| data3 = [[Molotov Cocktail]]<br>[[Water Bottle (Whiskey)|Water Bottle]]
| class_name = [[#Item IDs|Item IDs]]
}}An '''empty bottle''' may refer to an empty [[Empty Pop Bottle|pop]], [[Empty Bottle (Water)|water]] or alcohol bottle. This article provides details about empty alcohol bottles.
 
==Usage==
The empty bottle is the resulting product after consuming/emptying a bottle of alcohol (or [[Water Bottle (Whiskey)|water]]). The [[Whiskey Bottle (Full)|whiskey]] variant can be refilled at any [[water]] source. However, the [[chardonnay]] and [[Red Wine|red wine]] variants do not currently possess this functionality. It can be found on a [[zombie]] corpse or in a [[Containers#Bins|garbage bins]].
They can each be used as a component in [[crafting]] a [[molotov cocktail]].
 
 
== Crafting ==
{{Crafting table header}}
{{RecipeLookup|3007}}
{{RecipeLookup|2021}}
{{Crafting table footer}}
 
 
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''Chardonnay Bottle [[File:WineEmpty.png]]''
<pre> item WineEmpty
Weight = 0.3,
Type = Normal,
DisplayName = Empty Bottle,
Icon = WineEmpty,</pre>
''Red Wine Bottle [[File:Wine2Empty.png]]''
<pre> item WineEmpty2
Weight = 0.3,
Type = Normal,
DisplayName = Empty Bottle,
Icon = Wine2Empty,</pre>
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
<pre> item WhiskeyEmpty
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
Icon = WhiskeyEmpty,</pre>
 
==See also==
*[[Whiskey]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Water]]
 
{{Navbox/Tools}}

Latest revision as of 11:21, 12 March 2022