Bread (dough): Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 37: Line 37:
         DaysFresh = 4,
         DaysFresh = 4,
     }
     }
[[Category:Cookable Food]]
[[Category:Items]]
[[Category:Consumables]]
[[Category:Perishable Food]]

Revision as of 08:12, 16 December 2014

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