Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Bunny Tail
BunnyTail Model.png
General
Category
Tail
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Technical
Item ID
Base.BunnyTail
GUID
9d9267cd-a01f-4246-8834-ccd39e3c9525
ClothingItem

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.

Location

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

BunnyTail distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
lingeriestore cardboardbox 23.67%
lingeriestore counter 23.67%
lingeriestore crate 23.67%
lingeriestore shelves 23.67%
lingeriestore smallbox 23.67%
Outfit
Outfit Probability GUID
Stripper Black (female) 100% c79cd2b6-b08d-4725-b61d-f8f358ef5eb0
Stripper Pink (female) 100% 39c0f56e-4cfc-42ed-8190-20952b419838
Waiter Stripper (female) 100% 170db8ce-e48c-42a9-a724-d1ba3d40aba2
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 ForagingNav: 1
TownZone: 1
TrailerPark: 1
Vegitation: 1
- - - - - - -

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

History

Base.BunnyTail

Version Description
Build 42.0.0 DisplayCategory changed from Clothing to Tail.
Item tag added with value ['IsFireFuel', 'IsFireTinder', 'IsMemento', 'IgnoreZombieDensity'].
Build 41.69 DisplayCategory added with value Clothing.
Build 41.65 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\clothing_tails.txt

Retrieved: Build 42.0.2
item BunnyTail
	{
		DisplayName = Bunny Tail,
		DisplayCategory = Tail,
		Type = Clothing,
		Icon = Rabbittail,
		BodyLocation = Tail,
		ClothingItem = BunnyTail,
		WorldStaticModel = BunnyTail_Ground,
		Tags = IsFireFuel;IsFireTinder;IsMemento;IgnoreZombieDensity,
	}

See also