Woolly 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.
Woolly Hat
WoolHatGeneric Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Properties
Insulation
90%
Wind resistance
90%
Technical
Item ID
Base.Hat_WoolyHat

A woolly hat is a hat that provides great insulation and wind resistance.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
armysurplus metal_shelves 4 1

A woolly hat can be found on various shelves throughout Knox Country, and on certain zombies.

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_WoolyHat
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Woolly Hat,
		ClothingItem = Hat_WoolyHat,
		BodyLocation = Hat,
		Icon = WoolHatGeneric,
		CanHaveHoles = false,
		ChanceToFall = 40,
        BloodLocation = Head,
        Insulation = 0.90,
        WindResistance = 0.90,
        Weight = 0.5,
    }