// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("robe" );
set_short("cloth robe" );
add_adjective("cloth" );
set_main_plural("cloth robes" );
set_long("This is a large piece of cloth that has been made "
"into a cloak-like robe so that it can be worn over "
"the top of other clothing.\n" );
set_weight(30 );
set_value(40 );
set_type("robe" );
setup_clothing(300 );
set_damage_chance(20);
} /* setup() */