Long Leather Jacket: Difference between revisions

From PZwiki
Long Leather Jacket
m (Cleanup)
m (Distribution)
Line 61: Line 61:
}}
}}


==Item distribution==
==Distribution==
===Buildings===
===Buildings===
Leather jackets are frequent around the map, usually in houses or clothes stores.
Leather jackets are frequent around the map, usually in houses or clothes stores.

Revision as of 23:12, 26 June 2023

The Game WorldItemsClothingLong Leather Jacket
Leather Jacket
Long 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.65
Wind resistance 0.35
Water resistance 0.45
Technical details
Item ID Base.JacketLong_Random

The long leather jacket is a longer version of the normal leather jacket.

Usage

Pros and cons

Pros Cons
  • Fairly easy to find
  • Good scratch and bite resistance
  • Protects well from weather
  • Provides more protection than a normal leather jacket

Distribution

Buildings

Leather jackets are frequent around the map, usually in houses or clothes stores.

NPCs

Zombies will often be found wearing leather jackets.

Code

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

Retrieved: Build 41.56

   item JacketLong_Random
    {
        Type = Clothing,
        DisplayName = Leather Jacket,
        ClothingItem = JacketLong_Random,
        BodyLocation = Jacket,
        IconsForTexture = JacketLongBlack;JacketLongBrown;JacketGreen,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.93,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.65,
        WindResistance = 0.35,
        FabricType = Leather,
        WaterResistance = 0.45,
        Weight = 2,
        WorldStaticModel = JacketLong_Ground,
    }

See also