Dried Split Peas: Difference between revisions

From PZwiki
(Created the page)
 
mNo edit summary
Line 1: Line 1:
{{languages|Dried Split Peas}}
{{languages|Dried Split Peas}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Vegetables|type=Food|version=Version 41}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Dried Split Peas
|display_name=Dried Split Peas
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=DriedSplitPeas.png
|image=DriedSplitPeas 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=2.0
|weight=2
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-60
|hunger_change=-60
Line 16: Line 16:
|carbohydrates=544
|carbohydrates=544
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=40
|unhappy_change=+40
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DriedSplitPeas
|class_name=Base.DriedSplitPeas
}}'''Dried Split Peas''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}'''Dried split peas''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].


==Usage==
==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 do not need to be opened, but can be eaten from directly but will provide the player with thirst and unhappiness. These effects can be countered by adding dried chick peas to {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|soup}}}}, {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|stew}}}}, {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|rice}}}}, and {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|pasta}}}}.


===Consumable properties===
== Crafting ==
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 {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|Soup}}}}, {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|Stew}}}}, {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|Rice}}}}, and {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|Pasta}}}}.
=== Evolved recipes ===
Dried split peas is a [[cooking]] [[Recipe Ingredients|ingredients]].
{{EvolvedRecipesForItem
|Soup=10|Stew=10|Rice=10|Pasta=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==
==Distribution==
Dried split peas can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
Dried split peas can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
==Gallery==
<gallery>
File:DriedSplitPeas Model.png|Dried split peas model when placed in the world.
</gallery>


== 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}}
''Dried Split Peas'' [[File:DriedSplitPeas.png|32px]]
{{Retrieved|version=41}}
<pre>    item DriedSplitPeas
<pre>    item DriedSplitPeas
{
{
        DisplayCategory = Food,
DisplayName = Dried Split Peas,
        Weight = 2,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Dried Split Peas,
Weight = 2,
        Icon = DriedSplitPeas,
Icon = DriedSplitPeas,
        HungerChange    =   -60,
EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        UnhappyChange  =   40,
FoodType = Vegetables,
        ThirstChange    =   60,
Packaged = TRUE,
        Carbohydrates = 544,
HungerChange = -60,
        Proteins = 221,
ThirstChange = 60,
        Lipids = 0,
UnhappyChange = 40,
        Calories = 2217,
Calories = 2217,
        Packaged = TRUE,
Carbohydrates = 544,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
Lipids = 0,
        FoodType    =   Vegetables,
Proteins = 221,
        WorldStaticModel = DriedSplitPeas_Ground,
WorldStaticModel = DriedSplitPeas_Ground,
Tags = DriedFood,
EvolvedRecipeName = Split Pea,
}</pre>
}</pre>



Revision as of 20:20, 29 September 2022

Dried Split Peas
Dried Split Peas
General
Category Food
Encumbrance
Heavy Load
2
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, but can be eaten from 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

Evolved recipes

Dried split peas is 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.

Gallery

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