Bowl

From PZwiki

Template:Tools A Bowl of Water turns back into a Bowl when all drunk up. Like other containers of water, it will automatically satiate the thirst of the holder without being in either of the hand slots.

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.5,
		ReplaceOnDeplete	=			Bowl,
		UseWhileEquipped	= 			false,
		UseDelta			=			.5,
		ReplaceOnUseOn 		=			WaterSource-WaterBowl,
		IsWaterSource		=			true,
		CanStoreWater		=			true
	
}