Taco: Difference between revisions

From PZwiki
(clarified status as "wild spawn" taco a la burger, updated info to current, + needs 3d model tag)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=78.16}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Infobox food
{{Infobox food
|display_name=Taco
|display_name=Taco
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Taco.png
|image=Taco_Model.png
|alternate_image=Taco.png
|alternate_name=Taco
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 03:32, 13 January 2024

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