Boonie Hat

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Boonie Hat
BonnieHat Green Model.png
HatBonnieCamo Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Properties
Insulation
50%
Wind resistance
30%
Technical
Item ID
Base.Hat_BonnieHat
Base.Hat_BonnieHat_CamoGreen

A boonie hat or a camo boonie hat is a hat that provides moderate insulation and low wind resistance.

Distribution

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

Hat_BonnieHat distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
armysurplus counter 23.28%
bedroom locker 23.28%
changeroom locker 23.28%
closet crate 23.28%
clothingstorage crate 23.28%
clothingstorage metal_shelves 23.28%
clothingstore counter 23.28%
clothingstore crate 23.28%
clothingstore metal_shelves 23.28%
departmentstorage crate 23.28%
departmentstorage metal_shelves 23.28%
garagestorage crate 23.28%
shoestore counter 23.28%
sportstorage counter 23.28%
sportstore counter 23.28%
storageunit crate 23.28%
Hat_BonnieHat_CamoGreen distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
armysurplus counter 19.27%
bedroom locker 19.27%
changeroom locker 19.27%
closet crate 19.27%
clothingstorage crate 19.27%
clothingstorage metal_shelves 19.27%
clothingstore counter 19.27%
clothingstore crate 19.27%
clothingstore metal_shelves 19.27%
departmentstorage crate 19.27%
departmentstorage metal_shelves 19.27%
garagestorage crate 19.27%
shoestore counter 19.27%
sportstorage counter 19.27%
sportstore counter 19.27%
storageunit crate 19.27%

The hat can be found on various zombies and in clothing shops.

Body location

Protection Hat.png
  • Head

Trivia

  • Those items were previously incorrectly called bonnie hats, which is still visible in the code.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

HatBonnieGreen.png Base.Hat_BonnieHat
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BonnieHat
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Bonnie Hat,
        ClothingItem = Hat_BonnieHat,
        BodyLocation = Hat,
        Icon = HatBonnieGreen,
        CanHaveHoles = false,
        ChanceToFall = 60,
        BloodLocation = Head,
        Insulation = 0.5,
        WindResistance = 0.3,
        Weight = 0.5,
    }

HatBonnieCamo.png Base.Hat_BonnieHat_CamoGreen
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BonnieHat_CamoGreen
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Bonnie Hat,
        ClothingItem = Hat_BonnieHat_CamoGreen,
        BodyLocation = Hat,
        Icon = HatBonnieCamo,
        CanHaveHoles = false,
        ChanceToFall = 60,
        BloodLocation = Head,
        Insulation = 0.5,
        WindResistance = 0.3,
        Weight = 0.5,
    }

See also