Bread: Difference between revisions

From PZwiki
(→‎Evolved Recipes: Added the Evolved Recipes for item template)
(edited for build31(30?))
Line 6: Line 6:
|weight = 0.3
|weight = 0.3
}}
}}
A perishable food item. Often found inside of houses, usually within a [[containers#Refrigerator|Refrigerator]]. If you have a [[Kitchen Knife|knife]], you can turn it into [[Bread Slices]].
A perishable food item. Often found inside of houses, usually within a [[containers#Refrigerator|Refrigerator]]. If you have a [[Kitchen Knife|knife]], you can turn it into [[Bread Slices]]. It can also be crafted using a by cooking [[Bread Dough|bread dough]] in a heat source.
 


== Nutritional Information ==
== Nutritional Information ==
Line 28: Line 27:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2034}}
|}
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  

Revision as of 10:19, 7 April 2015


A perishable food item. Often found inside of houses, usually within a Refrigerator. If you have a knife, you can turn it into Bread Slices. It can also be crafted using a by cooking bread dough in a heat source.

Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level












Name Recipe Description Crafting Level












Evolved Recipes

Product Nutrition
Soup
Soup
5
Stew
Stew
5
Salad
Salad
5
Stir Fry
Stir Fry
0
Roasted Vegetables
Roasted Vegetables
0
Sandwich
Sandwich
0
Burger
Burger
0
Pie (savory)
Pie (savory)
0
Cake
Cake
0

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

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Consumables