Bowl: Difference between revisions

From PZwiki
m (Category change)
No edit summary
Line 16: Line 16:
|}
|}


== Trivia ==
Bowl with water weights less than without it.


== Code ==
== Code ==

Revision as of 18:24, 15 June 2012

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
	
}