Bunny Tail

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 Tail
BunnyTail Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Tail
Technical
Item ID
Base.BunnyTail

The bunny tail is an uncommon clothing item used for aesthetic purposes only.

Usage

Pros and cons

Pros Cons
  • Adds some personality to the player.

Distribution

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

BunnyTail distribution Show / Hide
Containers
Building / Room Container Rolls Chance
lingeriestore counter 4 10.0

The bunny tail can be found in lingerie stores, and as a rare foraging item.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item BunnyTail
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Bunny Tail,
        ClothingItem = BunnyTail,
        BodyLocation = Tail,
        Icon = Rabbittail,
        WorldStaticModel = BunnyTail_Ground,
    }

See also