Bandana

From PZwiki
(Redirected from Bandana)
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Scissors.png
It has been suggested that this article should be split into Bandana, Bandana, Bandana.
Bandana
Bandana
Bandana
Bandana
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
Properties
Insulation
10%
Technical
Item ID

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.

Bandanas are best suited to be worn during warm temperatures due to it providing a very minor amount of insulation. Head bandanas have an extremely low chance of being knocked off of the wearer's head when they're attacked.

Bandanas can be worn in three different styles; the head bandana variant covers the forehead of the wearer's head, the tied variant covers the wearer's forehead in a Rambo style, the face bandana variant covers the wearer's mouth and nose.

Distribution

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

Bandanas can be found on several zombie variants. Head bandanas can rarely be found on civilian zombies in most areas that zombies spawn. The best location to find a head bandana is from a zombie in a trailer-park. Face bandanas can be found on bandit zombies.

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

Bandana (Face) Bandana (Face)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_BandanaMask
{
  DisplayCategory           = Accessory,
  Type                      = Clothing,
  DisplayName               = Bandana (Face),
  ClothingItem              = Hat_BandanaMask,
  BodyLocation              = Mask,
  ClothingItemExtra         = Hat_Bandana;Hat_BandanaTied,
  ClothingItemExtraOption   = UntieBandana;TieBandana,
  IconsForTexture           = Handkerchief_Black;Handkerchief_Blue;Handkerchief_Red,
  CanHaveHoles              = false,
  ChanceToFall              = 30,
  Insulation                = 0.10,
  Weight                    = 0.1,
}

Bandana (Face) Bandana (Face, Multicolor)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_BandanaMaskTINT
{
  DisplayCategory           = Accessory,
  Type                      = Clothing,
  DisplayName               = Bandana (Face),
  ClothingItem              = Hat_BandanaMaskTINT,
  BodyLocation              = Mask,
  ClothingItemExtra         = Hat_BandanaTINT;Hat_BandanaTiedTINT,
  ClothingItemExtraOption   = UntieBandana;TieBandana,
  Icon                      = Handkerchief,
  CanHaveHoles              = false,
  ChanceToFall              = 30,
  Insulation                = 0.10,
  Weight                    = 0.1,
}

Bandana (Head) Bandana (Head)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

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,
}

Bandana (Head) Bandana (Head, Multicolor)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_BandanaTINT
{
  DisplayCategory           = Accessory,
  Type                      = Clothing,
  DisplayName               = Bandana (Head),
  ClothingItem              = Hat_BandanaTINT,
  BodyLocation              = Hat,
  Icon                      = BandanaBlack,
  ClothingItemExtra         = Hat_BandanaTiedTINT;Hat_BandanaMaskTINT,
  ClothingItemExtraOption   = TieBandana;TieBandanaFace,
  CanHaveHoles              = false,
  ChanceToFall              = 30,
  Insulation                = 0.10,
  Weight                    = 0.1,
}

Bandana (Tied) Bandana (Tied)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_BandanaTied
{
  DisplayCategory           = Accessory,
  Type                      = Clothing,
  DisplayName               = Bandana (Tied),
  ClothingItem              = Hat_BandanaTied,
  BodyLocation              = Hat,
  IconsForTexture           = RamboBandanna_Black;RamboBandanna_Blue;RamboBandanna_Red,
  ClothingItemExtra         = Hat_Bandana;Hat_BandanaMask,
  ClothingItemExtraOption   = UntieBandana;TieBandanaFace,
  CanHaveHoles              = false,
  ChanceToFall              = 30,
  Insulation                = 0.10,
  Weight                    = 0.1,
}

Bandana (Tied) Bandana (Tied, Multicolor)

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_BandanaTiedTINT
{
  DisplayCategory           = Accessory,
  Type                      = Clothing,
  DisplayName               = Bandana (Tied),
  ClothingItem              = Hat_BandanaTiedTINT,
  BodyLocation              = Hat,
  ClothingItemExtra         = Hat_BandanaTINT;Hat_BandanaMaskTINT,
  ClothingItemExtraOption   = UntieBandana;TieBandanaFace,
  Icon                      = RamboBandanna,
  CanHaveHoles              = false,
  ChanceToFall              = 30,
  Insulation                = 0.10,
  Weight                    = 0.1,
}