Bunny Ears: Difference between revisions

From PZwiki
m (Automated navbox update)
m (added model images)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing|Accessories}}
{{Header|Project Zomboid|Items|Clothing|Accessories}}
{{Page version|41.65}}
{{Page version|41.65}}
{{Reupload|Missing 3D model for the white variant}}
{{Infobox item
{{Infobox item
| name=Bunny Ears
| name=Bunny Ears
| name_colour=Clothing
| name_colour=Clothing
| name_text_colour=Clothing
| name_text_colour=Clothing
| model=RabbitearsBlack_Model.png
| icon=RabbitearsBlack.png
| icon=RabbitearsBlack.png
| icon_name=Bunny Ears (Black)
| icon_name=Bunny Ears (Black)
| model=RabbitrearsBlack_Model.png
| icon2=RabbitearsWhite.png
| icon2=RabbitearsWhite.png
| icon_name2=Bunny Ears (White)
| icon_name2=Bunny Ears (White)
| model2=RabbitEarsWhite_Model.png
<!-- General -->
<!-- General -->
| category=Clothing
| category=Clothing

Revision as of 15:06, 16 March 2024

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.
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.

Containers
Building/Room Container Rolls Chance
closet crate 4 2
lingeriestore counter 4 8
stripclub dresser 4 0.4

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

Body location

Protection Hat.png
  • Head

Code

Bunny Ears (Black) Bunny Ears (Black)

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.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)

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