Dried Lentils: Difference between revisions

From PZwiki
(Created the page)
 
(Update distribution file)
 
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Dried Lentils}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Dried Lentils
{{Infobox item
|name_colour=Food
|name=Dried Lentils
|name_text_colour=Food
|model=DriedLentils_Model.png
|image=DriedLentils.png
|icon=DriedLentils.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=540
|carbohydrates=540
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=40
|unhappy_change=+40
}}'''Dried Lentils''' are a [[Food#Non-Perishable|non-perishable]] food [[item]].
<!--TECHNICAL DETAILS-->
|item_id=Base.DriedLentils
}}
'''Dried lentils''' are a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Dried lentils do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.


===Consumable properties===
===Consumable properties===
Dried lentils can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried lentils 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 lentils 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 [[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}}
 
===Evolved recipes===
Dried chick peas is a [[cooking]] [[Recipe ingredients|ingredients]].
{{EvolvedRecipesForItem|soup=10|stew=10|rice=10|pasta=10}}
''Note: Currently, dried lentils 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|DriedLentils|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>DriedLentils distribution
        <span class="mw-customtoggle-togglebox-DriedLentils" 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-DriedLentils">
    Effective chance calculations are based off of default loot settings, and median 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.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | FoodCache1
    | {{ll|FoodBox}}
    | 40.57%
    |-
    | GroceryBag1
    | {{ll|GroceryBag1}}
    | 0.89%
    |-
    | GroceryBag2
    | {{ll|GroceryBag2}}
    | 2.81%
    |-
    | SurvivorCache1
    | {{ll|counter}}
    | 12.96%
    |-
    | SurvivorCache2
    | {{ll|counter}}
    | 12.96%
    |-
    | generalstore
    | {{ll|shelves}}
    | 19.27%
    |-
    | generalstorestorage
    | {{ll|crate}}
    | 19.27%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 19.27%
    |-
    | gigamart
    | {{ll|shelves}}
    | 19.27%
    |-
    | grocery
    | {{ll|shelves}}
    | 19.27%
    |-
    | grocerystorage
    | {{ll|crate}}
    | 3.51%
    |-
    | grocerystorage
    | {{ll|metal_shelves}}
    | 3.51%
    |-
    | grocerystorage
    | {{ll|smallcrate}}
    | 3.51%
    |-
    | italiankitchen
    | {{ll|counter}}
    | 12.96%
    |-
    | kitchen
    | {{ll|counter}}
    | 12.96%
    |-
    | kitchen
    | {{ll|overhead}}
    | 12.96%
    |-
    | kitchen
    | {{ll|shelves}}
    | 12.96%
    |-
    | livingroom
    | {{ll|counter}}
    | 12.96%
    |-
    | livingroom
    | {{ll|overhead}}
    | 12.96%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-DriedLentils" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DriedLentils|41.78.16-->
Dried lentils can often be found in [[Containers#Kitchen Counter|kitchen counters]] and [[Containers#Shop Shelves|shop shelves]].
Dried lentils 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 Lentils'' [[File:DriedLentils.png|32px]]
  | lang = java
{{Retrieved|version=41|incver=68}}
  | line = true
<pre>    item DriedLentils
  | start = 8318
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DriedLentils
{
{
DisplayCategory = Food,
DisplayName = Dried Lentils,
        Weight = 2,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Dried Lentils,
Weight = 2,
        Icon = DriedLentils,
Icon = DriedLentils,
        HungerChange    =   -60,
EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        UnhappyChange  =   40,
FoodType = Vegetables,
        ThirstChange    =   60,
Packaged = TRUE,
        Carbohydrates = 540,
HungerChange = -60,
        Proteins = 220,
ThirstChange = 60,
        Lipids = 0,
UnhappyChange = 40,
        Calories = 3000,
Calories = 3000,
        Packaged = TRUE,
Carbohydrates = 540,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
Lipids = 0,
        FoodType    =   Vegetables,
Proteins = 220,
        WorldStaticModel = DriedLentils_Ground,
WorldStaticModel = DriedLentils_Ground,
}</pre>
Tags = DriedFood,
EvolvedRecipeName = Lentil,
}
}}
}}


==See also==
==See also==
Line 60: Line 177:
*[[Dried White Beans]]
*[[Dried White Beans]]


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

Latest revision as of 12:37, 30 April 2024

Project ZomboidItemsFoodVegetablesDried Lentils
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dried Lentils
DriedLentils 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
3000
CarbohydratesCarbohydrates
540
ProteinsProteins
220
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+40
Technical
Item ID
Base.DriedLentils

Dried lentils are a non-perishable food item.

Usage

Consumable properties

Dried lentils 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 chick peas 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 lentils 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.

DriedLentils distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
FoodCache1 FoodBox 40.57%
GroceryBag1 GroceryBag1 0.89%
GroceryBag2 GroceryBag2 2.81%
SurvivorCache1 counter 12.96%
SurvivorCache2 counter 12.96%
generalstore shelves 19.27%
generalstorestorage crate 19.27%
generalstorestorage shelves 19.27%
gigamart shelves 19.27%
grocery shelves 19.27%
grocerystorage crate 3.51%
grocerystorage metal_shelves 3.51%
grocerystorage smallcrate 3.51%
italiankitchen counter 12.96%
kitchen counter 12.96%
kitchen overhead 12.96%
kitchen shelves 12.96%
livingroom counter 12.96%
livingroom overhead 12.96%

Dried lentils 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 DriedLentils
	{
		DisplayName = Dried Lentils,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = DriedLentils,
		EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
		FoodType = Vegetables,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 3000,
		Carbohydrates = 540,
		Lipids = 0,
		Proteins = 220,
		WorldStaticModel = DriedLentils_Ground,
		Tags = DriedFood,
		EvolvedRecipeName = Lentil,
	}

See also