Water Bottle (Whiskey): Difference between revisions

From PZwiki
Water Bottle (Whiskey)
No edit summary
m (typo)
Line 1: Line 1:
{{languages}}
{{languages}}
Using a [[Empty Bottle (Whiskey)|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 regualr [[Water Bottle]]s and the likes, as they weight much less.
Using a [[Empty Bottle (Whiskey)|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 Bottle]]s and the likes, as they weight much less.
{{Items  
{{Items  
|image = WaterBottleWhiskeyBottle.jpg  
|image = WaterBottleWhiskeyBottle.jpg  

Revision as of 00:07, 29 April 2012

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
	
}