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
BlackbeansModel.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
45
CarbohydratesCarbohydrates
10.45
ProteinsProteins
3.95
FatFat
0.45
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.

Fresh Stale Rotten

Blackbeans.png
Hunger: -10


Blackbeans.png
Hunger: -7
Boredom: +10
Unhappiness: +10

Blackbeans.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Black beans are a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Taco
Taco
5
Burrito
Burrito
10

Distribution

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

Containers
Building/Room Container Rolls Chance
dinerkitchen fridge 4 1
mexicankitchen fridge 4 8
restaurantkitchen fridge 4 1
westernkitchen fridge 4 8
fridge 4 8

Black beans are often found inside displays in restaurants.

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,
	}

See also