Peas

From PZwiki
Revision as of 01:49, 7 March 2024 by CalvyBot (talk | contribs) (Automated linking update.)
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Peas
Peas Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Properties
Packaged
Yes
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-20
ThirstMoodle Icon Thirsty.png
-5
CaloriesCalories
119
CarbohydratesCarbohydrates
20.45
ProteinsProteins
7.95
FatFat
0.85
Technical
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.

Fresh Stale Rotten

Peas.png
Hunger: -20


Peas.png
Hunger: -15
Boredom: +10
Unhappiness: +10

Peas.png
Hunger: -9
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
dinerkitchen freezer 4 1
kitchen freezer 4 1
freezer 4 1
freezer 4 1
restaurantkitchen freezer 4 8

Peas are often found in refrigerators and grocery displays.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

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