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
Properties
Scratch defence
0%
Bite defence
0%
Neck protection
0%
Insulation
0%
Wind resistance
0%
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.

Containers
Building/Room Container Rolls Chance
lingeriestore counter 4 8

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