def eval_game_system_specific_command(command)
        case command
        when %r{(AK|AKG)(-?\d+)(/(\d+))?(@(\d+))?}i
          success_rate = Regexp.last_match(2).to_i
          repeat_count = (Regexp.last_match(4) || 1).to_i