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.

Recipes

Army coats can be used to make ripped sheets or sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

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.

Jacket_CoatArmy distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all locker 10.78%
all militarycrate 15.1%
all militarylocker 15.1%
armyhanger locker 15.1%
armystorage locker 15.1%
bedroom locker 10.78%
pawnshop counter 15.1%
pawnshop metal_shelves 15.1%
pawnshop shelves 15.1%
pawnshopoffice crate 15.1%
pawnshopoffice locker 15.1%
pawnshopoffice metal_shelves 15.1%
pawnshopstorage crate 15.1%
pawnshopstorage locker 15.1%
pawnshopstorage metal_shelves 15.1%

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.78.16
item Jacket_CoatArmy
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Army Coat,
        ClothingItem = Jacket_CoatArmy,
        BodyLocation = JacketSuit,
        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