Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Bread (dough)

From PZwiki
Project ZomboidItemsFoodPrepared foodBread (dough)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bread
BreadDough Model.png
BreadDoughCooked Model.png
BreadDough Rotten Model.png
BreadDoughBurnt Model.png
BreadDough Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Can boil water
True
Days fresh
3 days
Days until rotten
6 days
Nutrition
HungerUI Hunger.png
-24
ThirstUI Thristy.png
15
CaloriesCalories
532
CarbohydratesCarbohydrates
99
ProteinsProteins
17.7
FatFat
6.66
Effect
UnhappinessUI Unhappy.png
10
Cooking
Time until cooked
20 minutes
Time until burned
50 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.


State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Uncooked Bread (Fresh Uncooked) -24 - +10 -
Fresh Cooked Bread (Fresh Cooked) -31 - - -
Stale Uncooked Bread (Stale Uncooked) -18 +10 +10 -
Stale Cooked Bread (Stale Cooked) -18 +10 +20 -
Rotten Uncooked Bread (Rotten Uncooked) -10 +20 +30 100%
Rotten Cooked Bread (Rotten Cooked) -10 +20 +20 100%
Burned Bread (Burned) -8 +20 +30 100%

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 Ingredients Tools Requirements Workstation XP
Bread
Bread
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
RollingPin.png Rolling Pin ×1
Empty Bowl Empty Bowl ×1
WaterDrop.png Water ×1 unit(s)
Salt.png Salt ×1 unit(s)
Yeast.png Yeast ×1 unit(s)
none
Profession chef2.png
Chef
(or)
Trait cook.png
Cook
(or)
MagazineFood2.png
Good Cooking Magazine Vol. 2
none 2.5 Cooking

Cooking

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

Product Ingredients Tools Requirements Workstation XP
Bread (Cooked)
Bread (Cooked)
Bread (Uncooked) Bread (Uncooked) ×1 none none none 2.5 Cooking

Location

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

BreadDough distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bakery fridge 23.67%
bakerykitchen fridge 23.67%
cafe fridge 23.67%
cafekitchen fridge 23.67%
donut_kitchenstorage fridge 23.67%

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

History

Base.BreadDough

Version Description
Build 41.72 HungerChange changed from -15 to -24.
Build 41.69 DaysFresh changed from 4 to 3.
DaysTotallyRotten changed from 9 to 6.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value BreadDough.
Build 36.4 Calories added with value 532.
Nutrition added with value 99.
Nutrition added with value 6.66.
Proteins added with value 17.7.
Build 28 Released on this version.

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.78.16
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