Bandana: Difference between revisions

From PZwiki
Line 7: Line 7:
==In_Game_Code==
==In_Game_Code==
'''''From: (Project Zomboid directory/media/scripts/)'''''
'''''From: (Project Zomboid directory/media/scripts/)'''''
</pre>{
</pre>item Hat_Bandana
{
                 item Hat_Bandana
                 item Hat_Bandana
Type = Clothing,
Type = Clothing,
Line 20: Line 21:
Insulation = 0.10,
Insulation = 0.10,
Weight = 0.1,
Weight = 0.1,
}</pre>
}</pre>

Revision as of 15:40, 7 September 2021

A Bandana is an item of clothing that can be found in clothing stores, on dead zombies, and in homes randomly.

Usage

A bandana can be tied onto the player's Bandana or Bandana, depending on how it is worn when equipping. Offering 10% insulation it is more of a cosmetic item rather than utility clothing, also weighing a mere 0.1 in-game.

In_Game_Code

From: (Project Zomboid directory/media/scripts/)

item Hat_Bandana

{

               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 = 5, Insulation = 0.10, Weight = 0.1,

}