Firefighter Helmet: Difference between revisions

From PZwiki
(→‎Code: code box update)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
| display_name = Firefighter Helmet
| display_name = Firefighter Helmet
| name_colour = Clothing
| name_colour = Clothing

Revision as of 11:30, 9 January 2024

Project ZomboidItemsClothingFirefighter 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.