Bunny Ears

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]
Bunny Ears
RabbitrearsBlack Model.png
RabbitEarsWhite Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Technical
Item ID
Base.Hat_BunnyEarsBlack
Base.Hat_BunnyEarsWhite

Bunny ears are a cosmetic hat that provides no protection or insulation. The item has two variants: black and white.

Distribution

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

Hat_BunnyEarsBlack 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%
lingeriestore counter 19.27%
lingeriestore crate 19.27%
storageunit crate 6.29%
stripclub dresser 2.57%
Hat_BunnyEarsWhite 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%
lingeriestore counter 19.27%
lingeriestore crate 19.27%
storageunit crate 6.29%
stripclub dresser 2.57%

Bunny ears can be found in strip clubs and on stripper zombies.

Body location

Protection Hat.png
  • Head

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

RabbitearsBlack.png Base.Hat_BunnyEarsBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BunnyEarsBlack
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Bunny Ears,
		ClothingItem = Hat_BunnyEarsBlack,
		BodyLocation = Hat,
		Icon = RabbitearsBlack,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = BunnyEarsBlack_Ground,
	}

RabbitearsWhite.png Base.Hat_BunnyEarsWhite
Source: ProjectZomboid\media\scripts\clothing\clothing_hats.txt

Retrieved: Build 41.78.16
item Hat_BunnyEarsWhite
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Bunny Ears,
		ClothingItem = Hat_BunnyEarsWhite,
		BodyLocation = Hat,
		Icon = RabbitearsWhite,
		CanHaveHoles = false,
		BloodLocation = Head,
		ChanceToFall = 10,
		WorldStaticModel = BunnyEarsWhite_Ground,
	}

See also