Vest: Difference between revisions

From PZwiki
No edit summary
m (Automatic formatting)
(44 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Clothing|Vests}}
{{Page version|41.78.16}}
{{Obsolete|build 41|Tank Top|item=true}}
{{Infobox item
|name=Vest
|model=Vest.gif
<!-- General -->
|weight=1.0
|equipped=Torso
<!-- Technical details -->
|item_id=Base.Vest
}}
 
The '''vest''' was an article of [[clothing]] equipable on the torso. It was commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] of many houses and on the corpses of dead [[NPC]]s and [[zombies]].
 
It was primarily used to protect the player from getting [[Moodles#Hypothermia|cold]], typically during the [[Weather#Winter|winter]] months. The player could also find themselves getting too [[Moodles#Hyperthermia|hot]] when wearing the vest. However, the vest had the lowest [[Player#Temperature|player temperature]] effect of all the tops, with a value of 5.
 
There were 11 variants of the vest.
 
Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of [[Health#Types of Injuries|infection]] will increase. However, using [[soap]] and [[water]], the vest can be cleaned.
 
Each piece of clothing has durability, losing a little upon each hit. The vest has a maximum condition of 10 and will lower one in 20 times the player gets hit.


{{Clothing
A vest could be torn into [[Ripped Sheets|ripped sheets]], yielding a total of 8. Due to the frequency in which they could be found, the vest was an obvious source of [[bandage]]s. In an emergency, a dirty or bloody vest could be torn into bandages, which will always yielded 1 clean ripped sheet and 7 dirty ripped sheets.
|image = Vest.gif
|bodyarea = Torso
|weight = 1
}}


The '''vest''' is an article of clothing wearable on the torso. Unlike the sweater, the vest exposes the character's arms, which makes the character look somewhat different.  It can be found in [[container]]s in most wardrobes in houses, or in the corpses of defeated [[NPC]]s. As of the moment, it does not have any use, except adding inventory weight. If you have excess vests, it can be crafted into ripped sheets. There are 11 different colors for vests.
{| class="wikitable theme-red sortable" style="text-align:center;"
== Crafting ==
|-
{| class="wikitable sortable" style="text-align:center;"  
! class="sortable" | Item
|-  
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|3}}
! class="sortable" | Weight
! class="sortable" | Temperature
! class="unsortable" | Condition
! class="unsortable" | Classname
|-
| [[File:Vest_Black.png|32px|link=Vest|Vest]][[File:Vest_Grey.png|32px|link=Vest|Vest]][[File:Vest.png|32px|link=Vest|Vest]][[File:Vest_White.png|32px|link=Vest|Vest]][[File:Vest_Brown.png|32px|link=Vest|Vest]][[File:Vest_Sand.png|32px|link=Vest|Vest]][[File:Vest_DarkBlue.png|32px|link=Vest|Vest]][[File:Vest_Blue.png|32px|link=Vest|Vest]][[File:Vest_Green.png|32px|link=Vest|Vest]][[File:Vest_Orange.png|32px|link=Vest|Vest]][[File:Vest_Pink.png|32px|link=Vest|Vest]]
| Provides moderate protection from the cold. Can be ripped into [[Ripped Sheets|ripped sheets]] or tied into a [[Sheet Rope|sheet rope]].
| 1
| 5
| 10<br>Max<hr />5%<br>Degradation
| Base.Vest
|}
 
==Crafting==
Clothing can be torn into [[Ripped Sheets|ripped sheets]], which is a makeshift [[bandage]], an essential first aid tool. Clothing can also be turned into [[Sheet Rope|sheet ropes]], which can be used to rappel down from (and also up, as long as the player doesn't have the [[Traits#Negatives|weak]] trait) a window.
{{Crafting header|ing=1}}
{{Crafting general|005|ing=1}}
{{Crafting general|006|ing=1}}
|}
|}
== Code ==
 
<nowiki>item Vest
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = false
  | start =
  | source = items.txt
  | retrieved =
  | code =
item Vest
{
{
Type = Clothing,
  Palettes                      = Vest_White,
BodyLocation = Top,
  BodyLocation                  = Top,
DisplayName = Vest,
  PalettesStart                = Vest_,
Icon = Vest,
  Type                         = Clothing,
Palettes = Shirt_Black/Shirt_Blue/Shirt_Brown/Shirt_Green/Shirt_Grey/Shirt_Sand/Shirt_White/Shirt_Orange/Shirt_DarkBlue/Shirt_Pink,
  Temperature                  = 5,
PalettesStart = Shirt_,
  SpriteName                    = Vest,
SpriteName = Shirt2
  DisplayName                   = Vest,
  Icon                         = Vest,
  ConditionLowerChanceOneIn    = 20,
  ConditionMax                  = 10,
}
  }}
}}
 
==See also==
*[[Clothing]]
*[[Sweater]]
*[[Blouse]]
*[[First Aid]]


}</nowiki>
{{Navbox clothing|Tops}}
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Version 0.2.0p]]

Revision as of 18:59, 25 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game in build 41.
It has been replaced by Tank Top.
Vest
General
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Torso
Technical
Item ID
Base.Vest

The vest was an article of clothing equipable on the torso. It was commonly found in bedroom wardrobes of many houses and on the corpses of dead NPCs and zombies.

It was primarily used to protect the player from getting cold, typically during the winter months. The player could also find themselves getting too hot when wearing the vest. However, the vest had the lowest player temperature effect of all the tops, with a value of 5.

There were 11 variants of the vest.

Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of infection will increase. However, using soap and water, the vest can be cleaned.

Each piece of clothing has durability, losing a little upon each hit. The vest has a maximum condition of 10 and will lower one in 20 times the player gets hit.

A vest could be torn into ripped sheets, yielding a total of 8. Due to the frequency in which they could be found, the vest was an obvious source of bandages. In an emergency, a dirty or bloody vest could be torn into bandages, which will always yielded 1 clean ripped sheet and 7 dirty ripped sheets.

Item Description Weight Temperature Condition Classname
VestVestVestVestVestVestVestVestVestVestVest Provides moderate protection from the cold. Can be ripped into ripped sheets or tied into a sheet rope. 1 5 10
Max
5%
Degradation
Base.Vest

Crafting

Clothing can be torn into ripped sheets, which is a makeshift bandage, an essential first aid tool. Clothing can also be turned into sheet ropes, which can be used to rappel down from (and also up, as long as the player doesn't have the weak trait) a window.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

item Vest
{
  Palettes                      = Vest_White,
  BodyLocation                  = Top,
  PalettesStart                 = Vest_,
  Type                          = Clothing,
  Temperature                   = 5,
  SpriteName                    = Vest,
  DisplayName                   = Vest,
  Icon                          = Vest,
  ConditionLowerChanceOneIn     = 20,
  ConditionMax                  = 10,
}

See also