Padded Pants

From PZwiki
Project ZomboidItemsClothingBottomsPantsPadded Pants
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Padded Pants
PaddedTrousers White Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Run speed
95% (disabled)
Scratch defence
20%
Bite defence
10%
Insulation
100%
Wind resistance
100%
Water resistance
60%
Technical
Item ID
Base.Trousers_Padded

The padded pants are a more insulated, weather resistant version of the normal pants.

Pros Cons
  • Very high wind resistance and insulation.
  • Provides some bite and scratch protection.
  • Slightly slows down movement.
  • Overly warm in the summer.

Body location

Protection Pants.png
  • Groin
  • Thighs
  • Shins

Distribution

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

Trousers_Padded distribution Show / Hide
Containers
Building / Room Container Rolls Chance
armysurplus metal_shelves 4 8.0
camping clothingrack 4 8.0
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.8

Buildings

Padded pants can be found on clothing racks in clothing stores and in closets within houses.

Code

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

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

Retrieved: Build 41.78.16
item Trousers_Padded
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Padded Pants,
        ClothingItem = Trousers_Padded,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        Icon = PaddedTrousers_White,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.6,
        WorldStaticModel = Trousers_Ground,
    }

See also