Boxing Head Gear

From PZwiki
Revision as of 12:02, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsClothingBoxing 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

Boxing Head Gear (Red) Boxing Head Gear (Red)

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_BoxingRed
{
  Type                  = Clothing,
  DisplayName           = Boxing Head Gear,
  ClothingItem          = Hat_BoxingRed,
  BodyLocation          = FullHelmet,
  Icon                  = BoxingHeadgear_Red,
  CanHaveHoles          = false,
  BloodLocation         = FullHelmet,
  BiteDefense           = 30,
  ScratchDefense        = 50,
  Insulation            = 0.30,
  WindResistance        = 0.1,
}

Boxing Head Gear (Blue) Boxing Head Gear (Blue)

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_BoxingBlue
{
  Type                  = Clothing,
  DisplayName           = Boxing Head Gear,
  ClothingItem          = Hat_BoxingBlue,
  BodyLocation          = FullHelmet,
  Icon                  = BoxingHeadgear_Blue,
  CanHaveHoles          = false,
  BloodLocation         = FullHelmet,
  BiteDefense           = 30,
  ScratchDefense        = 50,
  Insulation            = 0.30,
  WindResistance        = 0.1,
}