Santa Hat

From PZwiki
(Redirected from Santa Hat)
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Needs Variant Models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Santa Hat
HatSantaRed Model.png
Santa Hat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
Hat
Properties
Insulation
80%
Wind resistance
25%
Technical
Item ID
Base.Hat_SantaHat
Base.Hat_SantaHatGreen

A Santa hat is a hat that provides no protection and moderate insulation.

Usage

A Santa hat is a hat that provides decent insulation and can be a fairly effective combatant to the cold.

Body location

Protection Hat.png
  • Head

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
closet crate 4 2
crate 4 1

Code

Santa Hat (Red) Santa Hat (Red)

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_SantaHat
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Santa Hat,
  ClothingItem      = Hat_SantaHAt,
  BodyLocation      = Hat,
  Icon              = HatSantaRed,
  CanHaveHoles      = false,
  ChanceToFall      = 80,
  BloodLocation     = Head,
  Insulation        = 0.80,
  WindResistance    = 0.25,
  Weight            = 0.5,
}

Santa Hat (Green) Santa Hat (Green)

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_SantaHatGreen
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Green Santa Hat,
  ClothingItem      = Hat_SantaHAtGreen,
  BodyLocation      = Hat,
  Icon              = HatSantaGreen,
  CanHaveHoles      = false,
  ChanceToFall      = 80,
  BloodLocation     = Head,
  Insulation        = 0.80,
  WindResistance    = 0.25,
  Weight            = 0.5,
}