Lime

From PZwiki
Revision as of 17:24, 25 February 2022 by Swans0n (talk | contribs)
Lime
Lime
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 7 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
-5
Calories
Calories
17
Carbohydrates
Carbohydrates
5.41
Proteins
Proteins
0.64
Fat
Fat
0.17
Technical details
Item ID Base.Lime

A Lime is a perishable food item

Usage

A 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

Limes can be used as bait in traps.

Consumable properties

Template:Consumables2

Evolved recipes

Limes are an ingredient in the following evolved recipes.

Product Nutrition
Fruit Salad
Fruit Salad
-10
Cake
Cake
- 10
Muffin
Muffin
-10

Distribution

Limes are often found in refrigerators and grocery displays.

Foraging

Limes may be found when foraging in farmland.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.66

    item Lime
		HungerChange	=	-10,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	9,
		DisplayName	=	Lime,
		Icon	=	Lime,
		DaysFresh	=	7,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
		FoodType    =   Fruits,
		ThirstChange	=	-5,
        Carbohydrates = 5.41,
        Proteins = 0.64,
        Lipids = 0.17,
        Calories = 17,
        StaticModel = RoundFood_Yellow,
        CustomEatSound = EatingFruit,
        WorldStaticModel = Lime_Ground,

See also

Template:Navbox/Consumables