Balaclava: Difference between revisions

From PZwiki
No edit summary
m (Minor cleanups)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{header|The Game World|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
| display_name = Balaclava
| display_name = Balaclava
| name_colour = Clothing
| name_colour = Clothing
| name_text_colour = Clothing
| name_text_colour = Clothing
| image_width = 300px
| image_width = 200px
| alternate_image = Balaclava.png
| alternate_image = Balaclava.png
| alternate_name = Balaclava Icon
| alternate_name = Balaclava Icon
Line 18: Line 16:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_BalaclavaFull
| class_name = 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]].
A '''Balaclava''' is a mask that's designed for usage in cold climates. It is the closed variant of the [[Open Balaclava]].


==Usage==
==Usage==
Line 33: Line 30:
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre> item Hat_BalaclavaFull
<pre>
item Hat_BalaclavaFull
DisplayCategory = Accessory,
DisplayCategory = Accessory,
Type = Clothing,
Type = Clothing,

Revision as of 20:28, 18 June 2023

Template:Infobox clothingA 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

Balaclavas can be found on bandit zombies.

Body location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.65

	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.