Bandana

From PZwiki
Revision as of 11:04, 10 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
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.

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, Multicoloured)

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, Multicoloured)

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, Multicoloured)

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