Dried Lentils: Difference between revisions

From PZwiki
m (fix links)
m (Automated Formatting)
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{Header/sandbox2|Project Zomboid|Items|Food|Vegetables}}
{{Page version|41.78.16}}
{{Page version|41.73}}
{{Infobox item
{{Infobox item
|name=Dried Lentils
|name=Dried Lentils
|model=DriedLentils Model.png
|model=DriedLentils_Model.png
|icon=DriedLentils.png
|icon=DriedLentils.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=2.0
|weight=2.0
|packaged = Yes
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-60
|hunger_change=-60
Line 22: Line 21:
|item_id=Base.DriedLentils
|item_id=Base.DriedLentils
}}
}}
'''Dried lentils''' are a [[Food#Non-Perishable|non-perishable]] food [[Items|item]].
'''Dried lentils''' are a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 34: Line 33:
===Evolved recipes===
===Evolved recipes===
Dried chick peas is a [[cooking]] [[Recipe ingredients|ingredients]].
Dried chick peas is a [[cooking]] [[Recipe ingredients|ingredients]].
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem|soup=10|stew=10|rice=10|pasta=10}}
|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.''
''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.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|generalstore
|[[shelves]]
|4
|8
|-
|grocerystorage
|[[crate]]
|4
|0.8
|-
|italiankitchen
|[[counter]]
|4
|5
|-
|kitchen
|[[counter]]
|4
|5
|}
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]].


Line 46: Line 74:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start =  
   | start = 8318
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item DriedLentils
item DriedLentils
{
{
    DisplayName = Dried Lentils,
DisplayName = Dried Lentils,
    DisplayCategory = Food,
DisplayCategory = Food,
    Type = Food,
Type = Food,
    Weight = 2,
Weight = 2,
    Icon = DriedLentils,
Icon = DriedLentils,
    EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
    FoodType = Vegetables,
FoodType = Vegetables,
    Packaged = TRUE,
Packaged = TRUE,
    HungerChange = -60,
HungerChange = -60,
    ThirstChange = 60,
ThirstChange = 60,
    UnhappyChange = 40,
UnhappyChange = 40,
    Calories = 3000,
Calories = 3000,
    Carbohydrates = 540,
Carbohydrates = 540,
    Lipids = 0,
Lipids = 0,
    Proteins = 220,
Proteins = 220,
    WorldStaticModel = DriedLentils_Ground,
WorldStaticModel = DriedLentils_Ground,
    Tags = DriedFood,
Tags = DriedFood,
    EvolvedRecipeName = Lentil,
EvolvedRecipeName = Lentil,
}
}
  }}
}}
}}
}}


Line 82: Line 110:
*[[Dried White Beans]]
*[[Dried White Beans]]


{{Navbox food}}
{{Navbox items|plants}}
 


[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 08:10, 14 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.

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 8
grocerystorage crate 4 0.8
italiankitchen counter 4 5
kitchen counter 4 5

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