Medical Mask: Difference between revisions

From PZwiki
m (Automated category update)
m (Automatic formatting)
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{Page version|41.65}}
{{Page version|41.65}}
{{Infobox item
{{Infobox item
| name = Medical Mask
|name=Medical Mask
| model = SurgicalMaskBlue_Model.png
|model=SurgicalMaskBlue_Model.png
| icon = SurgicalMaskBlue.png
|icon=SurgicalMaskBlue.png
| icon2 = SurgicalMaskGreen.png
|icon2=SurgicalMaskGreen.png
| icon_name = Blue Medical Mask
|icon_name=Blue Medical Mask
| icon_name2 = Green Medical Mask
|icon_name2=Green Medical Mask
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 0.2
|weight=0.2
| equipped = Mask
|equipped=Mask
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Hat_SurgicalMask_Blue<br>Base.Hat_SurgicalMask_Green
|item_id=Base.Hat_SurgicalMask_Blue<br>Base.Hat_SurgicalMask_Green
}}
}}


Line 24: Line 24:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| all
|all  
| [[militarycrate]]
|[[militarycrate]]  
| 4
|4  
| 1
|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.
Line 45: Line 45:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1008
   | source = clothing_hats.txt
   | source = clothing_hats.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item Hat_SurgicalMask_Blue
item Hat_SurgicalMask_Blue
{
{
  DisplayCategory   = Accessory,
    DisplayCategory = FirstAid,
  Type             = Clothing,
Type = Clothing,
  DisplayName       = Medical Mask,
DisplayName = Medical Mask,
  ClothingItem     = Hat_SurgicalMask_Blue,
ClothingItem = Hat_SurgicalMask_Blue,
  BodyLocation     = Mask,
BodyLocation = Mask,
  Icon             = SurgicalMaskBlue,
Icon = SurgicalMaskBlue,
  CanHaveHoles     = false,
CanHaveHoles = false,
  Weight           = 0.2,
Weight = 0.2,
}
}  
  }}
}}
}}
}}


Line 69: Line 69:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1019
   | source = clothing_hats.txt
   | source = clothing_hats.txt
   | retrieved = true
   | retrieved = true
   | version = 41.65
   | version = 41.78.16
   | code =
   | code =
item Hat_SurgicalMask_Green
item Hat_SurgicalMask_Green
{
{
  DisplayCategory   = Accessory,
    DisplayCategory = FirstAid,
  Type             = Clothing,
Type = Clothing,
  DisplayName       = Medical Mask,
DisplayName = Medical Mask,
  ClothingItem     = Hat_SurgicalMask_Green,
ClothingItem = Hat_SurgicalMask_Green,
  BodyLocation     = Mask,
BodyLocation = Mask,
  Icon             = SurgicalMaskGreen,
Icon = SurgicalMaskGreen,
  CanHaveHoles     = false,
CanHaveHoles = false,
  Weight           = 0.2,
Weight = 0.2,
}
}  
  }}
}}
}}
}}


Line 91: Line 91:
*Medical masks are an essential tool of the trade for dentists and surgeons.
*Medical masks are an essential tool of the trade for dentists and surgeons.


{{Navbox clothing}}
{{Navbox clothing|headwear}}

Revision as of 17:15, 25 March 2024

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.

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.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.