Blouse: Difference between revisions

From PZwiki
m (Added basic description)
 
No edit summary
Line 2: Line 2:


The blouse is only wearable by female characters.
The blouse is only wearable by female characters.
==Code==
<nowiki>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
}</nowiki>
{{Navbox/Clothing}}
[[Category:Clothing]]
[[Category:Version 0.2.0p]]

Revision as of 14:48, 4 May 2013

The blouse is an article of clothing that can be worn on the torso. The blouse provides more warmth than a vest but less warmth than a sweater. The blouse can be ripped for bandages.

The blouse is 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