Dried Kidney Beans

From PZwiki
Revision as of 00:19, 19 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
Project ZomboidItemsFoodNon-Perishable FoodDried Kidney Beans
Dried Kidney Beans
Dried Kidney Beans
General
Category Food
Encumbrance
Heavy Load
2.0
Packaged Yes
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 is a non-perishable food item.

Usage

Consumable properties

Dried kidney beans 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 black beans to soup, stew, rice, and pasta.

Crafting

Main article: Cooking

Evolved recipes

Dried kidney beans 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 kidney 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 kidney beans 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 DriedKidneyBeans
	{
		DisplayName = Dried Kidney Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedKidneyBeans,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Bean,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 3265,
		Carbohydrates = 508,
		Lipids = 13,
		Proteins = 272,
		WorldStaticModel = DriedKidneyBeans_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = Kidney Bean,
	}

See also