Bread: Difference between revisions

From PZwiki
(Added the nutritional information section, removed old crafting recipes, added new crafting, and added an evolved recipes section)
(Modified the evolved recipes to show the amount of hunger added, and removed the recipes not applicable)
Line 41: Line 41:
|-
|-
! Name
! Name
! Usable
! Hunger Added
|-
|-
| [[Image:Pot_Full.png]]<br>Soup || Yes
| [[Image:Pot_Full.png]]<br>Soup || -5
|-
|-
| [[Image:Pot_Full.png]]<br>Stew || Yes
| [[Image:Pot_Full.png]]<br>Stew || -5
|-
|-
| [[Image:Salad.png]]<br>Salad || Yes
| [[Image:Salad.png]]<br>Salad || -5
|-
| [[Image:Full_Pan.png]]<br>Stir-Fry || No
|-
| [[Image:Full_Pan.png]]<br>Roasted Vegetables || No
|-
| [[Image:Sandwich.png]]<br>Sandwich || No
|-
| [[Image:Burger.png]]<br>Burger || No
|-
| [[Image:SNACKPie.png]]<br>Pie || No
|-
| [[Image:SNACKCake.png]]<br>Cake || No
|}
|}



Revision as of 00:29, 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

Name Hunger Added
File:Pot Full.png
Soup
-5
File:Pot Full.png
Stew
-5
File:Salad.png
Salad
-5

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