Hat Arrow

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
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.
Hat Arrow
In-game icon
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Technical
Item ID
Base.Hat_JokeArrow

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

Usage

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

Body location

Protection Hat.png
  • Head

Distribution

The loot distributions can be found in the table(s) below.

Hat_JokeArrow distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
closet crate 6.29%
garagestorage crate 6.29%
storageunit crate 6.29%

Trivia

  • It uses the same item icon as bandana.

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_JokeArrow
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Hat Arrow,
		ClothingItem = Hat_JokeArrow,
		BodyLocation = Hat,
		Icon = BandanaBlack,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = JokeArrow_Ground,
	}

See also