Strapless Bra

From PZwiki
(Redirected from Strapless Bra)
Project ZomboidItemsClothingUnderwearBrasStrapless 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.
Strapless Bra
Strapless Bra (white)
Strapless Bra (spotted)
Strapless Bra (black)
Strapless Bra (leopard print)
Strapless Bra (black frilly)
Strapless Bra (pink frilly)
Strapless Bra (red frilly)
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_Strapless_White
Base.Bra_Strapless_RedSpots
Base.Bra_Strapless_Black
Base.Bra_Strapless_AnimalPrint
Base.Bra_Strapless_FrillyBlack
Base.Bra_Strapless_FrillyPink
Base.Bra_Strapless_FrillyRed

A strapless bra is a clothing item that can be worn under a shirt. It comes in seven variants, white, spotted, black, leopard print, black frilly, pink frilly, and red frilly.

Usage

Strapless 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.

Code

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

BraStraplessGeneric.png Base.Bra_Strapless_White
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_White
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Strapless Bra,
		ClothingItem = Underwear_Bra_Strapless_White,
		BodyLocation = UnderwearTop,
		Icon = BraStraplessGeneric,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BraStrapless_Ground,
	}

BraStraplessSpotted.png Base.Bra_Strapless_RedSpots
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_RedSpots
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Red Spots Strapless Bra,
		ClothingItem = Underwear_Bra_Strapless_RedSpots,
		BodyLocation = UnderwearTop,
		Icon = BraStraplessSpotted,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BraStraplessRedSpots_Ground,
	}

BraStraplessGeneric.png Base.Bra_Strapless_Black
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_Black
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Strapless Bra,
		ClothingItem = Underwear_Bra_Strapless_Black,
		BodyLocation = UnderwearTop,
		Icon = BraStraplessGeneric,
		Weight = 0.2,
		ColorRed = 58,
        ColorGreen = 58,
        ColorBlue = 58,
		CanHaveHoles = false,
		WorldStaticModel = BraStraplessBlack_Ground,
	}

BraLeopardStrapless.png Base.Bra_Strapless_AnimalPrint
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_AnimalPrint
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Animal Print Strapless Bra,
        ClothingItem = Underwear_Bra_Strapless_AnimalPrint,
        BodyLocation = UnderwearTop,
        Icon = BraLeopardStrapless,
        Weight = 0.2,
        CanHaveHoles = false,
        WorldStaticModel = BraStraplessAnimalPrint_Ground,
    }

BraBlacklacyStrapless.png Base.Bra_Strapless_FrillyBlack
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_FrillyBlack
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Frilly Strapless Bra,
		ClothingItem = Underwear_FrillyBra_Strapless_Black,
		BodyLocation = UnderwearTop,
		Icon = BraBlacklacyStrapless,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BraStraplessFrillyBlack_Ground,
	}

BraPinklacyStrapless.png Base.Bra_Strapless_FrillyPink
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,
	}

BraRedsilkyStrapless.png Base.Bra_Strapless_FrillyRed
Source: ProjectZomboid\media\scripts\clothing\clothing_underwear.txt

Retrieved: Build 41.78.16
item Bra_Strapless_FrillyRed
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Red Frilly Strapless Bra,
		ClothingItem = Underwear_FrillyBra_Strapless_Red,
		BodyLocation = UnderwearTop,
		Icon = BraRedsilkyStrapless,
		Weight = 0.2,
		CanHaveHoles = false,
		WorldStaticModel = BraStraplessFrillyRed_Ground,
	}

See also