ENUM
ReportRankingMetricType
All the possible metrics.
link GraphQL Schema definition
- enum ReportRankingMetricType {
- # Boss damage per second.
- # Boss rDPS is unique to FFXIV and is damage done to the boss adjusted for
- # raid-contributing buffs and debuffs.
- # Choose an appropriate default depending on the other selected parameters.
- # Damage per second.
- # Healing per second.
- # Survivability ranking for tanks. Deprecated. Only supported for some older WoW
- # zones.
- # Score. Used by WoW Mythic dungeons and by ESO trials.
- # Speed. Not supported by every zone.
- # rDPS is unique to FFXIV and is damage done adjusted for raid-contributing buffs
- # and debuffs.
- # Healing done per second to tanks.
- # Weighted damage per second. Unique to WoW currently. Used to remove pad damage
- # and reward damage done to high priority targets.
- }