Bicycle Helmet

From PZwiki
Project ZomboidItemsClothingHeadwearHelmetsBicycle Helmet
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.
Bicycle Helmet
HelmetBicycleWhite Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
25%
Wind resistance
15%
Technical
Item ID
Base.Hat_BicycleHelmet

A bicycle helmet is a helmet used by cyclists.

Usage

The bicycle helmet provides a minor amount of insulation and wind resistance. The helmet cannot be knocked off of the wearer's head due to an attack.

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

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.65
item Hat_BicycleHelmet
{
  DisplayCategory       = Accessory,
  Type                  = Clothing,
  DisplayName           = Bicycle Helmet,
  ClothingItem          = Hat_BicycleHelmet,
  BodyLocation          = Hat,
  Icon                  = HelmetBicycleWhite,
  CanHaveHoles          = false,
  ChanceToFall          = 0,
  Insulation            = 0.25,
  WindResistance        = 0.15,
  BloodLocation         = Head,
}