Lettuce: Difference between revisions

From PZwiki
(Updated formatting, removed TOC, added Evolved Recipes, added version reference, checked to match current stats, added consumable detail, added trapping links)
(Reworked Page, +Nav bar, reworked description, corrected consumables, added nutrition values/info, + info + categories.)
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]] -> [[Lettuce|Lettuce]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Lettuce.png
|image = Lettuce.png
|weight = 0.2
|hunger = -15
|hunger = -10
|thirst = -15
|thirst = -15
|weight = 0.7
}}
}}
A perishable food item that goes bad as time passes. Lettuce is often found inside of [[refrigerator]]s, and in produce bins. Lettuce takes three in-game days to go stale, and five in-game days to rot.
Lettuce are [[Food#Perishable|perishable]] food items that goes bad as time passes. Lettuce are often found within houses, inside of refrigerators, and in produce bins. Lettuce take three in-game days to go stale, and five in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
Line 14: Line 17:
{{Consumables2
{{Consumables2
|image = Lettuce.png
|image = Lettuce.png
|hunger = -10
|hunger = -15
|thirst = -15
|thirst = -15
|unrotten hunger = -7
|unrotten hunger = -11
|unrotten thirst = -15
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = -15
|unrotten image = Lettuce.png
|unrotten image = Lettuce.png
|rotten hunger = -4
|rotten hunger = -7
|rotten thirst = -15
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten thirst = -15
|perishable = 1
|perishable = 1
|rotten image = LettuceRotten.png
|rotten image = LettuceRotten.png
}}
}}
|}
|}
<br><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 = 10.33 <br>
Proteins = 4.9 <br>
Lipids = 0.54 <br>
Calories = 54 <br><br>
 
== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|sandwich=5|burger=5|salad=5|}}
|sandwich=5|burger=5|salad=5|}}
== Trapping ==
== Trapping ==


Line 40: Line 50:


== Code ==
== Code ==
  <nowiki>item Lettuce
  <nowiki>
    item Lettuce
Type = Food,
Type = Food,
DisplayName = Lettuce,
DisplayName = Lettuce,
Icon = Lettuce,
Icon = Lettuce,
Weight = 0.2,
Weight = 0.7,
HungerChange = -10,
HungerChange = -15,
ThirstChange = -15,
ThirstChange = -15,
DaysFresh = 3,
DaysFresh = 3,
DaysTotallyRotten = 5,
DaysTotallyRotten = 5,
EvolvedRecipe = Sandwich:5;Burger:5;Salad:5,
EvolvedRecipe = Sandwich:5;Burger:5;Salad:5,
FoodType   =   Vegetables,
FoodType   = Vegetables,
</nowiki>
        Carbohydrates = 10.33,
        Proteins = 4.9,
        Lipids = 0.54,
        Calories = 54,
</nowiki>


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

Revision as of 18:45, 6 August 2016


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

Lettuce are perishable food items that goes bad as time passes. Lettuce are often found within houses, inside of refrigerators, and in produce bins. Lettuce take three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2













It's Nutritional Values are as follows:
Carbohydrates = 10.33
Proteins = 4.9
Lipids = 0.54
Calories = 54

Evolved Recipes

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5

Trapping

Lettuce can also be used in traps to capture rabbits and squirrels.

Refer to trapping for further information.

Code

	
    item Lettuce
		Type			= Food,
		DisplayName		= Lettuce,
		Icon			= Lettuce,
		Weight			= 0.7,
		HungerChange 		= -15,
		ThirstChange		= -15,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Sandwich:5;Burger:5;Salad:5,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 10.33,
        	Proteins 		= 4.9,
        	Lipids 			= 0.54,
        	Calories 		= 54,

Template:Navbox/Consumables