Bandana: Difference between revisions

From PZwiki
(Added information about bandana variants)
m (Added body location column to variants table)
Line 16: Line 16:
| category=Clothing
| category=Clothing
| weight=0.1
| weight=0.1
| body_location=Hat
| body_location=''See [[#Variants|Variants]]''
<!-- Insulation -->
<!-- Insulation -->
| insulation=0.10
| insulation=0.10
Line 39: Line 39:
! Name
! Name
! Description
! Description
! width="75px" | [[File:UI_BodyPart.png|32px|link=|Body Location]]
! Base ID
! Base ID
|-
|-
Line 44: Line 45:
| Bandana (Face)
| Bandana (Face)
| Bandana worn as a mask
| Bandana worn as a mask
| Mask
| {{ID|Base.Hat_BandanaMask}}
| {{ID|Base.Hat_BandanaMask}}
|-
|-
Line 49: Line 51:
| Bandana (Face)
| Bandana (Face)
| Multicoloured bandana worn as a mask
| Multicoloured bandana worn as a mask
| Mask
| {{ID|Base.Hat_BandanaMaskTINT}}
| {{ID|Base.Hat_BandanaMaskTINT}}
|-
|-
Line 54: Line 57:
| Bandana (Head)
| Bandana (Head)
| Bandana worn on the head
| Bandana worn on the head
| Hat
| {{ID|Base.Hat_Bandana}}
| {{ID|Base.Hat_Bandana}}
|-
|-
Line 59: Line 63:
| Bandana (Head)
| Bandana (Head)
| Multicoloured bandana worn on the head
| Multicoloured bandana worn on the head
| Hat
| {{ID|Base.Hat_BandanaTINT}}
| {{ID|Base.Hat_BandanaTINT}}
|-
|-
Line 64: Line 69:
| Bandana (Tied)
| Bandana (Tied)
| Bandana worn tied around the head
| Bandana worn tied around the head
| Hat
| {{ID|Base.Hat_BandanaTied}}
| {{ID|Base.Hat_BandanaTied}}
|-
|-
Line 69: Line 75:
| Bandana (Tied)
| Bandana (Tied)
| Multicoloured bandana worn tied around the head
| Multicoloured bandana worn tied around the head
| Hat
| {{ID|Base.Hat_BandanaTiedTINT}}
| {{ID|Base.Hat_BandanaTiedTINT}}
|-
|-

Revision as of 20:18, 19 January 2022

Bandana
Bandana
Handkerchief.png BandanaBlack.png RamboBandana.png
General
Category Clothing
Encumbrance
Heavy Load
0.1
Body location See Variants
Insulation
Insulation 0.10
Technical details
Item ID See Variants

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

Variants

Icon Name Description Body Location Base ID
Bandana (Black)Bandana (Blue)Bandana (Red) Bandana (Face) Bandana worn as a mask Mask Base.Hat_BandanaMask
Bandana Bandana (Face) Multicoloured bandana worn as a mask Mask Base.Hat_BandanaMaskTINT
Bandana (Black)Bandana (Blue)Bandana (Red) Bandana (Head) Bandana worn on the head Hat Base.Hat_Bandana
Bandana Bandana (Head) Multicoloured bandana worn on the head Hat Base.Hat_BandanaTINT
Bandana (Black)Bandana (Blue)Bandana (Red) Bandana (Tied) Bandana worn tied around the head Hat Base.Hat_BandanaTied
Bandana (Tied) Bandana (Tied) Multicoloured bandana worn tied around the head Hat Base.Hat_BandanaTiedTINT

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.65

	item Hat_Bandana
		DisplayCategory		= Accessory,
		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,