Potato: Difference between revisions

From PZwiki
m (Typo. Left Carrot text in Recipe description.)
(Replaced recipes with evolved recipes, adjusted formatting, updated version mention, added recipe ingredient link)
Line 29: Line 29:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
== Evolved Recipes ==
Potatoes can be used as Recipe Ingredients in many recipes.  
Potatoes can be used as Recipe Ingredients in many recipes.  
{| class="wikitable sortable" style="text-align:center;"
 
|-
{{EvolvedRecipesForItem
! Name
|soup=10|stew=10|pie=10|stirfry=10|salad=10|roastedvegetables=10}}
! class="unsortable" | Recipe
 
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2029}}
{{RecipeLookup|2030}}
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 54: Line 46:
== Code ==
== Code ==
  <nowiki>item Potato
  <nowiki>item Potato
{
Type = Food,
Type = Food,
DisplayName = Potato,
DisplayName = Potato,
Icon = Potato,
Icon = Potato,
Weight = 0.2,
Weight = 0.2,
HungerChange = -30,
HungerChange = -20,
DaysFresh = 7,
DaysFresh = 14,
DaysTotallyRotten = 14,
DaysTotallyRotten = 28,
        EvolvedRecipe       =       Soup:15;Stew:15;Pie:15;Stir fry:15;Salad:10;Roasted Vegetables:15,
        EvolvedRecipe       =       Soup:10;Stew:10;Pie:10;Stir fry:10;Salad:10;Roasted Vegetables:10,
        FoodType   =   Vegetables,
        FoodType   =   Vegetables
}</nowiki>
</nowiki>


== History ==
== History ==
Line 77: Line 69:
==See Also==
==See Also==
* [[Farming]]
* [[Farming]]
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 82: Line 75:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 21:46, 12 August 2015


A perishable food item that goes bad as time passes, when outside of a powered refrigerator. Potatoes are often found inside of refrigerators, and in produce bins. Can be grown through Farming with Potato Seeds. Potatoes take seven in-game days to go stale, and two in-game weeks to rot.

Nutritional Information

Template:Consumables2












Evolved Recipes

Potatoes can be used as Recipe Ingredients in many recipes.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Pie (savory)
Pie (savory)
10

Farming

Name Recipe Description Crafting Level












Code

item Potato
	
		Type			=		Food,
		DisplayName		=		Potato,
		Icon			=		Potato,
		Weight			=		0.2,
		HungerChange 		=		-20,
		DaysFresh 		=		14,
		DaysTotallyRotten 	=	 	28,
        	EvolvedRecipe       	=       	Soup:10;Stew:10;Pie:10;Stir fry:10;Salad:10;Roasted Vegetables:10,
        	FoodType    		=   		Vegetables

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables