Water Bottle

From PZwiki
Revision as of 05:51, 25 April 2012 by Pianoman (talk | contribs)

Template:Items

Water bottles will satisfy thirst. Fill an empty bottle by dragging it from inventory to a faucet and clicking.


Code

item WaterBottleFull
{
	Type				=			Drainable,
	DisplayName			=			Water bottle,
	Icon				=			WaterBottle_Full,
	Weight				=			1,
	ReplaceOnDeplete	        =			WaterBottleEmpty,
	UseWhileEquipped	        = 			false,
	UseDelta			=			0.1,
	ReplaceOnUseOn 		        =			WaterSource-WaterBottleFull,
	IsWaterSource		        =			true,
	CanStoreWater		        =			true
	
}