Firefighter Helmet: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Minor fixes, added code section)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{Infobox clothing
{{Infobox clothing
| display_name = Firefighter Helmet
| display_name = Firefighter Helmet
Line 23: Line 23:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_Fireman
| class_name = 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==
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}}
==Code==
{{Retrieved|version=41|incver=65}}
<pre> 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,
</pre>
==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}}
{{Navbox clothing}}

Revision as of 01:50, 1 February 2022

The Game WorldItemsClothingFirefighter Helmet
Firefighter Helmet
Firefighter Helmet
Firefighter Helmet
General
Category Clothing
Encumbrance
Heavy Load
1.5
Body location Hat
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 0.65
Wind resistance 0.55
Water resistance 0.60
Technical details
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

Firefighter helmets can be found on firefighter zombies.

Body location

Protection Hat.png
  • Head

Code

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.