Medical Mask

From PZwiki
Project ZomboidItemsClothingHeadwearMasksMedical Mask
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.
Medical Mask
SurgicalMaskBlue Model.png
Green Medical Mask
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Mask
Technical
Item ID
Base.Hat_SurgicalMask_Blue
Base.Hat_SurgicalMask_Green

A medical mask is a face mask that covers the mouth and nose. It has 2 variants: green and blue.

Distribution

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

Hat_SurgicalMask_Blue distribution Show / Hide
Containers
Building / Room Container Rolls Chance
MedicalCache1 MedicalBox 4 10.0
SafehouseLoot crate 4 10.0
all Bag_DoctorBag 1 10.0
all Outfit_AmbulanceDriver 1 10.0
dentiststorage metal_shelves 4 20.0
dentiststorage metal_shelves 4 10.0
kennels counter 4 20.0
kennels counter 4 10.0
laboratory crate 4 10.0
morgue counter 4 10.0
morgue metal_shelves 4 10.0
morgue metal_shelves 4 20.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 4 10
AmbulanceTruckBed 4 10
DoctorGloveBox 4 10
DoctorTruckBed 4 10

Medical masks can be found at clinics and on nurse zombies.

Body location

Protection Hat.png
  • Head

Code

Medical Mask (Blue) Medical Mask (Blue)

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_SurgicalMask_Blue
	{
	    DisplayCategory = FirstAid,
		Type = Clothing,
		DisplayName = Medical Mask,
		ClothingItem = Hat_SurgicalMask_Blue,
		BodyLocation = Mask,
		Icon = SurgicalMaskBlue,
		CanHaveHoles = false,
		Weight = 0.2,
	}

Medical Mask (Green) Medical Mask (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.78.16
item Hat_SurgicalMask_Green
	{
	    DisplayCategory = FirstAid,
		Type = Clothing,
		DisplayName = Medical Mask,
		ClothingItem = Hat_SurgicalMask_Green,
		BodyLocation = Mask,
		Icon = SurgicalMaskGreen,
		CanHaveHoles = false,
		Weight = 0.2,
	}

Trivia

  • Medical masks are an essential tool of the trade for dentists and surgeons.

See also