Firefighter Helmet

From PZwiki
Revision as of 21:46, 12 January 2024 by Faalagorn (talk | contribs) (Minor fixes)
Project ZomboidItemsClothingFirefighter Helmet

Template:Infobox clothing A firefighter helmet is a helmet used by firefighters in Knox Country.

Usage

The firefighter helmet completely protects the wearer's head from scratches and bites. The helmet has a low chance of being knocked off of the wearer when they're attacked. Firefighter helmets provide a high amount of insulation, wind resistance and water resistance.

Distribution

Firefighter helmets can be found on firefighter zombies.

Body location

Protection Hat.png
  • Head

Trivia

  • The firefighter helmet isn't available for selection by characters with the fire officer occupation in the character creation menu.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide
Retrieved: Build 41.65
item Hat_Fireman
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Firefighter Helmet,
  ClothingItem      = Hat_Fireman,
  BodyLocation      = Hat,
  Icon              = HelmetFireman,
  BloodLocation     = Head,
  CanHaveHoles      = false,
  BiteDefense       = 100,
  ScratchDefense    = 100,
  ChanceToFall      = 0,
  Insulation        = 0.65,
  WindResistance    = 0.55,
  WaterResistance   = 0.60,
  Weight            = 1.5,
}