Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Taco

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Taco
Taco Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerUI Hunger.png
-25
ThirstUI Thristy.png
0
CaloriesCalories
400
CarbohydratesCarbohydrates
80
ProteinsProteins
32
FatFat
28
Effect
UnhappinessUI Unhappy.png
-10
Technical
Item ID
Base.Taco
PlushSpiffo.pngThis article is about tacos that spawn naturally. For tacos made by the player, see taco (crafted).

A Taco is a perishable food item.

Usage

Consumable properties

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

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Taco (Fresh) -25 - -10 -
Stale Taco (Stale) -19 +10 - -
Rotten Taco (Rotten) -11 +20 +10 100%

Location

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

Taco distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bandkitchen fridge 11.21%
livingroom fridge 11.21%
SafehouseLoot fridge 6.74%
SafehouseLoot_Mid fridge 4.44%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Tacos are primarily found in taco restaurants, though they will occasionally also spawn in "band practice fridges".

History

Base.Taco

Version Description
Build 42.0.0 EatType added with value 2handforced.
StaticModel added with value Taco_Ground.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 Released on this version.

Base.TacoRecipe

Version Description
Build 42.0.0 CustomEatSound added with value EatingCrispy.
EatType added with value 2handforced.
StaticModel added with value Taco_Ground.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_evolved_recipe_items.txt

Retrieved: Build 42.0.2
item Taco
	{
		DisplayName = Taco,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Taco,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -25,
		UnhappyChange = -10,
		Calories = 400,
		Carbohydrates = 80,
		Lipids = 28,
		Proteins = 32,
		EatType = 2handforced,
		StaticModel = Taco_Ground,
		WorldStaticModel = Taco_Ground,
	}

See also