Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
(Added code and water bottle crafting recipe)
(REDIRECT: each item split into their own page)
Tag: New redirect
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[Empty Bottle (disambiguation)]]
{{languages|Empty Bottle}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">  '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Tools|Tools]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
|image = Emptybottleanim.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 [[Container#Garbage Can/Dumpster|trash can]].
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 ==
=== 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}}
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Latest revision as of 11:21, 12 March 2022