Ear Protectors: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Cleanups)
Line 1: Line 1:
{{languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=24}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=24}}
{{Infobox clothing
{{Infobox clothing
Line 19: Line 19:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_EarMuff_Protectors
| class_name = Base.Hat_EarMuff_Protectors
}}'''Ear Protectors''' are a pair of protective ear-muffs that can be worn on the head.
}}
'''Ear protectors''' are a pair of protective ear-muffs that can be worn on the head.


==Usage==
==Usage==
Line 62: Line 63:
}}
}}


==See Also==
==See also==
*[[Ear Muffs]]
*[[Ear Muffs]]


{{Navbox_clothing}}
{{Navbox clothing}}
 
{{clear}}

Revision as of 21:44, 12 January 2024

Project ZomboidItemsClothingEar Protectors
Ear Protectors
Ear Protectors
EarProtectors.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Insulation
Insulation 0.35
Wind resistance 0.35
Technical details
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

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.65
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