Dust Mask

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
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.
Dust Mask
DustMask Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Mask
Properties
Insulation
60%
Wind resistance
50%
Technical
Item ID
Base.Hat_DustMask

A dust mask is a face mask that covers the mouth and nose.

Usage

Dust masks provide a significant amount of insulation.

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 8
armyhanger locker 4 8
bathroom locker 4 8
bedroom crate 1 0.8
carsupply clothingrack 4 8
closet crate 4 8
druglab counter 4 8
factory crate 4 8
garagestorage counter 4 8
counter 4 8
mechanic metal_shelves 4 8
toolstore counter 4 8
toolstorestorage metal_shelves 4 8
metal_shelves 4 8

Dust masks can be found in various crates and shelves, and at hardware stores.

Body location

Protection Hat.png
  • Head

Code

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

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

Retrieved: Build 41.65
item Hat_DustMask
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Dust Mask,
  ClothingItem      = Hat_DustMask,
  BodyLocation      = Mask,
  Icon              = DustMask,
  CanHaveHoles      = false,
  BloodLocation     = Head,
  Insulation        = 0.6,
  WindResistance    = 0.5,
  Weight            = 0.2,
}