Coveralls

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.24).
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Coveralls
BoiletSuitGrey Model.png
BoiletSuitBlue Model.png
BoilerSuitRed Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
FullSuit
Properties
Run speed
90% (disabled)
Scratch defence
10%
Insulation
65%
Wind resistance
45%
Technical
Item ID
Base.Boilersuit
Base.Boilersuit_BlueRed

Coveralls are an item of clothing covering the whole body.

They are able to be found in more colors other than the typical blue and red ones, this includes green coveralls, orange coveralls, black coveralls, although this is not a guarantee and a player might play Project Zomboid without finding one of these rare variations.

Provides decent insulation to the body, resulting in possible heat gain under many layers with the coveralls.

Distribution

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

Containers
Building/Room Container Rolls Chance
carsupply clothingrack 4 1
clothingrack 4 1
clothingrack 4 2
clothingrack 4 2
mechanic metal_shelves 4 1
toolstore clothingrack 4 2

Likely to be found within car auto garages, warehouses, and garages.

Usage

Pros Cons
  • Perfect for winter, due to its good insulation and wind resistance.
  • Able to layer t-shirts, hoodies and vests on top of the coveralls.
  • Easy to find.
  • Minor running-speed reduction.
  • Can cause rapid heat gain under more layers of clothing.
  • Does not provide protection to areas above the groin, despite being a full body costume.

Crafting

Clothing can be torn into ripped sheets, which is a makeshift bandage, an essential first aid tool. Clothing can also be turned into sheet ropes, which can be used to rappel down from (and also up, as long as the player doesn't have the weak trait) a window.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Body location

Protection BodyCostume.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
  • Groin
  • Thighs
  • Shins

Code

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

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

Retrieved: Build 41.56
item Boilersuit
{
    DisplayCategory = Clothing,
    Type = Clothing,
    DisplayName = Coveralls,
    ClothingItem = Boilersuit,
    BodyLocation = FullSuit,
    Icon = BoilerSuitWhite,
    ColorRed = 161,
    ColorGreen = 161,
    ColorBlue = 161,
    BloodLocation = Trousers;Jumper,
    RunSpeedModifier = 0.9,
    ScratchDefense = 10,
    Insulation = 0.65,
    WindResistance = 0.45,
    FabricType = Cotton,
    WorldStaticModel = BoilerSuit_Ground,
}

See also