Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
(REDIRECT: each item split into their own page)
Tag: New redirect
 
(2 intermediate revisions by 2 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 Bottle
| alternate_link = Whiskey Bottle
| 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]]). All variants can be refilled at any [[water]] source. It can be found on a [[zombie]] corpse or in a [[Containers#Bins|garbage bins]].
 
All expect the red wine bottles can 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]]''
{{Retrieved|version=41|incver=65}}
<pre> item WineEmpty
DisplayCategory = WaterContainer,
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WineWaterFull,
Icon = WineEmpty,
StaticModel = WhiteWineBottle,
WorldStaticModel= WineWhiteGround,</pre>
''Red Wine Bottle [[File:Wine2Empty.png]]''
<pre> item WineEmpty2
DisplayCategory = WaterContainer,
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WineWaterFull,
Icon = WineEmpty,
StaticModel = RedWineBottle,
WorldStaticModel= WineRedGround,</pre>
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
<pre> item WhiskeyEmpty
    DisplayCategory = WaterContainer,
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
Icon = WhiskeyEmpty,
StaticModel = WhiskeyBottle,
WorldStaticModel= WhiskeyBottleGround,,</pre>
 
==See also==
*[[Whiskey]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Water]]
 
{{Navbox/Tools}}

Latest revision as of 11:21, 12 March 2022