Kettle: Difference between revisions

From PZwiki
No edit summary
(Updated Page, +nav bar, reworked descript, reworked consumables(tools), +relevant info, + corrected categories)
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]] -> [[A_Full_Kettle|A Full Kettle]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
{{Tools
|image = Kettle.png  
|image = Kettle.png  
|primaryuse = Making drinks
|primaryuse = Making drinks
|otheruses = Holding water  
|otheruses = Holding water  
|weight = 1
|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, one can use a full kettle to craft a hot cuppa. A full kettle weighs more than the traditional bottle of water, so it is not as effective.
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.


To refill a kettle, one must drag and click the kettle in a faucet. Doing this will refill the full kettle. After a random number of days, the water works will fail, and one will have to rely on the stockpiled containers or [[well]]s, as refilling no longer works. It can hold the equivalent of almost 14 [[A Mug of Water|mugs of water]].
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]].


As of Build 31, a kettle can be used to store tainted water to be boiled.
Tainted water which is stored in a kettle from non-house sources can be cooked in a kettle to be purified.


== Crafting ==
== Crafting ==
Line 21: Line 25:
|}
|}


==See Also==
== Code ==
* [[bowl]]
<br>
''Full Kettle of Water'' [[File:Kettle.png]]
<nowiki>
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,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Version 0.2.0p]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 17:46, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Kettle   

Template:Tools 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. 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 mugs of water.

Tainted water which is stored in a kettle from non-house sources can be cooked in a kettle to be purified.

Crafting

Name Recipe Description












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,
 

Template:Navbox/Consumables