Peas: Difference between revisions

From PZwiki
m (Forgot to include the minus sign before the hunger stat.)
(Touched up and added build 27 info)
Line 3: Line 3:
|image = Peas.png
|image = Peas.png
|hunger = -20
|hunger = -20
|weight = 0.4
|weight = 0.6
}}
}}
A bag of peas. It can be made into a nutritious [[Boring Soup|boring soup]] with a [[pot of water]].  
A bag of peas. It can be made into a nutritious [[Boring Soup|boring soup]] with a [[pot of water]]. It can be found in [[refrigerator]]s and produce bins.


Found in [[refrigerator]]s.
{{Consumables2
{{Consumables2
|image = Peas.png
|image = Peas.png
Line 39: Line 38:


== Code ==
== Code ==
{{Notice|Outdated}}
  <nowiki>item Peas
  <nowiki>item Peas
{
{
Type = Food,
HungerChange = -20,
DisplayName = Peas,
Weight = 0.6,
Icon = Peas,
Type = Food,
Weight = 0.4,
DaysTotallyRotten = 5,
HungerChange = -20,
DisplayName = Peas,
DaysFresh = 2,
Icon = Peas,
DaysTotallyRotten = 4,
DaysFresh = 3,
}</nowiki>
EvolvedRecipe = Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10,
FoodType    =   Vegetables,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 16:36, 29 June 2014


A bag of peas. It can be made into a nutritious boring soup with a pot of water. It can be found in refrigerators and produce bins.

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