Bowl: Difference between revisions

From PZwiki
m (moved Bowl to Bowl over redirect: Proper capitalisation)
Line 14: Line 14:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|40}}
{{RecipeLookup|2020}}
{{RecipeLookup|9}}
{{RecipeLookup|2002}}
|}
|}



Revision as of 22:18, 16 November 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 the water is used. It can be refilled.

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
	
}

Template:Navbox/Consumables