Woolly Hat

From PZwiki
Revision as of 00:29, 23 January 2022 by Omar (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=65}} {{Infobox clothing | display_name=Woolly Hat | name_colour=Clothing | name_text_colour=Clot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingWoolly Hat
Woolly Hat
WoolHatGeneric.png
General
Category Clothing
Encumbrance
Heavy Load
0.5
Body location Hat
Insulation
Insulation 0.9
Wind resistance 0.9
Technical details
Item ID Base.Hat_WoolyHat

A woolly hat is a hat that provides great insulation and wind resistance.

Distribution

A woolly hat can be found on various shelves throughout Knox Country, 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_WoolyHat
		DisplayCategory	= Accessory,
		Type		= Clothing,
		DisplayName	= Woolly Hat,
		ClothingItem	= Hat_WoolyHat,
		BodyLocation	= Hat,
		Icon		= WoolHatGeneric,
		CanHaveHoles	= false,
		ChanceToFall	= 40,
		BloodLocation	= Head,
		Insulation	= 0.90,
		WindResistance	= 0.90,
		Weight		= 0.5,