def parse_statistics(data)
          super
          stat = @statistics.detect { |hash| hash['type'] == base_key }
          @shot_type =      stat['shot_type']
          @shot_type_desc = stat['shot_type_desc']