Boxing Head Gear

From PZwiki
The Game WorldItemsClothingBoxing Head Gear
Boxing Head Gear
BoxingHeadgear Red.png BoxingHeadgear Blue.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location FullHelmet
Protection
Scratch defense 50
Bite defense 30
Insulation
Insulation 0.30
Wind resistance 0.1
Technical details
Item ID Base.Hat_BoxingRed
Base.Hat_BoxingBlue

Boxing head gear is a helmet that provides low insulation and protection. It has two variants: red and blue.

Distribution

Boxing head gear can be found on certain zombies.

Body Location

Protection FullHat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Boxing Head Gear (Red) Boxing Head Gear (Red) Retrieved: Build 41.65

	item Hat_BoxingRed
		Type		= Clothing,
		DisplayName	= Boxing Head Gear,
		ClothingItem	= Hat_BoxingRed,
		BodyLocation	= FullHelmet,
		Icon		= BoxingHeadgear_Red,
		CanHaveHoles	= false,
		BodyLocation	= FullHat,
		BloodLocation	= FullHelmet,
		BiteDefense	= 30,
		ScratchDefense	= 50,
		Insulation	= 0.30,
		WindResistance	= 0.1,

Boxing Head Gear (Blue) Boxing Head Gear (Blue) Retrieved: Build 41.65

	item Hat_BoxingBlue
		Type		= Clothing,
		DisplayName	= Boxing Head Gear,
		ClothingItem	= Hat_BoxingBlue,
		BodyLocation	= FullHelmet,
		Icon		= BoxingHeadgear_Blue,
		CanHaveHoles	= false,
		BodyLocation	= FullHat,
		BloodLocation	= FullHelmet,
		BiteDefense	= 30,
		ScratchDefense	= 50,
		Insulation	= 0.30,
		WindResistance	= 0.1,