High Visibility Vest: Difference between revisions

From PZwiki
m (Insert empty line above each {{Navbox}})
(+NPC distrib only (new distro table covers rest), + body location, + usage, -stub marker)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=High Visibility Vest
|name=High Visibility Vest
Line 13: Line 12:
|wind_resistance=0.05
|wind_resistance=0.05
}}
}}
''' High visibility vest''' is a [[clothing]] [[Items|item]].
A''' high visibility vest''' is a [[clothing]] [[Items|item]].
 
==Usage==
The high visibility vest provides little protection from zombies or the elements, and is therefore best used as a cosmetic item. Despite its description, it does not make the player more noticeable to zombies.
 
==Body location==
{{Body location|body_location=TorsoExtra}}


==Distribution==
==Distribution==
Line 88: Line 93:
     </div></div><div class="toggle large mw-customtoggle-togglebox-Vest_HighViz" title="{{int:show}}/{{int:hide}}"></div></div>
     </div></div><div class="toggle large mw-customtoggle-togglebox-Vest_HighViz" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Vest_HighViz|41.78.16-->
<!--END BOT FLAG|Vest_HighViz|41.78.16-->
===NPCs===
High visibility vests can be found on zombified construction workers and foremen.


==Code==
==Code==
Line 116: Line 124:


==See also==
==See also==
*[[Hard Hat]]


{{Navbox items|tops}}
{{Navbox items|tops}}

Revision as of 17:26, 25 April 2024

Project ZomboidItemsClothingVestsHigh Visibility 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 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
High Visibility Vest
High Visibility Vest
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Insulation
10%
Wind resistance
5%
Technical
Item ID
Base.Vest_HighViz

A high visibility vest is a clothing item.

Usage

The high visibility vest provides little protection from zombies or the elements, and is therefore best used as a cosmetic item. Despite its description, it does not make the player more noticeable to zombies.

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Vest_HighViz distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced GeneratorRoom 4 4.0
armyhanger locker 4 8.0
bathroom locker 4 4.0
toolstore counter 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
CarpenterTruckBed 4 4
ConstructionWorkerTruckBed 4 20
FossoilTruckBed 4 4
MassGenFacTruckBed 4 4
McCoyTruckBed 4 4
PainterTruckBed 4 4

NPCs

High visibility vests can be found on zombified construction workers and foremen.

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_HighViz
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = High Visibility Vest,
        ClothingItem = Vest_HighViz,
        BodyLocation = TorsoExtraVest,
        Icon = ConstructionVest,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.1,
        WindResistance = 0.05,
        WorldStaticModel = HuntingVest_Ground,
    }

See also