Bunny Ears

From PZwiki
Revision as of 04:42, 20 January 2022 by Omar (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=65}} {{Infobox clothing | display_name=Bunny Ears | name_colour=Clothing | name_text_colour=Clot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingBunny Ears
Bunny Ears
Bunny Ears (Black) Bunny Ears (White)
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Technical details
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

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

Body Location

Protection Hat.png
  • Head

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Bunny Ears (Black) Bunny Ears (Black) Retrieved: Build 41.65

	item Hat_BunnyEarsBlack
		Type			= Clothing,
		DisplayName		= Bunny Ears,
		ClothingItem		= Hat_BunnyEarsBlack,
		BodyLocation		= Hat,
		Icon			= RabbitearsBlack,
		CanHaveHoles		= false,
		BloodLocation		= Head,
		ChanceToFall		= 10,
		WorldStaticModel	= BunnyEarsBlack_Ground,

Bunny Ears (White) Bunny Ears (White) Retrieved: Build 41.65

	item Hat_BunnyEarsWhite
		Type			= Clothing,
		DisplayName		= Bunny Ears,
		ClothingItem		= Hat_BunnyEarsWhite,
		BodyLocation		= Hat,
		Icon			= RabbitearsWhite,
		CanHaveHoles		= false,
		BloodLocation		= Head,
		ChanceToFall		= 10,
		WorldStaticModel	= BunnyEarsWhite_Ground,