Lime: Difference between revisions

From PZwiki
No edit summary
m (Updated lime)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{languages|Lime}}
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise -->
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise -->
{{header|The Game World|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=65}}<!--
{{header|The Game World|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}<!--
Comment: This section is for the infobox which will be positioned on the right of the page. The information can be pulled from the items/newitems.txt file in [Zomboid Folder\media\scripts]. For more info on how to use the infobox, see: https://pzwiki.net/wiki/Template:Infobox_food. Image.png is the default question mark image-->
Comment: This section is for the infobox which will be positioned on the right of the page. The information can be pulled from the items/newitems.txt file in [Zomboid Folder\media\scripts]. For more info on how to use the infobox, see: https://pzwiki.net/wiki/Template:Infobox_food. Image.png is the default question mark image-->
{{Infobox food
{{Infobox food
Line 7: Line 7:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Lime.png
|image=Lime 120px.png
|alternate_image=LimeRotten.png
|alternate_link=
|alternate_name=Lime (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 26:
|class_name=Base.Lime
|class_name=Base.Lime
}}<!--COMMENT: General introductory for the item-->
}}<!--COMMENT: General introductory for the item-->
A '''Lime''' is a [[Food#Perishable|perishable]] food [[items|item]]
'''Lime''' is a [[Food#Perishable|perishable]] food [[items|item]]
 
<!--COMMENT: This is where the 'Table Of Contents' will go if it is needed-->
__TOC__


== Usage ==
== 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.
Lime can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
=== Trapping ===
=== Trapping ===
{{Main|Trapping}}
{{Main|Trapping}}
Limes can be used as bait in [[Trapping|traps]].
Lime can be used as bait in [[Trapping|traps]].


=== Consumable properties ===
=== 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.
{{Consumables2
{{Consumables2
|image = Lime.png
|image = Lime.png
Line 51: Line 51:
=== Evolved recipes ===
=== Evolved recipes ===
<!--COMMENT: This section explains how much of the item can be used in cooking. (see the code for amounts).-->
<!--COMMENT: This section explains how much of the item can be used in cooking. (see the code for amounts).-->
Limes are an ingredient in the following evolved recipes.
Lime is a spice when used in [[cooking]] [[Recipe Ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|fruitsalad=-10|cake=- 10|pancake=-10|waffle=-10|muffin=-10}}
{{EvolvedRecipesForItem|spice=true|Cake=5|FruitSalad=2|Pancakes=2|Waffles=2|Muffin=5|Pie=5|StirFry=5|Soup=10|Beverage=2|Beer=2|Taco=2|Burrito=2}}


== Distribution ==
== Distribution ==
Limes are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Lime is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


=== Foraging ===
=== Foraging ===
Limes may be found when foraging in farmland.
Lime may be found when foraging in farmland.
 
==Gallery==
<gallery>
File:Lime Model.png|Lime model when placed in the world.
File:LimeRotten Model.png|Rotten lime model when placed in the world.
</gallery>


== Code ==
== Code ==
Line 64: Line 70:
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<!--Comment: Add the retrieved template so both visitors and editors can tell how old the code is and whether or not it may need to be updated.-->
<!--Comment: Add the retrieved template so both visitors and editors can tell how old the code is and whether or not it may need to be updated.-->
{{Retrieved|version=41|incver=66}}
{{Retrieved|version=41|incver=73}}
<!--Comment: Example code taken from file. Items.txt and Newitems.txt are usually the source of the information at this time for basic items. Nowiki is used to display the text only, example used is Broccoli.-->
<!--Comment: Example code taken from file. Items.txt and Newitems.txt are usually the source of the information at this time for basic items. Nowiki is used to display the text only, example used is Broccoli.-->
<pre>    item Lime
<pre>    item Lime
HungerChange = -10,
{
Weight = 0.2,
DisplayName = Lime,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 9,
Type = Food,
DisplayName = Lime,
Weight = 0.2,
Icon = Lime,
Icon = Lime,
DaysFresh = 7,
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;Taco:2;Burrito:2,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Citrus,
FoodType   =   Fruits,
Spice = true,
ThirstChange = -5,
DaysFresh = 7,
        Carbohydrates = 5.41,
DaysTotallyRotten = 9,
        Proteins = 0.64,
HungerChange = -10,
        Lipids = 0.17,
ThirstChange = -5,
        Calories = 17,
Calories = 17,
        StaticModel = RoundFood_Yellow,
Carbohydrates = 5.41,
        CustomEatSound = EatingFruit,
Lipids = 0.17,
        WorldStaticModel = Lime_Ground,</pre>
Proteins = 0.64,
CustomEatSound = EatingFruit,
StaticModel = RoundFood_Yellow,
WorldStaticModel = Lime_Ground,
Tags = HerbalTea,
}</pre>


==See also==
==See also==
{{Navbox/Consumables}}
 
{{Navbox food}}
[[Category:Food]]
[[Category:Food]]

Revision as of 10:49, 29 September 2022

Lime
Lime
Lime (Rotten)
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

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. Template:Consumables2

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

Lime is often found in refrigerators and grocery displays.

Foraging

Lime may be found when foraging in farmland.

Gallery

Code

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

    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;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