// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("sash" );
set_short("white sash" );
add_adjective(({ "white", "silk" }) );
set_main_plural("white sashes" );
set_long("This fine sash of white silk is just the kind a second level wizard would wear.\n" );
set_weight(4 );
set_value(2000 );
set_type("sash" );
setup_clothing(80);
} /* setup() */