Bread (dough)

From PZwiki
(Redirected from Bread (dough))
Project ZomboidItemsFoodPrepared foodBread (dough)
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models (Cooked, Rotten Cooked, Burnt)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.

}

Bread
Dough Model.png
Bread (Cooked)
BreadDough Rotten Model.png
Bread (Rotten Cooked)
Bread (Burnt) Bread
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerMoodle Icon Hungry.png
-15
ThirstMoodle Icon Thirsty.png
+15
CaloriesCalories
532
CarbohydratesCarbohydrates
99
ProteinsProteins
17.7
FatFat
6.66
Effect
UnhappinessMoodle Icon Unhappy.png
+10
Cooking
Time until cooked
20 minutes
Time until burned
30 minutes
Technical
Item ID
Base.BreadDough

A bread (dough) is a perishable food item.

Usage

Consumable properties

Bread dough can be eaten, providing the player with some positive and negative effects, however these will become more negative the longer it's left to perish.


Fresh Stale Rotten
Dough.png
Hunger: -24
Dough.png
Hunger: -18
Boredom: +10
Unhappiness: +20
DoughRotten.png
Hunger: -10
Boredom: +20
Unhappiness: +30
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Obtaining

The player must first learn how to make bread dough before it is craftable. This can be done by either reading Good Cooking Magazine Vol. 2, or starting with the chef occupation during character creation.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7
Dough.png
Bread (dough)
2.5 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 2
RollingPin.png
Rolling Pin
(keep)
Bowl.png
Empty Bowl
(keep)

(keep)
WaterDrop.png
Water
(1 unit)

(consumed)

(1 unit)

(consumed)
Salt.png
Salt
(1 unit)

(consumed)
Yeast.png
Yeast
(1 unit)

(consumed)

Cooking

Bread dough is placed in a heat source for 20 minutes, producing bread.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
DoughCooked.png
Bread
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Dough.png
Bread (dough)
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
bakery fridge 4 1
cafe fridge 4 1

Bread dough can be obtained through crafting or looted from restaurant kitchens such as Pizza Whirled.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.73
item BreadDough
{
  DisplayName                  = Bread,
  DisplayCategory              = Food,
  Type                         = Food,
  Weight                       = 0.3,
  Icon                         = Dough,
  IsCookable                   = TRUE,
  RemoveNegativeEffectOnCooked = TRUE,
  MinutesToCook                = 20,
  MinutesToBurn                = 50,
  DaysFresh                    = 3,
  DaysTotallyRotten            = 6,
  HungerChange                 = -24,
  ThirstChange                 = 15,
  UnhappyChange                = 10,
  Calories                     = 532,
  Carbohydrates                = 99,
  Lipids                       = 6.66,
  Proteins                     = 17.7,
  WorldStaticModel             = BreadDough,
}

See also