Item: Masque en cuir

Wiki Project Zomboid

Masque en cuir

Variable AuthenticZClothing.Hat_LeatherFace Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_LeatherFace
TypeClothing
CatégorieAccessory
Poids
Icône
LeatherFace

Navigation

Nom variableHat_LeatherFace
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1166
Lignes1564 → 1579
File ID817

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
BiteDefense 30 30
BloodLocation Head
BodyLocation MaskEyes
CanHaveHoles false 0 0
ChanceToFall 30 30
ClothingItem Hat_LeatherFace
DisplayCategory Accessory
DisplayName Leather Face Mask
Icon LeatherFace
Insulation 0.25 0.25
ScratchDefense 50 50
Type Clothing
WindResistance 0.55 0.55
Raw block
	item Hat_LeatherFace
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Leather Face Mask,
		ClothingItem = Hat_LeatherFace,
		BodyLocation = MaskEyes,
		Icon = LeatherFace,
		CanHaveHoles = false,
		BloodLocation = Head,
        BiteDefense = 30,
       	ScratchDefense = 50,
        ChanceToFall = 30,
        Insulation = 0.25,
        WindResistance = 0.55,
	}