Cooking Pot

From PZwiki
Revision as of 11:06, 10 April 2022 by VaileasysBot (talk | contribs) ([BOT] duplicate file fix, replaced: File:Cannedsoup.png → File:Soup.png)
The Game WorldItemsToolsCooking Pot
Cooking Pot
Cooking Pot
Cooking Pot with Water
General
Category Item
Encumbrance
Heavy Load
Empty: 1
Full: 3
Function Cooking utensil
Capacity 25 units
Contents Water
Can boil water True
Rain factor 1
Technical details
item ID Base.Pot
Base.WaterPot
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A cooking pot is a water container used in cooking.

Usage

Water Storage

A cooking pot can be filled with water from a water source, producing a cooking pot with water. To fill a cooking pot: Right-click on a water source and "Refill Cooking Pot". 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, cooking pots are significantly heavier than standard water bottles.

A cooking pot 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 cooking pot is one of the most useful cooking implements, as it can be used for multiple recipes, such as: cooking rice and pasta, which can then be used to prepare custom-made meals, along with the preparation of custom-made soup and stew.

First Aid

Main article: First Aid

Water can be heated in a cooking pot, 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
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Pot Water.png
Cooking Pot (Full of Rice) x1
none Pot Water.png
Cooking Pot x1
Water
Water (25 units)
Rice
Rice (10 units)
Pot Water.png
Cooking Pot (Full of Pasta) x1
none Pot Water.png
Cooking Pot x1
Water
Water (25 units)
Pasta
Pasta x10
Pot of Soup
Pot of Soup x1
none Can Opener
Can Opener x1
Canned Soup
Canned Vegetable Soup x1
(consumed)
Cooking Pot
Cooking Pot x1
(consumed)
Heat Source
Heat source
(cooked:50min burned:100min)
PotFull.png
Pot of Stew (Recipe) x1
none Water
Water
(consumed)
Cooking Pot
Cooking Pot x1
(consumed)
Soup Ingredients.png
Stew Ingredients
(consumed)
Heat source
Heat source
(cooking)
PotFull.png
Recipe ingredients x1
none Water
Water
(consumed)
Cooking Pot
Cooking Pot x1
(consumed)
Soup Ingredients.png
Soup Ingredients
(consumed)
Heat source
Heat source
(cooking)


First Aid

Main article: First Aid
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
File:BandagesAni.png
Ripped Sheets
or
Bandage x1
none File:BandagesAni.png
Ripped Sheets
or
Bandage x1
(consumed)
Pot Water.png
Cooking Pot
or
Saucepan with Water x1
Heat Source
Heat source


Distribution

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

Code

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

Cooking Pot Pot.png Retrieved: Build 41.65

	item Pot
	{
	    DisplayCategory = Cooking,
		Weight	               =	1,
		CanStoreWater	       =	TRUE,
		Type	               =	Normal,
		DisplayName	       =	Cooking Pot,
		ReplaceOnUseOn	       =	WaterSource-WaterPot,
		Icon	               =	Pot,
		MetalValue             =        40,
		RainFactor             =        1,
		Tooltip                =        Tooltip_item_RainFromGround,
		StaticModel            =        CookingPot,
		EatType                =        Pot,
		WorldStaticModel       =        CookingPotGround,
	}

Cooking Pot with Water Pot Water.png Retrieved: Build 40.11

	item WaterPot
		IsWaterSource		= TRUE,
		Weight			= 3,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.04,
		DisplayName		= Cooking Pot with Water,
		ReplaceOnDeplete	= Pot,
		ReplaceOnUseOn		= WaterSource-WaterPot,
		Icon			= Pot_Water,
		IsCookable		= TRUE,
		RainFactor 		= 1,
		Tooltip 		= Tooltip_item_RainFromGround,

See also

Template:Navbox/ToolsTemplate:Navbox/Consumables