Dried Kidney Beans: Difference between revisions

From PZwiki
m (changed Chickpeas to Chick Peas to fix the link)
m (Distribution table update)
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Dried Kidney Beans}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Vegetables|type=Food|version=Version 41}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Dried Kidney Beans
{{Infobox item
|name_colour=Food
|name=Dried Kidney Beans
|name_text_colour=Food
|model=DriedKidneyBeans_Model.png
|image=DriedKidneyBeans.png
|icon=DriedKidneyBeans.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=2.0
|weight=2.0
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-60
|hunger_change=-60
Line 16: Line 17:
|carbohydrates=508
|carbohydrates=508
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=40
|unhappy_change=+40
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DriedKidneyBeans
|item_id=Base.DriedKidneyBeans
}}'''Dried Kidney Beans''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].
}}
'''Dried kidney beans''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Dried kidney beans do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.
===Consumable properties===
Dried kidney 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 [[Recipe ingredients#Soup & stew ingredients|soup]], [[Recipe ingredients#Soup & stew ingredients|stew]], [[Recipe ingredients#Rice & pasta ingredients|rice]], and [[Recipe ingredients#Rice & pasta ingredients|pasta]].
 
==Crafting==
{{Main|Cooking}}


===Consumable properties===
===Evolved recipes===
Dried kidney beans can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried kidney beans 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 kidney beans is a [[cooking]] [[Recipe ingredients|ingredients]].
{{EvolvedRecipesForItem|soup=10|stew=10|rice=10|pasta=10}}
''Note: Currently, dried kidney 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.''


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|DriedKidneyBeans|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>DriedKidneyBeans distribution
        <span class="mw-customtoggle-togglebox-DriedKidneyBeans" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-DriedKidneyBeans">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 5.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 0.8
    |-
    | all
    | {{ll|GroceryBag2}}
    | 1
    | 4.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 8.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 0.8
    |-
    | italiankitchen
    | {{ll|counter}}
    | 4
    | 5.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 5.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-DriedKidneyBeans" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DriedKidneyBeans|41.78.16-->
Dried kidney beans can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
Dried kidney beans can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
 
| {{CodeSnip
''Dried Kidney Beans'' [[File:DriedKidneyBeans.png|32px]]
  | lang = java
{{Retrieved|version=41}}
  | line = true
<pre>    item DriedKidneyBeans
  | start = 8296
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DriedKidneyBeans
{
{
        DisplayCategory = Food,
DisplayName = Dried Kidney Peas,
        Weight = 2,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Dried Kidney Peas,
Weight = 2,
        Icon = DriedKidneyBeans,
Icon = DriedKidneyBeans,
        HungerChange    =   -60,
EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        UnhappyChange  =   40,
FoodType = Bean,
        ThirstChange    =   60,
Packaged = TRUE,
        Carbohydrates = 508,
HungerChange = -60,
        Proteins = 272,
ThirstChange = 60,
        Lipids = 13,
UnhappyChange = 40,
        Calories = 3265,
Calories = 3265,
        Packaged = TRUE,
Carbohydrates = 508,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
Lipids = 13,
        FoodType    =   Vegetables,
Proteins = 272,
        WorldStaticModel = DriedKidneyBeans_Ground,
WorldStaticModel = DriedKidneyBeans_Ground,
}</pre>
Tags = DriedFood,
EvolvedRecipeName = Kidney Bean,
}
}}
}}


==See also==
==See also==
Line 62: Line 134:
*[[Dried White Beans]]
*[[Dried White Beans]]


{{Navbox_food}}
{{Navbox items|plants}}
 
 
[[Category:Non-perishable food]]

Latest revision as of 15:24, 24 April 2024

Project ZomboidItemsFoodVegetablesDried Kidney 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 Kidney Beans
DriedKidneyBeans Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
2.0
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-60
ThirstMoodle Icon Thirsty.png
+60
CaloriesCalories
3265
CarbohydratesCarbohydrates
508
ProteinsProteins
272
FatFat
13
Effect
UnhappinessMoodle Icon Unhappy.png
+40
Technical
Item ID
Base.DriedKidneyBeans

Dried kidney beans is a non-perishable food item.

Usage

Consumable properties

Dried kidney 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 kidney 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 kidney 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.

Distribution

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

DriedKidneyBeans distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 5.0
all GroceryBag1 1 0.8
all GroceryBag2 1 4.0
generalstore shelves 4 8.0
grocerystorage crate 4 0.8
italiankitchen counter 4 5.0
kitchen counter 4 5.0

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

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 DriedKidneyBeans
	{
		DisplayName = Dried Kidney Peas,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedKidneyBeans,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Bean,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 3265,
		Carbohydrates = 508,
		Lipids = 13,
		Proteins = 272,
		WorldStaticModel = DriedKidneyBeans_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = Kidney Bean,
	}

See also