Vest: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 8: Line 8:


The '''vest''' is an article of clothing wearable on the torso.  It can be found in [[container]]s in houses, or on [[NPC]]s.
The '''vest''' is an article of clothing wearable on the torso.  It can be found in [[container]]s in houses, or on [[NPC]]s.
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3}}
|}
== Code ==
== Code ==
  <nowiki>item Vest
  <nowiki>item Vest

Revision as of 16:10, 29 March 2012


Template:Clothing

The vest is an article of clothing wearable on the torso. It can be found in containers in houses, or on NPCs.

Crafting

Name Recipe Description












Code

item Vest
{
	Type				=			Clothing,
	BodyLocation		=			Top,
	DisplayName			=			Vest,
	Icon				=			Vest,
	Palettes			=			Shirt_Black/Shirt_Blue/Shirt_Brown/Shirt_Green/Shirt_Grey/Shirt_Sand/Shirt_White/Shirt_Orange/Shirt_DarkBlue/Shirt_Pink,
	PalettesStart 		=			Shirt_,
	SpriteName			=			Shirt2

}

Template:Navbox/Clothing