![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Taco Shell
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Taco Shell | Page updated: Version 41.73 |
---|
Taco Shell | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.1 |
Days until stale | 15 days |
Days until rotten | 20 days |
Nutrition | |
Hunger | -5 |
Calories | 55 |
Carbohydrates | 8.4 |
Proteins | 0.6 |
Fat | 3 |
Technical details | |
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Crafting
- Main article: Cooking
What it can make
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Taco |
0.75 Cooking | none | ![]() Taco Shell (Base item) |
![]() Taco Ingredients (1−5) (consumed) |
Distribution
Taco shell can be found in kitchen counters.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
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, }