Lettuce: Difference between revisions

From PZwiki
(Added information about sacks, updated code box)
m (Category Project: Vegetables)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=78.16}}
{{header/sandbox2|Project Zomboid|Items|Food|Vegetables}}
{{page version|41.78.16}}
{{Infobox food
{{Infobox food
|display_name=Lettuce
|display_name=Lettuce
Line 136: Line 137:


{{Navbox food}}
{{Navbox food}}
[[Category:Perishable food]]

Revision as of 07:19, 27 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Lettuce
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

Sack of Lettuce

Product XP gained Skill(s) Recipe Ingredient 1
Lettuce.png
Lettuce x12
0 XP none Sandbag.png
Sack of Lettuce
(consumed)

Distribution

Lettuce is often found in refrigerators and grocery displays.

Sacks of lettuce can be found in grocery stores and warehouses.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Lettuce.png Base.Lettuce
Source: ProjectZomboid\media\scripts\items_food.txt

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,
	}

Sandbag.png Base.SackProduce_Lettuce
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Lettuce
	{
		DisplayName = Sack of Lettuce,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		WorldStaticModel = SandBag,
	}