Lemon: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Lemon}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=Lemon
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Lemon_120px.png
|image = Lemon.png
<!--GENERAL-->
|hunger = -10
|category=Food
|weight = 0.2
|weight=0.2
}}
|days_fresh=7
Lemons are [[Food#Perishable|perishable]] food items that goes bad as time passes, when outside of a [[refrigerator]]. Lemons are often found within houses, and in produce bins. Lemons take seven in-game days to go stale, and nine in-game days to rot.
|days_rotten=9
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=-5
|calories=17
|lipids=0.17
|proteins=0.64
|carbohydrates=5.41
<!--TECHNICAL DETAILS-->
|class_name=Base.Lemon
}}A '''lemon''' is a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===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.
{{Consumables2
{{Consumables2
|image = Lemon.png
|image = Lemon.png
Line 30: Line 40:
|rotten image = Lemon rotten.png
|rotten image = Lemon rotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
== Crafting ==
Carbohydrates = 5.41 <br>
=== Evolved recipes ===
Proteins = 0.64 <br>
Cherries are a [[cooking]] [[Recipe Ingredients|ingredient]].
Lipids = 0.17 <br>
{{EvolvedRecipesForItem|cake=-10|fruitsalad=-10}}
Calories = 17 <br><br>


== Evolved Recipes ==
==Distribution==
{{EvolvedRecipesForItem
Cherries are often found in [[Containers#Refrigerator|fridges]] and [[Containers#Displays|grocery displays]].
|cake=10|}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item Lemon
{{Retrieved|version=40|incver=6}}
<pre> item Lemon
HungerChange = -10,
HungerChange = -10,
Weight = 0.2,
Weight = 0.2,
Line 58: Line 65:
         Proteins = 0.64,
         Proteins = 0.64,
         Lipids = 0.17,
         Lipids = 0.17,
         Calories = 17,
         Calories = 17,</pre>
</nowiki>
 
==See also==
*[[Orange]]
*[[Pineapple]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 15:12, 15 August 2018

Lemon
Lemon
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 7 days
Days until rotten 9 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.Lemon

A lemon is a perishable food item.

Usage

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

Crafting

Evolved recipes

Cherries are a cooking ingredient.

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

Distribution

Cherries are often found in fridges and grocery displays.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Lemon
		HungerChange		= -10,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 9,
		DisplayName		= Lemon,
		Icon			= Lemon,
		DaysFresh		= 7,
		EvolvedRecipe 		= Cake:10,
		FoodType    		= Fruits,
        	Carbohydrates 		= 5.41,
        	Proteins 		= 0.64,
        	Lipids 			= 0.17,
        	Calories 		= 17,

See also

Template:Navbox/Consumables