Ear Muffs

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.
Ear Muffs
Model EarMuff White.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Properties
Insulation
40%
Wind resistance
40%
Technical
Item ID
Base.Hat_EarMuffs

Ear muffs are a clothing accessory that can be worn on the head for insulation. Ear muffs are can be found with numerous color variants.

Usage

Ear muffs provide a moderate amount of insulation and wind resistance for the wearer's head. They have a high chance of being knocked off of the wearer's head when they're attacked.

Distribution

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

Containers
Building/Room Container Rolls Chance
armysurplus metal_shelves 4 8

Ear muffs can be found inside of bedroom wardrobes and drawers.

Body location

Protection Hat.png
  • Head

Trivia

  • Ear muffs won't modify your hearing in any way.

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_EarMuffs
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ear Muffs,
		ClothingItem = Hat_EarMuffs,
		BodyLocation = Hat,
		Icon = EarMuffs,
		CanHaveHoles = false,
		ChanceToFall = 30,
        BloodLocation = Head,
        Insulation = 0.4,
        WindResistance = 0.4,
        Weight = 0.3,
    }

See also