![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Dried Split Peas
![]() |
English |
Navigation:Main Index>Project Zomboid>Items>Food>Non-Perishable Food>Vegetables>Dried Split PeasPage Updated: Version 41
Dried Split Peas | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 2.0 |
Nutrition | |
Hunger | -60 |
Thirst | +60 |
Calories | 2217 |
Carbohydrates | 544 |
Proteins | 221 |
Fat | 0 |
Effect | |
Unhappiness | 40 |
Technical details | |
Base ID | Base.DriedSplitPeas |
Dried Split Peas are a non-perishable food item.
Usage
Dried split peas do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.
Consumable properties
Dried split peas can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried split peas to Soup, Stew, Rice, and Pasta.
Distribution
Dried split peas can often be found in kitchen counters and shop shelves.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41 |
item DriedSplitPeas { DisplayCategory = Food, Weight = 2, Type = Food, DisplayName = Dried Split Peas, Icon = DriedSplitPeas, HungerChange = -60, UnhappyChange = 40, ThirstChange = 60, Carbohydrates = 544, Proteins = 221, Lipids = 0, Calories = 2217, Packaged = TRUE, EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10, FoodType = Vegetables, WorldStaticModel = DriedSplitPeas_Ground, }
See also