Medical Mask: Difference between revisions

From PZwiki
(Automated update of distribution section)
(Automated infobox update)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Infobox clothing
{{Infobox item
| display_name = Medical Mask
| name = Medical Mask
| name_colour = Clothing
| model = SurgicalMaskBlue_Model.png
| name_text_colour = Clothing
| icon = SurgicalMaskBlue.png
| image = SurgicalMaskBlue_Model.png
| icon2 = SurgicalMaskGreen.png
| image_width = 200px
| icon_name = Blue Medical Mask
| alternate_image = SurgicalMaskBlue.png
| icon_name2 = Green Medical Mask
| alternate_image2 = SurgicalMaskGreen.png
| alternate_name = Blue Medical Mask
| alternate_name2 = Green Medical Mask
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
| weight = 0.2
| weight = 0.2
| body_location = Mask
| equipped = Mask
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Hat_SurgicalMask_Blue<br>Base.Hat_SurgicalMask_Green
| item_id = Base.Hat_SurgicalMask_Blue<br>Base.Hat_SurgicalMask_Green
}}
}}
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.

Revision as of 12:33, 15 February 2024

Project ZomboidItemsClothingMedical Mask
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.

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.