Hockey Helmet: Difference between revisions

From PZwiki
m (Automated category update)
m (Distribution table update)
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Stub}}
{{Stub}}
{{Infobox item
{{Infobox item
| name = Hockey Helmet
|name=Hockey Helmet
| model= HelmetHockey_Model.png
|model=HelmetHockey_Model.png
| icon = HelmetHockeyBlack.png
|icon=HelmetHockeyBlack.png
| icon_name = Hockey Helmet
|icon_name=Hockey Helmet
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| equipped = Hat
|equipped=Hat
| insulation = 0
|insulation=0
| wind_resistance = 0
|wind_resistance=0
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Hat_HockeyHelmet
|item_id=Base.Hat_HockeyHelmet
}}
}}
A '''hockey helmet''' is a helmet used by hockey players.
A '''hockey helmet''' is a helmet used by hockey players.


Line 28: Line 27:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Hat_HockeyHelmet|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Hat_HockeyHelmet distribution
!Container
        <span class="mw-customtoggle-togglebox-Hat_HockeyHelmet" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Hat_HockeyHelmet">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| SafehouseLoot
    |+ {{ll|Containers}}
| [[crate]]
    ! Building / Room
| 4
    ! Container
| 2
    ! Rolls
|-
    ! Chance
| all
    |-
| [[postbox]]
    | SafehouseLoot
| 4
    | {{ll|crate}}
| 2
    | 4
|-
    | 2.0
| bedroom
    |-
| [[crate]]
    | bedroom
| 1
    | {{ll|crate}}
| 0.2
    | 1
|-
    | 0.2
| closet
    |-
| [[crate]]
    | closet
| 4
    | {{ll|crate}}
| 2
    | 4
|-
    | 2.0
| rowspan="2"|schoolstorage
    |-
| [[crate]]
    | schoolstorage
| 4
    | {{ll|crate}}
| 1
    | 4
|-
    | 20.0
|[[crate]]
    |-
|4
    | schoolstorage
|2
    | {{ll|crate}}
|}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_HockeyHelmet" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_HockeyHelmet|41.78.16-->


==Code==
==Code==
Line 71: Line 76:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 377
   | source = clothing_hats.txt
   | source = clothing_hats.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item Hat_BicycleHelmet
item Hat_BicycleHelmet
{
{
  DisplayCategory   = Accessory,
    DisplayCategory = Accessory,
  Type             = Clothing,
Type = Clothing,
  DisplayName       = Hockey Helmet,
DisplayName = Bicycle Helmet,
  ClothingItem     = Hat_HockeyHelmet,
ClothingItem = Hat_BicycleHelmet,
  BodyLocation     = Hat,
BodyLocation = Hat,
  Icon             = HelmetHockeyBlack,
Icon = HelmetBicycleWhite,
  CanHaveHoles     = false,
CanHaveHoles = false,
  BloodLocation    = Head,
ChanceToFall = 0,
  BiteDefense      = 100,
        Insulation = 0.25,
  ScratchDefense    = 100,
        WindResistance = 0.15,
}
        BloodLocation = Head,
  }}
}
}}
}}
}}


{{Navbox clothing}}
==See also==
{{Navbox items|headwear}}

Revision as of 15:45, 24 April 2024

Project ZomboidItemsClothingHeadwearHelmetsHockey Helmet
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Hockey Helmet
HelmetHockey Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Insulation
0%
Wind resistance
0%
Technical
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

Distribution

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

Hat_HockeyHelmet distribution Show / Hide
Containers
Building / Room Container Rolls Chance
SafehouseLoot crate 4 2.0
bedroom crate 1 0.2
closet crate 4 2.0
schoolstorage crate 4 20.0
schoolstorage crate 4 10.0

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.78.16
item Hat_BicycleHelmet
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Bicycle Helmet,
		ClothingItem = Hat_BicycleHelmet,
		BodyLocation = Hat,
		Icon = HelmetBicycleWhite,
		CanHaveHoles = false,
		ChanceToFall = 0,
        Insulation = 0.25,
        WindResistance = 0.15,
        BloodLocation = Head,
	}

See also