Hockey Helmet

From PZwiki
Project ZomboidItemsClothingHeadwearHelmetsHockey Helmet
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Hockey Helmet
HelmetHockey Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
0%
Wind resistance
0%
Technical
Item ID
Base.Hat_HockeyHelmet

A hockey helmet is a helmet used by hockey players.

Usage

The hockey helmet provides bite and scratch defense.

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 2
all postbox 4 2
bedroom crate 1 0.2
closet crate 4 2
schoolstorage crate 4 1
crate 4 2

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.65
item Hat_BicycleHelmet
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Hockey Helmet,
  ClothingItem      = Hat_HockeyHelmet,
  BodyLocation      = Hat,
  Icon              = HelmetHockeyBlack,
  CanHaveHoles      = false,
  BloodLocation     = Head,
  BiteDefense       = 100,
  ScratchDefense    = 100,
}