Vest: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 7: Line 7:
}}
}}


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.
The '''vest''' is an article of clothing wearable on the torso. It can be found in [[container]]s in most wardrobes in houses, or in the corpses of defeated [[NPC]]s. It can be crafted into ripped sheets. There are 11 different colors for vests. Vests give a moderately low amount of heat for your character.
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 20: Line 21:
{
{
Type = Clothing,
Type = Clothing,
BodyLocation = Top,
BodyLocation = Top,
DisplayName = Vest,
DisplayName = Vest,
Icon = Vest,
Icon = Vest,
Palettes = Shirt_Black/Shirt_Blue/Shirt_Brown/Shirt_Green/Shirt_Grey/Shirt_Sand/Shirt_White/Shirt_Orange/Shirt_DarkBlue/Shirt_Pink,
Palettes = Vest_Black/Vest_Blue/Vest_Brown/Vest_Green/Vest_Grey/Vest_Sand/Vest_White/Vest_Orange/Vest_DarkBlue/Vest_Pink,
PalettesStart = Shirt_,
PalettesStart = Vest_,
SpriteName = Shirt2
SpriteName = Vest,
Temperature = 5


}</nowiki>
}</nowiki>

Revision as of 14:30, 4 May 2013


Template:Clothing

The vest is an article of clothing wearable on the torso. It can be found in containers in most wardrobes in houses, or in the corpses of defeated NPCs. It can be crafted into ripped sheets. There are 11 different colors for vests. Vests give a moderately low amount of heat for your character.

Crafting

Name Recipe Description












Code

item Vest
{
	Type				=			Clothing,
		BodyLocation		=			Top,
		DisplayName			=			Vest,
		Icon				=			Vest,
		Palettes			=			Vest_Black/Vest_Blue/Vest_Brown/Vest_Green/Vest_Grey/Vest_Sand/Vest_White/Vest_Orange/Vest_DarkBlue/Vest_Pink,
		PalettesStart 		=			Vest_,
		SpriteName			=			Vest,
		Temperature = 5

}

Template:Navbox/Clothing