ENUM

ReportRankingMetricType

All the possible metrics.

link GraphQL Schema definition

  • enum ReportRankingMetricType {
  • # Boss damage per second.
  • bossdps
  • # Boss rDPS is unique to FFXIV and is damage done to the boss adjusted for
  • # raid-contributing buffs and debuffs.
  • bossrdps
  • # Choose an appropriate default depending on the other selected parameters.
  • default
  • # Damage per second.
  • dps
  • # Healing per second.
  • hps
  • # Survivability ranking for tanks. Deprecated. Only supported for some older WoW
  • # zones.
  • krsi
  • # Score. Used by WoW Mythic dungeons and by ESO trials.
  • playerscore
  • # Speed. Not supported by every zone.
  • playerspeed
  • # rDPS is unique to FFXIV and is damage done adjusted for raid-contributing buffs
  • # and debuffs.
  • rdps
  • # Healing done per second to tanks.
  • tankhps
  • # Weighted damage per second. Unique to WoW currently. Used to remove pad damage
  • # and reward damage done to high priority targets.
  • wdps
  • }