Bread: Difference between revisions

From PZwiki
(Modified the evolved recipes to show the amount of hunger added, and removed the recipes not applicable)
(→‎Evolved Recipes: Added the Evolved Recipes for item template)
Line 38: Line 38:


== Evolved Recipes ==
== Evolved Recipes ==
{| class="wikitable sortable" style="text-align:center;"
{{EvolvedRecipesForItem
|-
|soup=5|stew=5|salad=5|stirfry=0|roastedvegetables=0|sandwich=0|burger=0|pie=0|cake=0}}
! Name
! Hunger Added
|-
| [[Image:Pot_Full.png]]<br>Soup || -5
|-
| [[Image:Pot_Full.png]]<br>Stew || -5
|-
| [[Image:Salad.png]]<br>Salad || -5
|}


== Code ==
== Code ==

Revision as of 01:20, 15 November 2014


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.


Nutritional Information

Template:Consumables2

Crafting

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