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
Containers
Building / Room Container Rolls Chance
Not referenced GeneratorRoom 4 4.0
all wardrobe 4 0.1
bedroom crate 1 0.05
camping clothingrack 4 6.0
closet crate 4 0.5
laundry clothingdryer 4 0.01
toolstore clothingrack 4 4.0
Vehicles
Vehicle Type/Location Rolls Chance
SurvivalistTruckBed 1 6

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