Sweatband

From PZwiki
Revision as of 00:09, 23 January 2022 by Omar (talk | contribs) (→‎Code: Added code source)

Template:Infobox clothing A sweatband is an item of clothing that provides no protection and a minor amount insulation.

Usage

A sweatband can be used for minor insulation or as a cosmetic item.

Distribution

A sweatband can be found in clothing stores, gym lockers, inside duffelbags, and on certain zombies.

Body Location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Retrieved: Build 41.65

	item Hat_Sweatband
		DisplayCategory	= Accessory,
		Type		= Clothing,
		DisplayName	= Sweatband,
		ClothingItem	= Hat_Sweatband,
		BodyLocation	= Hat,
		Icon		= SweatbandWhite,
		CanHaveHoles	= false,
		ChanceToFall	= 10,
		BloodLocation	= Head,
		Insulation	= 0.05,
		WindResistance	= 0.05,
		Weight		= 0.1,