Vest: Difference between revisions

From PZwiki
(Updated info to be current, added code, crafting recipes and changed icon to higher res animation)
m (fixed container links)
(One intermediate revision by the same user not shown)
Line 7: Line 7:
|weight = 1.0
|weight = 1.0
}}
}}
The [[Vest|vest]] is an article of [[Clothing|clothing]] equipable on the torso. It is commonly found in bedroom [[Containers#Wardrobe|wardrobes]] of many houses and on the corpses of dead [[NPC|NPCs]] and [[Zombies|zombies]].  
The [[Vest|vest]] is an article of [[Clothing|clothing]] equipable on the torso. It is commonly found in bedroom [[Containers#Bedroom Storage|wardrobes]] of many houses and on the corpses of dead [[NPC|NPCs]] and [[Zombies|zombies]].  
It is primarily used to protect the player from getting [[Moodles#Hypothermia|cold]], typically during the [[Weather#Winter|winter]] months. The player may also find themselves getting too [[Moodles#Hyperthermia|hot]] when wearing the vest. However, the vest has a lowest [[Player#Temperature|player temperature]] effect of all the tops, with a value of 5.  
It is primarily used to protect the player from getting [[Moodles#Hypothermia|cold]], typically during the [[Weather#Winter|winter]] months. The player may also find themselves getting too [[Moodles#Hyperthermia|hot]] when wearing the vest. However, the vest has a lowest [[Player#Temperature|player temperature]] effect of all the tops, with a value of 5.  


Line 27: Line 27:
|-
|-


| [[File:VESTBlack.png|32px|link=Vest|Vest]][[File:VESTGray.png|32px|link=Vest|Vest]][[File:VESTLightGray.png|32px|link=Vest|Vest]][[File:VESTWhite.png|32px|link=Vest|Vest]][[File:VESTBrown.png|32px|link=Vest|Vest]][[File:VESTLightBrown.png|32px|link=Vest|Vest]][[File:VESTBlue.png|32px|link=Vest|Vest]][[File:VESTLightBlue.png|32px|link=Vest|Vest]][[File:VESTGreen.png|32px|link=Vest|Vest]][[File:VESTOrange.png|32px|link=Vest|Vest]][[File:VESTPink.png|32px|link=Vest|Vest]] <br> [[Vest|Vest]]
| [[File:VESTBlack.png|32px|link=Vest|Vest]][[File:VESTGray.png|32px|link=Vest|Vest]][[File:VESTLightGray.png|32px|link=Vest|Vest]]<br>[[File:VESTWhite.png|32px|link=Vest|Vest]][[File:VESTBrown.png|32px|link=Vest|Vest]][[File:VESTLightBrown.png|32px|link=Vest|Vest]][[File:VESTBlue.png|32px|link=Vest|Vest]]<br>[[File:VESTLightBlue.png|32px|link=Vest|Vest]][[File:VESTGreen.png|32px|link=Vest|Vest]][[File:VESTOrange.png|32px|link=Vest|Vest]][[File:VESTPink.png|32px|link=Vest|Vest]] <br> [[Vest|Vest]]
| Provides moderate protection from the cold. Can be ripped into [[Ripped Sheets|ripped sheets]] or tied into a [[Sheet Rope|sheet rope]].
| Provides moderate protection from the cold. Can be ripped into [[Ripped Sheets|ripped sheets]] or tied into a [[Sheet Rope|sheet rope]].
| 1
| 1
Line 34: Line 34:
| Base.Vest  
| Base.Vest  
|}
|}
<br>
 
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 45: Line 46:
{{RecipeLookup|4001}}
{{RecipeLookup|4001}}
|}
|}
<br>
 
 
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
  <nowiki>
item Vest
item Vest
{
Palettes = Vest_White,
Palettes = Vest_White,
BodyLocation = Top,
BodyLocation = Top,
Line 61: Line 62:
         ConditionLowerChanceOneIn = 20,
         ConditionLowerChanceOneIn = 20,
         ConditionMax = 10,
         ConditionMax = 10,
}
</nowiki>
</nowiki>
<br>
 
 
== See Also ==
== See Also ==
* [[Clothing]]
* [[Clothing]]
* [[Sweater]]
* [[Sweater]]
* [[Vest]]
* [[Blouse]]
* [[First Aid]]
* [[First Aid]]


{{Navbox/Clothing}}
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Version 0.2.0p]]

Revision as of 17:42, 9 May 2018


Template:Clothing The vest is an article of clothing equipable on the torso. It is commonly found in bedroom wardrobes of many houses and on the corpses of dead NPCs and zombies. It is primarily used to protect the player from getting cold, typically during the winter months. The player may also find themselves getting too hot when wearing the vest. However, the vest has a lowest player temperature effect of all the tops, with a value of 5.

There are currently 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 can be torn into ripped sheets, yielding a total of 8. Due to the frequency in which they can be found, the vest is an obvious source of bandages. In an emergency, a dirty or bloody vest can be torn into bandages, which will always yield 1 clean ripped sheet and 7 dirty ripped sheets.

Item Description Weight Temperature Condition Classname
VestVestVest
VestVestVestVest
VestVestVestVest
Vest
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

Name Recipe Description





































Code

From items.txt (Project Zomboid directory/media/scripts/)

	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

Template:Navbox/Clothing