Water Bottle (Orange Soda)

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

Acting the same way as regular Water Bottle, this bottle is the Orange Soda variant. Using an empty Orange Soda bottle on a faucet will yield this Water Bottle variant. The water is consumed automatically. Template:Items

Code

item WaterPopBottle
{
	Type				=			Drainable,
	DisplayName			=			Water Bottle,
	Icon				=			Pop_water,
	Weight				=			1,
	ReplaceOnDeplete	=			PopBottleEmpty,
	UseWhileEquipped	= 			false,
	UseDelta			=			0.1,
	ReplaceOnUseOn 		=			WaterSource-WaterPopBottle,
	IsWaterSource		=			true,
	CanStoreWater		=			true
	
}