Empty Bottle (Alcohol)

From PZwiki
Revision as of 11:40, 28 May 2019 by Vaileasys (talk | contribs)

Empty Bottle (Alcohol)
The Game WorldItemsToolsEmpty Bottle (Alcohol)
Empty Bottle
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