Item: Maggots

Wiki Project Zomboid

Maggots

Variable Base.Maggots2 Mod Vanilla

Résumé

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

Navigation

Nom variableMaggots2
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5181
Lignes8864 → 8883
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.

15 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
OBSOLETE true 1 1
PoisonPower 3 3
Proteins 0.25 0.25
Type Food
UnhappyChange 20 20
Weight 0.01 0.01
WorldStaticModel Maggots_Ground
Raw block
	item Maggots2
	{
		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,
		/*PoisonDetectionLevel = 1,*/
		PoisonPower = 3,
		/*Tags = NoDetect,*/
		OBSOLETE = true,
	}