Lettuce: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: f95b0f1a))
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=78.16}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=78.16}}
{{Infobox food
|display_name=Lettuce
|display_name=Lettuce
|name_colour=Food
|name_colour=Food
Line 21: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Lettuce
|class_name=Base.Lettuce
}}'''Lettuce''' is a [[Food#Perishable|perishable]] food [[item]].
}}
'''Lettuce''' is a [[Food#Perishable|perishable]] food [[item]].


==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
{{Consumables
|image = Lettuce.png
|image = Lettuce.png
|hunger = -15
|hunger = -15
Line 60: Line 62:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Lettuce Model.png|Lettuce model when placed in the world.
Lettuce Model.png|Lettuce model when placed in the world.
File:LettuceRotten Model.png|Rotten lettuce model when placed in the world.
LettuceRotten Model.png|Rotten lettuce model when placed in the world.
</gallery>
</gallery>



Revision as of 23:05, 29 August 2023

Lettuce
Lettuce
Lettuce (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 3 days
Days until rotten 5 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.

Fresh Stale Rotten

Lettuce.png
Hunger: -15


Lettuce.png
Hunger: -11
Boredom: +10
Unhappiness: +10

LettuceRotten.png
Hunger: -7
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Lettuce is a cooking ingredient.

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Taco
Taco
3
Burrito
Burrito
3

Distribution

Lettuce is often found in refrigerators and grocery displays.

Gallery

Code

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

	item Lettuce
	{
		DisplayName = Lettuce,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Lettuce,
		EvolvedRecipe = Sandwich:3;Burger:3;Salad:5;Sandwich Baguette:3;Taco:3;Burrito: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,
	}