Item: Masque de Lego

Wiki Project Zomboid

Masque de Lego

Variable AuthenticZClothing.Hat_DRLegoHead Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_DRLegoHead
TypeClothing
CatégorieAccessory
Poids
Icône
LegoHead

Navigation

Nom variableHat_DRLegoHead
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1143
Lignes1194 → 1211
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.

15 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 100 100
BloodLocation Head
BodyLocation FullHat
CanHaveHoles false 0 0
ChanceToFall 10 10
ClothingItem Hat_DRLegoHead
CombatSpeedModifier 0.95 0.95
DisplayCategory Accessory
DisplayName ServBot Mask
Icon LegoHead
Insulation 0.50 0.5
ScratchDefense 100 100
Type Clothing
WaterResistance 1.0 1
WindResistance 0.65 0.65
Raw block
	item Hat_DRLegoHead
	{
	    DisplayCategory = Accessory,	
		Type = Clothing,
		DisplayName = ServBot Mask,
		ClothingItem = Hat_DRLegoHead,
		BodyLocation = FullHat,
		BloodLocation = Head,
		Icon = LegoHead,
		CanHaveHoles = false,
		CombatSpeedModifier = 0.95,
		BiteDefense = 100,
        ScratchDefense = 100,
        ChanceToFall = 10,
        Insulation = 0.50,
        WindResistance = 0.65,
        WaterResistance = 1.0,
	}