Lemon: Difference between revisions

From PZwiki
(Formatted page, adjusted consumable detail, minor summary adjustment, added cake recipe based on code info, removed TOC)
(Revised page + Nav, + game info, + nutrition values, corrected evolved, corrected consumables to corrective amounts. adjusted description.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Lemon|Lemon]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Lemon.png
|image = Lemon.png
|hunger = -10
|weight = 0.2
|weight = 0.2
|hunger = -11
}}
}}
A perishable food item that goes bad as time passes. Lemons are often found inside of [[refrigerator]]s, [[containers#Kitchen_cupboard|kitchen cupboards]], and in produce bins. A lemon takes seven in-game days to go stale, and nine in-game days to rot.
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.


== Nutritional Information ==
== Nutritional Information ==
Line 13: Line 16:
{{Consumables2
{{Consumables2
|image = Lemon.png
|image = Lemon.png
|hunger = -15
|hunger = -10
|thirst = 0
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Lemon.png
|unrotten image = Lemon.png
|rotten hunger = -6
|rotten hunger = -4
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 29: Line 32:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 5.41 <br>
Proteins = 0.64 <br>
Lipids = 0.17 <br>
Calories = 17 <br><br>
== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=8}}
|cake=10|}}


== Code ==
== Code ==
  <nowiki>item Lemon
  <nowiki>
{
item Lemon
HungerChange = -15,
HungerChange = -10,
Weight = 0.2,
Weight = 0.2,
Type = Food,
Type = Food,
DaysTotallyRotten = 9,
DaysTotallyRotten = 9,
DisplayName = Lemon,
DisplayName = Lemon,
Icon = Lemon,
Icon = Lemon,
DaysFresh = 7,
DaysFresh = 7,
EvolvedRecipe = Cake:8,
EvolvedRecipe = Cake:10,
FoodType   =   Fruits,
FoodType   = Fruits,
}</nowiki>
        Carbohydrates = 5.41,
        Proteins = 0.64,
        Lipids = 0.17,
        Calories = 17,
</nowiki>


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

Revision as of 22:24, 8 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Lemon   

Lemons are 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.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 5.41
Proteins = 0.64
Lipids = 0.17
Calories = 17

Evolved Recipes

Product Nutrition
Cake
Cake
10

Code

	
	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,

Template:Navbox/Consumables