Bowl

From PZwiki
Revision as of 18:24, 15 June 2012 by Kelenius (talk | contribs)

Template:Tools A Bowl of Water turns back into a Bowl when used.

Crafting

Name Recipe Description












Trivia

Bowl with water weights less than without it.

Code

item WaterBowl
{
	Type				=			Drainable,
	DisplayName			=			Bowl of Water,
	Icon				=			BowlFull,
	Weight				=			1,
	ReplaceOnDeplete	=			Bowl,
	UseWhileEquipped	= 			false,
	UseDelta			=			.5,
	ReplaceOnUseOn 		=			WaterSource-WaterBowl,
	IsWaterSource		=			true,
	CanStoreWater		=			true
	
}