Skirt: Difference between revisions

From PZwiki
m (Fixed Coding)
Line 4: Line 4:


==Code==
==Code==
<nowiki>item Shoes
<nowiki>item Shoes
{
{
Type = Clothing,
Type = Clothing,

Revision as of 14:43, 4 May 2013

The skirt is an article of clothing wearable on the legs. The skirt gives less warmth than the sweater, equivalent to the vest.

However, skirts are only wearable by female characters.

Code

item Shoes
{
Type				=			Clothing,
		Type				=			Clothing,
		BodyLocation		=			Bottoms,
		DisplayName			=			Skirt,
		Icon				=			Skirt,
		Palettes			=			Skirt_Brown/Skirt_Grey/Skirt_White/Skirt_Blue/Skirt_Purple,
		PalettesStart 		=			Skirt_,
		SpriteName			=			Skirt,
		Temperature = 5
}

Template:Navbox/Clothing