Potato: Difference between revisions

From PZwiki
mNo edit summary
(Formatted page, adjusted consumable detail, minor summary adjustment, added recipes, added farming section)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Potato.png
|image = Potato.png
|weight = 0.2
|weight = 0.2
|hunger = -30
}}
}}
A perishable food item that goes bad as time passes, when outside of a [[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.
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 ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Potato.png
|image = Potato.png
Line 23: Line 27:
|rotten image = Potato rotten.png
|rotten image = Potato rotten.png
}}
}}
 
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
Carrots can be used as Recipe Ingredients in many recipes.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2029}}
{{RecipeLookup|2030}}
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5015}}
|}
== Code ==
== Code ==
  <nowiki>item Potato
  <nowiki>item Potato

Revision as of 19:21, 6 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












Crafting

Carrots can be used as Recipe Ingredients in many recipes.

Name Recipe Description Crafting Level




























































Farming

Name Recipe Description Crafting Level












Code

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

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables