Bandana: Difference between revisions

From PZwiki
(Add body location)
m (Removed Testing tag due to Build 41 being stable.)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}

Revision as of 20:30, 26 December 2021

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

Body Location

Protection Hat.png
  • Head

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,