Balaclava: Difference between revisions

From PZwiki
(Automated update of distribution section)
m (Automated infobox update)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox item
| display_name = Balaclava
| name = Balaclava
| name_colour = Clothing
| model=Balaclava_Model.png
| name_text_colour = Clothing
| icon = Balaclava.png
| image_width = 200px
| icon_name = Balaclava Icon
| image=Balaclava_Model.png
| alternate_image = Balaclava.png
| alternate_name = Balaclava Icon
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
| weight = 1.0
| weight = 1.0
| body_location = Mask
| equipped = Mask
<!-- Insulation -->
| insulation = 1.0
| insulation = 1.0
| wind_resistance = 1.0
| wind_resistance = 1.0
| water_resistance = 0.5
| water_resistance = 0.5
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_BalaclavaFull
| item_id = 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|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]].

Revision as of 12:09, 15 February 2024

Balaclava
Balaclava Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Mask
Properties
Insulation
100%
Wind resistance
100%
Water resistance
50%
Technical
Item ID
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.

Usage

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

Distribution

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

Containers
Building/Room Container Rolls Chance
all militarycrate 4 8
armysurplus counter 4 4
metal_shelves 4 8
closet crate 4 2

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.