Bunny Suit

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 Suit
BunnyOutfit Black Model.png
BunnyOutfit Pink Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
Underwear
Technical
Item ID
Base.BunnySuitBlack
Base.BunnySuitPink

The bunny suit is a clothing item. It comes in two variants, black and pink.

Usage

The bunny suit is purely an aesthetic item and provides no protection from scratches, bites, or weather. It matches with the bunny tail and bunny ears.

Distribution

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

Containers
Building/Room Container Rolls Chance
lingeriestore clothingrack 4 8

Buildings

Bunny suits are only found in lingerie stores. They are also a rare foraging item.

Trivia

  • The bunny suit does not currently have its own icon and instead uses the glasses icon.

Code

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

GlassesBlack.png Base.BunnySuitBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item BunnySuitBlack
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bunny Suit,
		ClothingItem = BunnySuitBlack,
		BodyLocation = Underwear,
		Icon = GlassesBlack,
		Weight = 0.1,
		WorldStaticModel = BunnySuitBlack_Ground,
	}

GlassesRed.png Base.BunnySuitPink
Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item BunnySuitPink
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bunny Suit,
		ClothingItem = BunnySuitPink,
		BodyLocation = Underwear,
		Icon = GlassesRed,
		Weight = 0.1,
		WorldStaticModel = BunnySuitPink_Ground,
	}

See also