Balaclava

From PZwiki
Revision as of 11:31, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")

Template:Infobox clothingA Balaclava is a mask that's designed for usage in cold climates. It is the closed variant of the Open Balaclava.

Usage

Balaclavas provide the maximum amount of insulation, wind resistance and a significant amount of water resistance.

Distribution

Balaclavas can be found on bandit zombies.

Body location

Protection Hat.png
  • Head

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide
item Hat_BalaclavaFull
{
    DisplayCategory = Accessory,
    Type = Clothing,
    DisplayName = Balaclava,
    ClothingItem = Hat_BalaclavaFull,
    BodyLocation = Mask,
    BloodLocation = Head,
    Icon = Balaclava,
    CanHaveHoles = false,
    Insulation = 1.0,
    WindResistance = 1.0,
    WaterResistance = 0.5,
    WorldStaticModel = BalaclavaFull_Ground,
}

Trivia

  • Balaclavas are often used by skiers and criminals trying to conceal their identity.