Bowl: Difference between revisions

From PZwiki
(Updated Page, +nav bar, reworked descript for simplicity, +relevant info, +corrected categories, +corrected crafting)
(Updating Navigational Bar with Complete Listing)
Line 3: Line 3:
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Bowl_of_Water|Bowl of Water]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->


{{Tools
{{Tools

Revision as of 22:58, 24 August 2016


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