Shower Cap

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shower Cap
Showercap Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Hat
Technical
Item ID
Base.Hat_ShowerCap

A shower cap is a hat that provides no protection or insulation.

Usage

A shower cap is a cosmetic item, as it provides no insulation or protection to the wearer.

Body location

Protection Hat.png
  • Head

Distribution

NPCs

Shower caps can only be found on bathrobe 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_ShowerCap
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Shower Cap,
		ClothingItem = Hat_ShowerCap,
		BodyLocation = Hat,
		Icon = Showercap,
		CanHaveHoles = false,
		ChanceToFall = 60,
		Weight = 0.2,
	}

See also