Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dried White Beans

From PZwiki
Project ZomboidItemsFoodVegetablesDried White Beans
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dried White Beans
DriedWhiteBeans Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
2
Properties
Packaged
True
Nutrition
HungerUI Hunger.png
-60
ThirstUI Thristy.png
60
CaloriesCalories
2823
CarbohydratesCarbohydrates
527
ProteinsProteins
188
FatFat
10
Effect
UnhappinessUI Unhappy.png
40
Cooking
Custom recipe
White Bean
Technical
Item ID
Base.DriedWhiteBeans

Dried white beans are a non-perishable food item.

Usage

Consumable properties

Dried white 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 chick peas to soup, stew, rice, and pasta.

Crafting

Main article: Cooking

Evolved recipes

Dried white beans is a cooking ingredients.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
10

Note: Currently, dried white beans can only be added in rice/pasta pot, not rice/pasta sauce pan. This is likely a bug and maybe will be fixed later.

Location

The loot distributions can be found in the table(s) below.

DriedWhiteBeans distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
FoodCache1 FoodBox 41.67%
generalstore shelves 19.68%
generalstorestorage crate 19.68%
generalstorestorage shelves 19.68%
gigamart shelves 19.68%
grocery shelves 19.68%
grocerystorage crate 3.98%
grocerystorage metal_shelves 3.98%
grocerystorage smallcrate 3.98%
italiankitchen counter 13.39%
kitchen counter 13.39%
kitchen overhead 13.39%
kitchen shelves 13.39%
livingroom counter 13.39%
livingroom overhead 13.39%
SurvivorCache1 counter 13.39%
SurvivorCache2 counter 13.39%

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

History

Base.DriedWhiteBeans

Version Description
Build 41.72 EvolvedRecipeName added with value White Bean.
FoodType changed from Vegetables to Bean.
Item tag added with value DriedFood.
Build 41.68 WorldStaticModel added with value DriedWhiteBeans_Ground.
Build 41.66 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item DriedWhiteBeans
	{
		DisplayName = Dried White Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedWhiteBeans,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Bean,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 2823,
		Carbohydrates = 527,
		Lipids = 10,
		Proteins = 188,
		WorldStaticModel = DriedWhiteBeans_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = White Bean,
	}

See also