Ear Protectors: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Automated CodeBox update)
Line 108: Line 108:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 513
   | source = clothing_hats.txt
   | source = clothing_hats.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item Hat_EarMuff_Protectors
item Hat_EarMuff_Protectors
{
{
  DisplayCategory = Accessory,
    DisplayCategory = Accessory,
  Type             = Clothing,
Type = Clothing,
  DisplayName     = Ear Protectors,
DisplayName = Ear Protectors,
  ClothingItem     = Hat_EarMuff_Protectors,
ClothingItem = Hat_EarMuff_Protectors,
  BodyLocation     = Hat,
BodyLocation = Hat,
  Icon             = EarProtectors,
Icon = EarProtectors,
  CanHaveHoles     = false,
CanHaveHoles = false,
  ChanceToFall     = 30,
ChanceToFall = 30,
  BloodLocation   = Head,
        BloodLocation = Head,
  Insulation       = 0.35,
        Insulation = 0.35,
  WindResistance   = 0.35,
        WindResistance = 0.35,
  Weight           = 0.3,
        Weight = 0.3,
}
    }  
  }}
}}
}}
}}



Revision as of 01:14, 25 March 2024

Project ZomboidItemsClothingHeadwearHatsEar Protectors
Spiffo controlyourself.png
This page was last updated for an older version (41.24).
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 Protectors
Model EarMuff Protectors.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
35%
Wind resistance
35%
Technical
Item ID
Base.Hat_EarMuff_Protectors

Ear protectors are a pair of protective ear-muffs that can be worn on the head.

Usage

Ear protectors provide a minor 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
SafehouseLoot crate 4 8
all locker 4 8
militarycrate 4 8
armyhanger locker 4 8
armysurplus counter 4 8
bathroom locker 4 8
locker 4 8
carsupply clothingrack 4 8
closet crate 4 8
garagestorage locker 4 8
gunstore counter 4 8
pawnshopoffice crate 4 8
toolstore counter 4 8

Ear protectors can usually be found on construction worker zombies. Construction worker zombies can usually be found in the vicinity of a construction site.

Body location

Protection Hat.png
  • Head

Trivia

  • Ear protectors 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_EarMuff_Protectors
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Ear Protectors,
		ClothingItem = Hat_EarMuff_Protectors,
		BodyLocation = Hat,
		Icon = EarProtectors,
		CanHaveHoles = false,
		ChanceToFall = 30,
        BloodLocation = Head,
        Insulation = 0.35,
        WindResistance = 0.35,
        Weight = 0.3,
    }

See also