Police Deputy Hat: Difference between revisions

From PZwiki
m (Removed {{clear}} line above ==Distribution==)
m (Automatic formatting)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing}}
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{Page version|41.65}}
{{Page version|41.65}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
| name = Police Deputy Hat
|name=Police Deputy Hat
| icon = HatPoliceGrey.png
|icon=HatPoliceGrey.png
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| equipped = Hat
|equipped=Hat
| water_resistance = 0.20
|water_resistance=0.20
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.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.


Line 24: Line 25:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| bathroom
|bathroom  
| [[locker]]
|[[locker]]  
| 4
|4  
| 4
|4
|-
|-
| closet
|closet  
| [[crate]]
|[[crate]]  
| 4
|4  
| 2
|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.
Line 49: Line 50:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 821
   | source = clothing_hats.txt
   | source = clothing_hats.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item Hat_Police_Grey
item Hat_Police_Grey
{
{
  DisplayCategory   = Accessory,
    DisplayCategory = Accessory,
  Type             = Clothing,
Type = Clothing,
  DisplayName       = Police Deputy Hat,
DisplayName = Police Deputy Hat,
  ClothingItem     = Hat_Police_Grey,
ClothingItem = Hat_Police_Grey,
  BodyLocation     = Hat,
BodyLocation = Hat,
  Icon             = HatPoliceGrey,
Icon = HatPoliceGrey,
  CanHaveHoles     = false,
CanHaveHoles = false,
  ChanceToFall     = 40,
ChanceToFall = 40,
  WaterResistance   = 0.2,
WaterResistance = 0.2,
}
}  
  }}
}}
}}
}}


Line 83: Line 84:
*[[Police Deputy Pants]]
*[[Police Deputy Pants]]


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

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