Lettuce

From PZwiki
Revision as of 18:38, 12 August 2015 by MalonyJenkins (talk | contribs) (Updated formatting, removed TOC, added Evolved Recipes, added version reference, checked to match current stats, added consumable detail, added trapping links)


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