Dried White Beans: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Dried White Beans}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Dried White Beans
|display_name=Dried White Beans
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=DriedWhiteBeans 120px.png
|image=DriedWhiteBeans.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 22:


==Usage==
==Usage==
===Consumable properties===
===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 {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|soup}}}}, {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|stew}}}}, {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|rice}}}}, and {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|pasta}}}}.
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 {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|soup}}}}, {{T|Recipe Ingredients#Soup & Stew Ingredients|{{Translation|stew}}}}, {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|rice}}}}, and {{T|Recipe Ingredients#Rice & Pasta Ingredients|{{Translation|pasta}}}}.


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
Dried white beans is a [[cooking]] [[Recipe Ingredients|ingredients]].
Dried white beans is a [[cooking]] [[Recipe Ingredients|ingredients]].
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
Line 42: Line 43:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
Line 74: Line 75:
*[[Dried Split Peas]]
*[[Dried Split Peas]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 00:30, 19 February 2023

Project ZomboidItemsFoodNon-Perishable FoodDried White Beans

Template:Infobox foodDried 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
Soup
Soup
10
Stew
Stew
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Note: Currently, dried white 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 white 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 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