Ranger Hat: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
m (Minor fixes, added code section)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{Infobox clothing
{{Infobox clothing
| display_name = Ranger Hat
| display_name = Ranger Hat
| name_colour = Clothing
| name_colour = Clothing
| name_text_colour = Clothing
| name_text_colour = Clothing
| image = HatRanger.png
| alternate_image = HatRanger.png
| image_width = 250px
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
Line 16: Line 15:
| water_resistance = 0.25
| water_resistance = 0.25
<!-- Technical details -->
<!-- Technical details -->
| class_name = item Hat_Ranger
| class_name = Base.Hat_Ranger
}}The '''Ranger Hat''' is a hat that's used by park rangers throughout [[Knox Country]].
}}The '''Ranger Hat''' is a hat that's used by park rangers throughout [[Knox Country]].
==Usage==
==Usage==
Line 24: Line 23:
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
== Code ==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''
{{Retrieved|version=41|incver=65}}
<pre> item Hat_Ranger
DisplayCategory = Accessory,
Type = Clothing,
DisplayName = Ranger Hat,
ClothingItem = Hat_Ranger,
BodyLocation = Hat,
Icon = HatRanger,
CanHaveHoles = false,
ChanceToFall = 40,
BloodLocation = Head,
Insulation = 0.45,
WindResistance = 0.40,
WaterResistance = 0.25,
</pre>
==Trivia==
==Trivia==
*The ranger hat isn't available for selection by those with the park ranger [[occupation]] in the character creation menu.
*The ranger hat isn't available for selection by those with the park ranger [[occupation]] in the character creation menu.

Revision as of 23:43, 22 January 2022

The Game WorldItemsClothingRanger Hat
Ranger Hat
HatRanger.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Insulation
Insulation 0.45
Wind resistance 0.40
Water resistance 0.25
Technical details
Item ID Base.Hat_Ranger

The Ranger Hat is a hat that's used by park rangers throughout Knox Country.

Usage

The ranger hat provides a decent amount of insulation, wind resistance and a minor amount of water resistance. Ranger hats have a high chance of being knocked off of the wearer when they're attacked.

Distribution

Ranger hats can be found on ranger zombies.

Body location

Protection Hat.png
  • Head

Code

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

	item Hat_Ranger
		DisplayCategory	= Accessory,
		Type		= Clothing,
		DisplayName	= Ranger Hat,
		ClothingItem	= Hat_Ranger,
		BodyLocation	= Hat,
		Icon		= HatRanger,
		CanHaveHoles	= false,
		ChanceToFall	= 40,
		BloodLocation	= Head,
		Insulation	= 0.45,
		WindResistance	= 0.40,
		WaterResistance	= 0.25,

Trivia

  • The ranger hat isn't available for selection by those with the park ranger occupation in the character creation menu.