Bread: Difference between revisions

From PZwiki
m (fixed language and container links)
mNo edit summary
Line 10: Line 10:
}}
}}


A perishable food item that goes bad as time passes. Often found inside of houses, usually within a [[containers#Refrigerators|refrigerator]]. Bread takes three in-game days to go stale, and six in-game days to rot.
'''Bread''' is a [[Food#Perishable|perishable]] food item which is often found in [[refrigerator]]s 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.


If you have a [[Kitchen Knife|knife]], you can turn it into [[Bread Slices|bread slices]]. It can also be crafted by cooking [[bread_dough|bread dough]] in a heat source.
Bread can be created by cooking [[bread dough]] in a [[Heat Source|heat source]]. Using a [[Kitchen Knife|knife]], bread can be cut into [[Bread Slices|bread slices]].


== Nutritional Information ==
== Nutritional information ==
{| border=0 align=left
{| border=0 align=left
|
|
Line 35: Line 35:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 99 <br>
Carbohydrates = 99 <br>
Proteins = 17.7 <br>
Proteins = 17.7 <br>
Line 59: Line 59:
|}
|}


== Evolved Recipes ==
== Evolved recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=5|stew=5|salad=5|}}
|soup=5|stew=5|salad=5|}}
Line 65: Line 65:
== Trapping ==
== Trapping ==


A Loaf of Bread can also be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]].
Bread can also be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]].


Refer to [[Trapping|trapping]] for further information.
Refer to [[Trapping|trapping]] for further information.
Line 95: Line 95:
| RC 2.9 || Added to the game.  
| RC 2.9 || Added to the game.  
|}
|}
==See Also==
==See also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 23:58, 12 August 2018


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