Ranger Hat

From PZwiki
Revision as of 11:03, 10 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
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.