Bowl: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Items
{{Tools
|image = bowlfull.png  
|image = bowlfull.png  
|primaryuse = Holding water
|otheruses = Making Ramen
|weight = 1
|weight = 1
}}
}}
A Bowl of Water turns back into a [[Bowl]] when used.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 18:21, 29 March 2012

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

Crafting

Name Recipe Description












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
	
}