Item: Cache-oreilles (au cou)

Wiki Project Zomboid

Cache-oreilles (au cou)

Variable AuthenticZClothing.Hat_EarMuffs_Neck Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_EarMuffs_Neck
TypeClothing
CatégorieAccessory
Poids0.3
Icône
EarMuffs

Navigation

Nom variableHat_EarMuffs_Neck
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1429
Lignes982 → 1000
File ID822

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
BloodLocation Head
BodyLocation Necklace_Long
CanHaveHoles false 0 0
ChanceToFall 30 30
ClothingItem Hat_EarMuffs_Neck
ClothingItemExtra AuthenticZClothing.Hat_EarMuffs_AZ
ClothingItemExtraOption WearHead
DisplayCategory Accessory
DisplayName Ear Muffs (Neck)
Icon EarMuffs
Insulation 0.4 0.4
Type Clothing
Weight 0.3 0.3
WindResistance 0.4 0.4
WorldStaticModel WorldItem-EarMuffsAZ
clothingExtraSubmenu WearNeck
Raw block
	item Hat_EarMuffs_Neck
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ear Muffs (Neck),
		ClothingItem = Hat_EarMuffs_Neck,
		ClothingItemExtra 		= AuthenticZClothing.Hat_EarMuffs_AZ,
        ClothingItemExtraOption = WearHead,
		clothingExtraSubmenu 	= WearNeck,		
		BodyLocation = Necklace_Long,
		Icon = EarMuffs,
		CanHaveHoles = false,
		ChanceToFall = 30,
        BloodLocation = Head,
        Insulation = 0.4,
        WindResistance = 0.4,
        Weight = 0.3,
        WorldStaticModel  = WorldItem-EarMuffsAZ,		
    }