Leather Jacket (long): Difference between revisions

From PZwiki
(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...")
 
m (Removed Testing tag due to Build 41 being stable.)
Line 1: Line 1:
{{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.  
<!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages.  
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
-->{{languages}}<!-- COMMENT: The header format can be seen in the header template with a working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->

Revision as of 20:43, 26 December 2021

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