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
ForagingTrait outdoorsman.png
-75%
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 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 5
TownZone: 5
TrailerPark: 5
Vegitation: 5
- - - - - - -

History

Base.Hat_NBCmask

Version Description
Build 41.69 Item tag added with value GasMask.
Build 41.65 DisplayCategory added with value Accessory.
Build 41.54 WorldStaticModel added with value NBC_Mask_Ground.
Build 41.21 WaterResistance added with value 1.0.
Build 41.20 Insulation added with value 0.50.
WindResistance added with value 0.65.
Build 41.12 Released on this version.

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