Bread (dough)

From PZwiki
Revision as of 08:12, 16 December 2014 by Xinn (talk | contribs)

Bread dough, also called "uncooked bread" in the game, is used to bake bread.

Template:Items

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,
   }