Nuclear Biochemical Mask

From PZwiki
Project ZomboidItemsClothingHeadwearMasksNuclear Biochemical Mask
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Nuclear Biochemical Mask
Hat NBCMask model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Scratch defence
100%
Bite defence
100%
Insulation
50%
Wind resistance
65%
Water resistance
100%
Technical
Item ID
Base.Hat_NBCMask

A nuclear biochemical mask is a mask that can be worn by players.

Usage

Pros and cons

Pros Cons
  • Provides complete protection from bites and scratches.
  • Provides substantial wind resistance and insulation.
  • Is completely waterproof.
  • Spawns rarely and is location dependent to laboratories.
  • Could induce overheating in hot weather/high exertion.

Body location

Protection FullHat.png
  • Head

Distribution

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

Containers
Building/Room Container Rolls Chance
laboratory crate 4 0.1

Buildings

Nuclear biochemical masks can be found in testing labs.

NPCs

Nuclear biochemical masks do not naturally spawn on zombies.

Code

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_NBCmask
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Nuclear Biochemical Mask,
		ClothingItem = Hat_NBCmask,
		BodyLocation = FullHat,
		BloodLocation = Head,
		Icon = NBCMask,
		CanHaveHoles = false,
		BiteDefense = 100,
        ScratchDefense = 100,
        Insulation = 0.50,
        WindResistance = 0.65,
        WaterResistance = 1.0,
        WorldStaticModel = NBC_Mask_Ground,
		Tags = GasMask,
    }

See also