// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
  set_name("boots" );
  set_short("pair of suede leather boots" );
  add_adjective(({ "pair of", "suede", "leather" }) );
  add_plural("pairs of suede leather boots" );
  set_main_plural("pairs of suede leather boots" );
  set_long("Reaching about half way up the calf, these boots "
           "are made from soft suede leather.  They should be "
           "nice and comfortable, although you'll have to take "
           "care to treat them well.\n" );
  set_material("leather" );
  set_weight(10 );
  set_value(500 );
  set_type("boot" );
  setup_clothing(300 );
  set_damage_chance(20);
} /* setup() */