Peas: Difference between revisions

From PZwiki
mNo edit summary
(Matched formatting to other food items, -crafted info (outdated) + evolved recipe table, added consumable section info, -TOC, + recipe ingredient section, updated version page)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Peas.png
|image = Peas.png
|weight = 0.6
|weight = 0.6
|hunger = -20
}}
}}
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|boring soup]] with a [[pot of water]]. It can be found within houses, inside of [[refrigerator]]s, and in produce bins. Peas take three in-game days to go stale, and five in-game days to become rotten.
A bag of peas is a perishable food item that goes bad as time passes. It can be found within houses, inside of [[refrigerator]]s, and in produce bins. Peas take three in-game days to go stale, and five in-game days to become rotten.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Peas.png
|image = Peas.png
Line 22: Line 26:
|rotten image = Peas.png
|rotten image = Peas.png
}}
}}
== Crafting ==
|}
{{Notice|Outdated}}
<br><br><br><br><br><br><br><br><br><br><br>
A bag of peas can be used for the following crafting recipes:
 
{| class="wikitable sortable" style="text-align:center;"
|-


! Output
== Evolved Recipes ==
! class="unsortable" | Ingredients
{{EvolvedRecipesForItem
! class="unsortable" | Description
|soup=10|stew=10|stirfry=10|roastedvegetables=10}}
{{RecipeLookup|2005}}
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}


== Code ==
== Code ==
  <nowiki>item Peas
  <nowiki>item Peas
{
HungerChange = -20,
HungerChange = -20,
Weight = 0.6,
Weight = 0.6,
Type = Food,
Type = Food,
DaysTotallyRotten = 5,
DaysTotallyRotten = 5,
DisplayName = Peas,
DisplayName = Peas,
Icon = Peas,
Icon = Peas,
DaysFresh = 3,
DaysFresh = 3,
EvolvedRecipe = Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10,
EvolvedRecipe = Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10,
FoodType   =   Vegetables,
FoodType   =   Vegetables,
}</nowiki>
</nowiki>
==See Also==
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 55: Line 54:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 19:49, 26 August 2015


A bag of peas is a perishable food item that goes bad as time passes. 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.

Nutritional Information

Template:Consumables2












Evolved Recipes

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
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,
		FoodType    		=   	Vegetables,
	

See Also

Template:Navbox/Consumables