Ranger Hat: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox clothing
Line 16: Line 16:
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.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==
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.
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==
==Distribution==
Ranger hats can be found on ranger [[zombie]]s.
Ranger hats can be found on ranger [[zombie]]s.
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
== Code ==
 
==Code==
{{CodeBox
{{CodeBox
| {{CodeSnip
| {{CodeSnip
Line 54: Line 59:
==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.


{{Navbox clothing}}
{{Navbox clothing}}

Revision as of 22:04, 12 January 2024

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

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.