Army Coat

From PZwiki
Revision as of 14:37, 1 September 2022 by Leander (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=53|hidecat=true}} {{Infobox clothing | display_name = Army Coat | name_colour = Clothing | name_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingArmy Coat
Army Coat
Army Coat
Army Coat
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Jacket
Fabric Cotton
Speed
Run speed 95%
Combat speed 1
Protection
Scratch defense 40
Bite defense 20
Neck protection 0.5
Insulation
Insulation 0.65
Wind resistance 0.45
Water resistance 0.55
Technical details
Item ID Base.Jacket_CoatArmy

The army coat is a long jacket used by the military.

Usage

Pros and Cons

Pros Cons
  • Good scratch and bite resistance
  • Weighs less, has faster move and combat speed, and has better wind and water protection than the Leather Jacket (long)
  • Common at military sites
  • Slows down movement speed slightly

Item Distribution

Buildings

Army coats are commonly found at military sites, and can be found at pawn shops.

Body Location

Covers the neck, upper torso, lower torso, upper arms, lower arms, groin, and upper thighs.

Trivia

  • The game code does not define a weight for the army coat, giving it a weight of 1. The military camo jackets having a weight of 2 implies the intended weight for the army coat is greater than 1.

Code

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

Retrieved: Build 41.73

   item Jacket_CoatArmy
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Army Coat,
        ClothingItem = Jacket_CoatArmy,
        BodyLocation = Jacket,
        Icon = JacketArmyDress,
        BloodLocation = LongJacket,
        RunSpeedModifier = 0.95,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.70,
        WindResistance = 0.45,
        FabricType = Cotton,
        WaterResistance = 0.55,
        WorldStaticModel = JacketCoat_Ground,
    }

See also