Ear Protectors: Difference between revisions

From PZwiki
m (Minor fixes, added code section)
m (Fixed code location)
Line 29: Line 29:
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Trivia==
*Ear protectors won't modify your hearing in any way.


==Code==
==Code==
Line 47: Line 50:
Weight = 0.3,
Weight = 0.3,
</pre>
</pre>
==Trivia==
*Ear protectors won't modify your hearing in any way.


==See Also==
==See Also==

Revision as of 18:45, 21 January 2022

The Game WorldItemsClothingEar 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

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing) 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