Crash Helmet

From PZwiki
Revision as of 11:32, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsClothingCrash Helmet
Crash Helmet
Crash Helmet
Crash Helmet Icon
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 0.8
Wind resistance 0.8
Technical details
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,
}