Leather Jacket (long)

From PZwiki
Revision as of 20:21, 20 November 2021 by CarpenteristheBestJob (talk | contribs) (Created page with "{{Testing|build=Build 41}} <!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingLeather Jacket (long)
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 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

Item 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