Medical Mask: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
(Automated update of distribution section)
Line 20: Line 20:
A '''medical mask''' is a face mask that covers the mouth and nose. It has 2 variants: green and blue.
A '''medical mask''' is a face mask that covers the mouth and nose. It has 2 variants: green and blue.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| all
| [[militarycrate]]
| 4
| 1
|}
Medical masks can be found at clinics and on nurse [[zombie]]s.
Medical masks can be found at clinics and on nurse [[zombie]]s.



Revision as of 09:22, 12 February 2024

Project ZomboidItemsClothingMedical Mask
Medical Mask
Medical Mask
Blue Medical Mask Green Medical Mask
General
Category Clothing
Encumbrance
Heavy Load
0.2
Body location Mask
Technical details
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.

Containers
Building/Room Container Rolls Chance
all militarycrate 4 1

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.65
item Hat_SurgicalMask_Blue
{
  DisplayCategory   = Accessory,
  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.65
item Hat_SurgicalMask_Green
{
  DisplayCategory   = Accessory,
  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.