Firefighter Helmet

From PZwiki
Revision as of 11:51, 8 January 2024 by Calvy (talk | contribs) (→‎Code: code box update)
The Game WorldItemsClothingFirefighter Helmet

Template:Infobox clothingA 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

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

Trivia

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