Boonie Hat

From PZwiki
(Redirected from Boonie Hat)
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.

Containers
Building/Room Container Rolls Chance
all Outfit_Hunter 4 1
armysurplus counter 4 1
bedroom locker 4 1
changeroom locker 4 1
closet crate 4 1
crate 4 1
crate 4 1
clothingstorage crate 4 1
clothingstore counter 4 1

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