Dust Mask: Difference between revisions

From PZwiki
m (Added code section)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox clothing
| display_name = Dust Mask
| display_name = Dust Mask

Revision as of 12:07, 2 April 2023

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,