Bunny Ears: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Reupload, minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}{{Infobox clothing
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|version=Version 41|incver=65}}
{{Reupload|Missing 3D model}}
{{Infobox clothing
| display_name=Bunny Ears
| display_name=Bunny Ears
| name_colour=Clothing
| name_colour=Clothing
Line 16: Line 19:
<!-- Technical details -->
<!-- Technical details -->
| class_name=Base.Hat_BunnyEarsBlack<br>Base.Hat_BunnyEarsWhite
| class_name=Base.Hat_BunnyEarsBlack<br>Base.Hat_BunnyEarsWhite
}}'''Bunny ears''' are a cosmetic hat that provides no protection or insulation. The item has two variants: black and white.
}}
'''Bunny ears''' are a cosmetic hat that provides no protection or insulation. The item has two variants: black and white.


==Distribution==
==Distribution==

Revision as of 21:38, 12 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
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

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