Skirt: Difference between revisions

From PZwiki
(Created page with "The skirt is an article of clothing wearable on the legs. However, skirts are only wearable by female characters. ==Code== item Skirt { Type = Clothing, BodyLocation...")
 
m (Fixed Coding)
Line 1: Line 1:
The skirt is an article of clothing wearable on the legs. However, skirts are only wearable by female characters.
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==
==Code==
 
<nowiki>item Shoes
item Skirt
{
{
Type = Clothing,
Type = Clothing,
Type = Clothing,
BodyLocation = Bottoms,
BodyLocation = Bottoms,
Line 13: Line 15:
SpriteName = Skirt,
SpriteName = Skirt,
Temperature = 5
Temperature = 5
 
}</nowiki>
}
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Version 0.2.0p]]

Revision as of 14:42, 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