Bread (dough)

From PZwiki
Revision as of 04:38, 13 August 2018 by Simian (talk | contribs)


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

Bread dough or uncooked bread is a 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" trait or read the corresponding recipe magazine. Using a heat source, bread dough can be cooked into bread.

Nutritional information

Its nutritional values are as follows:
(At this time, bread dough has no nutritional benefit, 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