Bowl: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Items |image = bowlfull.png |weight = 1 }} == Code == <nowiki>item WaterBowl { Type = Drainable, DisplayName = Bowl of Water, Icon = BowlFull,...")
 
No edit summary
Line 4: Line 4:
|weight = 1
|weight = 1
}}
}}
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|9}}
|}
== Code ==
== Code ==
  <nowiki>item WaterBowl
  <nowiki>item WaterBowl

Revision as of 15:51, 29 March 2012

Template:Items

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
	
}