Item: Veste de Frank West

Wiki Project Zomboid

Veste de Frank West

Variable AuthenticZClothing.Jacket_FrankWest Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_FrankWest
TypeClothing
CatégorieClothing
Poids2
Icône
JacketBlack

Navigation

Nom variableJacket_FrankWest
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1236
Lignes640 → 658
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 Jacket
BodyLocation Jacket
ClothingItem Jacket_FrankWest
DisplayCategory Clothing
DisplayName Frank West's Jacket
FabricType Leather
Icon JacketBlack
Insulation 0.5 0.5
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.95 0.95
ScratchDefense 30 30
Type Clothing
Weight 2 2
WindResistance 0.35 0.35
WorldStaticModel Jacket_Ground
Raw block
    item Jacket_FrankWest
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Frank West's Jacket,
        ClothingItem = Jacket_FrankWest,
        BodyLocation = Jacket,
        Icon = JacketBlack,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        BiteDefense = 20,
        ScratchDefense = 30,
        NeckProtectionModifier = 0.5,
        Insulation = 0.5,
        WindResistance = 0.35,
        FabricType = Leather,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,			
    }