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.

Containers
Building/Room Container Rolls Chance
closet crate 4 2

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,
	}