Peas: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Peas.png
|image = Peas.png
|hunger = -20
|weight = 0.6
|weight = 0.6
}}
}}

Revision as of 19:36, 29 June 2014


A bag of peas, and it's a perishable food item that goes bad as time passes. It can be made into a nutritious boring soup with a pot of water. It can be found within houses, inside of refrigerators, and in produce bins. Peas take three in-game days to go stale, and five in-game days to become rotten.

Template:Consumables2

Crafting

AppleRotten.png
This article may be outdated.
Editors are encouraged to update this article with new information.

A bag of peas can be used for the following crafting recipes:

Output Ingredients Description




































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,
		FoodType    =   Vegetables,
	}

Template:Navbox/Consumables