Item: Veste de la marine

Wiki Project Zomboid

Veste de la marine

Variable AuthenticZClothing.Jacket_CoatNavy Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_CoatNavy
TypeClothing
CatégorieClothing
Poids
Icône
JacketNavyDress

Navigation

Nom variableJacket_CoatNavy
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1231
Lignes539 → 557
File ID818

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 20 20
BloodLocation LongJacket
BodyLocation Jacket
ClothingItem Jacket_CoatNavy
DisplayCategory Clothing
DisplayName Navy Coat
FabricType Cotton
Icon JacketNavyDress
Insulation 0.70 0.7
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 40 40
Type Clothing
WaterResistance 0.55 0.55
WindResistance 0.45 0.45
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_CoatNavy
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Navy Coat,
        ClothingItem = Jacket_CoatNavy,
        BodyLocation = Jacket,
        Icon = JacketNavyDress,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.95,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.70,
        WindResistance = 0.45,
        FabricType = Cotton,
        WaterResistance = 0.55,
        WorldStaticModel = JacketCoat_Ground,
    }