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

Black Beans

From PZwiki
Project ZomboidItemsFoodVegetablesBlack Beans
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Black Beans
Blackbeans Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
45
CarbohydratesCarbohydrates
10.45
ProteinsProteins
3.95
FatFat
0.45
Cooking
Custom recipe
Black Bean
Technical
Item ID
Base.Blackbeans

Black beans are a perishable food item.

Usage

Consumable properties

Black beans can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Black Beans (Fresh) -10 - - -
Stale Black Beans (Stale) -8 +10 +10 -
Rotten Black Beans (Rotten) -4 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Black beans are a cooking ingredient.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
Stir Fry
Stir Fry
10
RoastingpanFull.png
Roasted Vegetables
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
Taco.png
Taco (crafted)
5
Burrito.png
Burrito (crafted)
10

Location

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

Blackbeans 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
dinerkitchen fridge 4.44%
mexicankitchen fridge 19.68%
restaurantkitchen fridge 4.44%
westernkitchen fridge 19.68%

Black beans are often found inside displays in restaurants.

History

Base.Blackbeans

Version Description
Build 41.78 EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Burrito': '10', 'Taco': '5'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Burrito': '10', 'Taco': '5', 'Salad': '5'}.
Build 41.72 EvolvedRecipeName added with value Black Bean.
EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Burrito': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Roasted Vegetables': '10', 'RicePot': '10', 'RicePan': '10', 'Burrito': '10', 'Taco': '5'}.
FoodType changed from Vegetables to Bean.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 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 Blackbeans
	{
		DisplayName = Black Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Blackbeans,
		EvolvedRecipe = Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;Burrito:10;Taco:5;Salad:5,
		FoodType = Bean,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -10,
		Calories = 45,
		Carbohydrates = 10.45,
		Lipids = 0.45,
		Proteins = 3.95,
		WorldStaticModel = Blackbeans_Ground,
		EvolvedRecipeName = Black Bean,
	}