// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
  set_name("breeches" );
  set_short("belt and breeches" );
  add_adjective(({ "belt", "and" }) );
  set_main_plural("pairs of breeches" );
  set_long("This pair of plain black breeches made of simple "
           "cloth.  They look very unsophisticated.\n" );
  set_weight(8 );
  set_value(250 );
  set_type("trousers" );
  setup_clothing(80 );
  set_damage_chance(20 );
  add_pocket("side", 15 );
  add_pocket("side", 15);
} /* setup() */