Ranger Hat: Difference between revisions

From PZwiki
m (Reupload, minor fixes)
m (Added reupload tag for missing models, Moved trivia)
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}}
{{reupload|Missing 3D Model}}
{{Infobox clothing
{{Infobox clothing
| display_name = Ranger Hat
| display_name = Ranger Hat
Line 27: Line 28:
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Trivia==
*The ranger hat isn't available for selection by those with the park ranger [[occupation]] in the character creation menu.


==Code==
==Code==
Line 56: Line 60:
   }}
   }}
}}
}}
==Trivia==
*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 12:43, 16 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
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

Trivia

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

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,
}