Bread (dough)

From PZwiki
Revision as of 02:52, 30 August 2016 by MalonyJenkins (talk | contribs) (Formatting.)


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