Bowl

From PZwiki
Revision as of 03:51, 26 March 2022 by Alluseri (talk | contribs) (PZ Updater automated execution(task: deploy ReLookup, eid: d1905336f759bf162275199f0b74d022))
Bowl
Bowl
Bowl Bowl of Water
General
Category Item
Encumbrance
Heavy Load
Empty: 0.5
Full: 1.2
Function Cooking utensil
Capacity 2 units
Contents Water
Can boil water True
Rain factor 0.5
Technical details
item ID Base.Bowl
Base.WaterBowl
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A bowl is a water container used in cooking.

Usage

Cooking

Main article: Cooking

There are a variety of recipes requiring a bowl, which can be seen in the Crafting section below. Salad can only be created in a bowl, and a bowl is required to make cake batter, which is then used to make cake. A bowl can be used to separate soup, stew, pasta or rice, which will ultimately reduce more hunger, sadness and boredom.

Rain

If left outside, a bowl can be filled with water while it is raining, producing a bowl of water. A bowl can be filled with water from any water source, however the water may be tainted if it isn't taken from a clean source. If the water is tainted it should be boiled first, as consuming tainted water will make the player sick.

Crafting

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7
Bowl of Water
Bowl x1
none Water
Water (2 units)
(consumed)
Bowl
Bowl x1
(consumed)
Bowl of Beans
Bowl of Beans x1
none Can Opener
Can Opener x1
Canned Beans
Canned Beans x1
(consumed)
Bowl
Bowl x1
(consumed)
Bowl of Beans
Bowl of Beans x1
none File:CanBeans.png
Open Can of Beans x1
(consumed)
Bowl
Bowl x1
(consumed)
Bowl of Soup
Bowl of Soup x4
none Pot of Soup
Pot of Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
Heat source
(cooked:15min burned:25min)
Bowl of Soup
Bowl of Soup x2
none Pot of Soup
Pot of Soup x1
(consumed)
Bowl
Bowl x2
(consumed)
Heat Source
Heat source
(cooked:15min burned:25min)
Bowl of Rice
Recipe ingredients x4
none File:PotPanFilledAnim.gif
Recipe ingredients
or
Recipe ingredients x1
(consumed)
Bowl
Bowl x4
(consumed)
Bowl of Rice
Recipe ingredients x2
none File:PotPanFilledAnim.gif
Recipe ingredients
or
Recipe ingredients x1
(consumed)
Bowl
Bowl x2
(consumed)
Bowl of Pasta
Recipe ingredients x4
none File:PotPanFilledAnim.gif
Recipe ingredients
or
Recipe ingredients x1
(consumed)
Bowl
Bowl x4
(consumed)
Bowl of Pasta
Recipe ingredients x2
none File:PotPanFilledAnim.gif
Recipe ingredients
or
Recipe ingredients x1
(consumed)
Bowl
Bowl x2
(consumed)
File:Salad.png
Salad (Recipe) x1
none Bowl
Bowl x1
(consumed)
Soup Ingredients.png
Salad Ingredients
(consumed)
FruitSalad.png
Fruit Salad (Recipe) x1
none Bowl
Bowl x1
(consumed)
Soup Ingredients.png
Fruit Salad Ingredients
(consumed)
Cake Batter
Cake Batter x1
none Good Cooking Magazine Vol.1 Bowl
Bowl x1
(consumed)
Flour
Flour (2 units)
(consumed)
Butter
Butter (15 units)
(consumed)
Sugar
Sugar (3 units)
(consumed)
Egg.png
Egg
or
Wild Eggs x1
(consumed)
Yeast
Yeast (1 unit)
(consumed)
Milk
Milk x1
(consumed)
Oatmeal
Bowl of Oatmeal x1
none Can of Oats
Can of Oats x1
(consumed)
Bowl
Bowl x1
(consumed)
Cereal Bowl
Bowl of Cereal x1
none Cereal
Cereal x1
(5 units)
Milk
Milk x1
(2 units)
Bowl
Bowl x1
(consumed)


Distribution

Bowls can be found in kitchen counters.

Code

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

Bowl Bowl.png Retrieved: Build 40.9

	item Bowl
		Weight		= 0.5,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Bowl,
		ReplaceOnUseOn	= WaterSource-WaterBowl,
		Icon		= Bowl,
		RainFactor 	= 0.5,
		Tooltip 	= Tooltip_item_RainFromGround,

Bowl of Water BowlFull Water.png Retrieved: Build 40.9

	item WaterBowl
		IsWaterSource		= TRUE,
		Weight			= 1.2,
		CanStoreWater		= TRUE,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.5,
		DisplayName		= Bowl of Water,
		ReplaceOnDeplete	= Bowl,
		ReplaceOnUseOn		= WaterSource-WaterBowl,
		Icon			= BowlFull_Water,
		IsCookable		= TRUE,
		RainFactor 		= 0.5,
		Tooltip 		= Tooltip_item_RainFromGround,

See also

Template:Navbox/Tools