Padded Jacket

From PZwiki
Project ZomboidItemsClothingTopsJacketsPadded Jacket
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing unhooded 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Padded Jacket
Jacket PaddedDOWN.png
Padded Jacket (hooded)
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
3.0
Equipped
Jacket
Properties
Run speed
89% (disabled)
Combat speed
96%
Scratch defence
20%
Bite defence
10%
Neck protection
50%
Insulation
100%
Wind resistance
100%
Water resistance
60%
Technical
Item ID
Base.Jacket_Padded
Base.Jacket_PaddedDOWN

The padded jacket is a winter jacket with an attached hood that can be found with numerous color variants.

Usage

Pros and cons

Pros Cons
  • Best insulation out of all items in-game for the affected regions (especially with hood down).
  • Provides neck protection when hood is down.
  • Minor reduction to combat-speed and a significant reduction to run-speed.
  • Heavier than most clothing.
  • Not the best scratch and bite protection for the slot.

Body location

Hood down
Protection Jacket.png
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
Hood up
Protection JacketHat.png
  • Head
  • 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
closet metal_shelves 4 0.05

Buildings

Padded jackets can sometimes be found inside of bedrooms and in clothing stores.

Trivia

  • When hooded, it provides 5% less insulation and wind resistance (95% and 95% respectively). This behavior is similar with other items with a hood.

Code

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

JacketPadded White.png Base.Jacket_PaddedDOWN
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_PaddedDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_PaddedDOWN,
        BodyLocation = Jacket_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jacket,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_Padded,
        ClothingItemExtraOption = UpHoodie,
        clothingExtraSubmenu = DownHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        NeckProtectionModifier = 0.5,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }

JacketPadded White.png Base.Jacket_Padded
Source: ProjectZomboid\media\scripts\clothing\clothing_jacket.txt

Retrieved: Build 41.78.16
item Jacket_Padded
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Jacket,
        ClothingItem = Jacket_Padded,
        BodyLocation = JacketHat_Bulky,
        Icon = JacketPadded_White,
        BloodLocation = Jumper;FullHelmet,
        RunSpeedModifier = 0.89,
        CombatSpeedModifier = 0.96,
        ClothingItemExtra = Jacket_PaddedDOWN,
        ClothingItemExtraOption = DownHoodie,
        clothingExtraSubmenu = UpHoodie,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.95,
        WindResistance = 0.95,
        WaterResistance = 0.60,
        Weight = 3,
        WorldStaticModel = Hoodie_Ground,
    }

Gallery

See also