Bandeau: Difference between revisions

From PZwiki
(Add table, remove comments)
(0% stat removals)
Line 10: Line 10:
|equipped=Tshirt
|equipped=Tshirt
|material=Cotton
|material=Cotton
|scratch_defense=0
|bite_defense=0
|neck_protection=0
|insulation=0
|wind_resistance=0
|water_resistance=0
<!-- Technical details -->
<!-- Technical details -->
|item_id=Base.BoobTube
|item_id=Base.BoobTube

Revision as of 23:22, 12 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bandeau
TubeTopGeneric Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Tshirt
Properties
Material
Cotton
Technical
Item ID
Base.BoobTube

A bandeau is a clothing item.

Usage

Pros and cons

Pros Cons
  • Provides good ventilation during high temperatures/physical exertion, when worn solo.
  • Comes in multiple colors.
  • Provides no protection against zombies.
  • Provides no protection against the elements.

Recipes

Bandeaus can be used to make ripped sheets or sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

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

Bandeaus can be found in clothing stores and on female zombies.

Code

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 BoobTube
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Bandeau,
        ClothingItem = Shirt_BoobTube,
        BodyLocation = Tshirt,
        Icon	=	TubeTopGeneric,
        BloodLocation = Shirt,
        FabricType = Cotton,
        WorldStaticModel = CropTop_Ground,
    }

See also