Bowl

From PZwiki
Revision as of 22:58, 24 August 2016 by MalonyJenkins (talk | contribs) (Updating Navigational Bar with Complete Listing)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Bowl   

Template:Tools A Bowl of Water is automatically drunk by the player to satiate thirst if in a players inventory.

To refill a bowl: Right click on a water source and "Refill Bowl". It can hold the equivalent of two mugs of water.

Tainted water which is stored within a bowl cannot be cooked on a fire and therefore can not be purified unless the water is transferred into another container.

Crafting

Name Recipe Description












Code

item WaterBowl
		Type		 = Drainable,
		DisplayName	 = Bowl of Water,
		Icon		 = BowlFull,
		Weight		 = 1.5,
		ReplaceOnDeplete = Bowl,
		UseWhileEquipped = false,
		UseDelta	 = 0.5,
		ReplaceOnUseOn 	 = WaterSource-WaterBowl,
		IsWaterSource	 = true,
		CanStoreWater	 = true
	

Template:Navbox/Consumables