Balaclava: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
(Automated update of distribution section)
Line 25: Line 25:
Balaclavas provide the maximum amount of insulation, wind resistance and a significant amount of water resistance.
Balaclavas provide the maximum amount of insulation, wind resistance and a significant amount of water resistance.


{{clear}}
==Distribution==
==Distribution==
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
|-
| all
| [[militarycrate]]
| 4
| 8
|-
| rowspan="2"|armysurplus
| [[counter]]
| 4
| 4
|-
|[[metal_shelves]]
|4
|8
|-
| closet
| [[crate]]
| 4
| 2
|}
Balaclavas can be found on bandit [[zombie]]s.
Balaclavas can be found on bandit [[zombie]]s.



Revision as of 09:04, 12 February 2024

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

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.