Eggplant

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Eggplant
EggPlant Model.png
EggPlantRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-16
ThirstMoodle Icon Thirsty.png
-9
CaloriesCalories
114
CarbohydratesCarbohydrates
26.93
ProteinsProteins
4.49
FatFat
0.82
Technical
Item ID
Base.Eggplant

An eggplant is a perishable food item.

Usage

Consumable properties

Eggplant can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
Eggplant.png
Hunger: -16
Eggplant.png
Hunger: -11
Boredom: +10
Unhappiness: +10
EggplantRotten.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Eggplant can be preserved to extend their lifespan by using a jar.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
JamPurple.png
Jar of Eggplants
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Eggplant.png
Eggplant x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)

Evolved recipes

Eggplant is a cooking ingredient.

Product Nutrition
Soup
Soup
16
Stew
Stew
16
Salad
Salad
8
Stir Fry
Stir Fry
16
Roasted Vegetables
Roasted Vegetables
16
Sandwich
Sandwich
4
Burger
Burger
8
Pie (savory)
Pie (savory)
16
Rice Pot/Saucepan
Rice Pot/Saucepan
16
Pasta Pot/Saucepan
Pasta Pot/Saucepan
16
Omelette
Omelette
8
Pizza
Pizza
8

Sack of Eggplant

Product XP gained Skill(s) Recipe Ingredient 1
Eggplant.png
Eggplant x12
0 XP none Sandbag.png
Sack of Eggplant
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
chinesekitchen fridge 4 8
dinerkitchen fridge 4 2
italiankitchen fridge 4 8
restaurantkitchen fridge 4 2

Eggplant is often found in refrigerators and grocery displays.

Sacks of Eggplants can be found in grocery stores and warehouses.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Eggplant.png Base.Eggplant
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Eggplant
	{
		DisplayName = Eggplant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Eggplant,
		EvolvedRecipe = Pizza:8;Omelette:8;Soup:16;Stew:16;Pie:16;Stir fry Griddle Pan:16;Stir fry:16;Burger:8;Sandwich:4;Sandwich Baguette:4;Salad:8;Roasted Vegetables:16;RicePot:16;RicePan:16;PastaPot:16;PastaPan:16,
		FoodType = Vegetables,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -16,
		ThirstChange = -9,
		Calories = 114,
		Carbohydrates = 26.93,
		Lipids = 0.82,
		Proteins = 4.49,
		StaticModel = CylinderFood_Purple,
		WorldStaticModel = EggPlant_Ground,
	}

Sandbag.png Base.SackProduce_Eggplant
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Eggplant
	{
		DisplayName = Sack of Eggplants,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		WorldStaticModel = SandBag,
	}