Jay Chicken Hat

From PZwiki
Project ZomboidItemsClothingHeadwearHatsJay Chicken Hat
Spiffo controlyourself.png
This page was last updated for an older version (41.66).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Jay Chicken Hat
JaysChickenHat Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Technical
Item ID
Base.Hat_Jay

A Jay Chicken hat is an item of clothing worn on the head.

Usage

This hat provides no insulation or protection, so it is best used as a cosmetic item.

Distribution

The Jay Chicken hat can be obtained through foraging.

Body location

Protection Hat.png
  • Head

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_Jay
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Jay Chicken Hat,
		ClothingItem = Hat_Jay,
		BodyLocation = Hat,
		Icon = JaysChickenHat,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
	}