Bread (dough): Difference between revisions

From PZwiki
(Redesigned page, +Navbox, +code, +category, +nutritional values (noted lack of))
m (Formatting.)
Line 11: Line 11:
|weight = 0.3
|weight = 0.3
}}
}}
[[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.
[[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.'''
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.


== Nutritional Information ==
== Nutritional Information ==
'''It's Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
At this time, Bread dough has no nutritional benefit ingame, which could be a temporary oversight.  
(At this time, Bread dough has no nutritional benefit ingame, which could be a temporary oversight.) <br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Proteins = 0 <br>
Line 25: Line 24:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  

Revision as of 03:52, 30 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Bread Dough   

Bread Dough, called "uncooked bread" in the game, is used to bake 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.

Nutritional Information

It's Nutritional Values are as follows:
(At this time, Bread dough has no nutritional benefit ingame, which could be a temporary oversight.)
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 0

Crafting

Name Recipe Description Skill
























Code

	
    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,

Template:Navbox/Consumables