Cooking Pot

From PZwiki
(Redirected from Cooking Pot)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cooking Pot
CookingPot Model.png
CookingPot Water Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
3 (full)
Function
Cooking utensil
Properties
Contents
Water
Capacity
25 units
Can boil water
True
Rain factor
1
Technical
Tags
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 inside 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 Ingredients Tools Requirements Workstation XP
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none
Pot Water.png
Recipe ingredients
Pot.png Cooking Pot ×1
WaterDrop.png Water ×25 unit(s)
SpagettiRaw.png Pasta ×10 unit(s)
none none none none
Pot Water.png
Recipe ingredients
Pot.png Cooking Pot ×1
WaterDrop.png Water ×25 unit(s)
RiceRaw.png Rice ×10 unit(s)
none none none none
SushiFish.png
Fish Sushi
One of:
Pot Water.png Recipe ingredients ×5 unit(s)
SaucepanFilled.png Recipe ingredients ×5 unit(s)
One of:
FishFillet.png Fish Fillet ×5 unit(s)
Salmon.png Salmon ×5 unit(s)
none none none 0.75 Cooking
Maki.png
Maki
One of:
Pot Water.png Recipe ingredients ×2 unit(s)
SaucepanFilled.png Recipe ingredients ×2 unit(s)
One of:
FishFillet.png Fish Fillet ×2 unit(s)
Salmon.png Salmon ×2 unit(s)
Each of:
Seaweed.png Seaweed ×1
Avocado.png Avocado ×2 unit(s)
none none none 0.75 Cooking
Pot Water.png
Cooking Pot with Rice (Cooked)
Pot Water.png Cooking Pot with Rice (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking
Pot Water.png
Cooking Pot with Pasta (Cooked)
Pot Water.png Cooking Pot with Pasta (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking
PotFull.png
Pot of Soup
Pot Water.png Cooking Pot ×1
Soup Ingredients.png Soup Ingredients ×(1−6)
none none none 0.75 Cooking
PotFull.png
Pot of Stew
Pot Water.png Cooking Pot ×1
Soup Ingredients.png Stew Ingredients ×(1−6)
none none none 0.75 Cooking
FriedRice.png
Bowl of Rice ×2
Bowl.png Bowl ×2
Pot Water.png Cooking Pot with Rice ×1
none none none none
FriedRice.png
Bowl of Pasta ×2
Bowl.png Bowl ×2
Pot Water.png Cooking Pot with Pasta ×1
none none none none
FriedRice.png
Bowl of Rice ×4
Bowl.png Bowl ×4
Pot Water.png Cooking Pot with Rice ×1
none none none none
FriedRice.png
Bowl of Pasta ×4
Bowl.png Bowl ×4
Pot Water.png Cooking Pot with Pasta ×1
none none none none

First aid

Main article: First Aid
Product Ingredients Tools Requirements Workstation XP
Bandage.png
Sterilized Bandage
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Bandage.png Bandage ×1
none none none none
Rag.png
Sterilized Rag
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Rag.png Ripped Sheets ×1
none none none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 8
counter 4 1
departmentstorage metal_shelves 4 1
dinerbackroom counter 4 1
druglab counter 4 1
counter 4 1
counter 4 2
counter 4 2

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

Code

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

Pot.png Pot
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
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,
	}

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item WaterPot
	{
		DisplayName = Cooking Pot with Water,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 3,
		Icon = Pot_Water,
		CanStoreWater = TRUE,
		EatType = Pot,
		FillFromDispenserSound = GetWaterFromDispenserMetalBig,
		FillFromTapSound = GetWaterFromTapMetalBig,
		IsCookable = TRUE,
		IsWaterSource = TRUE,
		RainFactor = 1,
		ReplaceOnDeplete = Pot,
		ReplaceOnUseOn = WaterSource-WaterPot,
		Tooltip = Tooltip_item_RainFromGround,
		UseDelta = 0.04,
		UseWhileEquipped = FALSE,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotWater_Ground,
		Tags = HasMetal,
	}

See also