// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("robe" );
set_short("fine silk robe" );
add_adjective(({ "fine", "silk" }) );
set_main_plural("fine silk robes" );
set_long("This robe is made of the most expensive silks to be found. It "
"feels soft and smooth to the touch and its deep blue colour is "
"equally rich.\n" );
set_weight(20 );
set_value(20000 );
set_type("cape" );
setup_clothing(200 );
set_damage_chance(20);
} /* setup() */