Boxing Head Gear

From PZwiki
Project ZomboidItemsClothingHeadwearHelmetsBoxing Head Gear
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
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.
Boxing Head Gear
BoxingHeadgear Blue Model.png
BoxingHeadGear Red Model.png
BoxingHeadGear Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
FullHelmet
Properties
Scratch defence
50%
Bite defence
30%
Insulation
30%
Wind resistance
10%
Technical
Item ID
Base.Hat_BoxingRed
Base.Hat_BoxingBlue
Base.Hat_BoxingBlack

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

Distribution

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

Containers
Building/Room Container Rolls Chance
closet crate 4 4
schoolstorage crate 4 1

Boxing head gear can be found on certain zombies.

Body location

Protection FullHat.png
  • Head

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

BoxingHeadgear Red.png Base.Hat_BoxingRed
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BoxingRed
	{
	    DisplayCategory = Accessory,
		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,
	}

BoxingHeadgear Blue.png Base.Hat_BoxingBlue
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BoxingBlue
	{
	    DisplayCategory = Accessory,
		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,
	}

BoxingHeadgear Black.png Base.Hat_BoxingBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BoxingBlack
	{
	    DisplayCategory = Accessory,
		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,
	}