// Autogenned file
inherit CLOTHING_OBJ;
void setup(){
  set_name("socks" );
  set_short("pair of pink and blue argyle knee socks" );
  add_adjective(({"pink", "blue", "knee", "pair of"}) );
  add_alias(({ }) );
  add_plural(({"pairs of pink and blue argyle knee socks"}) );
  set_long( "These socks are very.... erm... intersting!\n" );
  set_weight( 3 );
  set_value( 1000 );
  setup_clothing(100 );
  add_immune_to(({  }) );
  set_type(({"trousers"}) );
  set_damage_chance( 15);
} /* setup() */