Dried Kidney Beans

From PZwiki
Revision as of 18:21, 15 April 2022 by TheBustyDuck (talk | contribs) (changed Chickpeas to Chick Peas to fix the link)
Dried Kidney Beans
Dried Kidney Beans
General
Category Food
Encumbrance
Heavy Load
2.0
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
+60
Calories
Calories
3265
Carbohydrates
Carbohydrates
508
Proteins
Proteins
272
Fat
Fat
13
Effect
Unhappiness
Unhappiness
40
Technical details
Item ID Base.DriedKidneyBeans

Dried Kidney Beans are a non-perishable food item.

Usage

Dried kidney beans do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.

Consumable properties

Dried kidney beans can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried kidney beans to Soup, Stew, Rice, and Pasta.

Distribution

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

Code

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

Dried Kidney Beans DriedKidneyBeans.png Retrieved: Build 41

    item DriedKidneyBeans
	{
        DisplayCategory = Food,
        Weight	=	2,
        Type	=	Food,
        DisplayName	=	Dried Kidney Peas,
        Icon	=	DriedKidneyBeans,
        HungerChange    =   -60,
        UnhappyChange   =   40,
        ThirstChange    =   60,
        Carbohydrates = 508,
        Proteins = 272,
        Lipids = 13,
        Calories = 3265,
        Packaged = TRUE,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        FoodType    =   Vegetables,
        WorldStaticModel = DriedKidneyBeans_Ground,
	}

See also