Taco Shell: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Version bump)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Grains}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Taco Shell
|name=Taco Shell

Revision as of 02:53, 28 March 2024

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Taco
Taco
0.75 Cooking none TacoShell.png
Taco Shell
(Base item)
Taco Ingredients
Taco Ingredients (1−5)
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 2
mexicankitchen counter 4 1
counter 4 2
counter 4 1
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

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,
	}