Kettle

From PZwiki
Revision as of 17:10, 28 April 2018 by Vaileasys (talk | contribs) (renamed to "kettle of water", added in text links, changed icon to 120px, added see also.)


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