Updated Leaderboard System Documentation DRAFT (markdown)

This commit is contained in:
John
2021-06-06 23:09:16 -04:00
parent c4ff45d459
commit 77b2a4b62a

View File

@@ -29,4 +29,10 @@ Tracking Player, Entity, and GCW Board:
* Leaderboard Name Guilds Rebel
* Leaderboard Name Guilds Imperial
### Score Mode
* `CLUSTER` Score is tabulated and displayed as a percentage score compared to the entire cluster.
* `SCALED` Score is tabulated and displayed as a percentage score compared to the other players who rank (e.g. if 25 players rank, then the top 25 make up 100% of the score relative to each other). This is the default way SOE tabulated the GCW Leaderboard.
* `AVERAGE` Score is tabulated based on an average of performance over the period relative to the respective aggregates of other players in lieu of just considering the total points earned.
* `BESTOF` Score is tabulated based on a rank of the highest to lowest of a data point. This is how the Fishing Leaderboard is tabulated, based on the length of the fishes caught.
* `LIFETIME` Score is tabulated based on a total overall lifetime (meaning the current board reflects the lifetime since the board began calculating scores). Previous periods will display the "lifetime as of the period ending" but the current board will always reflect the overall lifetime.