Bowl |
---|
 |
|
General |
---|
Category |
Item |
---|
Weight |
Empty: 0.5 Full: 1.2 |
---|
Function |
Cooking utensil |
---|
Capacity |
2 units |
---|
Contents |
Water |
---|
Can boil water |
True |
---|
Rain factor |
0.5 |
---|
Technical details |
---|
Base 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. Recipe Ingredients 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
|
Recipe
|
Description
|
Skill Level
|
|
|
+
|
|
Water (2 units)
|
Bowl x1
|
(consumed)
|
(consumed)
|
|
|
|
|
|
|
|
|
|
A full bowl of water.
|
Cooking Level 0
|
|
|
Bowl of Beans.
|
Cooking Level 0
|
|
|
Bowl of Beans.
|
Cooking Level 0
|
|
|
Bowl of Soup.
|
Cooking Level 0
|
|
|
Make 2 bowls of soup.
|
Cooking Level 0
|
|
|
Make 4 bowls of rice.
|
Cooking Level 0
|
|
|
Make 2 bowls of rice.
|
Cooking Level 0
|
|
|
Make 4 bowls of pasta.
|
Cooking Level 0
|
|
|
Make 2 bowls of pasta.
|
Cooking Level 0
|
|
|
Custom-made salad. Salad name & effectiveness depends on amount and variation of ingredients.
|
Cooking Level 0
|
|
|
Custom-made fruit salad. Salad name & effectiveness depends on amount and variation of ingredients.
|
Cooking Level 0
|
|
|
Dough used to make cake.
|
 Good Cooking Magazine Vol.1
|
|
|
Prepare oatmeal.
|
Cooking Level 0
|
|
|
Prepare bowl of cereal. Gain 3 Cooking experience
|
Cooking Level 0
|
Distribution
Bowls can be found in kitchen counters.
Code
From items.txt (Project Zomboid directory/media/scripts/)
Bowl
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
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