Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
m (Added Retrieved to Code section for versioning. Not sure if it should be added 3 times or if 1 is sufficient?)
(→‎Code: updated to 41.65)
Line 39: Line 39:
{{Retrieved|version=39|incver=52}}
{{Retrieved|version=39|incver=52}}
<pre> item WineEmpty
<pre> item WineEmpty
DisplayCategory = WaterContainer,
Weight = 0.3,
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
Type = Normal,
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
Icon = WineEmpty,</pre>
ReplaceOnUseOn = WaterSource-WineWaterFull,
Icon = WineEmpty,
StaticModel = WhiteWineBottle,
WorldStaticModel= WineWhiteGround,</pre>
''Red Wine Bottle [[File:Wine2Empty.png]]''
''Red Wine Bottle [[File:Wine2Empty.png]]''
<pre> item WineEmpty2
<pre> item WineEmpty2
DisplayCategory = WaterContainer,
Weight = 0.3,
Weight = 0.3,
CanStoreWater = TRUE,
Type = Normal,
Type = Normal,
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
Icon = Wine2Empty,</pre>
ReplaceOnUseOn = WaterSource-WineWaterFull,
Icon = WineEmpty,
StaticModel = RedWineBottle,
WorldStaticModel= WineRedGround,</pre>
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
''Whiskey Bottle [[File:WhiskeyEmpty.png]]''
<pre> item WhiskeyEmpty
<pre> item WhiskeyEmpty
    DisplayCategory = WaterContainer,
Weight = 0.3,
Weight = 0.3,
CanStoreWater = TRUE,
CanStoreWater = TRUE,
Line 56: Line 67:
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
ReplaceOnUseOn = WaterSource-WhiskeyWaterFull,
Icon = WhiskeyEmpty,</pre>
Icon = WhiskeyEmpty,
StaticModel = WhiskeyBottle,
WorldStaticModel= WhiskeyBottleGround,,</pre>


==See also==
==See also==

Revision as of 18:30, 26 January 2022

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 Retrieved: Build 39.52

	item WineEmpty
		DisplayCategory	= WaterContainer,
		Weight		= 0.3,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		ReplaceOnUseOn	= WaterSource-WineWaterFull,
		Icon		= WineEmpty,
		StaticModel	= WhiteWineBottle,
		WorldStaticModel= WineWhiteGround,

Red Wine Bottle Wine2Empty.png

	item WineEmpty2
		DisplayCategory = WaterContainer,
		Weight		= 0.3,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		ReplaceOnUseOn	= WaterSource-WineWaterFull,
		Icon		= WineEmpty,
		StaticModel	= RedWineBottle,
		WorldStaticModel= WineRedGround,

Whiskey Bottle WhiskeyEmpty.png

	item WhiskeyEmpty
	    	DisplayCategory = WaterContainer,
		Weight		= 0.3,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		ReplaceOnUseOn	= WaterSource-WhiskeyWaterFull,
		Icon		= WhiskeyEmpty,
		StaticModel 	= WhiskeyBottle,
		WorldStaticModel= WhiskeyBottleGround,,

See also

Template:Navbox/Tools