Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ear Muffs

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]
Ear Muffs
EarMuff White Model.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 can be found in 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.

Pros Cons
  • Modest amount of insulation and wind resistance.
  • Slightly better than ear protectors in terms of stats.
  • Won't modify the hearing of the character in any way.
  • High chance of being knocked off of the wearer's head when they're attacked.

Body location

Protection Hat.png
  • Head

Location

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

Hat_EarMuffs distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
armysurplus metal_shelves 19.68%
armysurplus shelves 19.68%
bedroom crate 19.68%
closet crate 19.68%
clothingstorage crate 19.68%
clothingstore crate 19.68%
departmentstorage crate 19.68%
garagestorage crate 19.68%
pawnshop crate 19.68%
pawnshop metal_shelves 19.68%
pawnshop shelves 19.68%
storageunit crate 19.68%
storageunit metal_shelves 19.68%
Vehicle
Type Container Effective chance
Clothing Trunk 1.01%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 5
TownZone: 5
TrailerPark: 5
Vegitation: 5
- - - - - - -

Trivia

  • Ear muffs won't modify the player's hearing in any way.
  • They cannot be worn with other headgear currently.

History

Base.Hat_EarMuffs

Version Description
Build 41.65 ChanceToFall changed from 80 to 30.
DisplayCategory added with value Accessory.
Build 41.50 Weight added with value 0.3.
Build 41.20 BloodLocation added with value Head.
Insulation added with value 0.4.
WindResistance added with value 0.4.
Build 41.19 ChanceToFall added with value 80.
Build 41.12 Released on this version.

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