Hockey Mask: Difference between revisions

From PZwiki
m (Added code source)
(removed empty image box to match other page styles)
Line 5: Line 5:
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
| image=Image.png
| image_width=120px
| alternate_image=Item_HockeyMask.png
| alternate_image=Item_HockeyMask.png
<!-- General -->
<!-- General -->

Revision as of 05:44, 21 February 2022

The Game WorldItemsClothingHockey 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 Base.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

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved: Build 41.65

	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,