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

Jay Chicken Hat

From PZwiki
Project ZomboidItemsClothingHeadwearHatsJay Chicken Hat
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jay Chicken Hat
JaysChickenHat Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
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.

Body location

Protection Hat.png
  • Head

Location

Hat_Jay 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_Jay

Version Description
Build 41.69 DisplayCategory added with value Accessory.
Build 41.65 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_Jay
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Jay Chicken Hat,
		ClothingItem = Hat_Jay,
		BodyLocation = Hat,
		Icon = JaysChickenHat,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
	}