Army Coat

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.53).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Army Coat
JacketArmyDress Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Jacket
Properties
Material
Cotton
Run speed
95% (disabled)
Combat speed
100%
Scratch defence
40%
Bite defence
20%
Neck protection
50%
Insulation
65%
Wind resistance
45%
Water resistance
55%
Technical
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.
  • Less encumbrance, has faster move and combat speed, and has better wind and water protection than the long leather jacket.
  • Common at military sites.
  • Slows down movement speed slightly.
  • Takes away the sweater slot.

Body location

Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all locker 4 4
militarycrate 4 6
armyhanger locker 4 6

Body location

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

Trivia

  • The game code does not define a weight (encumbrance) for the army coat, resulting in a default value of encumbrance of 1. The military camo jackets having an encumbrance of 2 implies the intended encumbrance for the army coat is greater than 1.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

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