Waistcoat

From PZwiki
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.
PlushSpiffo.pngThis article is about a regular waistcoat. For GigaMart one, see GigaMart Waistcoat.
Waistcoat
Waistcoat
Waistcoat
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
TorsoExtra
Properties
Material
Cotton
Insulation
35%
Wind resistance
25%
Technical
Item ID
Base.Vest_Waistcoat
Base.Vest_WaistcoatTINT

A waistcoat is clothing item.

Usage

Pros and cons

Pros Cons
  • Can be padded, repaired or torn down.
  • Can come in any color.
  • Only covers upper and lower torso.
  • Low insulation and wind resistance.

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

NPCs

Waistcoats can only be found on waiter zombies.

Variants

Icon Name Item ID Color
Vest Black.png Waistcoat Base.Vest_Waistcoat Black
Vest White.png Waistcoat Base.Vest_WaistcoatTINT Random

Code

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

Vest Black.png Base.Vest_Waistcoat
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Vest_Waistcoat
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Waistcoat,
        ClothingItem = Vest_Waistcoat,
        BodyLocation = TorsoExtra,
        Icon = Vest_Black,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
        WorldStaticModel = BulletVest_Ground,
    }

Vest White.png Base.Base.Vest_WaistcoatTINT
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Vest_WaistcoatTINT
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Waistcoat,
        ClothingItem = Vest_WaistcoatTINT,
        BodyLocation = TorsoExtra,
        Icon = Vest_White,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.35,
        WindResistance = 0.25,
        FabricType = Cotton,
        WorldStaticModel = BulletVest_Ground,
    }

See also