Empty Bottle (Whiskey): Difference between revisions

From PZwiki
Empty Bottle (Whiskey)
m (Fixed Weight)
(Added a description)
Line 4: Line 4:
|weight = 0.3
|weight = 0.3
}}
}}
What the character receives after drinking some whiskey. Although the bottle is empty, the container is worth twice as much as the booze inside it. The bottle can be filled with water as a makeshift water bottle.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 07:49, 5 May 2013

Template:Items

What the character receives after drinking some whiskey. Although the bottle is empty, the container is worth twice as much as the booze inside it. The bottle can be filled with water as a makeshift water bottle.

Crafting

Name Recipe Description
























Code

item WhiskeyEmpty
{
	Type				=			Normal,
		DisplayName			=			Empty Bottle,
		Icon				=			WhiskeyEmpty,
		Weight				=			0.3,
		ReplaceOnUseOn  	=			WaterSource-WhiskeyWaterFull,
		CanStoreWater		=			true
}