Dried Split Peas: Difference between revisions

From PZwiki
(+3d model in infobox -gallery)
m (Category Project: Vegetables)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{header/sandbox2|Project Zomboid|Items|Food|Vegetables}}
{{page version|41.73}}
{{Infobox food
{{Infobox food
|display_name=Dried Split Peas
|display_name=Dried Split Peas
Line 44: Line 45:
==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41.73}}
<pre>    item DriedSplitPeas
<pre>    item DriedSplitPeas
{
{
Line 75: Line 76:


{{Navbox food}}
{{Navbox food}}
[[Category:Non-perishable food]]

Revision as of 07:50, 27 January 2024

Template:Header/sandbox2

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.
Dried Split Peas
Dried Split Peas
DriedSplitPeas.png
General
Category Food
Encumbrance
Heavy Load
2
Packaged Yes
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
+60
Calories
Calories
2217
Carbohydrates
Carbohydrates
544
Proteins
Proteins
221
Fat
Fat
0
Effect
Unhappiness
Unhappiness
+40
Technical details
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
Soup
Soup
10
Stew
Stew
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

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

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: Build 41.73

    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