Item: Chenille

Wiki Project Zomboid

Chenille

Variable Base.SwallowtailCaterpillar Mod Vanilla

Résumé

VariableBase.SwallowtailCaterpillar
TypeFood
CatégorieFood
Poids0.1
Icône
Insect_SwallowtailCaterpillar

Navigation

Nom variableSwallowtailCaterpillar
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5188
Lignes9004 → 9022
File ID1361

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

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.

16 propriétés
Key Value (raw) Num Bool JSON
Calories 27 27
Carbohydrates 3 3
DisplayCategory Food
DisplayName Caterpillar
FishingLure true 1 1
HungerChange -5 -5
Icon Insect_SwallowtailCaterpillar
IsCookable TRUE 1 1
Lipids 20.24 20.24
MinutesToBurn 25 25
MinutesToCook 5 5
Proteins 27.55 27.55
Type Food
UnhappyChange 20 20
Weight 0.1 0.1
WorldStaticModel SwallowtailCaterpillar_Ground
Raw block
	item SwallowtailCaterpillar
	{
		DisplayName = Caterpillar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Insect_SwallowtailCaterpillar,
		FishingLure = true,
		IsCookable = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 25,
		HungerChange = -5,
		UnhappyChange = 20,
		Calories = 27,
		Carbohydrates = 3,
		Lipids = 20.24,
		Proteins = 27.55,
		WorldStaticModel = SwallowtailCaterpillar_Ground,
	}