Bandana: Difference between revisions

From PZwiki
(Standardized)
mNo edit summary
Line 23: Line 23:
| class_name=Hat_Bandana
| class_name=Hat_Bandana
}}
}}
A '''bandana'' is an item of clothing that offers minimal insulation.
A '''bandana''' is an item of clothing that offers minimal insulation.


== Usage ==
== Usage ==

Revision as of 10:50, 28 November 2021

Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


Bandana
Bandana
Handkerchief Black.png BandanaBlue.png RamboBandana.png
General
Category Clothing
Encumbrance
Heavy Load
0.1
Body location Hat
Insulation
Insulation 0.10
Technical details
Item ID Hat_Bandana

A bandana is an item of clothing that offers minimal insulation.

Usage

A bandana can be tied onto the player's face or head, depending on how it is worn when equipping. Offering 10% insulation it is more of a cosmetic item than utility clothing.

Distribution

A bandana can be found in clothing stores, on dead zombies, and in homes.

Trivia

  • The tied bandana image files are called 'RamboBandanna', a reference to the Rambo movies wherein the main character wears a bandana in a similar style.

Code

Retrieved: Build 41.56

	item Hat_Bandana
		Type			= Clothing,
		DisplayName		= Bandana (Head),
		ClothingItem		= Hat_Bandana,
		BodyLocation		= Hat,
		IconsForTexture		= BandanaBlack;BandanaBlue;BandanaRed,
		ClothingItemExtra	= Hat_BandanaTied;Hat_BandanaMask,
		ClothingItemExtraOption	= TieBandana;TieBandanaFace,
		CanHaveHoles		= false,
		ChanceToFall		= 30,
		Insulation		= 0.10,
		Weight			= 0.1,