// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("robe" );
set_short("emerald silk bathrobe" );
add_adjective(({ "emerald", "silk", "and", "sable" }) );
add_alias("bathrobe" );
set_main_plural("emerald silk bathrobes" );
set_long("This is a splendid bathrobe of rich green silk embroidered "
"with gold stars and trimmed with black sable fur. It is "
"worn only for the annual visit to the bath, and occasionally "
"to faculty meetings at the Unseen University.\n" );
set_weight(35 );
set_value(10000 );
set_type("robe" );
setup_clothing(350 );
set_damage_chance(0 );
set_enchant(15 );
add_pocket("side", 40 );
add_pocket("side", 40);
} /* setup() */