Peas: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Peas}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=68}}{{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_Model.png
|image=Peas_120px.png
|image_width=200px
|alternate_image=Peas.png
|alternate_name=Peas
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.6
|weight=0.6
|days_fresh=3
|days_fresh=3
|days_rotten=5
|days_rotten=2
|packaged=True
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
Line 48: Line 44:
=== Evolved Recipes ===
=== Evolved Recipes ===
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=10|soup=10|stew=10|stirfry=10|roastedvegetables=10|ricepot=10|ricepan=10|}}
{{EvolvedRecipesForItem|Pie=10|Omelette=5|Soup=10|Stew=10|StirFry=10|RoastedVegetables=10|Rice=10|Salad=5|}}


==Distribution==
==Distribution==
Peas are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Peas are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
==Gallery==
<gallery>
File:Peas Model.png|Peas model when placed in the world.
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Peas
<pre>    item Peas
    {
{
        DisplayCategory = Food,
DisplayName = Peas,
        HungerChange = -20,
DisplayCategory = Food,
        Weight = 0.6,
Type = Food,
        Type = Food,
Weight = 0.6,
        DaysTotallyRotten = 5,
Icon = Peas,
        DisplayName = 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,
        Icon = Peas,
FoodType = Vegetables,
        DaysFresh = 3,
Packaged = TRUE,
        EvolvedRecipe = Omelette:10;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10,
DaysFresh = 3,
        FoodType   =   Vegetables,
DaysTotallyRotten = 5,
        ThirstChange = -5,
HungerChange = -20,
        Carbohydrates = 20.45,
ThirstChange = -5,
        Proteins = 7.95,
Calories = 119,
        Lipids = 0.85,
Carbohydrates = 20.45,
        Calories = 119,
Lipids = 0.85,
        Packaged = TRUE,
Proteins = 7.95,
        WorldStaticModel = Peas,
WorldStaticModel = Peas,
    }</pre>
EvolvedRecipeName = Pea,
}</pre>


==See also==
==See also==

Revision as of 11:29, 29 September 2022

Peas
Peas
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 3 days
Days until rotten 2 days
Packaged True
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

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