Peas: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Peas}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Peas
|display_name=Peas
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Peas_120px.png
|image=Peas.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 22:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 43: Line 43:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved Recipes ===
 
===Evolved recipes===
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Pie=10|Omelette=5|Soup=10|Stew=10|StirFry=10|RoastedVegetables=10|Rice=10|Salad=5|}}
{{EvolvedRecipesForItem|Pie=10|Omelette=5|Soup=10|Stew=10|StirFry=10|RoastedVegetables=10|Rice=10|Salad=5|}}
Line 55: Line 56:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Peas
<pre>
    item Peas
{
{
DisplayName = Peas,
DisplayName = Peas,
Line 78: Line 80:
WorldStaticModel = Peas,
WorldStaticModel = Peas,
EvolvedRecipeName = Pea,
EvolvedRecipeName = Pea,
}</pre>
}
</pre>


==See also==
==See also==
Line 84: Line 87:
*[[Cold Pack]]
*[[Cold Pack]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 00:03, 26 February 2023

Peas
Peas
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 3 days
Days until rotten 2 days
Packaged Yes
Nutrition
Hunger
Hunger
-20
Thirst
Thirst
-5
Calories
Calories
119
Carbohydrates
Carbohydrates
20.45
Proteins
Proteins
7.95
Fat
Fat
0.85
Technical details
Item ID Base.Peas

Peas are a perishable food item.

Usage

Consumable properties

Peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Peas are a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
5
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Omelette
Omelette
5

Distribution

Peas are often found in refrigerators and grocery displays.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Peas
	{
		DisplayName = Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.6,
		Icon = Peas,
		EvolvedRecipe = Pie:10;Omelette:5;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;Salad:5,
		FoodType = Vegetables,
		Packaged = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -20,
		ThirstChange = -5,
		Calories = 119,
		Carbohydrates = 20.45,
		Lipids = 0.85,
		Proteins = 7.95,
		WorldStaticModel = Peas,
		EvolvedRecipeName = Pea,
	}

See also