Leather Jacket

From PZwiki
The Game WorldItemsClothingLeather Jacket
Leather Jacket
Leather Jacket
General
Category Clothing
Encumbrance
Heavy Load
2.0
Body location Jacket
Fabric Leather
Speed
Run speed 93%
Combat speed 0.97
Protection
Scratch defense 40
Bite defense 20
Neck protection 0.5
Insulation
Insulation 0.40
Wind resistance 0.6
Water resistance 0.4
Technical details
Item ID Base.Jacket_Black

The leather jacket is a leather version of the normal Jacket.

Usage

Pros and Cons

Pros Cons
  • Common around the map
  • Strong bite and scratch resistance
  • Provides protection against weather

Item Distribution

Buildings

The leather jacket can often be found in clothes stores and houses around the map.

NPCs

Zombie civilians will sometimes be wearing leather jackets.

Code

From clothing_jacket.txt (Project Zomboid directory/media/scripts/clothing)

Retrieved: Build 41.56

   item Jacket_Black
    {
        Type = Clothing,
        DisplayName = Leather Jacket,
        ClothingItem = Jacket_Black,
        BodyLocation = Jacket,
        Icon = JacketBlack,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = JacketCoat_Ground,
    }

See also