Water Bottle (Whiskey)

From PZwiki
Revision as of 03:18, 7 September 2013 by Zombieslayer123 (talk | contribs)

Water Bottle (Whiskey)

Template:Items

Using an empty whiskey bottle on a faucet will give you one whisky version of the Water Bottle.
This version of the water bottle acts the same way as a regular Water Bottle, and the water is consumed automatically.

The whiskey bottle weights 1.7 pounds, making it heavier than the traditional bottle of water. It gives the same amount of water, so the player should instead use regular Water Bottles or it's soda variant if possible.

To refill a bottle of whiskey, one must drag and click the bottle of whiskey in a faucet. Doing this will refill the bottle of whiskey. After a random number of days, the water works will fail, and you will have to rely on the stockpiled containers, as refilling no longer works.


Code

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

Template:Navbox/Consumables