Taco Shell

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

Taco shell is a perishable food item.

Usage

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

Consumable properties

Taco shell 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

TacoShell.png
Hunger: -5


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

TacoShell.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
Taco.png
Taco
TacoShell.png Taco Shell ×1
Soup Ingredients.png Taco Ingredients ×(1−5)
none none none 0.75 Cooking

Distribution

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

TacoShell distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 2.0
all GroceryBag1 1 1.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 2.0
mexicankitchen counter 4 20.0
mexicankitchen counter 4 10.0
mexicankitchen crate 4 50.0
mexicankitchen crate 4 10.0
mexicankitchen crate 4 20.0

Taco shell 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 TacoShell
	{
		DisplayName = Taco Shell,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = TacoShell,
		DaysFresh = 15,
		DaysTotallyRotten = 20,
		HungerChange = -5,
		Calories = 55,
		Carbohydrates = 8.4,
		Lipids = 3,
		Proteins = 0.8,
		WorldStaticModel = TacoShell_Ground,
	}

See also