Corn

From PZwiki
Revision as of 19:26, 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 -> Corn   


Corn is a perishable item that goes bad as time passes, and is found within houses, inside of refrigerators, and in produce bins. Corn takes five in-game days to go stale, and eight days in-game days to rot. Corn can be used in multiple recipes.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 26.74
Proteins = 4.68
Lipids = 1.93
Calories = 88

Evolved Recipes

Product Nutrition
Soup
Soup
14
Stew
Stew
14
Salad
Salad
14
Stir Fry
Stir Fry
14
Roasted Vegetables
Roasted Vegetables
14
Burger
Burger
7
Rice Pot/Saucepan
Rice Pot/Saucepan
14
Pasta Pot/Saucepan
Pasta Pot/Saucepan
14

Code

	
    item Corn
		HungerChange		= -14,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Corn,
		Icon			= Corn,
		DaysFresh		= 5,
		EvolvedRecipe 		= Soup:14;Stew:14;Stir fry:14;Burger:7;Salad:14;Roasted Vegetables:14;RicePot:14;RicePan:14;
					  PastaPot:14;PastaPan:14,
		FoodType 		= Vegetables,
        	Carbohydrates 		= 26.74,
        	Proteins 		= 4.68,
        	Lipids 			= 1.93,
        	Calories 		= 88,

See Also

Template:Navbox/Consumables