Boxing Head Gear: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Reupload|Missing 3D model}}
{{Infobox clothing
| display_name=Boxing Head Gear
| display_name=Boxing Head Gear
| name_colour=Clothing
| name_colour=Clothing
Line 17: Line 20:
<!-- Technical details -->
<!-- Technical details -->
| class_name=Base.Hat_BoxingRed<br>Base.Hat_BoxingBlue
| class_name=Base.Hat_BoxingRed<br>Base.Hat_BoxingBlue
}}'''Boxing head gear''' is a helmet that provides low insulation and protection. It has two variants: red and blue.
}}
'''Boxing head gear''' is a helmet that provides low insulation and protection. It has two variants: red and blue.


==Distribution==
==Distribution==

Revision as of 20:22, 12 January 2024

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