Kettle: Difference between revisions

From PZwiki
(Updated Page, +nav bar, reworked descript, reworked consumables(tools), +relevant info, + corrected categories)
m (Remove lines))
(38 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Drinks|Water containers}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|name=Kettle
<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 -->
|model=Kettle_Model.png
{{Tools
|icon=Kettle.png
|image = Kettle.png
|icon_name=Kettle
|primaryuse = Making drinks
|weight='''Empty:''' 1<br>'''Full:''' 2
|otheruses = Holding water
|function=[[Cooking]] utensil
|weight = 2.0 when holding water
|max_units=14.3
|contents=Water
|can_boil_water=True
|rain_factor=0.5
|item_id=Base.Kettle<br>Base.FullKettle
}}
}}
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.
A '''kettle''' is a [[Water#Containers|water container]] used in [[cooking]].


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]].
==Usage==
===Water storage===
A kettle can be filled with [[water]] from a water source, producing a '''kettle of water'''. To fill a kettle: ''Right-click'' on a water source and "Refill Kettle". It can hold the equivalent of almost 14 [[Empty mug|mugs of water]]. It is an alternative storage space for water to [[Water Bottle|water bottles]], and is automatically drunk by the [[player]] to satiate [[Thirst|thirst]]. However, kettles are significantly heavier than standard water bottles. It can be used to water plants while [[farming]].


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 gained from unsanitary sources; such as a lake or [[rain]]. This is done by putting the kettle with tainted water over a [[Heat Source|heat source]].
 
===Cooking===
The full kettle used to be used to craft a [[Hot_Cuppa|hot cuppa]] or [[Hot Cuppa|cold cuppa]], however it is no longer used in cooking.
 
==Crafting==
===Cooking===
{{Obsolete|section=true}}
{{Main|Cooking}}
{{Crafting/sandbox2
|hot_cuppa
|cold_cuppa
}}
 
==Code==
{{CodeBox|[[File:Kettle.png]] {{ID|Base.Kettle}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 231
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Kettle
{
    DisplayCategory = Cooking,
Weight = 1,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Kettle,
ReplaceOnUseOn = WaterSource-FullKettle,
Icon = Kettle,
MetalValue = 30,
StaticModel = Kettle,
WorldStaticModel = KettleGround,
CustomEatSound = DrinkingFromGeneric,
Tags = CoffeeMaker;HasMetal,
}
}}
 
 
[[File:Kettle.png]] {{ID|Base.FullKettle}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 789
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item FullKettle
{
    DisplayCategory = Water,
IsWaterSource = TRUE,
Weight = 2,
CanStoreWater = TRUE,
FillFromDispenserSound = GetWaterFromDispenserMetalBig,
FillFromTapSound = GetWaterFromTapMetalBig,
Type = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.07,
DisplayName = Kettle of Water,
ReplaceOnDeplete = Kettle,
ReplaceOnUseOn = WaterSource-FullKettle,
Icon = Kettle,
IsCookable = TRUE,
StaticModel = Kettle,
EatType = Kettle,
WorldStaticModel = KettleGround,
Tags = CoffeeMaker;HasMetal,
}
}}
}}
 
==See also==
*[[Water#Containers|Water Containers]]
 
{{Navbox items|containers}}


== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2003}}
|}


== Code ==
<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}}
[[Category:Cooking tools]]
[[Category:Consumables]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 07:06, 15 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Kettle
Kettle Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
Empty: 1
Full: 2
Function
Cooking utensil
Properties
Contents
Water
Capacity
14.3 units
Can boil water
True
Rain factor
0.5
Technical
Item ID
Base.Kettle
Base.FullKettle

A kettle is a water container used in cooking.

Usage

Water storage

A kettle can be filled with water from a water source, producing a kettle of water. To fill a kettle: Right-click on a water source and "Refill Kettle". It can hold the equivalent of almost 14 mugs of water. It is an alternative storage space for water to water bottles, and is automatically drunk by the player to satiate thirst. However, kettles are significantly heavier than standard water bottles. It can be used to water plants while farming.

A kettle can be used to purify tainted water, which is dirty water gained from unsanitary sources; such as a lake or rain. This is done by putting the kettle with tainted water over a heat source.

Cooking

The full kettle used to be used to craft a hot cuppa or cold cuppa, however it is no longer used in cooking.

Crafting

Cooking

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
MugFulll.png
Hot Cuppa
One of:
Teabag.png Tea Bag ×1
InstantCoffee.png Coffee ×1
Each of:
Mugl.png Mug ×1
Kettle.png Kettle ×2 unit(s)
Sugar.png Sugar ×1 unit(s)
none none none none
MugFulll.png
Cold Cuppa
One of:
Teabag.png Tea Bag ×1
InstantCoffee.png Coffee ×1
Each of:
Mugl.png Mug ×1
Kettle.png Kettle ×2 unit(s)
Sugar.png Sugar ×1 unit(s)
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Kettle.png Base.Kettle
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Kettle
	{
	    DisplayCategory = Cooking,
		Weight	=	1,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Kettle,
		ReplaceOnUseOn	=	WaterSource-FullKettle,
		Icon	=	Kettle,
		MetalValue = 30,
		StaticModel = Kettle,
		WorldStaticModel = KettleGround,
		CustomEatSound = DrinkingFromGeneric,
		Tags = CoffeeMaker;HasMetal,
	}


Kettle.png Base.FullKettle
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item FullKettle
	{
	    DisplayCategory = Water,
		IsWaterSource	=	TRUE,
		Weight	=	2,
		CanStoreWater	=	TRUE,
		FillFromDispenserSound = GetWaterFromDispenserMetalBig,
		FillFromTapSound = GetWaterFromTapMetalBig,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.07,
		DisplayName	=	Kettle of Water,
		ReplaceOnDeplete	=	Kettle,
		ReplaceOnUseOn	=	WaterSource-FullKettle,
		Icon	=	Kettle,
		IsCookable	=	TRUE,
		StaticModel = Kettle,
		EatType = Kettle,
		WorldStaticModel = KettleGround,
		Tags = CoffeeMaker;HasMetal,
	}

See also