Air Force Helmet: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
(Automated update of distribution header)
Line 28: Line 28:
An air force helmet can be used to protect the wearer from attacks to the head.
An air force helmet can be used to protect the wearer from attacks to the head.


{{clear}}
==Distribution==
==Distribution==
Air force helmets can be found in army bases and on certain [[zombie]]s.
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;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|}


==Body location==
==Body location==

Revision as of 11:05, 11 February 2024

Project ZomboidItemsClothingAir Force Helmet
Air Force Helmet
Air Force Helmet
HelmetSP.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location FullHat
Speed
Combat speed 0.95
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 0.70
Wind resistance 0.70
Water resistance 1.0
Technical details
Item ID Base.Hat_SPHhelmet

An air force helmet is a hat that provides moderate insulation and great protection.

Usage

An air force helmet can be used to protect the wearer from attacks to the head.

Distribution

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

Containers
Building/Room Container Rolls Chance

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_SPHhelmet
{
  DisplayCategory         = Accessory,
  Type                    = Clothing,
  DisplayName             = Airforce Helmet,
  ClothingItem            = Hat_SPHhelmet,
  BodyLocation            = FullHat,
  BloodLocation           = FullHelmet,
  Icon                    = HelmetSP,
  CanHaveHoles            = false,
  CombatSpeedModifier     = 0.95,
  BiteDefense             = 100,
  ScratchDefense          = 100,
  ChanceToFall            = 0,
  Insulation              = 0.70,
  WindResistance          = 0.70,
  WaterResistance         = 1.0,
}