Summer 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]
Summer Hat
HatSummerYellow Model.png
Hat SummerHat Pink model.png
Hat SummerHat Striped model.png
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 clothing item.

Usage

The summer hat provides minimal insulation and no protection, so is best used as a cosmetic item. It has a very high chance to fall off the player's head, and comes in three variants: yellow, pink, and striped.

Body location

Protection Hat.png
  • Head

Distribution

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

Hat_SummerHat 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
all wardrobe 2.81%
bedroom wardrobe 2.81%
closet crate 19.27%
clothingstorage crate 10.78%
clothingstorage metal_shelves 10.78%
clothingstore counter 10.78%
clothingstore crate 10.78%
clothingstore metal_shelves 10.78%
departmentstorage crate 10.78%
departmentstorage metal_shelves 10.78%
garagestorage crate 19.27%
shoestore counter 10.78%
sportstorage counter 10.78%
sportstore counter 10.78%
storageunit crate 19.27%
Vehicles
Type Container Effective chance
Clothing Trunk 2.57%

NPCs

Summer hats can occasionally be found on mannequins.

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.78.16
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,
	}

See also