Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
(Added code and water bottle crafting recipe)
(Used header template, minor changes to code. Added See Also. Changed icon)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Empty Bottle}}
{{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 -->
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
<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
{{Tools
|image = Emptybottleanim.gif  
|image = WineEmptyAnim 120px.gif
|primaryuse = [[Molotov Cocktail]]
|primaryuse = [[Molotov Cocktail]]
|otheruses = [[Water Bottle (Whiskey)|Water Bottle]]
|otheruses = [[Water Bottle (Whiskey)|Water Bottle]]
Line 24: Line 22:
{{RecipeLookup|2021}}
{{RecipeLookup|2021}}
|}
|}


== Code ==
== Code ==
=== Chardonnay Bottle [[File:ChardonnayEmpty.png]]===
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''Chardonnay Bottle [[File:ChardonnayEmpty.png]]''
  <nowiki>
  <nowiki>
     item WineEmpty
     item WineEmpty
Line 36: Line 37:
}
}
</nowiki>
</nowiki>
=== Red Wine Bottle [[File:WineEmpty.png]]===
''Red Wine Bottle [[File:WineEmpty.png]]''
  <nowiki>
  <nowiki>
     item WineEmpty2
     item WineEmpty2
Line 46: Line 47:
}
}
</nowiki>
</nowiki>
=== Whiskey Bottle [[File:WhiskeyEmpty.png]]===
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
  <nowiki>
  <nowiki>
item WhiskeyEmpty
item WhiskeyEmpty
Line 58: Line 59:
}
}
</nowiki>
</nowiki>
==See Also==
*[[Whiskey]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Items#Water Storage|Other Water Storage Items]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Revision as of 17:05, 2 May 2018


The Game WorldItemsToolsEmpty 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

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

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,
	}


See Also

Template:Navbox/Tools