Bread (dough)

From PZwiki
Revision as of 20:47, 2 August 2015 by Svarog (talk | contribs)

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

As of Build 32 crafting fishing rods 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.

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