Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
m (Vaileasys moved page Empty Bottle (disambiguation) to Empty Bottle (Alcohol): A more concise name. Empty Bottle (disambiguation) will be used for disambiguation.)
(REDIRECT: each item split into their own page)
Tag: New redirect
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[Empty Bottle (disambiguation)]]
{{languages|Empty Bottle}}
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
{{Tools
|image = WineEmptyAnim 120px.gif
|primaryuse = [[Molotov Cocktail]]
|otheruses = [[Water Bottle (Whiskey)|Water Bottle]]
|weight = 0.3
}}
An [[empty bottle|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. 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|chardonnay]] and [[Red Wine|red wine]] variants do not currently possess this functionality. It can be found on a [[Zombie|zombie]] corpse or in a [[Containers#Bins|garbage bins]].
They can each be used as a component in [[crafting]] a [[Molotov cocktail|molotov cocktail]].
 
 
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3007}}
{{RecipeLookup|2021}}
|}
 
 
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''Chardonnay Bottle [[File:ChardonnayEmpty.png]]''
<nowiki>
    item WineEmpty
{
Weight = 0.3,
Type = Normal,
DisplayName = Empty Bottle,
Icon = WineEmpty,
}
</nowiki>
''Red Wine Bottle [[File:WineEmpty.png]]''
<nowiki>
    item WineEmpty2
{
Weight = 0.3,
Type = Normal,
DisplayName = Empty Bottle,
Icon = Wine2Empty,
}
</nowiki>
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
<nowiki>
item WhiskeyEmpty
{
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
Icon = WhiskeyEmpty,
}
</nowiki>
 
 
==See Also==
*[[Whiskey]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Items#Water Storage|Other Water Storage Items]]
 
{{Navbox/Tools}}

Latest revision as of 11:21, 12 March 2022