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

Hat Knife

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hat Knife
Hat JokeKnife Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Hat
Technical
Item ID
Base.Hat_JokeKnife

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

Usage

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

Body location

Protection Hat.png
  • Head

Location

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

Hat_JokeKnife distributionShow / 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 currently uses the same item icon as a black bandana.

History

Base.Hat_JokeKnife

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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_JokeKnife
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Hat Knife,
		ClothingItem = Hat_JokeKnife,
		BodyLocation = Hat,
		Icon = BandanaBlack,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = JokeKnife_Ground,
	}

See also