Leather Jacket: 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...")
 
mNo edit summary
Line 56: Line 56:
}}<!--  
}}<!--  
COMMENT: include a very brief introduction to the item  
COMMENT: include a very brief introduction to the item  
-->The Long Leather Jacket is a common, fairly protective clothing item that comes in many colors.
-->The Long Leather Jacket is a longer version of the leather jacket.


__TOC__
__TOC__
Line 72: Line 72:
|cons1 = Cannot be used to make [[Ripped Sheets|ripped sheets]] or [[sheet rope]]
|cons1 = Cannot be used to make [[Ripped Sheets|ripped sheets]] or [[sheet rope]]
}}
}}
==Body location==
{| style="text-align:center;"
|{{Body location|body_location=Jacket}}
|}


== Item Distribution ==
== Item Distribution ==

Revision as of 17:53, 20 November 2021

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 Long Leather Jacket is a longer version of the leather jacket.

Usage

Pros and Cons

Pros Cons
  • Fairly easy to find
  • Good scratch and bite resistance
  • Protects well from weather

Item Distribution

Buildings

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

NPCs

Zombies will often be found wearing long 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