Taco Shell

From PZwiki
Revision as of 15:14, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 915ca67a))

Template:Infobox foodTaco 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. Template:Consumables2

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

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