Riding Helmet

From PZwiki
Project ZomboidItemsClothingHeadwearHelmetsRiding Helmet
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Riding Helmet
Hat RidingHelmet model.png
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Hat
Properties
Scratch defence
100%
Bite defence
100%
Technical
Item ID
Base.Hat_RidingHelmet

The riding helmet is a clothing item.

Usage

Pros and cons

Pros Cons
  • Complete protection from scratches and bites.
  • Does not contribute to overheating as much as some other hats.
  • Provides no insulation or protection from the elements.

Body location

Protection Hat.png
  • Head

Distribution

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

Hat_RidingHelmet distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
bedroom crate 0.53%
closet crate 0.53%
garagestorage crate 0.53%
storageunit crate 0.53%
storageunit metal_shelves 0.53%

Code

Item

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_RidingHelmet
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Riding Helmet,
		ClothingItem = Hat_RidingHelmet,
		BodyLocation = Hat,
		Icon = HelmetCrash,
		CanHaveHoles = false,
		BloodLocation = Head,
		BiteDefense = 100,
        ScratchDefense = 100,
	}

See also