Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
m (Vaileasys moved page Empty Bottle (disambiguation) to Empty Bottle (Alcohol): A more concise name. Empty Bottle (disambiguation) will be used for disambiguation.)
Line 27: Line 27:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''


''Chardonnay Bottle [[File:ChardonnayEmpty.png]]''
''Chardonnay Bottle [[File:WineEmpty.png]]''
  <nowiki>
  <nowiki>
     item WineEmpty
     item WineEmpty
Line 37: Line 37:
}
}
</nowiki>
</nowiki>
''Red Wine Bottle [[File:WineEmpty.png]]''
''Red Wine Bottle [[File:Wine2Empty.png]]''
  <nowiki>
  <nowiki>
     item WineEmpty2
     item WineEmpty2
Line 59: Line 59:
}
}
</nowiki>
</nowiki>


==See Also==
==See Also==

Revision as of 06:06, 21 August 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 garbage bins. 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 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