Dried Chick Peas

From PZwiki
Revision as of 18:12, 15 April 2022 by TheBustyDuck (talk | contribs) (Created the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Dried Chick Peas
Dried Chick Peas
General
Category Food
Encumbrance
Heavy Load
2.0
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
+60
Calories
Calories
2851
Carbohydrates
Carbohydrates
544
Proteins
Proteins
181
Fat
Fat
0
Effect
Unhappiness
Unhappiness
40
Technical details
Item ID Base.DriedChickpeas

Dried Chickpeas are a non-perishable food item.

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 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 Soup, Stew, Rice, and Pasta.

Distribution

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

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Dried Chickpeas DriedChickpeas.png Retrieved: Build 41

    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