Overalls

From PZwiki
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 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Overalls
Overalls
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Pants
Properties
Material
Denim
Run speed
95% (disabled)
Combat speed
100%
Scratch defence
20%
Bite defence
10%
Insulation
65%
Wind resistance
50%
Water resistance
20%
Technical
Item ID
Base.Dungarees

Overalls are clothing that protect the upper torso, lower torso, and legs. They can be ripped with scissors to produce one denim strips.

Usage

Overalls provide a minor amount of bite and scratch protection
Overalls provide a moderate amount of insulation and wind resistance for the wearer's upper torso, lower torso, and legs.

Body location

Protection Dungarees.png
  • Upper Torso
  • Lower Torso
  • Groin
  • Thighs
  • Shins

Distribution

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

Dungarees 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 wardrobe 1.87%
bedroom crate 0.44%
bedroom wardrobe 1.87%
camping clothingrack 15.1%
camping counter 15.1%
camping shelves 15.1%
campingstorage crate 15.1%
closet crate 0.44%
closet crate 2.81%
fishingstorage clothingrack 15.1%
fishingstorage counter 15.1%
garagestorage crate 0.44%
garagestorage crate 2.81%
gardenstore clothingrack 15.1%
hunting counter 15.1%
laundry clothingdryer 1.65%
laundry clothingdryerbasic 1.65%
laundry clothingwasher 1.65%
laundry counter 1.65%
storageunit crate 0.44%
storageunit crate 2.81%
storageunit metal_shelves 0.44%
storageunit metal_shelves 2.81%
toolstore clothingrack 10.78%
toolstore shelves 10.78%
Vehicles
Type Container Effective chance
Survivalist Trunk 4.01%

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 Dungarees
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Overalls,
        ClothingItem = Dungarees,
        BodyLocation = Pants,
        Icon = OverallsDenim,
        BloodLocation = Trousers;ShirtNoSleeves,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.65,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.20,
        WorldStaticModel = Dungarees_Ground,
    }

See also