Shower Cap: Difference between revisions

From PZwiki
m (Remove lines))
m (→‎Distribution: add category)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{Header|Project Zomboid|Items|Clothing|Headwear|Hats}}
{{Page version|41.65}}
{{Page version|41.78.16}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=Shower Cap
|name=Shower Cap
Line 16: Line 15:


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


==Body location==
==Body location==
{{Body location|body_location=Hat}}
{{Body location|body_location=Hat}}
==Distribution==
===NPCs===
Shower caps can only be found on bathrobe zombies.[[Category:Articles requiring distribution tables]]


==Code==
==Code==
Line 47: Line 50:


==See also==
==See also==
*[[Bath Robe]]
*[[Rubber Duck]]
{{Navbox items|headwear}}
{{Navbox items|headwear}}

Revision as of 23:57, 17 April 2024

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