Bread (dough): Difference between revisions

From PZwiki
m (Vaileasys moved page Bread (dough) to Bread (dough): official display name)
(Update distribution file)
 
(47 intermediate revisions by 14 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{languages|Bread dough}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Reupload|Missing 3D models (Cooked, Rotten Cooked, Burnt)}}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}|Bread Dough]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Bread
|model=Dough_Model.png
|icon=Dough.png
|icon_name=Bread (dough)
|icon2=DoughCooked.png
|icon_name2=Bread (Cooked)
|model3=BreadDough_Rotten_Model.png
|icon3=DoughRotten.png
|icon_name3=Bread (Rotten)
|icon4=DoughRotten.png
|icon_name4=Bread (Rotten Cooked)
|icon5=DoughBurnt.png
|icon_name5=Bread (Burnt)
Bread
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=3
|days_rotten=6
<!--NUTRITION-->
|hunger_change=-15
|thirst_change=+15
|calories=532
|lipids=6.66
|proteins=17.7
|carbohydrates=99
<!--EFFECT-->
|unhappy_change=+10
<!--COOKING-->
|cook_minutes=20
|burn_minutes=30
<!--TECHNICAL DETAILS-->
|item_id=Base.BreadDough
}}
A '''bread''' (dough) is a perishable [[food]] [[Items|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.
 
{{Consumables
{{Consumables
|image = Dough.png
|image = Dough.png
|hunger = -15
|hunger = -15
|unhappiness = +10
|unhappieness = +10
|thirst = +15
|unrotten hunger = -11
|weight = 0.3
|unrotten boredom = +10
|unrotten unhappiness = +20
|rotten hunger = -6
|rotten boredom = +20
|rotten unhappiness = +30
|perishable = 1
|rotten image = DoughRotten.png
}}
 
==Crafting==
{{Main|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|Good Cooking Magazine Vol. 2]]'', or starting with the [[Occupation#Chef|chef occupation]] during character creation.
{{Crafting/sandbox2
|bread_dough
}}
 
===Cooking===
Bread dough is placed in a [[heat source]] for 20 minutes, producing [[bread]].
{{Crafting/sandbox2
|bread
}}
}}
[[Bread dough|Bread Dough]], called "uncooked bread" in the game, is used to bake [[Bread|bread]]. Bread dough is perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Bread dough takes four in-game days to go stale, and nine in-game days to rot.


As of Build 32 crafting Bread Dough requires the player to either pick the "Chef" profession at character creation or read one of the [[Recipe Magazines]] that can be found in the world.
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|BreadDough|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>BreadDough distribution
        <span class="mw-customtoggle-togglebox-BreadDough" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BreadDough">
    Effective chance calculations are based off of default loot settings, and median 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.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bakery
    | {{ll|fridge}}
    | 23.28%
    |-
    | bakerykitchen
    | {{ll|fridge}}
    | 23.28%
    |-
    | cafe
    | {{ll|fridge}}
    | 23.28%
    |-
    | cafekitchen
    | {{ll|fridge}}
    | 23.28%
    |-
    | donut_kitchenstorage
    | {{ll|fridge}}
    | 23.28%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-BreadDough" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|BreadDough|41.78.16-->
Bread dough can be obtained through [[#Crafting|crafting]] or looted from restaurant kitchens such as [[Pizza Whirled]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5179
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
}
}}
}}


== Nutritional Information ==
==See also==
'''It's Nutritional Values are as follows:'''<br>
*[[Baguette (dough)]]
(At this time, Bread dough has no nutritional benefit ingame, which could be a temporary oversight.) <br>
*[[Bread]]
Carbohydrates = 0 <br>
*[[Cake Batter]]
Proteins = 0 <br>
*[[Pie Dough]]
Lipids = 0 <br>
Calories = 0 <br><br>


== Crafting ==
{{Navbox items|prepared_food}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill
{{RecipeLookup|2032}}
{{RecipeLookup|2034}}
|}


== Code ==
<nowiki>
    item BreadDough
        Type = Food,
        DisplayName = Bread,
        Icon = Dough,
        Weight = 0.3,
        HungerChange = -15,
        UnhappyChange     = 10,
        ThirstChange = 15,
        RemoveNegativeEffectOnCooked    = TRUE,
        IsCookable = TRUE,
        DaysTotallyRotten = 9,
        MinutesToBurn = 50,
        MinutesToCook = 20,
        DaysFresh = 4,
</nowiki>


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Latest revision as of 12:09, 30 April 2024

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]
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: -15


Dough.png
Hunger: -11
Boredom: +10
Unhappiness: +20

DoughRotten.png
Hunger: -6
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 Ingredients Tools Requirements Workstation XP
Dough.png
Bread (dough)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
RollingPin.png Rolling Pin ×1
Bowl.png 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 occupation
(or)
Trait cook.png
Cook trait
(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
DoughCooked.png
Bread
Dough.png Bread (dough) ×1 none none none 2.5 Cooking

Distribution

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

BreadDough distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
bakery fridge 23.28%
bakerykitchen fridge 23.28%
cafe fridge 23.28%
cafekitchen fridge 23.28%
donut_kitchenstorage fridge 23.28%

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