Foreman Vest

From PZwiki
Project ZomboidItemsClothingVestsForeman Vest
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 model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Foreman Vest
Foreman Vest
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
TorsoExtraVest
Properties
Insulation
70%
Wind resistance
55%
Technical
Item ID
Base.Vest_Foreman

The foreman vest is a vest that can be worn by the player.

Usage

Pros and cons

Pros Cons
  • Provides decent insulation from the elements.
  • No attack protection whatsoever.
  • Can't be repaired or torn down.

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 1
toolstore counter 4 4

They can also be found in factorystorage, and changerooms.

NPCs

Foreman vests can be rarely be found worn by construction and hunter 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 Vest_Foreman
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Foreman Vest,
        ClothingItem = Vest_Foreman,
        BodyLocation = TorsoExtraVest,
        Icon = ForemanVest,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.70,
        WindResistance = 0.55,
        WorldStaticModel = HuntingVest_Ground,
    }

See also