Kettle: Difference between revisions

From PZwiki
(added model to infobox)
m (Simplified redundant links)
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Drinks|Water containers}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=9}}{{Infobox drainable
{{Page version|41.78.16}}
|display_name=Kettle
{{Infobox item
|name_colour=Tool
|name=Kettle
|name_text_colour=Tool
|model=Kettle_Model.png
|image=Kettle_Model.png
|icon=Kettle.png
|image_width=300px
|icon_name=Kettle
|alternate_image=Kettle.png
|alternate_name=Kettle
|alternate_link=
|weight='''Empty:''' 1<br>'''Full:''' 2
|weight='''Empty:''' 1<br>'''Full:''' 2
|function=[[Cooking]] utensil
|function=[[Cooking]] utensil
Line 15: Line 12:
|can_boil_water=True
|can_boil_water=True
|rain_factor=0.5
|rain_factor=0.5
|class_name=Base.Kettle<br>Base.FullKettle
|item_id=Base.Kettle<br>Base.FullKettle
}}A '''kettle''' is a [[water]] container used in [[cooking]].
}}
A '''kettle''' is a [[Water#Containers|water container]] used in [[cooking]].


==Usage==
==Usage==
===Water storage===
===Water storage===
A kettle can be filled with water from a [[:Category:Water Source|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 [[Moodles#Thirst|thirst]]. However, kettles are significantly heavier than standard water bottles.
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]]. 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 [[Items#Poisons|tainted water]], which is dirty water found in unsanitary sources, such as a lake or [[rain]].
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===
===Cooking===
A full kettle can be used to craft a [[Hot_Cuppa|hot cuppa]] or [[Hot Cuppa|cold cuppa]], depending on whether the kettle has been [[Heat Source|heated]] first.  
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 ==
==Crafting==
===Cooking===
===Cooking===
{{Obsolete|section=true}}
{{Main|Cooking}}
{{Main|Cooking}}
{{Cooking table header}}
{{Crafting/sandbox2
{{RecipeLookup|2003}}
|hot_cuppa
{{Crafting table footer}}
|cold_cuppa
}}


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{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,
}
}}


''Kettle'' [[File:Kettle.png]]
{{Retrieved|version=40|incver=9}}
<pre> item Kettle
Weight = 1,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Kettle,
ReplaceOnUseOn = WaterSource-FullKettle,
Icon = Kettle,
MetalValue = 30,</pre>


''Kettle of Water'' [[File:Kettle.png]]
[[File:Kettle.png]] {{ID|Base.FullKettle}}<br>
{{Retrieved|version=40|incver=9}}
{{CodeSnip
<pre> item FullKettle
  | lang = java
IsWaterSource = TRUE,
  | line = true
Weight = 2,
  | start = 789
CanStoreWater = TRUE,
  | source = items.txt
Type = Drainable,
  | retrieved = true
UseWhileEquipped = FALSE,
  | version = 41.78.16
UseDelta = 0.07,
  | code =
DisplayName = Kettle of Water,
item FullKettle
ReplaceOnDeplete = Kettle,
{
ReplaceOnUseOn = WaterSource-FullKettle,
    DisplayCategory = Water,
Icon = Kettle,
IsWaterSource = TRUE,
IsCookable = TRUE,</pre>
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==
==See also==
*[[Items#Water Storage|Water Storage Items]]
*[[Water#Containers|Water Containers]]


{{Navbox/Tools}}{{Navbox/Consumables}}
{{Navbox items|containers}}
 
 
 
[[Category:Cooking tools]]
[[Category:Tools]]

Latest revision as of 11:35, 25 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