Military Bulletproof Vest: Difference between revisions

From PZwiki
m (Distribution table update)
m (distribution manual update and fix Item ID)
Line 16: Line 16:
|wind_resistance=0.45
|wind_resistance=0.45
<!-- Technical details -->
<!-- Technical details -->
|item_id=Base.Vest_BulletArm
|item_id=Base.Vest_BulletArmy
}}
}}
The '''military bulletproof vest''' is a bullet resistant item of [[clothing]] that can be worn on top of other clothes on the player's torso.
The '''military bulletproof vest''' is a bullet resistant item of [[clothing]] that can be worn on top of other clothes on the player's torso.
Line 38: Line 38:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


 
<!--BOT FLAG|Vest_BulletArmy|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Vest_BulletArmy distribution
        <span class="mw-customtoggle-togglebox-Vest_BulletArmy" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Vest_BulletArmy">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|locker}}
    | 4
    | 2.0
    |-
    | all
    | {{ll|militarycrate}}
    | 4
    | 2.0
    |-
    | armysurplus
    | {{ll|clothingrack}}
    | 4
    | 2.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Vest_BulletArmy" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Vest_BulletArmy|41.78.16-->


===NPCs===
===NPCs===

Revision as of 16:48, 24 April 2024

Project ZomboidItemsClothingVestsMilitary 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]
Military Bulletproof Vest
BulletVestCamo 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
75%
Wind resistance
45%
Technical
Item ID
Base.Vest_BulletArmy

The military 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.
  • Best wind resistance and good insulation out of bulletproof vests.
  • Does not cover arms or neck.
  • Can not be repaired or improved with tailoring.

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Vest_BulletArmy distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all locker 4 2.0
all militarycrate 4 2.0
armysurplus clothingrack 4 2.0

NPCs

Bulletproof vests can be found on zombie soldiers at the military base.

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_BulletArmy
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Bulletproof Vest,
        ClothingItem = Vest_BulletArmy,
        BodyLocation = TorsoExtraVest,
        Icon = BulletVestCamo,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.75,
        WindResistance = 0.45,
        BiteDefense = 30,
        ScratchDefense = 55,
        BulletDefense = 100,
        WorldStaticModel = BulletVest_Ground,
    }

See also