Hockey Mask

From PZwiki
(Redirected from Hockey Mask)
Project ZomboidItemsClothingHeadwearMasksHockey Mask
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.
Hockey Mask
HockeyMask Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
MaskEyes
Properties
Scratch defence
50%
Bite defence
30%
Insulation
25%
Wind resistance
55%
Technical
Item ID
Base.Hat_HockeyMask

A hockey mask is a face mask that offers some protection and insulation.

Usage

A hockey mask is a face mask that offers some protection from both scratches and bites. When it prevents damage, the mask will fall from the wearer's face.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 4
closet crate 4 4

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.78.16
item Hat_HockeyMask
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Hockey Goalie Mask,
		ClothingItem = Hat_HockeyMask,
		BodyLocation = MaskEyes,
		Icon = HockeyMask,
		CanHaveHoles = false,
		BloodLocation = Head,
        BiteDefense = 30,
        ScratchDefense = 50,
        Insulation = 0.25,
        WindResistance = 0.55,
	}

See also