Medical Cap

From PZwiki
Project ZomboidItemsClothingHeadwearHatsMedical 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.
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.
Medical Cap
Medical Cap (Blue)
Medical Cap (Green)
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Hat
Technical
Item ID
Base.Hat_SurgicalCap_Blue
Base.Hat_SurgicalCap_Green

A medical cap (Medical Cap Blue and Medical Cap Green in-game) is a hat that provides no protection or insulation.

Usage

Medical caps can only be used as a cosmetic item, as they provide no insulation or wind resistance.

Distribution

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

Containers
Building/Room Container Rolls Chance
all militarycrate 4 1

The hat can be found in medical buildings and on nurse zombies.

Body location

Protection Hat.png
  • Head

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Medical Cap (Blue) Hat_SurgicalCap_Blue
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_SurgicalCap_Blue
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Medical Cap,
        ClothingItem = Hat_SurgicalCap_Blue,
        BodyLocation = Hat,
        Icon = SurgicalCapBlue,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Weight = 0.2,
    }

Medical Cap (Green) Hat_SurgicalCap_Green
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.65
item Hat_SurgicalCap_Green
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Medical Cap,
        ClothingItem = Hat_SurgicalCap_Green,
        BodyLocation = Hat,
        Icon = SurgicalCapGreen,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Weight = 0.2,
    }