// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
  set_name("earrings" );
  set_short("pair of silver earrings" );
  add_adjective(({ "pair of", "silver" }) );
  set_main_plural("pairs of silver earrings" );
  add_alias( "jewellery" );
  add_plural(({ "pairs of silver earrings", "pairs of earrings", "jewellery" }) );
  set_long("This pair of lovely silver earrings are carved to represent the "
           "moon, one of them waning and the other waxing.\n" );
  set_weight(2 );
  set_value(3500 );
  add_property("shop type", "jewellers" );
  set_type("earring" );
  setup_armour(640 );
  set_damage_chance(7);
} /* setup() */