Lettuce: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Lettuce.png |weight = 0.2 }} A perishable food item that goes bad as time passes. Lettuce is often found inside of refrigerators, and ...")
 
(Updated formatting, removed TOC, added Evolved Recipes, added version reference, checked to match current stats, added consumable detail, added trapping links)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Lettuce.png
|image = Lettuce.png
|weight = 0.2
|weight = 0.2
|hunger = -10
|thirst = -15
}}
}}
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.
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.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Lettuce.png
|image = Lettuce.png
Line 23: Line 28:
|rotten image = LettuceRotten.png
|rotten image = LettuceRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|sandwich=5|burger=5|salad=5|}}
== Trapping ==
Lettuce can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]] and [[Dead_Squirrel|squirrels]].
Refer to [[Trapping|trapping]] for further information.


== 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.2,
HungerChange = -10,
HungerChange = -10,
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>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 43: Line 58:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 18:38, 12 August 2015


A perishable food item that goes bad as time passes. Lettuce is often found inside of refrigerators, and in produce bins. Lettuce takes three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












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.2,
		HungerChange 			=		-10,
		ThirstChange			=		-15,
		DaysFresh 			=		3,
		DaysTotallyRotten 		=	 	5,
		EvolvedRecipe = Sandwich:5;Burger:5;Salad:5,
		FoodType    =   Vegetables,
	 

Template:Navbox/Consumables