Item: Veste de pisteur

Wiki Project Zomboid

Veste de pisteur

Variable UndeadSurvivor.StalkerJacket Mod KAVALASH_UndeadSuvivor

Résumé

VariableUndeadSurvivor.StalkerJacket
TypeClothing
CatégorieClothing
Poids1
Icône Aucune icône trouvée

Navigation

Nom variableStalkerJacket
ModuleUndeadSurvivor
Sourcemedia\scripts\Clothing_UndeadSurvivor.txt
Détails techniques
Item PK4215
Lignes602 → 620
File ID1312

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 40 40
BloodLocation Jacket
BodyLocation Jacket
ClothingItem StalkerJacket
DisplayCategory Clothing
DisplayName Stalker Jacket
FabricType Leather
IconsForTexture StalkerJacket
Insulation 0.2 0.2
NeckProtectionModifier 0.8 0.8
ScratchDefense 60 60
Type Clothing
WaterResistance 0.25 0.25
Weight 1 1
WindResistance 0.2 0.2
WorldStaticModel StalkerJacket_ground
Raw block
    item StalkerJacket
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Stalker Jacket,
        ClothingItem = StalkerJacket,
        BodyLocation = Jacket,
        IconsForTexture = StalkerJacket,
        BloodLocation = Jacket,
        BiteDefense = 40,
        ScratchDefense = 60,
        NeckProtectionModifier = 0.8,
        Insulation = 0.2,
        WindResistance = 0.2,
        FabricType = Leather,
        WaterResistance = 0.25,
        Weight = 1,
        WorldStaticModel = StalkerJacket_ground,
    }