Potato

From PZwiki
Revision as of 19:37, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Potato   

Potatoes are 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 fourteen in-game days to go stale, and twenty eight days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 14.52
Proteins = 2.88
Lipids = 0.15
Calories = 70

Crafting

Potatoes can be preserved for long periods using jars using the ingredients below.

Name Recipe Description













Evolved Recipes

Potatoes can be used as Recipe Ingredients in many recipes.

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

Farming

Name Recipe Description Crafting Level












Code

	
    item Potato
		Type			= Food,
		DisplayName		= Potato,
		Icon			= Potato,
		Weight			= 0.2,
		HungerChange 		= -18,
		DaysFresh 		= 14,
		DaysTotallyRotten 	= 28,
        	EvolvedRecipe       	= Soup:18;Stew:18;Pie:18;Stir fry:18;Salad:9;Roasted Vegetables:18,
        	FoodType    		= Vegetables,
        	Carbohydrates 		= 14.52,
        	Proteins 		= 2.88,
        	Lipids 			= 0.15,
        	Calories 		= 70,

Template:Navbox/Consumables