Bread: Difference between revisions

From PZwiki
mNo edit summary
(Added the nutritional information section, removed old crafting recipes, added new crafting, and added an evolved recipes section)
Line 6: Line 6:
|weight = 0.3
|weight = 0.3
}}
}}
A perishable food item. Often found inside of houses, usually within a [[containers#Kitchen_cupboard|kitchen cupboard]] or placed on the floor. The bread can last quite some time if stored in a refrigerator. The bread can be modified into a sandwich if you have ingredients which can be made into a sandwich in your inventory.
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]].




 
== Nutritional Information ==
== Effects ==
{{Consumables2
[[Hunger]]: -30
|image = Bread.png
 
|hunger = -30
 
|thirst = 0
 
|unrotten hunger = -23
== Rotten ==
|unrotten boredom = +10
After 6 days outside the [[containers#Refrigerator|Refrigerator]] and 15 days inside, the bread is completely rotten.{{fact}}
|unrotten unhappiness = +10
 
|unrotten thirst = 0
{{Consumables
|unrotten image = Bread.png
|image =Rotten Bread.png
|rotten hunger = -13
|hunger = -40
|rotten boredom = +20
|weight = 0.2
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|rotten image = Rotten Bread.png
}}
}}


Line 30: Line 33:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2013}}
! Crafting Level
{{RecipeLookup|2008}}
{{RecipeLookup|2035}}
|}
 
== Evolved Recipes ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! Usable
|-
| [[Image:Pot_Full.png]]<br>Soup || Yes
|-
| [[Image:Pot_Full.png]]<br>Stew || Yes
|-
| [[Image:Salad.png]]<br>Salad || Yes
|-
| [[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
|}
|}


Line 37: Line 65:
  <nowiki>item Bread
  <nowiki>item Bread
{
{
Type = Food,
HungerChange = -30,
DisplayName = Bread,
Weight = 0.3,
Icon = Bread,
Type = Food,
Weight = 0.2,
DaysTotallyRotten = 6,
HungerChange = -40,
DisplayName = Bread,
DaysFresh = 3,
Icon = Bread,
DaysTotallyRotten = 6
DaysFresh = 3,
EvolvedRecipe = Soup:5;Stew:5;Salad:5,
FoodType    =   NoExplicit,
}</nowiki>
}</nowiki>
== History ==
== History ==


Line 55: Line 86:


==See Also==
==See Also==
* [[Cheese Sandwich]]
* [[Bread Slices]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 61: Line 92:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 29.3]]

Revision as of 00:24, 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 Usable
File:Pot Full.png
Soup
Yes
File:Pot Full.png
Stew
Yes
File:Salad.png
Salad
Yes
File:Full Pan.png
Stir-Fry
No
File:Full Pan.png
Roasted Vegetables
No
Sandwich.png
Sandwich
No
Burger.png
Burger
No
File:SNACKPie.png
Pie
No
SNACKCake.png
Cake
No

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