Item: Tortilla

Wiki Project Zomboid

Tortilla

Variable Base.TacoShell Mod Vanilla

Résumé

VariableBase.TacoShell
TypeFood
CatégorieFood
Poids0.1
Icône
TacoShell

Navigation

Nom variableTacoShell
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5109
Lignes7577 → 7592
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Spatula Make Taco Shell
Make Taco Shell
SapphCooking
KAVALASH_sapphcooking Cooking 150 TacoShell=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

13 propriétés
Key Value (raw) Num Bool JSON
Calories 55 55
Carbohydrates 8.4 8.4
DaysFresh 15 15
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Taco Shell
HungerChange -5 -5
Icon TacoShell
Lipids 3 3
Proteins 0.8 0.8
Type Food
Weight 0.1 0.1
WorldStaticModel TacoShell_Ground
Raw block
	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,
	}