Bread (dough): Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Bread Dough}}
{{languages|Bread dough}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=17}}{{Infobox food
<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 -->
|display_name=Bread Dough
<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 -->
|name_colour=Food
<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_text_colour=Food
{{Consumables
|image=Dough_120px.png
|alternate_image=Bread.png
|alternate_name=Bread
|alternate_link=Bread
|alternate_image2=BreadSlices.png
|alternate_name2=Bread Slices
|alternate_link2=Bread Slices
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=4
|days_rotten=9
<!--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=50
<!--TECHNICAL DETAILS-->
|class_name=Base.BreadDough
}}'''Bread dough''' is a [[Food#Perishable|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.
{{Consumables2
|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 = Dough.png
}}
}}
'''Bread dough''' or '''uncooked bread''' is a [[Food#Perishable|perishable]] food item that cannot be found in the world naturally, and must be crafted by a character with the necessary skills. Bread dough takes four in-game days to go stale, and nine in-game days to rot. This process is slower when the item is in a [[refrigerator]].
In order to make bread dough, a character must either have the "cook" [[Traits#Hobbies|trait]] or read the corresponding [[Recipe Magazines#Cooking|recipe magazine]]. Using a [[heat source]], bread dough can be cooked into [[bread]].
== Nutritional information ==
'''Its nutritional values are as follows:'''<br>
(At this time, bread dough has no nutritional benefit, which could be a temporary oversight.) <br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
{{Main|Cooking}}
! Name
====How to make====
! class="unsortable" | Recipe
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.
! class="unsortable" | Description
{{Cooking table header}}
! class="unsortable" | Skill
{{RecipeLookup|2032}}
{{RecipeLookup|2032}}
{{Crafting table footer}}
====What it can make====
Bread dough is placed in a [[Heat Source|heat source]] for 20 minutes, producing [[bread]].
{{Cooking table header}}
{{RecipeLookup|2034}}
{{RecipeLookup|2034}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item BreadDough
{{Retrieved|version=40|incver=17}}
        Type = Food,
<pre> item BreadDough
        DisplayName = Bread,
Type = Food,
        Icon = Dough,
        DisplayName = Bread,
        Weight = 0.3,
        Icon = Dough,
        HungerChange = -15,
        Weight = 0.3,
        UnhappyChange     = 10,
        HungerChange = -15,
        ThirstChange = 15,
        UnhappyChange     = 10,
        RemoveNegativeEffectOnCooked    = TRUE,
        ThirstChange = 15,
        IsCookable = TRUE,
        RemoveNegativeEffectOnCooked    = TRUE,
        DaysTotallyRotten = 9,
        IsCookable = TRUE,
        MinutesToBurn = 50,
        DaysTotallyRotten = 9,
        MinutesToCook = 20,
        MinutesToBurn = 50,
        DaysFresh = 4,
        MinutesToCook = 20,
</nowiki>
        DaysFresh = 4,</pre>
 
==See also==
*[[Cake Batter]]
*[[Pie Dough]]


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

Revision as of 17:50, 21 September 2018

Bread Dough
Bread Dough
Bread Bread Slices
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 4 days
Days until rotten 9 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
+15
Calories
Calories
532
Carbohydrates
Carbohydrates
99
Proteins
Proteins
17.7
Fat
Fat
6.66
Effect
Unhappiness
Unhappiness
+10
Cooking
Time until cooked 20 minutes
Time until burned 50 minutes
Technical details
Item ID Base.BreadDough

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. Template:Consumables2

Crafting

Cooking

Main article: Cooking

How to make

The player must first learn how to make bread dough before it is craftable. This can be done by either reading a Good Cooking Magazine, or starting with the chef occupation during character creation. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

What it can make

Bread dough is placed in a heat source for 20 minutes, producing bread. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.17

	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,

See also

Template:Navbox/Consumables