Item: Combinaison Hazmat

Wiki Project Zomboid

Combinaison Hazmat

Variable AuthenticZClothing.HazmatSuit2 Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.HazmatSuit2
TypeClothing
CatégorieClothing
Poids
Icône
Hazmatsuit

Navigation

Nom variableHazmatSuit2
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_suits.txt
Détails techniques
Item PK1750
Lignes1138 → 1156
File ID826

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
BiteDefense 5 5
BloodLocation Trousers;Jumper
BodyLocation FullSuit
ClothingItem HazmatSuit2
ClothingItemExtra AuthenticZClothing.HazmatSuit2NoShoes;AuthenticZClothing.HazmatSuit2NoMask;AuthenticZClothing.HazmatSuit2NoMaskNoShoes
ClothingItemExtraOption TakeOffShoeCovers;TakeOffMask;TakeOffShoeCoversAndMask
DisplayCategory Clothing
DisplayName Hazmat Suit
Icon Hazmatsuit
Insulation 0.65 0.65
RunSpeedModifier 0.75 0.75
ScratchDefense 15 15
Type Clothing
WindResistance 0.9 0.9
WorldStaticModel Hazmat_Ground
clothingExtraSubmenu WearNormally2
Raw block
    item HazmatSuit2
    {
        DisplayCategory = Clothing,			
        Type = Clothing,
        DisplayName = Hazmat Suit,
        ClothingItem = HazmatSuit2,
        BodyLocation = FullSuit,
        BloodLocation = Trousers;Jumper,
        ClothingItemExtra = AuthenticZClothing.HazmatSuit2NoShoes;AuthenticZClothing.HazmatSuit2NoMask;AuthenticZClothing.HazmatSuit2NoMaskNoShoes,
        ClothingItemExtraOption = TakeOffShoeCovers;TakeOffMask;TakeOffShoeCoversAndMask,
		clothingExtraSubmenu 	= WearNormally2,			
        Icon = Hazmatsuit,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = Hazmat_Ground,
    }