Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
1
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

Location

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

Hat_NBCmask distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
laboratory crate 1.87%
laboratory desk 1.87%
laboratory metal_shelves 1.87%

Buildings

Nuclear biochemical masks can be found in testing labs.

NPCs

Nuclear biochemical masks do not naturally spawn on zombies.

History

Base.Hat_NBCmask

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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