Bandana: Difference between revisions

From PZwiki
(Standardized)
Line 1: Line 1:
A Bandana is an item of clothing that can be found in clothing stores, on dead zombies, and in homes randomly.
{{Testing|build=[[Build 41]]}}


==Usage==
{{languages}}
A bandana can be tied onto the [[player]]'s [[Bandana (Face)]] or [[Bandana (Tied)]], depending on how it is worn when equipping.
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
Offering 10% insulation it is more of a cosmetic item rather than utility clothing, also weighing a mere 0.1 in-game.
{{Infobox clothing
| display_name=Bandana
| name_colour=Clothing
| name_text_colour=Clothing
| image=Image.png
| image_width=120px
| alternate_image=Handkerchief_Black.png
| alternate_image2=BandanaBlue.png
| alternate_image3=RamboBandana.png
<!-- General -->
| category=Clothing
| weight=0.1
| body_location=Hat
<!-- Speed -->
<!-- Protection -->
<!-- Insulation -->
| insulation=0.10
<!-- Technical details -->
| class_name=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 [[wikipedia:Rambo (franchise)|Rambo movies]] wherein the main character wears a bandana in a similar style.
 
== Code ==
{{Retrieved|version=41|incver=56}}
<pre> 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,
</pre>
 
{{Navbox clothing}}

Revision as of 10:48, 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,