Crash Helmet

From PZwiki
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.
Crash Helmet
CrashHelmet Normal.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Scratch defence
100%
Bite defence
100%
Insulation
80%
Wind resistance
80%
Technical
Item ID
Base.Hat_CrashHelmet

A crash helmet is a helmet worn by motorcyclists.

Usage

Crash Helmets completely protect the wearer's head from scratches and bites. Motorcycle helmets provide a great amount of insulation and wind resistance. The helmet also has a no chance of falling off when the wearer is attacked.

Distribution

Crash helmets can be found on motorcyclist zombies, as well as Repair Shops and sporting goods stores.

Body location

Protection Hat.png
  • Head

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_CrashHelmet
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Crash Helmet,
  ClothingItem     = Hat_CrashHelmet,
  BodyLocation     = Hat,
  Icon             = HelmetCrash,
  BloodLocation    = Head,
  CanHaveHoles     = false,
  BiteDefense      = 100,
  ScratchDefense   = 100,
  ChanceToFall     = 0,
  Insulation       = 0.8,
  WindResistance   = 0.8,
}