Item: Casque anti-bruit (au cou)

Wiki Project Zomboid

Casque anti-bruit (au cou)

Variable AuthenticZClothing.Hat_EarMuff_Protectors_Neck Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_EarMuff_Protectors_Neck
TypeClothing
CatégorieAccessory
Poids0.3
Icône
EarProtectors

Navigation

Nom variableHat_EarMuff_Protectors_Neck
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1431
Lignes1020 → 1038
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_EarMuff_Protectors_Neck
ClothingItemExtra AuthenticZClothing.Hat_EarMuff_Protectors_AZ
ClothingItemExtraOption WearHead
DisplayCategory Accessory
DisplayName Ear Protectors (Neck)
Icon EarProtectors
Insulation 0.35 0.35
Type Clothing
Weight 0.3 0.3
WindResistance 0.35 0.35
WorldStaticModel WorldItem-EarMuffsAZ
clothingExtraSubmenu WearNeck
Raw block
	item Hat_EarMuff_Protectors_Neck
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ear Protectors (Neck),
		ClothingItem = Hat_EarMuff_Protectors_Neck,
		ClothingItemExtra 		= AuthenticZClothing.Hat_EarMuff_Protectors_AZ,
        ClothingItemExtraOption = WearHead,
		clothingExtraSubmenu 	= WearNeck,		
		BodyLocation = Necklace_Long,
		Icon = EarProtectors,
		CanHaveHoles = false,
		ChanceToFall = 30,
        BloodLocation = Head,
        Insulation = 0.35,
        WindResistance = 0.35,
        Weight = 0.3,
        WorldStaticModel  = WorldItem-EarMuffsAZ,		
    }