QFX Mythic Rank Data - CN
A lightweight, display-agnostic Mythic+ ranking data provider for the China region.
This addon contains regional Mythic+ percentile cutoff data sourced from Raider.IO and exposes a public Lua API for other World of Warcraft addons.
Features
- CN regional Mythic+ cutoff data
- Top 0.1%, 1%, 10%, 25%, and 40% thresholds
- Overall, Horde, and Alliance data
- Regional population data
- Estimated rank ranges based on the player's Blizzard Mythic+ score
- No user interface
- No timers, background refreshes, or SavedVariables
- Does not require the Raider.IO in-game addon
Public API
QFXMythicRankData:IsRegionAvailable("cn")
QFXMythicRankData:GetMetadata("cn")
QFXMythicRankData:GetCutoff("cn", "p990", "all")
QFXMythicRankData:GetCutoffs("cn", "all")
QFXMythicRankData:GetPlayerScore()
QFXMythicRankData:EstimateRank("cn", score, "all")
QFXMythicRankData:EstimatePlayerRank("cn", "all")