Bucket Hat

From PZwiki
Revision as of 07:16, 14 January 2024 by Calvy (talk | contribs) (Spelling error)
Bucket Hat
Bucket Hat
BobHat.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Insulation
Insulation 0.5
Wind resistance 0.3
Technical details
Item ID Base.Hat_BucketHat

A nucket hat is a hat that provides no protection but moderate insulation.

Distribution

Bucket hats can be found in clothing stores, lockers, and wardrobes. They can also be found on tourist zombies.

Body location

Protection Hat.png
  • Head

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_BucketHat
{
  DisplayCategory      = Accessory,
  Type                 = Clothing,
  DisplayName          = Bucket Hat,
  ClothingItem         = Hat_BucketHat,
  BodyLocation         = Hat,
  Icon                 = BobHat,
  CanHaveHoles         = false,
  ChanceToFall         = 60,
  BloodLocation        = Head,
  Insulation           = 0.5,
  WindResistance       = 0.3,
}