Balaclava: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Reupload|Missing 3D model}}
{{Infobox clothing
| display_name = Balaclava
| display_name = Balaclava
| name_colour = Clothing
| name_colour = Clothing
Line 16: Line 19:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_BalaclavaFull
| class_name = Base.Hat_BalaclavaFull
}}A '''Balaclava''' is a mask that's designed for usage in cold climates. It is the closed variant of the [[Open Balaclava]].
}}
A '''balaclava''' is a mask that's designed for usage in cold climates. It is the closed variant of the [[Open Balaclava|open balaclava]].


==Usage==
==Usage==

Revision as of 19:13, 12 January 2024

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.

Template:Infobox clothing A 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.