Hockey Mask

From PZwiki
Revision as of 19:14, 28 November 2021 by Thing II (talk | contribs) (Created page with "{{Testing|build=Build 41}} {{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=56}} {{Infobox clothing | display_name=Hockey Goalie Mask | name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingHockey Mask
Hockey Goalie Mask
Hockey Goalie Mask
File:Item HockeyMask.png
General
Category Clothing
Body location MaskEyes
Protection
Scratch defense 50
Bite defense 30
Insulation
Insulation 0.25
Wind resistance 0.55
Technical details
Item ID Hat_HockeyMask

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

Usage

A hockey goalie 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

Code

Retrieved: Build 41.56

	item Hat_HockeyMask
		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,