Bowl: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 6: Line 6:
|weight = 1.5
|weight = 1.5
}}
}}
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.
Like other containers of water, it will automatically satiate the thirst of the holder without being in either of the hand slots. Eventually, the bowl will lose all of its contents. A Bowl of Water turns back into a [[Bowl]] when all drunk up. It could be refilled if the water works had not failed.  
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 15: Line 15:
{{RecipeLookup|9}}
{{RecipeLookup|9}}
|}
|}
== Trivia ==
Bowl with water weights less than without it.


== Code ==
== Code ==

Revision as of 08:05, 5 May 2013

Template:Tools Like other containers of water, it will automatically satiate the thirst of the holder without being in either of the hand slots. Eventually, the bowl will lose all of its contents. A Bowl of Water turns back into a Bowl when all drunk up. It could be refilled if the water works had not failed.

Crafting

Name Recipe Description












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
	
}