Summer Hat

From PZwiki
Revision as of 04:36, 29 November 2021 by Thing II (talk | contribs) (Created page with "{{Testing|build=Build 41}} {{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=56}} {{Infobox clothing | display_name=Summer Hat | name_colour=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingSummer Hat
Summer Hat
Summer Hat
HatSummerYellow.png HatSummerPink.png HatSummerStriped.png
General
Category Clothing
Body location Hat
Insulation
Insulation 0.1
Wind resistance 0.1
Technical details
Item ID Hat_SummerHat

A summer hat is a hat that provides no insulation and minimal insulation.

Body Location

Protection Hat.png
  • Head

Code

Retrieved: Build 41.56

	item Hat_SummerHat
		Type		= Clothing,
		DisplayName	= Summer Hat,
		ClothingItem	= Hat_SummerHat,
		BodyLocation	= Hat,
		IconsForTexture	= HatSummerYellow;HatSummerPink;HatSummerStriped,
		CanHaveHoles	= false,
		ChanceToFall	= 80,
		BloodLocation	= Head,
		Insulation	= 0.1,
		WindResistance	= 0.1,