Boxing Head Gear: Difference between revisions

From PZwiki
m (Automated category update)
m (Automated navbox update)
Line 104: Line 104:
}}
}}


{{Navbox clothing}}
{{Navbox clothing|headwear}}

Revision as of 08:53, 14 March 2024

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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model for the red model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Boxing Head Gear
BoxingHeadgear Blue Model.png
Boxing Head Gear
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

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

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,
}