Empty Bottle (Alcohol): Difference between revisions

From PZwiki
Empty Bottle (Alcohol)
(→‎Crafting: old temp replaced)
Line 27: Line 27:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=3}}
{{RecipeLookup|3007}}
{{Crafting general|008|ing=3}}
{{RecipeLookup|2021}}
|}
{{Crafting table footer}}
 


== Code ==
== Code ==

Revision as of 20:00, 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). All variants can be refilled at any water source. It can be found on a zombie corpse or in a garbage bins.

All expect the red wine bottles can be used as a component in crafting a molotov cocktail.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Molotov.png
Molotov Cocktail
0 XP none
(consumed)
Petrol.png
Gas Can
(1 unit)

(consumed)

(consumed)

Code

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

Chardonnay Bottle WineEmpty.png Retrieved: Build 41.65

	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