Water Bottle (Whiskey)

From PZwiki
Revision as of 19:54, 30 April 2012 by Vagrant (talk | contribs)

Water Bottle (Whiskey)

Using a Whiskey Bottle on a faucet will give you one Water Bottle. Acting the same way as a regular Water Bottle, the water is consumed automatically. The whiskey bottle weights 4 pounds, making it an encumbering source of water. Player should instead use regular Water Bottles and the likes, as they weight much less. Template:Items

Code

item WhiskeyWaterFull
{
	Type			 	=			Drainable,
	DisplayName		 	=			Water bottle,
	Icon			 	=			Whiskey_Water_Full,
	Weight			 	=			4,
	ReplaceOnDeplete 	=			WhiskeyEmpty,
	UseWhileEquipped 	= 			false,
	UseDelta			=			0.08,
	ReplaceOnUseOn  	=			WaterSource-WhiskeyWaterFull,
	IsWaterSource		=			true,
	CanStoreWater		=			true
	
}