Summer Hat: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Minor fixes, updated code)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=56}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox clothing
| display_name=Summer Hat
| display_name=Summer Hat
Line 12: Line 12:
<!-- General -->
<!-- General -->
| category=Clothing
| category=Clothing
| weight=1.0
| body_location=Hat
| body_location=Hat
<!-- Speed -->
<!-- Speed -->
Line 19: Line 20:
| wind_resistance=0.1
| wind_resistance=0.1
<!-- Technical details -->
<!-- Technical details -->
| class_name=Hat_SummerHat
| class_name=Base.Hat_SummerHat
}}
}}
A '''summer hat''' is a hat that provides no insulation and minimal insulation.
A '''summer hat''' is a hat that provides no protection and minimal insulation.


== Body Location ==
== Body Location ==
Line 27: Line 28:


== Code ==
== Code ==
{{Retrieved|version=41|incver=56}}
{{Retrieved|version=41|incver=65}}
<pre> item Hat_SummerHat
<pre> item Hat_SummerHat
DisplayCategory = Accessory,
Type = Clothing,
Type = Clothing,
DisplayName = Summer Hat,
DisplayName = Summer Hat,

Revision as of 23:52, 22 January 2022

The Game WorldItemsClothingSummer Hat

Template:Infobox clothing A summer hat is a hat that provides no protection and minimal insulation.

Body Location

Protection Hat.png
  • Head

Code

Retrieved: Build 41.65

	item Hat_SummerHat
		DisplayCategory	= Accessory,
		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,