Visor

From PZwiki
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: Missing variant models.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Visor
HatVisor Model.png
Visor
Visor
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
Hat
Technical
Item ID
Base.Hat_VisorBlack
Base.Hat_VisorRed
Base.Hat_Visor_WhiteTINT

A visor is an item of clothing that provides no protection or insulation.

Usage

A visor provides no insulation or protection, but it can be used a cosmetic item.

Body location

Protection Hat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
clothingstorage crate 4 1
clothingstore counter 4 8

A visor can be found in clothing stores, inside golf bags, and on certain zombies.

Code

Visor (Black) Visor (Black)

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_VisorBlack
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Visor,
  ClothingItem      = Hat_VisorBlack,
  BodyLocation      = Hat,
  Icon              = HatVisorBlack,
  CanHaveHoles      = false,
  ChanceToFall      = 60,
  Weight            = 0.3,
}

Visor (Red) Visor (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_VisorRed
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Visor,
  ClothingItem      = Hat_VisorRed,
  BodyLocation      = Hat,
  Icon              = HatVisorRed,
  CanHaveHoles      = false,
  ChanceToFall      = 60,
  Weight            = 0.3,
}

Visor (Colored) Visor (Colored)

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_Visor_WhiteTINT
{
  DisplayCategory   = Accessory,
  Type              = Clothing,
  DisplayName       = Visor,
  ClothingItem      = Hat_Visor_WhiteTINT,
  BodyLocation      = Hat,
  Icon              = HatVisorWhite,
  CanHaveHoles      = false,
  ChanceToFall      = 60,
  Weight            = 0.3,
}