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

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

Location

Hat_ShowerCap 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.

Outfit
Outfit Probability GUID
Bathrobe (female) 30% 91ce795e-026b-426e-a26e-0dd5e691ff89
Bathrobe (male) 30% 91ce795e-026b-426e-a26e-0dd5e691ff89
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_ShowerCap

Version Description
Build 41.65 ChanceToFall changed from 80 to 60.
DisplayCategory added with value Accessory.
Build 41.50 Weight added with value 0.2.
Build 41.19 ChanceToFall added with value 80.
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_ShowerCap
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Shower Cap,
		ClothingItem = Hat_ShowerCap,
		BodyLocation = Hat,
		Icon = Showercap,
		CanHaveHoles = false,
		ChanceToFall = 60,
		Weight = 0.2,
	}

See also