Saucepan: Difference between revisions

From PZwiki
(New infobox + new layout)
Tag: categories removed
(Added first aid use)
Line 1: Line 1:
{{languages|Saucepan}}
{{languages|Saucepan}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=11}}{{Infobox drainable
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=43}}{{Infobox drainable
|display_name=Saucepan
|display_name=Saucepan
|name_colour=Tool
|name_colour=Tool
Line 26: Line 26:


===Cooking===
===Cooking===
{{Main|Cooking}}
A full saucepan can be used to cook [[rice]] and [[pasta]], which can be used to prepare [[Recipe_Ingredients#Rice & Pasta Ingredients|custom-made meals]].  
A full saucepan can be used to cook [[rice]] and [[pasta]], which can be used to prepare [[Recipe_Ingredients#Rice & Pasta Ingredients|custom-made meals]].  
===First Aid===
{{Main|First Aid}}
Water can be heated in a saucepan, by placing it in a [[Heat Source|heat source]], which can then be used to sterilize [[bandage]]s. This is an alternative to using [[Bottle of Disinfectant|disinfectant]] or [[Whiskey Bottle|alcohol]].


== Crafting ==
== Crafting ==
Line 34: Line 39:
{{RecipeLookup|2074}}
{{RecipeLookup|2074}}
{{RecipeLookup|2075}}
{{RecipeLookup|2075}}
{{Crafting table footer}}
===First Aid===
{{Main|First Aid}}
{{Medical table header}}
{{RecipeLookup|8004}}
{{Crafting table footer}}
{{Crafting table footer}}


Line 43: Line 54:


''Saucepan'' [[File:SaucepanEmpty.png]]
''Saucepan'' [[File:SaucepanEmpty.png]]
{{Retrieved|version=40|incver=11}}
{{Retrieved|version=40|incver=43}}
<pre> item Saucepan
<pre> item Saucepan
Weight = 0.7,
Weight = 0.7,
Line 50: Line 61:
DisplayName = Saucepan,
DisplayName = Saucepan,
ReplaceOnUseOn = WaterSource-WaterSaucepan,
ReplaceOnUseOn = WaterSource-WaterSaucepan,
Icon = SaucepanEmpty,</pre>
Icon = SaucepanEmpty,
MetalValue = 30,
RainFactor = 0.8,
Tooltip = Tooltip_item_RainFromGround,</pre>


''Saucepan with Water'' [[File:SaucepanEmpty.png]]
''Saucepan with Water'' [[File:SaucepanEmpty.png]]
{{Retrieved|version=40|incver=11}}
{{Retrieved|version=40|incver=43}}
<pre> item WaterSaucepan
<pre> item WaterSaucepan
IsWaterSource = TRUE,
IsWaterSource = TRUE,

Revision as of 02:37, 20 July 2019

The Game WorldItemsToolsSaucepan
Saucepan
Saucepan
Saucepan with Water
General
Category Item
Encumbrance
Heavy Load
Empty: 0.7
Full: 2
Function Cooking utensil
Capacity 25 units
Contents Water
Can boil water True
Rain factor 0.8
Technical details
item ID Base.Saucepan
Base.WaterSaucepan
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A saucepan is a water container used in cooking.

Usage

Water storage

A saucepan can be filled with water from a water source, producing a saucepan with water. To fill a saucepan: Right-click on a water source and "Refill Saucepan". It can hold the equivalent of 25 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, saucepans are significantly heavier than standard water bottles.

A saucepan can be used to purify tainted water, which is dirty water found in unsanitary sources, such as a lake or rain.

Cooking

Main article: Cooking

A full saucepan can be used to cook rice and pasta, which can be used to prepare custom-made meals.

First Aid

Main article: First Aid

Water can be heated in a saucepan, by placing it in a heat source, which can then be used to sterilize bandages. This is an alternative to using disinfectant or alcohol.

Crafting

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

First Aid

Main article: First Aid

Template:Medical table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Saucepans can be found in kitchen counters of many houses and restaurants.

Code

From items.txt (Project Zomboid directory/media/scripts/)

Saucepan SaucepanEmpty.png Retrieved: Build 40.43

	item Saucepan
		Weight		= 0.7,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Saucepan,
		ReplaceOnUseOn	= WaterSource-WaterSaucepan,
		Icon		= SaucepanEmpty,
		MetalValue	= 30,
		RainFactor 	= 0.8,
		Tooltip 	= Tooltip_item_RainFromGround,

Saucepan with Water SaucepanEmpty.png Retrieved: Build 40.43

	item WaterSaucepan
		IsWaterSource		= TRUE,
		Weight			= 2,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.04,
		DisplayName		= Saucepan with Water,
		ReplaceOnDeplete	= Saucepan,
		ReplaceOnUseOn		= WaterSource-WaterSaucepan,
		Icon			= SaucepanEmpty,
		IsCookable		= TRUE,
		RainFactor 		= 0.8,
		Tooltip 		= Tooltip_item_RainFromGround,

See also

Template:Navbox/Tools