Balaclava: Difference between revisions

From PZwiki
m (Added code section)
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox clothing
| display_name = Balaclava
| display_name = Balaclava

Revision as of 12:05, 2 April 2023

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

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.