Standard Bra

From PZwiki
(Redirected from Standard Bra)
Project ZomboidItemsClothingUnderwearBrasStandard Bra
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Standard Bra
Standard Bra - White
Standard Bra - Black
Bra - Animal Print
Standard Bra - Black Frills
Standard Bra - Pink Frills
Standard Bra - Red Frills
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
UnderwearTop
Technical
Item ID
Base.Bra_Straps_White
Base.Bra_Straps_Black
Base.Bra_Straps_AnimalPrint
Base.Bra_Straps_FrillyBlack
Base.Bra_Straps_FrillyPink
Base.Bra_Straps_FrillyRed

A standard bra, also called straps bra or simply bra is a clothing item that can be worn under a shirt. It comes in six variants, white, black, leopard print, black frilly, pink frilly, and red frilly.

Usage

Standard bras are purely an aesthetic item and provides no protection from scratches, bites, or weather.

Distribution

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

Bra_Straps_White distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
all wardrobe 6.29%
bedroom wardrobe 6.29%
clothingstore counter 23.28%
clothingstore counter 41.14%
laundry clothingdryer 10.78%
laundry clothingdryerbasic 10.78%
laundry clothingwasher 10.78%
lingeriestore counter 23.28%
lingeriestore crate 23.28%
shoestore counter 23.28%
shoestore counter 41.14%
stripclub dresser 6.29%

Buildings

Strapless bras are most commonly found in houses, clothing stores, laundromats, lingerie stores, and strip clubs.

Trivia

  • The animal print bra is called simply "Bra - Animal Print" in-game.

Code

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

BraGeneric.png Base.Bra_Straps_White
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Straps_White
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Straps Bra,
		ClothingItem = Underwear_Bra_Straps_White,
		BodyLocation = UnderwearTop,
		Icon = BraGeneric,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Bra_Ground,
	}

BraGeneric.png Base.Bra_Straps_Black
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Straps_Black
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Straps Bra,
		ClothingItem = Underwear_Bra_Straps_Black,
		BodyLocation = UnderwearTop,
		Icon = BraGeneric,
		Weight = 0.2,
        ColorRed = 58,
        ColorGreen = 58,
        ColorBlue = 58,
		CanHaveHoles = false,
		WorldStaticModel = BraBlack_Ground,
	}

BraLeopard.png Base.Bra_Straps_AnimalPrint
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Straps_AnimalPrint
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Animal Print Straps Bra,
		ClothingItem = Underwear_Bra_Straps_AnimalPrint,
		BodyLocation = UnderwearTop,
		Icon = BraLeopard,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Bra_AnimalPrint_Ground,
	}

BraBlacklacy.png Base.Bra_Straps_FrillyBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Straps_FrillyBlack
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Frilly Straps Bra,
		ClothingItem = Underwear_FrillyBra_Straps_Black,
		BodyLocation = UnderwearTop,
		Icon = BraBlacklacy,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Bra_FrillyBlack_Ground,
	}

BraPinklacy.png Base.Bra_Straps_FrillyPink
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Straps_FrillyPink
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Pink Frilly Straps Bra,
		ClothingItem = Underwear_FrillyBra_Straps_Pink,
		BodyLocation = UnderwearTop,
		Icon = BraPinklacy,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = Bra_FrillyPink_Ground,
	}

BraRedsilky.png Base.Bra_Straps_FrillyRed
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_FrillyPink
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Pink Frilly Strapless Bra,
		ClothingItem = Underwear_FrillyBra_Strapless_Pink,
		BodyLocation = UnderwearTop,
		Icon = BraPinklacyStrapless,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BraStraplessFrillyPink_Ground,
	}

See also