Peas

From PZwiki
Revision as of 18:35, 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 -> Peas   

A Bag of Peas are perishable food items that goes bad as time passes, when outside of a refrigerator. Leeks are often found within houses, and inside of refrigerators. Peas take three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 20.45
Proteins = 7.95
Lipids = 0.85
Calories = 119

Evolved Recipes

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10

Code

	
	item Peas
		HungerChange		= -20,
		Weight			= 0.6,
		Type			= Food,
		DaysTotallyRotten	= 5,
		DisplayName		= Peas,
		Icon			= Peas,
		DaysFresh		= 3,
		EvolvedRecipe 		= Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 20.45,
        	Proteins 		= 7.95,
        	Lipids 			= 0.85,
        	Calories 		= 119,
        	Packaged 		= TRUE,

Template:Navbox/Consumables