Civilian Bulletproof Vest: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 39: Line 39:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Vest_BulletCivilian|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Vest_BulletCivilian distribution
! Container
        <span class="mw-customtoggle-togglebox-Vest_BulletCivilian" 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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Vest_BulletCivilian">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|SafehouseLoot
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|bathroom
    |-
|[[locker]]
    | SafehouseLoot
|4
    | {{ll|crate}}
|2
    | 4
|-
    | 10.0
|druglab
    |-
|[[counter]]
    | bathroom
|4
    | {{ll|locker}}
|2
    | 4
|-
    | 2.0
|pawnshopoffice
    |-
|[[locker]]
    | druglab
|4
    | {{ll|counter}}
|2
    | 4
|}
    | 2.0
    |-
    | pawnshopoffice
    | {{ll|locker}}
    | 4
    | 2.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Vest_BulletCivilian" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Vest_BulletCivilian|41.78.16-->


===Buildings===
===Buildings===

Revision as of 15:14, 24 April 2024

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.

Vest_BulletCivilian distribution Show / Hide
Containers
Building / Room Container Rolls Chance
SafehouseLoot crate 4 10.0
bathroom locker 4 2.0
druglab counter 4 2.0
pawnshopoffice locker 4 2.0

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