Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Riot Helmet

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Riot Helmet
RiotHelmet.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Hat
Properties
ForagingTrait outdoorsman.png
-75%
Combat speed
95%
Scratch defence
100%
Bite defence
100%
Insulation
45%
Wind resistance
65%
Water resistance
100%
Technical
Item ID
Base.Hat_RiotHelmet

A riot helmet is a riot helmet used by the various Kentucky police departments.

Usage

The Riot Helmet completely protects the wearer's head from scratches and bites. The helmet provides a moderate amount of insulation, wind resistance and maximum water resistance.

The Riot Helmet cannot be knocked off the wearer's head when they're attacked.

Location

May be found most frequently on police roadblocks throughout Kentucky.

Body location

Protection FullHat.png
  • Head

Gallery

History

Base.Hat_RiotHelmet

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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_RiotHelmet
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Riot Helmet,
		ClothingItem = Hat_RiotHelmet,
		BodyLocation = FullHat,
		Icon = HelmetRiot,
		BloodLocation = FullHelmet,
		CanHaveHoles = false,
		CombatSpeedModifier = 0.95,
		BiteDefense = 100,
        ScratchDefense = 100,
        ChanceToFall = 0,
        Insulation = 0.45,
        WindResistance = 0.65,
        WaterResistance = 1.0,
	}