Balaclava: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
m (Automated Formatting)
Line 16: Line 16:
|item_id=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]].


Line 33: Line 32:
! 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
|}
|}
Line 81: Line 80:
         WaterResistance = 0.5,
         WaterResistance = 0.5,
         WorldStaticModel = BalaclavaFull_Ground,
         WorldStaticModel = BalaclavaFull_Ground,
}  
}
}}
}}
}}
}}

Revision as of 06:20, 14 April 2024

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.
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

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
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.

See also