Bowl: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|primaryuse = Holding water  
|primaryuse = Holding water  
|otheruses = Making Ramen
|otheruses = Making Ramen
|weight = 1
|weight = 1.5
}}
}}
A Bowl of Water turns back into a [[Bowl]] when used.
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 ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 23: Line 23:
  <nowiki>item WaterBowl
  <nowiki>item WaterBowl
{
{
Type = Drainable,
Type = Drainable,
DisplayName = Bowl of Water,
DisplayName = Bowl of Water,
Icon = BowlFull,
Icon = BowlFull,
Weight = 1,
Weight = 1.5,
ReplaceOnDeplete = Bowl,
ReplaceOnDeplete = Bowl,
UseWhileEquipped = false,
UseWhileEquipped = false,
UseDelta = .5,
UseDelta = .5,
ReplaceOnUseOn = WaterSource-WaterBowl,
ReplaceOnUseOn = WaterSource-WaterBowl,
IsWaterSource = true,
IsWaterSource = true,
CanStoreWater = true
CanStoreWater = true
}</nowiki>
}</nowiki>

Revision as of 08:04, 5 May 2013

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
	
}