Small Bandeau

From PZwiki
Project ZomboidItemsClothingUnderwearBrasSmall Bandeau
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 model
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.
Small Bandeau
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Tshirt
Properties
Material
Cotton
Technical
Item ID
Base.BoobTubeSmall

Small bandeau is a clothing item.

Body location

Protection Tshirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms

Distribution

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

Containers
Building/Room Container Rolls Chance
all dresser 4 0.5
wardrobe 4 0.5
wardrobe 4 0.5
bedroom crate 4 5
crate 1 1
wardrobe 4 0.5
stripclub dresser 4 0.5

Code

Item

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

Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item BoobTubeSmall
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Small Bandeau,
        ClothingItem = Shirt_BoobTubeSmall,
        BodyLocation = Tshirt,
        Icon	=	BandeauGeneric,
        BloodLocation = Shirt,
        FabricType = Cotton,
        WorldStaticModel = BoobTubeSmall_Ground,
    }

See also