Lettuce: Difference between revisions

From PZwiki
(→‎Trapping: Added note about effecient use in trapping.)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Lettuce}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Lettuce
|display_name=Lettuce
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Lettuce_120px.png
|image=Lettuce.png
|alternate_image=LettuceRotten.png
|alternate_image=LettuceRotten.png
|alternate_link=
|alternate_link=
Line 25: Line 24:


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Lettuce can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]] and [[Dead_Squirrel|squirrels]]. Due to the high chance of catching these animals with this bait, it may be considered a better use of lettuce than merely eating it or even using it in an evolved recipe.
Lettuce can be used as bait in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]] and [[Dead_Squirrel|squirrels]]. Due to the high chance of catching these animals with this bait, it may be considered a better use of lettuce than merely eating it or even using it in an evolved recipe.


=== Consumable properties ===
===Consumable properties===
Lettuce can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Lettuce can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 50: Line 50:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
Lettuce is a [[cooking]] [[Recipe Ingredients|ingredient]].
Lettuce is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=5|burger=5|salad=5|}}
{{EvolvedRecipesForItem|sandwich=5|burger=5|salad=5|}}
Line 63: Line 64:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Lettuce
<pre>
item Lettuce
{
{
DisplayName = Lettuce,
DisplayName = Lettuce,
Line 85: Line 87:
StaticModel = RoundFood_Green,
StaticModel = RoundFood_Green,
WorldStaticModel = Lettuce_Ground,
WorldStaticModel = Lettuce_Ground,
}</pre>
}
</pre>


{{Navbox food}}
{{Navbox food}}

Revision as of 23:40, 20 February 2023

Lettuce
Lettuce
Lettuce (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 3 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-7
Calories
Calories
54
Carbohydrates
Carbohydrates
10.33
Proteins
Proteins
4.9
Fat
Fat
0.54
Technical details
Item ID Base.Lettuce

Lettuce is a perishable food item.

Usage

Trapping

Main article: Trapping

Lettuce can be used as bait in traps to capture rabbits and squirrels. Due to the high chance of catching these animals with this bait, it may be considered a better use of lettuce than merely eating it or even using it in an evolved recipe.

Consumable properties

Lettuce can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Lettuce is a cooking ingredient.

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5

Distribution

Lettuce is often found in refrigerators and grocery displays.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Lettuce
	{
		DisplayName = Lettuce,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Lettuce,
		EvolvedRecipe = Sandwich:3;Burger:3;Salad:5;Sandwich Baguette:3,
		FoodType = Greens,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -15,
		ThirstChange = -7,
		Calories = 54,
		Carbohydrates = 10.33,
		Lipids = 0.54,
		Proteins = 4.9,
		StaticModel = RoundFood_Green,
		WorldStaticModel = Lettuce_Ground,
	}