Peas: Difference between revisions

From PZwiki
(New infobox + new layout)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Peas}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=68}}{{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_Model.png
|image_width=200px
|alternate_image=Peas.png
|alternate_name=Peas
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 44: Line 48:
=== Evolved Recipes ===
=== Evolved Recipes ===
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
Peas are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=10|stew=10|stirfry=10|roastedvegetables=10|ricepot=10|ricepan=10|}}
{{EvolvedRecipesForItem|omelette=10|soup=10|stew=10|stirfry=10|roastedvegetables=10|ricepot=10|ricepan=10|}}


==Distribution==
==Distribution==
Line 50: Line 54:


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=68}}
<pre> item Peas
<pre>   item Peas
HungerChange = -20,
    {
Weight = 0.6,
        DisplayCategory = Food,
Type = Food,
        HungerChange = -20,
DaysTotallyRotten = 5,
        Weight = 0.6,
DisplayName = Peas,
        Type = Food,
Icon = Peas,
        DaysTotallyRotten = 5,
DaysFresh = 3,
        DisplayName = Peas,
EvolvedRecipe = Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10,
        Icon = Peas,
FoodType   = Vegetables,
        DaysFresh = 3,
        Carbohydrates = 20.45,
        EvolvedRecipe = Omelette:10;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10,
        Proteins = 7.95,
        FoodType   =   Vegetables,
        Lipids = 0.85,
        ThirstChange = -5,
        Calories = 119,
        Carbohydrates = 20.45,
        Packaged = TRUE,</pre>
        Proteins = 7.95,
        Lipids = 0.85,
        Calories = 119,
        Packaged = TRUE,
        WorldStaticModel = Peas,
    }</pre>


{{Navbox/Consumables}}
==See also==
*[[Ice Cream]]
*[[Cold Pack]]
 
{{Navbox_food}}

Revision as of 13:58, 13 March 2022

Peas
Peas
Peas
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 3 days
Days until rotten 5 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
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Omelette
Omelette
10

Distribution

Peas are often found in refrigerators and grocery displays.

Code

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

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

See also