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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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.
Riding Helmet
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Hat
Properties
Scratch defence
100%
Bite defence
100%
Technical
Item ID
Base.Hat_RidingHelmet

Riding hat is a clothing item.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.2

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,
}