Kettle: Difference between revisions

From PZwiki
m (Vaileasys moved page Kettle to Kettle: current ingame display name)
m (renamed to "kettle of water", added in text links, changed icon to 120px, added see also.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Kettle of Water}}
<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: 36.4'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.52'''    </div><!-- Code for Version Tag at top -->
<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 -->
<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
|image = Kettle.png  
|image = Kettle_120px.png  
|primaryuse = Making drinks
|primaryuse = Making drinks
|otheruses = Holding water  
|otheruses = Holding water  
|weight = 2.0 when holding water
|weight = 2.0 when holding water
}}
}}
[[A Full Kettle]] is a water container that is slowly and automatically drunk by the player to satiate thirst. Unlike the other containers of water, a full kettle can be used to craft a [[Hot_Cuppa|hot cuppa]]. A full kettle however weighs more than the traditional bottle of water, so it is not as effective.
[[Kettle of Water|Kettle of water]] is a [[water]] container that is slowly and automatically drunk by the player to satiate thirst. Unlike the other containers of water, a full kettle can be used to craft a [[Hot_Cuppa|hot cuppa]]. A full kettle however weighs more than the traditional bottle of water, so it is not as effective.


To refill a kettle: Right click on a water source and "Refill Kettle".  It can hold the equivalent of almost 14 [[A Mug of Water|mugs of water]].
To fill a [[kettle]]: ''Right-click'' on a water source and "Refill Kettle".  It can hold the equivalent of almost 14 [[A Mug of Water|mugs of water]].


Tainted water which is stored in a kettle from non-house sources can be cooked in a kettle to be purified.
A kettle can be used to purify [[Items#Poisons|tainted water]], which is dirty water found in unsanitary sources like a lake.


== Crafting ==
== Crafting ==
Line 22: Line 22:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! Level
{{RecipeLookup|2003}}
{{RecipeLookup|2003}}
|}
|}
Line 42: Line 43:
IsCookable = TRUE,
IsCookable = TRUE,
  </nowiki>
  </nowiki>
==See Also==
*[[Items#Water Storage|Water Storage Items]]
*[[Water]]
*[[Heat Source]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 17:10, 28 April 2018


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

Template:Tools Kettle of water is a water container that is slowly and automatically drunk by the player to satiate thirst. Unlike the other containers of water, a full kettle can be used to craft a hot cuppa. A full kettle however weighs more than the traditional bottle of water, so it is not as effective.

To fill a kettle: Right-click on a water source and "Refill Kettle". It can hold the equivalent of almost 14 mugs of water.

A kettle can be used to purify tainted water, which is dirty water found in unsanitary sources like a lake.

Crafting

Name Recipe Description Level












Code


Full Kettle of Water Kettle.png

	item FullKettle
		IsWaterSource		= TRUE,
		Weight			= 2,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.07,
		DisplayName		= Kettle of Water,
		ReplaceOnDeplete	= Kettle,
		ReplaceOnUseOn		= WaterSource-FullKettle,
		Icon			= Kettle,
		IsCookable		= TRUE,
 

See Also

Template:Navbox/Consumables