Firefighter Helmet: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Insert empty line above each {{Navbox}})
 
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Clothing|Headwear|Helmets}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{Page version|41.65}}
{{Infobox clothing
{{Infobox item
| display_name = Firefighter Helmet
|name=Firefighter Helmet
| name_colour = Clothing
|model=Hat_Fireman.png
| name_text_colour = Clothing
|icon=HelmetFireman.png
| image = Hat_Fireman.png
|icon_name=Firefighter Helmet
| image_width = 250px
| alternate_image = HelmetFireman.png
| alternate_name = Firefighter Helmet
| alternate_link =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.5
|weight=1.5
| body_location = Hat
|equipped=Hat
<!-- Protection -->
|scratch_defense=100
| scratch_defense = 100
|bite_defense=100
| bite_defense = 100
|insulation=0.65
<!-- Insulation -->
|wind_resistance=0.55
| insulation = 0.65
|water_resistance=0.60
| wind_resistance = 0.55
| water_resistance = 0.60
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_Fireman
|item_id=Base.Hat_Fireman
}}The '''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==
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.
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==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|Hat_Fireman|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Hat_Fireman distribution
        <span class="mw-customtoggle-togglebox-Hat_Fireman" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Hat_Fireman">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bathroom
    | {{ll|locker}}
    | 4
    | 2.0
    |-
    | firestorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |-
    | firestorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | FireTruckBed
    | 4
    | 4
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_Fireman" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_Fireman|41.78.16-->
Firefighter helmets can be found on firefighter [[zombie]]s.
Firefighter helmets can be found on firefighter [[zombie]]s.
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Trivia==
==Trivia==
*The firefighter helmet isn't available for selection by characters with the fire officer occupation in the character creation menu.
*The firefighter helmet isn't available for selection by characters with the fire officer occupation in the character creation menu.


{{Navbox clothing}}
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 593
  | source = clothing_hats.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
    }
}}
}}
 
==See also==
 
{{Navbox items|headwear}}

Latest revision as of 14:58, 25 April 2024

Project ZomboidItemsClothingHeadwearHelmetsFirefighter Helmet
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Firefighter Helmet
Hat Fireman.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Equipped
Hat
Properties
Scratch defence
100%
Bite defence
100%
Insulation
65%
Wind resistance
55%
Water resistance
60%
Technical
Item ID
Base.Hat_Fireman

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

The loot distributions can be found in the table(s) below.

Hat_Fireman distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bathroom locker 4 2.0
firestorage metal_shelves 4 20.0
firestorage metal_shelves 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
FireTruckBed 4 4

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

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
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,
    }

See also