Taco

From PZwiki
Revision as of 22:24, 13 January 2024 by Faalagorn (talk | contribs) (→‎See also: Add burrito)
Taco
Taco
Taco
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-25
Thirst
Thirst
0
Calories
Calories
400
Carbohydrates
Carbohydrates
80
Proteins
Proteins
32
Fat
Fat
28
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Taco
PlushSpiffo.pngThis article is about tacos that spawn naturally. For tacos made by the player, see recipe ingredients.

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.

Fresh Stale Rotten

Taco.png
Hunger: -25

Unhappiness: -10

Taco.png
Hunger: -19
Boredom: +10

Taco.png
Hunger: -11
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Code

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

	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,
		WorldStaticModel = Taco_Ground,
	}

See also