Civilian Bulletproof Vest

From PZwiki
Project ZomboidItemsClothingVestsCivilian Bulletproof Vest
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Civilian Bulletproof Vest
Vest BulletCivilian Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Torso Extra Vest
Properties
Scratch defence
30%
Bite defence
55%
Bullet defence
100%
Insulation
60%
Wind resistance
25%
Technical
Item ID
Base.Vest_BulletCivilian

The bulletproof vest is a bullet resistant item of clothing that can be worn on top of other clothes on the player's torso.

It provides full protection against bullets, as well as some bites and scratches.

Usage

Pros and cons

Pros Cons
  • Very good bite and scratch resistance.
  • Excellent bullet resistance.
  • Okay wind resistance and good insulation.
  • Does not cover arms or neck.
  • Cannot be repaired with tailoring.
  • Worst insulation and wind protection from bulletproof vests.

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
SafehouseLoot crate 4 1
bathroom locker 4 2
druglab counter 4 2
pawnshopoffice locker 4 2

Buildings

Civilian bulletproof vests can only be found in survivor houses.

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_BulletCivilian
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Civilian Bulletproof Vest,
        ClothingItem = Vest_BulletCivilian,
        BodyLocation = TorsoExtraVest,
        Icon = BulletVestWhite,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.6,
        WindResistance = 0.25,
        BiteDefense = 30,
        ScratchDefense = 55,
        BulletDefense = 100,
        WorldStaticModel = BulletVest_Ground,
    }

See also