Police Deputy Hat: 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 = Police Deputy Hat
| display_name = Police Deputy Hat
| name_colour = Clothing
| name_colour = Clothing
| name_text_colour = Clothing
| name_text_colour = Clothing
| image = HatPoliceGrey.png
| alternate_image = HatPoliceGrey.png
| image_width = 250px
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
Line 14: Line 13:
| water_resistance = 0.20
| water_resistance = 0.20
<!-- Technical details -->
<!-- Technical details -->
| class_name = item Hat_Police_Grey
| class_name = Base.Hat_Police_Grey
}}The '''Police Deputy Hat''' is a hat that's worn by sheriff's deputies.
}}The '''Police Deputy Hat''' is a hat that's worn by sheriff's deputies.
==Usage==
==Usage==
Line 22: Line 21:
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Code==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=65}}
<pre> item Hat_Police_Grey
DisplayCategory = Accessory,
Type = Clothing,
DisplayName = Police Deputy Hat,
ClothingItem = Hat_Police_Grey,
BodyLocation = Hat,
Icon = HatPoliceGrey,
CanHaveHoles = false,
ChanceToFall = 40,
WaterResistance = 0.2,
</pre>
==Trivia==
==Trivia==
*The police deputy hat isn't available for selection in the character creation menu, even for characters with the police officer [[occupation]].
*The police deputy hat isn't available for selection in the character creation menu, even for characters with the police officer [[occupation]].

Revision as of 23:24, 22 January 2022

The Game WorldItemsClothingPolice Deputy Hat
Police Deputy Hat
HatPoliceGrey.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Insulation
Water resistance 0.20
Technical details
Item ID Base.Hat_Police_Grey

The Police Deputy Hat is a hat that's worn by sheriff's deputies.

Usage

The police deputy hat provides a minor amount of water resistance. They have a high chance of being knocked off of the wearer's head when they're attacked.

Distribution

Police deputy jackets can be occasionally found on police zombies. Police zombies can rarely be found in the vicinity of areas that contain a zombie population. Police zombies can usually be found at police precincts, near police vehicles, police barricade vehicle stories and the police intervention variant of the prison escape survivor story.

Body location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.65

	item Hat_Police_Grey
		DisplayCategory	= Accessory,
		Type		= Clothing,
		DisplayName	= Police Deputy Hat,
		ClothingItem	= Hat_Police_Grey,
		BodyLocation	= Hat,
		Icon		= HatPoliceGrey,
		CanHaveHoles	= false,
		ChanceToFall	= 40,
		WaterResistance	= 0.2,

Trivia

  • The police deputy hat isn't available for selection in the character creation menu, even for characters with the police officer occupation.

See also