Eggplant

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 Ingredients Tools Requirements Workstation XP
JamPurple.png
Jar of Eggplants
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Eggplant.png Eggplant ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

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 Ingredients Tools Requirements Workstation XP
Eggplant.png
Eggplant ×12
Sandbag.png Sack of Eggplant ×1 none none none none

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,
	}

See also