Hockey Mask: Difference between revisions

From PZwiki
m (Fixed ID and updated code)
m (Added code source)
Line 30: Line 30:


== Code ==
== Code ==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''<br>
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre> item Hat_HockeyMask
<pre> item Hat_HockeyMask

Revision as of 04:28, 20 January 2022

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