Open Balaclava

From PZwiki
Revision as of 01:15, 20 January 2024 by Absolute Lambda (talk | contribs) (Spelling error corrected; Updated some information)
Project ZomboidItemsClothingOpen Balaclava

Template:Infobox clothing An open balaclava is a mask that is the full face variant of the balaclava.

Usage

Open balaclavas provide a great amount of insulation and wind resistance, which make them great attire for cold days.

Distribution

Open balaclavas can be found on private militia zombies; And in some containers, namely in Military related containers.

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_BalaclavaFace
{
  DisplayCategory       = Accessory,
  Type                  = Clothing,
  DisplayName           = Open Balaclava,
  ClothingItem          = Hat_BalaclavaFace,
  BodyLocation          = Mask,
  Icon                  = BalaclavaOpen,
  CanHaveHoles          = false,
  BloodLocation         = Head,
  Insulation            = 0.8,
  WindResistance        = 0.8,
  WorldStaticModel      = BalaclavaFace_Ground,
}