Balaclava: Difference between revisions

From PZwiki
(Created page with " The '''Balaclava''' is a hat that covers the head.")
 
m (Distribution table update)
 
(32 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Headwear|Masks}}
{{Page version|41.65}}
{{Infobox item
|name=Balaclava
|model=Balaclava_Model.png
|icon=Balaclava.png
|icon_name=Balaclava Icon
<!-- General -->
|category=Clothing
|weight=1.0
|equipped=Mask
|insulation=1.0
|wind_resistance=1.0
|water_resistance=0.5
<!-- Technical details -->
|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]].


The '''Balaclava''' is a hat that covers the head.
==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.
 
<!--BOT FLAG|Hat_BalaclavaFull|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Hat_BalaclavaFull distribution
        <span class="mw-customtoggle-togglebox-Hat_BalaclavaFull" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Hat_BalaclavaFull">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|militarycrate}}
    | 4
    | 8.0
    |-
    | armysurplus
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | armysurplus
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 2.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | ClothingTruckBed
    | 4
    | 0.8
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Hat_BalaclavaFull" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Hat_BalaclavaFull|41.78.16-->
Balaclavas can be found on bandit [[zombie]]s.
 
==Body location==
{{Body location|body_location=Hat}}
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 33
  | source = clothing_hats.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*{{ll|Open Balaclava}}
 
{{Navbox items|headwear}}

Latest revision as of 14:53, 24 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.

Hat_BalaclavaFull distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all militarycrate 4 8.0
armysurplus counter 4 4.0
armysurplus metal_shelves 4 8.0
closet crate 4 2.0
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.8

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