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

Dried Split Peas

From PZwiki
Project ZomboidItemsFoodVegetablesDried Split Peas
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dried Split Peas
DriedSplitPeas Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-60
ThirstUI Thristy.png
60
CaloriesCalories
2217
CarbohydratesCarbohydrates
544
ProteinsProteins
221
FatFat
0
Effect
UnhappinessUI Unhappy.png
40
Cooking
Custom recipe
Split Pea
Technical
Item ID
Base.DriedSplitPeas

Dried split peas are a non-perishable food item.

Usage

Consumable properties

Dried split peas do not need to be opened, instead can be eaten directly but will provide the player with thirst and unhappiness. These effects can be countered by adding dried chick peas to soup, stew, rice, and pasta.

Crafting

Main article: Cooking

Evolved recipes

Dried split peas are a cooking ingredients.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
10

Note: Currently, dried split peas can only be added in rice/pasta pot, not rice/pasta sauce pan. This is likely a bug and maybe will be fixed later.

Location

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

DriedSplitPeas 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
FoodCache1 FoodBox 41.67%
generalstore shelves 19.68%
generalstorestorage crate 19.68%
generalstorestorage shelves 19.68%
gigamart shelves 19.68%
grocery shelves 19.68%
grocerystorage crate 3.98%
grocerystorage metal_shelves 3.98%
grocerystorage smallcrate 3.98%
italiankitchen counter 13.39%
kitchen counter 13.39%
kitchen overhead 13.39%
kitchen shelves 13.39%
livingroom counter 13.39%
livingroom overhead 13.39%
SurvivorCache1 counter 13.39%
SurvivorCache2 counter 13.39%

Dried split peas can often be found in kitchen counters and shop shelves.

History

Base.DriedSplitPeas

Version Description
Build 41.72 EvolvedRecipeName added with value Split Pea.
Item tag added with value DriedFood.
Build 41.68 WorldStaticModel added with value DriedSplitPeas_Ground.
Build 41.66 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 DriedSplitPeas
	{
		DisplayName = Dried Split Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedSplitPeas,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Vegetables,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 2217,
		Carbohydrates = 544,
		Lipids = 0,
		Proteins = 221,
		WorldStaticModel = DriedSplitPeas_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = Split Pea,
	}

See also