Dried Chick Peas: Difference between revisions

From PZwiki
(Created the page)
 
m (Updated dried chick peas)
Line 1: Line 1:
{{languages|Dried Chickpeas}}
{{languages|Dried Chickpeas}}
{{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 Chick Peas
|display_name=Dried Chick Peas
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=DriedChickpeas.png
|image=DriedChickpeas 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 16: Line 16:
|carbohydrates=544
|carbohydrates=544
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=40
|unhappy_change=+40
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DriedChickpeas
|class_name=Base.DriedChickpeas
}}'''Dried Chickpeas''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}'''Dried chick peas''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].


==Usage==
==Usage==
Dried chickpeas do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.
===Consumable properties===
Dried chick 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 chickpeas can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried chickpeas 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 chick peas is a [[cooking]] [[Recipe Ingredients|ingredients]].
{{EvolvedRecipesForItem
|Soup=10|Stew=10|Rice=10|Pasta=10|}}
''Note: Currently, dried black beans 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 chickpeas can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
Dried chick peas can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].


== 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 Chickpeas'' [[File:DriedChickpeas.png|32px]]
{{Retrieved|version=41}}
<pre>    item DriedChickpeas
<pre>    item DriedChickpeas
{
{
Line 57: Line 60:
==See also==
==See also==
*[[Dried Black Beans]]
*[[Dried Black Beans]]
*[[Dried Kidney Peas]]
*[[Dried Kidney Peas|Dried Kidney Beans]]
*[[Dried Lentils]]
*[[Dried Lentils]]
*[[Dried Split Peas]]
*[[Dried Split Peas]]

Revision as of 16:42, 26 September 2022

Template:Infobox foodDried chick peas are a non-perishable food item.

Usage

Consumable properties

Dried chick 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 chick 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 black beans 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 chick 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 DriedChickpeas
	{
	DisplayCategory = Food,
        Weight	=	2,
        Type	=	Food,
        DisplayName	=	Dried Chick Peas,
        Icon	=	DriedChickpeas,
        HungerChange    =   -60,
        UnhappyChange   =   40,
        ThirstChange    =   60,
        Carbohydrates = 544,
        Proteins = 181,
        Lipids = 0,
        Calories = 2851,
        Packaged = TRUE,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        FoodType    =   Vegetables,
        WorldStaticModel = DriedChickpeas_Ground,
	}

See also