Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
(combined all 3 empty bottles of alcohol)
(Added code and water bottle crafting recipe)
Line 10: Line 10:
|weight = 0.3
|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 focuses on the latter. The empty bottle can be found on a [[Zombie|zombie]] corpse or in a [[Container#Garbage Can/Dumpster|trash can]]. This is the resulting product after consuming/emptying a bottle of alcohol (or water). The [[Whiskey Bottle (Full)|whiskey]] variant can be refilled at any [[water]] source. However, the [[Chardonnay|chardonnay]] and [[Red Wine|red wine]] variants to not currently possess this functionality.
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 [[Container#Garbage Can/Dumpster|trash can]].
They are all a component in [[crafting]] a [[Molotov cocktail|molotov cocktail]].
They can each be used as a component in [[crafting]] a [[Molotov cocktail|molotov cocktail]].




Line 22: Line 22:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|3007}}
{{RecipeLookup|3007}}
{{RecipeLookup|2021}}
|}
|}
== Code ==
=== 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>
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 05:44, 17 April 2018


Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Tools -> Empty Bottle (Alcohol)   

Template:Tools An Empty Bottle may refer to an empty pop, 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). 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 trash can. They can each be used as a component in crafting a molotov cocktail.


Crafting

Name Recipe Description
























Code

Chardonnay Bottle File:ChardonnayEmpty.png

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

Red Wine Bottle WineEmpty.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,
	}

Template:Navbox/Tools