Balaclava

From PZwiki
Revision as of 00:50, 20 January 2022 by Omar (talk | contribs) (Added code section)
The Game WorldItemsClothingBalaclava
Balaclava
Balaclava Icon
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Mask
Insulation
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.

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.