Dried Black Beans: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(+3d model in infobox -gallery)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Dried Black Beans
|display_name=Dried Black Beans
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=DriedBlackBeans.png
|image=DriedBlackBeans Model.png
|image_width=200px
|alternate_image=DriedBlackBeans.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 36: Line 40:
==Distribution==
==Distribution==
Dried black beans can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
Dried black beans can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
==Gallery==
<gallery>
File:DriedBlackBeans Model.png|Dried black beans model when placed in the world.
</gallery>


==Code==
==Code==

Revision as of 21:45, 18 December 2023

Project ZomboidItemsFoodNon-Perishable FoodDried Black Beans

Template:Infobox foodDried black beans is a non-perishable food item.

Usage

Consumable properties

Dried black 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 black 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 black 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 black beans can often be found in kitchen counters and shop shelves.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item DriedBlackBeans
	{
		DisplayName = Dried Black Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedBlackBeans,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Bean,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 3084,
		Carbohydrates = 580,
		Lipids = 0,
		Proteins = 199,
		WorldStaticModel = DriedBlackBeans_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = Black Bean,
	}

See also