Item: Veste de Maman

Wiki Project Zomboid

Veste de Maman

Variable AuthenticZClothing.Jacket_Mom Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Jacket_Mom
TypeClothing
CatégorieClothing
Poids2
Icône
Jacket_Mom

Navigation

Nom variableJacket_Mom
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_jacket.txt
Détails techniques
Item PK1241
Lignes739 → 759
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 30 30
BloodLocation Jacket
BodyLocation Jacket
ClothingItem Jacket_Mom
CombatSpeedModifier 0.97 0.97
DisplayCategory Clothing
DisplayName Mom's Jacket
FabricType Denim
Icon Jacket_Mom
Insulation 0.35 0.35
NeckProtectionModifier 0.5 0.5
RunSpeedModifier 0.94 0.94
ScratchDefense 50 50
Type Clothing
WaterResistance 0.2 0.2
Weight 2 2
WindResistance 0.1 0.1
WorldStaticModel JacketCoat_Ground
Raw block
    item Jacket_Mom
    {
        DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Mom's	Jacket,
        ClothingItem = Jacket_Mom,
        BodyLocation = Jacket,
        BloodLocation = Jacket,
        Icon = Jacket_Mom,
        RunSpeedModifier = 0.94,
        CombatSpeedModifier = 0.97,
        BiteDefense = 30,
        ScratchDefense = 50,
        NeckProtectionModifier = 0.5,
        Insulation = 0.35,
        WindResistance = 0.1,
        FabricType = Denim,
        WaterResistance = 0.2,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }