Lemon: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
 
(37 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages|Lemon}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Lemon
{{Infobox item
|name_colour=Food
|name=Lemon
|name_text_colour=Food
|model=Lemon_Model.png
|image=Lemon_120px.png
|icon=Lemon.png
|alternate_image=LemonRotten.png
|icon_name=Lemon
|alternate_link=
|model2=LemonRotten_Model.png
|alternate_name=Lemon (Rotten)
|icon2=LemonRotten.png
|icon_name2=Lemon (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 22:
|carbohydrates=5.41
|carbohydrates=5.41
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Lemon
|item_id=Base.Lemon
}}A '''lemon''' is a [[Food#Perishable|perishable]] food [[item]].
}}
A '''lemon''' is a perishable 'spice' food [[Items|item]]] used in [[cooking]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A lemon can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish.  
Lemon can be eaten, providing the player with some positive effects, however, these will become more negative the longer it's left to perish.
{{Consumables2
 
{{Consumables
|image = Lemon.png
|image = Lemon.png
|hunger = -10
|hunger = -10
Line 44: Line 47:
}}
}}


== Crafting ==
==Crafting==
=== Evolved recipes ===
{{Main|Cooking}}
Cherries are a [[cooking]] [[Recipe Ingredients|ingredient]].
 
{{EvolvedRecipesForItem|cake=10|fruitsalad=10}}
===Evolved recipes===
Lemon is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|cake=5|fruitsalad=5|pancakes=5|waffles=5|muffin=5|pie=5|stirfry=5|soup=10|beverage=2|beer=2|taco=2|burrito=2}}


==Distribution==
==Distribution==
Cherries are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Lemon|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Lemon distribution
        <span class="mw-customtoggle-togglebox-Lemon" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Lemon">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 2.0
    |-
    | all
    | {{ll|GroceryBag2}}
    | 1
    | 4.0
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | bakery
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | cafe
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | dinerkitchen
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | gigamart
    | {{ll|grocerstand}}
    | 4
    | 20.0
    |-
    | gigamart
    | {{ll|grocerstand}}
    | 4
    | 10.0
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | mexicankitchen
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | restaurantkitchen
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | seafoodkitchen
    | {{ll|fridge}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | 1-3
    | 6
    | Forest  10<br> FarmLand  15<br> Farm  15
    | -10
    | -
    | -
    | -
    | -
    | January<br>February<br>December
    | March<br>April<br>October<br>November
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-Lemon" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Lemon|41.78.16-->
Lemon is often found in [[refrigerator]]s, [[Containers#Displays|grocery displays]] and can be foraged in Farm and Forest.


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=6}}
| {{CodeSnip
<pre> item Lemon
  | lang = java
HungerChange = -10,
  | line = true
Weight = 0.2,
  | start = 1237
Type = Food,
  | source = items_food.txt
DaysTotallyRotten = 9,
  | retrieved = true
DisplayName = Lemon,
  | version = 41.78.16
Icon = Lemon,
  | code =
DaysFresh = 7,
item Lemon
EvolvedRecipe = Cake:10,
{
FoodType    = Fruits,
DisplayName = Lemon,
        Carbohydrates = 5.41,
DisplayCategory = Food,
        Proteins = 0.64,
Type = Food,
        Lipids = 0.17,
Weight = 0.2,
        Calories = 17,</pre>
Icon = Lemon,
EvolvedRecipe = HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;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 = Lemon_Ground,
Tags = HerbalTea,
}
}}
}}


==See also==
==See also==
*[[Orange]]
*[[Orange]]
*[[Pineapple]]
*[[Pineapple]]
*[[Banana]]
*[[Apple]]
{{Navbox items|plants}}


{{Navbox/Consumables}}
[[Category:Perishable food]]

Latest revision as of 15:54, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Lemon
Lemon Model.png
LemonRotten Model.png
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.Lemon

A lemon is a perishable 'spice' food item] used in cooking.

Usage

Consumable properties

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


Fresh Stale Rotten

Lemon.png
Hunger: -10


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

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

Crafting

Main article: Cooking

Evolved recipes

Lemon 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
5
Stir Fry
Stir Fry
5
Pie (savory)
Pie (savory)
5
Cake
Cake
5
Taco
Taco
2
Burrito
Burrito
2
Muffin
Muffin
5
Pancakes
Pancakes
5
Waffles
Waffles
5
Beverage
Beverage
2
Beer
Beer
2

Distribution

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

Lemon distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 2.0
all GroceryBag2 1 4.0
all fridge 4 2.0
bakery fridge 4 8.0
cafe fridge 4 8.0
dinerkitchen fridge 4 2.0
gigamart grocerstand 4 20.0
gigamart grocerstand 4 10.0
kitchen_crepe fridge 4 8.0
mexicankitchen fridge 4 8.0
restaurantkitchen fridge 4 2.0
seafoodkitchen fridge 4 8.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1-3 6 Forest 10
FarmLand 15
Farm 15
-10 - - - - January
February
December
March
April
October
November

Lemon is often found in refrigerators, grocery displays and can be foraged in Farm and Forest.

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 Lemon
	{
		DisplayName = Lemon,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Lemon,
		EvolvedRecipe = HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;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 = Lemon_Ground,
		Tags = HerbalTea,
	}

See also