Lime

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]
Lime
Lime Model.png
Lime (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
7 days
Days until rotten
9 days
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
-5
CaloriesCalories
17
CarbohydratesCarbohydrates
5.41
ProteinsProteins
0.64
FatFat
0.17
Technical
Item ID
Base.Lime

Lime is a perishable food item

Usage

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

Trapping

Main article: Trapping

Lime can be used as bait in traps.

Consumable properties

Lime can be eaten, providing the player with some positive effects, however these will become more negative the longer they're left to perish.

Fresh Stale Rotten

Lime.png
Hunger: -10


Lime.png
Hunger: -7
Boredom: +10
Unhappiness: +10

LimeRotten.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Evolved recipes

Lime is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Soup
Soup
10
Fruit Salad
Fruit Salad
2
Stir Fry
Stir Fry
5
Pie (savory)
Pie (savory)
5
Cake
Cake
5
Taco
Taco
2
Burrito
Burrito
2
Muffin
Muffin
5
Pancakes
Pancakes
2
Waffles
Waffles
2
Beverage
Beverage
2
Beer
Beer
2

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
fridge 4 2
bakery fridge 4 8
cafe fridge 4 8
dinerkitchen fridge 4 2
gigamart grocerstand 4 1
grocerstand 4 2
kitchen_crepe fridge 4 8
mexicankitchen fridge 4 8
restaurantkitchen fridge 4 2

Lime is often found in refrigerators and grocery displays.

Foraging

Lime may be found when foraging in farmland.

Gallery

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 Lime
	{
		DisplayName = Lime,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Lime,
		EvolvedRecipe = HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Cake:5;FruitSalad:2;Pancakes:2;Waffles:2;Muffin:5;PieSweet:5;Stir fry Griddle Pan:5;Stir fry:5;Soup:10;Beverage:2;Beverage2:2;Beer:2;Beer2:2;Taco:2;Burrito:2,
		FoodType = Citrus,
		Spice = true,
		DaysFresh = 7,
		DaysTotallyRotten = 9,
		HungerChange = -10,
		ThirstChange = -5,
		Calories = 17,
		Carbohydrates = 5.41,
		Lipids = 0.17,
		Proteins = 0.64,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Yellow,
		WorldStaticModel = Lime_Ground,
		Tags = HerbalTea,
	}

See also