Bread (dough): Difference between revisions

From PZwiki
(New infobox + new layout)
(Update distribution file)
 
(44 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{languages|Bread Dough}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=17}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Bread Dough
{{Reupload|Missing 3D models (Cooked, Rotten Cooked, Burnt)}}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Bread
|image=Dough_120px.png
|model=Dough_Model.png
|alternate_image=Bread.png
|icon=Dough.png
|alternate_name=Bread
|icon_name=Bread (dough)
|alternate_link=Bread
|icon2=DoughCooked.png
|alternate_image2=BreadSlices.png
|icon_name2=Bread (Cooked)
|alternate_name2=Bread Slices
|model3=BreadDough_Rotten_Model.png
|alternate_link2=Bread Slices
|icon3=DoughRotten.png
|icon_name3=Bread (Rotten)
|icon4=DoughRotten.png
|icon_name4=Bread (Rotten Cooked)
|icon5=DoughBurnt.png
|icon_name5=Bread (Burnt)
Bread
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=4
|days_fresh=3
|days_rotten=9
|days_rotten=6
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-15
Line 27: Line 33:
<!--COOKING-->
<!--COOKING-->
|cook_minutes=20
|cook_minutes=20
|burn_minutes=50
|burn_minutes=30
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.BreadDough
|item_id=Base.BreadDough
}}'''Bread dough''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
A '''bread''' (dough) is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
=== Consumable properties ===
===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.
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.
{{Consumables2
 
{{Consumables
|image = Dough.png
|image = Dough.png
|hunger = -15
|hunger = -15
Line 46: Line 54:
|rotten unhappiness = +30
|rotten unhappiness = +30
|perishable = 1
|perishable = 1
|rotten image = Dough.png
|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
}}
}}


== Crafting ==
===Cooking===
===Cooking===
{{Main|Cooking}}
Bread dough is placed in a [[heat source]] for 20 minutes, producing [[bread]].
====How to make====
{{Crafting/sandbox2
The player must first learn how to make bread dough before it is craftable. This can be done by either reading a [[Recipe Magazines#Cooking|''Good Cooking Magazine'']], or starting with the [[Occupation#Chef|chef occupation]] during character creation.
|bread
{{Cooking table header}}
}}
{{RecipeLookup|2032}}
 
{{Crafting table footer}}
==Distribution==
====What it can make====
The loot distributions can be found in the table(s) below.
Bread dough is placed in a [[Heat Source|heat source]] for 20 minutes, producing [[bread]].
{{Cooking table header}}
{{RecipeLookup|2034}}
{{Crafting table footer}}


== Code ==
<!--BOT FLAG|BreadDough|41.78.16-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Clear}}
{{Retrieved|version=40|incver=17}}
<div class="togglebox theme-red">
<pre> item BreadDough
    <div>BreadDough distribution
Type = Food,
        <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>
        DisplayName = Bread,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BreadDough">
        Icon = Dough,
    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">
        Weight = 0.3,
<div class="pz-container">
        HungerChange = -15,
<div id="containers" style="flex-basis:30%">
        UnhappyChange     = 10,
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
        ThirstChange = 15,
    |+ {{ll|Containers}}
        RemoveNegativeEffectOnCooked    = TRUE,
    ! Building/Room
        IsCookable = TRUE,
    ! Container
        DaysTotallyRotten = 9,
    ! Effective chance
        MinutesToBurn = 50,
    |-
        MinutesToCook = 20,
    | bakery
        DaysFresh = 4,</pre>
    | {{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,
}
}}
}}


==See also==
==See also==
*[[Baguette (dough)]]
*[[Bread]]
*[[Cake Batter]]
*[[Cake Batter]]
*[[Pie Dough]]
*[[Pie Dough]]


{{Navbox/Consumables}}
{{Navbox items|prepared_food}}
 
 
[[Category:Perishable food]]

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