// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
set_name("shoes" );
set_short("pair of black leather shoes" );
add_adjective(({ "pair", "of", "black", "leather" }) );
add_plural(({ "pairs of black leather shoes" }) );
set_main_plural("pairs of black leather shoes" );
set_long("This is a nice pair of black leather shoes. "
"Treat them well and they'll take care of your feet.\n" );
set_material("leather" );
set_weight(6 );
set_value(60 );
set_type("boot" );
setup_clothing(240 );
set_damage_chance(15);
} /* setup() */