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.
Visor
Hat VisorBlack model.png
Hat VisorRed model.png
Hat Visor White model.png
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.

Hat_VisorBlack distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced GolfLockers 4 10.0
all Bag_GolfBag 1 2.0
clothingstorage crate 4 8.0
clothingstore counter 4 6.0
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.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.78.16
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.78.16
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.78.16
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,
    }

See also