Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Peas

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Peas
Peas Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Properties
Packaged
True
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-20
ThirstUI Thristy.png
-5
CaloriesCalories
119
CarbohydratesCarbohydrates
20.45
ProteinsProteins
7.95
FatFat
0.85
Cooking
Custom recipe
Pea
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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Peas (Fresh) -20 - - -
Stale Peas (Stale) -15 +10 +10 -
Rotten Peas (Rotten) -9 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Peas are a cooking ingredient.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
TZ CraftSalat.png
Salad
5
Stir Fry
Stir Fry
10
RoastingpanFull.png
Roasted Vegetables
10
PieWhole.png
Pie (savory)
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
PanFull.png
Omelette (crafted)
5

Location

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

Peas distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
dinerkitchen freezer 23.67%
kitchen freezer 23.67%
livingroom freezer 23.67%
restaurantkitchen freezer 19.68%

Peas are often found in refrigerators and grocery displays.

History

Base.Peas

Version Description
Build 41.72 EvolvedRecipeName added with value Pea.
EvolvedRecipe changed from {'Omelette': '10', 'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'} to {'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'}.
Build 41.65 DisplayCategory added with value Food.
EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'} to {'Omelette': '10', 'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'}.
Build 41.51 WorldStaticModel added with value Peas.
Build 41.17 EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'}.
Build 35.25b ThirstChange added with value -5.
Build 34.23 Calories added with value 119.
Nutrition added with value 20.45.
EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Roasted Vegetables': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10'}.
Nutrition added with value 0.85.
Packaged added with value TRUE.
Proteins added with value 7.95.
Build 26 EvolvedRecipe added with value {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Roasted Vegetables': '10'}.
FoodType added with value Vegetables.
RC2.9 - Build 0007 DaysFresh changed from 2 to 3.
DaysTotallyRotten changed from 4 to 5.
Weight changed from 0.4 to 0.6.
0.2.0a Released on this version.

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.78.16
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