Tortilla

From PZwiki
Project ZomboidItemsFoodGrainsTortilla
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tortilla
Tortilla Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
40
CarbohydratesCarbohydrates
0
ProteinsProteins
2
FatFat
2
Technical
Item ID
Base.Tortilla

Tortilla is a perishable food item.

Usage

Tortilla can be eaten raw, providing the player with some positive effects. Tortilla is more effective when used as cooking ingredient, as all negative effects are removed.

Consumable properties

Tortilla 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

Tortilla.png
Hunger: -5


Tortilla.png
Hunger: -3
Boredom: +10
Unhappiness: +10

Tortilla.png
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Burrito.png
Burrito
Tortilla.png Tortilla ×1
Soup Ingredients.png Burrito Ingredients ×(1−5)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
mexicankitchen counter 4 1
counter 4 2
counter 4 1

Tortilla can be found in kitchen counters.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Tortilla
	{
		DisplayName = Tortilla,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Tortilla,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -5,
		Calories = 40,
		Carbohydrates = 0,
		Lipids = 2,
		Proteins = 2,
		WorldStaticModel = Tortilla_Ground,
	}

See also