Golf Cap

From PZwiki
(Redirected from Golf Cap)
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Golf Cap
Tartan Golf Cap
Tartan Golf Cap
Tartan Golf Cap
Tartan Golf Cap
Golf Cap
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Technical
Item ID
Base.Hat_GolfHat
Base.Hat_GolfHatTINT

A golf cap is a hat that provides no protection or insulation. It is one of the hats that the player can start with.

Usage

A golf cap is a cosmetic hat, as it provides no insulation or protection to the wearer.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
all locker 4 0.2
wardrobe 4 0.2
clothingstorage crate 4 8
clothingstore counter 4 6

Code

Tartan Golf Cap Tartan Golf Cap

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_GolfHat
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Tartan Golf Cap,
  ClothingItem     = Hat_GolfHat,
  BodyLocation     = Hat,
  IconsForTexture  = HatGolfTartan;HatGolfWhitePlaid;HatGolfBluePlaid;HatGolfGreenPlaid,
  CanHaveHoles     = false,
  ChanceToFall     = 60,
  Weight           = 0.3,
}

Golf Cap Golf Cap

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_GolfHatTINT
{
  DisplayCategory  = Accessory,
  Type             = Clothing,
  DisplayName      = Golf Cap,
  ClothingItem     = Hat_GolfHatTINT,
  BodyLocation     = Hat,
  Icon             = HatGolfWhite,
  CanHaveHoles     = false,
  ChanceToFall     = 60,
  Weight           = 0.3,
}