Bowl: Difference between revisions

From PZwiki
mNo edit summary
(Updated Page, +nav bar, reworked descript for simplicity, +relevant info, +corrected categories, +corrected crafting)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<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: 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 -->
{{Tools
{{Tools
|image = bowlfull.png  
|image = Bowl_of_Water.png  
|primaryuse = Holding water  
|primaryuse = Holding water  
|otheruses = Making Ramen
|weight = 1.5
|weight = 1.5
}}
}}
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. It can hold the equivalent of 2 [[A Mug of Water|mugs of water]].
[[Bowl_of_Water|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 [[A Mug of Water|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 ==
== Crafting ==
Line 15: Line 23:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2020}}
{{RecipeLookup|2020}}
{{RecipeLookup|2002}}
|}
|}


== Code ==
== Code ==
  <nowiki>item WaterBowl
  <nowiki>item WaterBowl
{
Type = Drainable,
Type = Drainable,
DisplayName = Bowl of Water,
DisplayName = Bowl of Water,
Icon = BowlFull,
Icon = BowlFull,
Weight = 1.5,
Weight = 1.5,
ReplaceOnDeplete = Bowl,
ReplaceOnDeplete = Bowl,
UseWhileEquipped = false,
UseWhileEquipped = false,
UseDelta = 0.5,
UseDelta = .5,
ReplaceOnUseOn = WaterSource-WaterBowl,
ReplaceOnUseOn = WaterSource-WaterBowl,
IsWaterSource = true,
IsWaterSource = true,
CanStoreWater = true
CanStoreWater = true
}</nowiki>
</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Consumables]]
[[Category:Version 34.28]]
[[Category:Version 0.2.0p]]

Revision as of 18:37, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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