Firefighter Helmet: Difference between revisions

From PZwiki
m (200px)
(→‎Code: code box update)
Line 33: Line 33:


==Code==
==Code==
{{Retrieved|version=41|incver=65}}
{{CodeBox
<pre>
| {{CodeSnip
item Hat_Fireman
  | lang = java
DisplayCategory = Accessory,
  | line = true
Type = Clothing,
  | start = 0
DisplayName = Firefighter Helmet,
  | source =
ClothingItem = Hat_Fireman,
  | retrieved = true
BodyLocation = Hat,
  | version = 41
Icon = HelmetFireman,
  | incver = 65
BloodLocation = Head,
  | code =
CanHaveHoles = false,
item Hat_Fireman
BiteDefense = 100,
{
ScratchDefense = 100,
  DisplayCategory   = Accessory,
ChanceToFall = 0,
  Type             = Clothing,
Insulation = 0.65,
  DisplayName       = Firefighter Helmet,
WindResistance = 0.55,
  ClothingItem     = Hat_Fireman,
WaterResistance = 0.60,
  BodyLocation     = Hat,
Weight = 1.5,
  Icon             = HelmetFireman,
</pre>
  BloodLocation     = Head,
  CanHaveHoles     = false,
  BiteDefense       = 100,
  ScratchDefense   = 100,
  ChanceToFall     = 0,
  Insulation       = 0.65,
  WindResistance   = 0.55,
  WaterResistance   = 0.60,
  Weight           = 1.5,
}
  }}
}}


==Trivia==
==Trivia==

Revision as of 11:51, 8 January 2024

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.