Open Balaclava: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Minor fixes, added code and distributions sections)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{Infobox clothing
{{Infobox clothing
| display_name = Open Balaclava
| display_name = Open Balaclava
Line 16: Line 16:
| wind_resistance = 0.8
| wind_resistance = 0.8
<!-- Technical details -->
<!-- Technical details -->
| class_name = Hat_BalaclavaFace
| class_name = Base.Hat_BalaclavaFace
}}
}}
The '''Open Balaclava''' is a mask.
An '''Open Balaclava''' is a mask that is the full face variant of the [[Balaclava]].
It's the full face variant of the [[Balaclava]]
 
==Usage==
==Usage==
Open Balaclavas provide a great amount of insulation and wind resistance which makes it great attire for cold days.
Open Balaclavas provide a great amount of insulation and wind resistance, which make them great attire for cold days.
 
==Distribution==
Open balaclavas can be found on private militia [[zombie]]s.
 
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Code==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=65}}
<pre> 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,
</pre>
{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 01:06, 20 January 2022

The Game WorldItemsClothingOpen Balaclava

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

Open balaclavas can be found on private militia zombies.

Body location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing) 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,