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