![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Jockey Helmet
Jump to navigation
Jump to search
![]() |
English |
Jockey Helmet | ||||||
---|---|---|---|---|---|---|
![]() | ||||||
| ||||||
General | ||||||
Category | Clothing | |||||
Weight | 1.0 | |||||
Body location | Hat | |||||
Protection | ||||||
Scratch defense | 100 | |||||
Bite defense | 100 | |||||
Neck protection | 0 | |||||
Insulation | ||||||
Insulation | 0 | |||||
Wind resistance | 0 | |||||
Technical details | ||||||
Base ID | See Item IDs |
The Jockey Helmet is a helmet that's worn by jockeys, or horse riders. The jockey helmet has six variants; blue, red, green, purple, yellow, and orange. The difference between each jockey helmet is purely visual.
Usage
Pros | Cons |
---|---|
|
|
Distribution
Jockey helmets can be found off of jockey zombies.
Body location
Body location | |
---|---|
![]() |
Head |
Item IDs
Code
From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet01 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 1, ClothingItem = Hat_JockeyHelmet01, BodyLocation = Hat, Icon = HelmetJockeyBlue, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet02 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 2, ClothingItem = Hat_JockeyHelmet02, BodyLocation = Hat, Icon = HelmetJockeyRed, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet03 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 3, ClothingItem = Hat_JockeyHelmet03, BodyLocation = Hat, Icon = HelmetJockeyGreen, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet04 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 4, ClothingItem = Hat_JockeyHelmet04, BodyLocation = Hat, Icon = HelmetJockeyPurple, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet05 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 5, ClothingItem = Hat_JockeyHelmet05, BodyLocation = Hat, Icon = HelmetJockeyYellow, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }
Retrieved | |
---|---|
Version 41.78 |
item Hat_JockeyHelmet06 { DisplayCategory = Accessory, Type = Clothing, DisplayName = Jockey Helmet - 6, ClothingItem = Hat_JockeyHelmet06, BodyLocation = Hat, Icon = HelmetJockeyOrange, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 100, ScratchDefense = 100, }