// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
  set_name("ring" );
  set_short("occult bronze ring" );
  add_adjective(({ "occult", "bronze" }) );
  add_plural("jewellery" );
  add_alias( "jewellery" );
  set_main_plural("occult bronze rings" );
  set_long( "This bronze ring has been engraved with occult designs, "
         "such as mystic runes, stick-men wielding sticks and ferocious "       
         "stick-bats, flying through the air propelled by the flapping "       
         "of their stick-wings.\n" );
  set_weight( 1 );
  set_value( 200 );
  setup_armour( 500 );
  set_type( "ring" );
  set_damage_chance( 7 );
  add_property("shop type", "jewellers" );
  add_property("occult jewellery", 1);
} /* setup() */