Item: Asticots

Wiki Project Zomboid

Asticots

Variable Base.Maggots Mod Vanilla

Résumé

VariableBase.Maggots
TypeFood
CatégorieFood
Poids0.01
Icône
Insect_Maggots

Navigation

Nom variableMaggots
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5180
Lignes8847 → 8862
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.

13 propriétés
Key Value (raw) Num Bool JSON
Calories 1.5 1.5
Carbohydrates 0 0
DisplayCategory Food
DisplayName Maggots
FishingLure true 1 1
HungerChange -1 -1
Icon Insect_Maggots
Lipids 0.05 0.05
Proteins 0.25 0.25
Type Food
UnhappyChange 20 20
Weight 0.01 0.01
WorldStaticModel Maggots_Ground
Raw block
	item Maggots
	{
		DisplayName = Maggots,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.01,
		Icon = Insect_Maggots,
		FishingLure = true,
		HungerChange = -1,
		UnhappyChange = 20,
		Calories = 1.5,
		Carbohydrates = 0,
		Lipids = 0.05,
		Proteins = 0.25,
		WorldStaticModel = Maggots_Ground,
	}