Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
m (clean up, replaced: wikitable → pztable)
(infobox, clean up)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages|Empty Bottle}}
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}{{Infobox item
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
| name = name
{{Tools
| name_colour = name_colour
|image = WineEmptyAnim 120px.gif
| name_text_colour = name_text_colour
|primaryuse = [[Molotov Cocktail]]
| image = WineEmptyAnim 120px.gif
|otheruses = [[Water Bottle (Whiskey)|Water Bottle]]
| image_width = 120px
|weight = 0.3
| alternate_image = WhiskeyFull.png{{!}}32px
}}
| alternate_name = Whiskey
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]] 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]].
| 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]].
They can each be used as a component in [[crafting]] a [[molotov cocktail]].




== Crafting ==
== Crafting ==
 
{{Crafting table header}}
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3007}}
{{RecipeLookup|3007}}
{{RecipeLookup|2021}}
{{RecipeLookup|2021}}
|}
{{Crafting table footer}}




Line 28: Line 37:


''Chardonnay Bottle [[File:WineEmpty.png]]''
''Chardonnay Bottle [[File:WineEmpty.png]]''
<nowiki>
<pre> item WineEmpty
    item WineEmpty
{
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
Icon = WineEmpty,
Icon = WineEmpty,</pre>
}
</nowiki>
''Red Wine Bottle [[File:Wine2Empty.png]]''
''Red Wine Bottle [[File:Wine2Empty.png]]''
<nowiki>
<pre> item WineEmpty2
    item WineEmpty2
{
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
Icon = Wine2Empty,
Icon = Wine2Empty,</pre>
}
</nowiki>
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
<nowiki>
<pre> item WhiskeyEmpty
item WhiskeyEmpty
{
Weight = 0.3,
Weight = 0.3,
CanStoreWater = TRUE,
CanStoreWater = TRUE,
Line 56: Line 55:
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
Icon = WhiskeyEmpty,
Icon = WhiskeyEmpty,</pre>
}
</nowiki>


==See also==
==See also==
Line 64: Line 61:
*[[Chardonnay]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Red Wine]]
*[[Items#Water Storage|Other Water Storage Items]]
*[[Water]]


{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 14:10, 16 May 2019

The Game WorldItemsToolsEmpty Bottle (Alcohol)
name
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Technical
Item ID

An empty bottle may refer to an empty pop, 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). The whiskey variant can be refilled at any water source. However, the chardonnay and red wine variants do not currently possess this functionality. It can be found on a zombie corpse or in a garbage bins. They can each be used as a component in crafting a molotov cocktail.


Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer


Code

From items.txt (Project Zomboid directory/media/scripts/)

Chardonnay Bottle WineEmpty.png

	item WineEmpty
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		Icon		= WineEmpty,

Red Wine Bottle Wine2Empty.png

	item WineEmpty2
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		Icon		= Wine2Empty,

Whiskey Bottle WhiskeyEmpty.png

	item WhiskeyEmpty
		Weight		= 0.3,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		ReplaceOnUseOn	= WaterSource-WhiskeyWaterFull,
		Icon		= WhiskeyEmpty,

See also

Template:Navbox/Tools