Item: Masque de fantôme

Wiki Project Zomboid

Masque de fantôme

Variable AuthenticZClothing.Hat_GhostFace Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_GhostFace
TypeClothing
CatégorieAccessory
Poids
Icône
Mask_Scream

Navigation

Nom variableHat_GhostFace
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1153
Lignes1359 → 1373
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.

12 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 30 30
BloodLocation Head
BodyLocation MaskEyes
CanHaveHoles false 0 0
ClothingItem Hat_GhostFace
DisplayCategory Accessory
DisplayName Ghost Face Mask
Icon Mask_Scream
Insulation 0.25 0.25
ScratchDefense 50 50
Type Clothing
WindResistance 0.55 0.55
Raw block
	item Hat_GhostFace
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = Ghost Face Mask,
		ClothingItem = Hat_GhostFace,
		BodyLocation = MaskEyes,
		Icon = Mask_Scream,
		CanHaveHoles = false,
		BloodLocation = Head,
        BiteDefense = 30,
       	ScratchDefense = 50,
        Insulation = 0.25,
        WindResistance = 0.55,
	}