Firefighter Helmet: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|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
Line 21: Line 23:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_Fireman
| class_name = Base.Hat_Fireman
}}A '''Firefighter Helmet''' is a helmet used by firefighters in [[Knox Country]].
}}
A '''firefighter helmet''' is a helmet used by firefighters in [[Knox Country]].


==Usage==
==Usage==
Line 31: Line 34:
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Trivia==
*The firefighter helmet isn't available for selection by characters with the fire officer occupation in the character creation menu.


==Code==
==Code==
Line 63: Line 69:
   }}
   }}
}}
}}
==Trivia==
*The firefighter helmet isn't available for selection by characters with the fire officer occupation in the character creation menu.


{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 21:46, 12 January 2024

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