Bread

From PZwiki
Revision as of 23:58, 12 August 2018 by Simian (talk | contribs)


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


Bread is a perishable food item which is often found in refrigerators and bakery display cases. Bread takes three in-game days to go stale, and six in-game days to rot. This process is slower when the item is in a refrigerator.

Bread can be created by cooking bread dough in a heat source. Using a knife, bread can be cut into bread slices.

Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 99
Proteins = 17.7
Lipids = 6.66
Calories = 532

Crafting

Name Recipe Description Crafting Level












Name Recipe Description Crafting Level












Evolved recipes

Product Nutrition
Soup
Soup
5
Stew
Stew
5
Salad
Salad
5

Trapping

Bread can also be used in traps to capture birds.

Refer to trapping for further information.

Code

	
	item Bread
		HungerChange		= -30,
		Weight			= 0.3,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Bread,
		Icon			= Bread,
		DaysFresh		= 3,
		EvolvedRecipe 		= Soup:5;Stew:5;Salad:5,
		FoodType    		= NoExplicit,
        	Carbohydrates 		= 99,
        	Proteins 		= 17.7,
        	Lipids 			= 6.66,
        	Calories 		= 532,
        	Packaged 		= TRUE,

History

Alpha
RC 2.9 Added to the game.

See also

Template:Navbox/Consumables