Item: Veste de Shérif marron

Wiki Project Zomboid

Veste de Shérif marron

Variable AuthenticZClothing.Jacket_Grimes Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_Grimes
TypeClothing
CatégorieClothing
Poids2
Icône
JacketRick

Navigation

Nom variableJacket_Grimes
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1237
Lignes660 → 680
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.

18 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 20 20
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_Grimes
CombatSpeedModifier 0.98 0.98
DisplayCategory Clothing
DisplayName Brown Sheriff Jacket
FabricType Leather
Icon JacketRick
Insulation 0.7 0.7
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.93 0.93
ScratchDefense 30 30
Type Clothing
WaterResistance 0.5 0.5
Weight 2 2
WindResistance 0.7 0.7
WorldStaticModel Jacket_Ground
Raw block
    item Jacket_Grimes
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Brown Sheriff Jacket,
        ClothingItem = Jacket_Grimes,
        BodyLocation = Jacket,
        Icon = JacketRick,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.98,
        BiteDefense = 20,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.5,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,			
    }