Hockey Helmet: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor)
Line 1: Line 1:
{{languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Reupload|Missing 3D model}}
{{Infobox clothing
{{Infobox clothing
| display_name = Hockey Helmet
| display_name = Hockey Helmet
Line 17: Line 18:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_HockeyHelmet
| class_name = Base.Hat_HockeyHelmet
}}A '''Hockey Helmet''' is a helmet used by hockey players.
}}
A '''hockey helmet''' is a helmet used by hockey players.


==Usage==
==Usage==

Revision as of 21:54, 12 January 2024

Project ZomboidItemsClothingHockey Helmet
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.
Hockey Helmet
Hockey Helmet
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Insulation
Insulation 0
Wind resistance 0
Technical details
Item ID Base.Hat_HockeyHelmet

A hockey helmet is a helmet used by hockey players.

Usage

The hockey helmet provides bite and scratch defense.

Body location

Protection Hat.png
  • Head

Code

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_BicycleHelmet
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Hockey Helmet,
  ClothingItem      = Hat_HockeyHelmet,
  BodyLocation      = Hat,
  Icon              = HelmetHockeyBlack,
  CanHaveHoles      = false,
  BloodLocation     = Head,
  BiteDefense       = 100,
  ScratchDefense    = 100,
}