Bucket Hat: Difference between revisions

From PZwiki
(→‎Code: code box update)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
| display_name=Bucket Hat
| display_name=Bucket Hat
| name_colour=Clothing
| name_colour=Clothing

Revision as of 12:00, 9 January 2024

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