Item: Patte de poulet

Wiki Project Zomboid

Patte de poulet

Variable Base.ChickenFoot Mod Vanilla

Résumé

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

Navigation

Nom variableChickenFoot
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5027
Lignes5941 → 5956
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 70 70
Carbohydrates 17 17
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Chicken Foot
HungerChange -12 -12
Icon ChickenFoot
Lipids 14 14
Proteins 16 16
Type Food
Weight 0.1 0.1
WorldStaticModel ChickenFoot_Ground
Raw block
	item ChickenFoot
	{
		DisplayName = Chicken Foot,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = ChickenFoot,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -12,
		Calories = 70,
		Carbohydrates = 17,
		Lipids = 14,
		Proteins = 16,
		WorldStaticModel = ChickenFoot_Ground,
	}