Dried Lentils

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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
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 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