Police Deputy Hat: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Automatic formatting)
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{Page version|41.65}}
{{Infobox clothing
{{Reupload|Missing 3D model}}
| display_name = Police Deputy Hat
{{Infobox item
| name_colour = Clothing
|name=Police Deputy Hat
| name_text_colour = Clothing
|icon=HatPoliceGrey.png
| image = HatPoliceGrey.png
| image_width = 250px
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| body_location = Hat
|equipped=Hat
<!-- Insulation -->
|water_resistance=0.20
| water_resistance = 0.20
<!-- Technical details -->
<!-- Technical details -->
| class_name = item Hat_Police_Grey
|item_id=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==
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.
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==
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bathroom
|[[locker]]
|4
|4
|-
|closet
|[[crate]]
|4
|2
|}
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 [[vehicle]]s, police barricade vehicle stories and the police intervention variant of the prison escape survivor story.
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 [[vehicle]]s, police barricade vehicle stories and the police intervention variant of the prison escape survivor story.
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 821
  | source = clothing_hats.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==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]].
==See also==
==See also==
*[[Police Motorcycle Helmet]]
*[[Police Motorcycle Helmet]]
Line 35: Line 84:
*[[Police Deputy Pants]]
*[[Police Deputy Pants]]


 
{{Navbox clothing|headwear}}
{{Navbox clothing}}

Revision as of 17:51, 25 March 2024

Project ZomboidItemsClothingHeadwearHatsPolice Deputy Hat
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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Police Deputy Hat
Police Deputy Hat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Water resistance
20%
Technical
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

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 4
closet crate 4 2

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

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_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