Dust Mask

From PZwiki
Revision as of 00:51, 20 January 2022 by Omar (talk | contribs) (Added code section)
The Game WorldItemsClothingDust Mask
Dust Mask
Dust Mask
General
Category Clothing
Encumbrance
Heavy Load
0.2
Body location Mask
Insulation
Insulation 0.6
Wind resistance 0.5
Technical details
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

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

Body location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing) 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,