Medical Mask: Difference between revisions

From PZwiki
m (Removed Testing tag due to Build 41 being stable.)
(Fixed weight and IDs, added distribution and code sections)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=0|hidecat=true}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=65|hidecat=true}}
{{Infobox clothing
{{Infobox clothing
| display_name = Medical Mask
| display_name = Medical Mask
Line 12: Line 12:
<!-- General -->
<!-- General -->
| category = Clothing
| category = Clothing
| weight = 1.0
| weight = 0.2
| body_location = Mask
| body_location = Mask
<!-- Technical details -->
<!-- Technical details -->
| class_name = Hat_SurgicalMask_Blue<br>Hat_SurgicalMask_Green
| class_name = Base.Hat_SurgicalMask_Blue<br>Base.Hat_SurgicalMask_Green
}}
}}
The '''Medical Mask''' is a face mask that covers the mouth and nose.
A '''Medical Mask''' is a face mask that covers the mouth and nose.
It has 2 variants, green and blue.
It has 2 variants: green and blue.
 
==Distribution==
Medical masks can be found at clinics and on nurse [[zombie]]s.
 
==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Code==
'''''From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)'''''<br>
[[File:SurgicalMaskBlue.png|Medical Mask (Blue)]] ''Medical Mask (Blue)''
{{Retrieved|version=41|incver=65}}
<pre> item Hat_SurgicalMask_Blue
DisplayCategory = Accessory,
Type = Clothing,
DisplayName = Medical Mask,
ClothingItem = Hat_SurgicalMask_Blue,
BodyLocation = Mask,
Icon = SurgicalMaskBlue,
CanHaveHoles = false,
Weight = 0.2,
</pre>
[[File:SurgicalMaskGreen.png|Medical Mask (Green)]] ''Medical Mask (Green)''
{{Retrieved|version=41|incver=65}}
<pre> item Hat_SurgicalMask_Green
DisplayCategory = Accessory,
Type = Clothing,
DisplayName = Medical Mask,
ClothingItem = Hat_SurgicalMask_Green,
BodyLocation = Mask,
Icon = SurgicalMaskGreen,
CanHaveHoles = false,
Weight = 0.2,
</pre>
==Trivia==  
==Trivia==  
*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}}

Revision as of 01:00, 20 January 2022

The Game WorldItemsClothingMedical 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

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

Body location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Medical Mask (Blue) Medical Mask (Blue) 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) 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.