Summer Hat

From PZwiki
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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model variants
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Summer Hat
HatSummerYellow Model.png
Summer Hat
Summer Hat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
10%
Wind resistance
10%
Technical
Item ID
Base.Hat_SummerHat

A summer hat is a hat that provides no protection and minimal insulation.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.5
wardrobe 4 0.5
closet crate 4 8
clothingstorage crate 4 4
clothingstore counter 4 4
counter 4 4

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_SummerHat
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Summer Hat,
  ClothingItem      = Hat_SummerHat,
  BodyLocation      = Hat,
  IconsForTexture   = HatSummerYellow;HatSummerPink;HatSummerStriped,
  CanHaveHoles      = false,
  ChanceToFall      = 80,
  BloodLocation     = Head,
  Insulation        = 0.1,
  WindResistance    = 0.1,
}