Open Balaclava: Difference between revisions

From PZwiki
m (Automated navbox update)
m (Updated distribution table)
Line 27: Line 27:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| all
|all  
| [[militarycrate]]
|[[militarycrate]]  
| 4
|4  
| 8
|8
|-
|-
| rowspan="2"|armysurplus
|rowspan="2"|armysurplus  
| [[counter]]
|[[counter]]  
| 4
|4  
| 4
|4
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]  
|4
|4  
|8
|8
|-
|-
| closet
|closet  
| [[crate]]
|[[crate]]  
| 4
|4  
| 2
|2
|}
|}
Open balaclavas can be found on private militia [[zombie]]s and in military related containers.
Open balaclavas can be found on private militia [[zombie]]s and in military related containers.

Revision as of 10:06, 20 March 2024

Project ZomboidItemsClothingHeadwearMasksOpen Balaclava
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Open Balaclava
BalaclavaOpen Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Mask
Properties
Insulation
80%
Wind resistance
80%
Technical
Item ID
Base.Hat_BalaclavaFace

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

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

Open balaclavas can be found on private militia zombies and 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,
}

See also