![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Cooking Pot
![]() |
English • français • polski • русский |
Cooking Pot | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Item | ||
Weight |
Empty: 1 Full: 3 | ||
Function | Cooking utensil | ||
Capacity | 25 units | ||
Contents | Water | ||
Can boil water | True | ||
Rain factor | 1 | ||
Technical details | |||
Base 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 |
---|---|---|---|---|---|---|---|
![]() Cooking Pot (Full of Rice) x1 |
none | ![]() Cooking Pot x1 |
![]() Water (25 units) |
![]() Rice (10 units) | |||
![]() Cooking Pot (Full of Pasta) x1 |
none | ![]() Cooking Pot x1 |
![]() Water (25 units) |
![]() Pasta x10 | |||
![]() Pot of Soup x1 |
none | ![]() Can Opener x1 |
![]() Canned Vegetable Soup x1 (consumed) |
![]() Cooking Pot x1 (consumed) |
![]() Heat Source (cooked:50min burned:100min) | ||
![]() Pot of Stew (Recipe) x1 |
none | ![]() Water (consumed) |
![]() Cooking Pot x1 (consumed) |
![]() Stew Ingredients (consumed) |
![]() Heat Source (cooking) | ||
![]() Pot of Soup (Recipe) x1 |
none | ![]() Water (consumed) |
![]() Cooking Pot x1 (consumed) |
![]() Soup Ingredients (consumed) |
![]() Heat Source (cooking) |
First aid
- Main article: First Aid
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Ripped Sheets or Bandage x1 |
none | ![]() Ripped Sheets or Bandage x1 (consumed) |
![]() Cooking Pot or Saucepan with Water x1 |
![]() 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/)
Retrieved | |
---|---|
Version 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, }
Retrieved | |
---|---|
Version 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