Open Balaclava: Difference between revisions

From PZwiki
(Automated update of distribution section)
(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 = Open Balaclava
| name = Open Balaclava
| name_colour = Clothing
| model=BalaclavaOpen_Model.png
| name_text_colour = Clothing
| icon = BalaclavaOpen.png
| image_width = 200px
| icon_name = Open Balaclava
| image=BalaclavaOpen_Model.png
| alternate_image = BalaclavaOpen.png
| alternate_name = Open Balaclava
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
| weight = 1.0
| weight = 1.0
| body_location = Mask
| equipped = Mask
<!-- Protection -->
| insulation = 0.8
| insulation = 0.8
| wind_resistance = 0.8
| wind_resistance = 0.8
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_BalaclavaFace
| item_id = Base.Hat_BalaclavaFace
}}
}}
An '''open balaclava''' is a mask that is the full face variant of the [[balaclava]].
An '''open balaclava''' is a mask that is the full face variant of the [[balaclava]].

Revision as of 12:37, 15 February 2024

Project ZomboidItemsClothingOpen Balaclava
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,
}