[Statistics] Top 1000 ladder overrepresentation



How did I retrieve the data?
"
JS code from ladder-page wrote:

const rows = document.querySelectorAll(".league-ladder__entry")
const counts = {}

rows.forEach(row => {
const className = row.querySelector("td:nth-child(4)").innerText.trim()
counts[className] = (counts[className] || 0) + 1
})
console.log(counts)


How did I plot it?
https://pastebin.com/TFTmpJ2q

Please GGG. If you want to analyse this further, you can also investigate what skill gem/s they're using. Please for goodness sake, nerf accurately. Your nerfing aim is like a blind man's sight.
Last edited by Simple2012#6247 on Dec 17, 2024, 11:08:38 AM
Last bumped on Dec 17, 2024, 11:16:00 AM
Clearly Stormweaver is overrepresented by far followed by deadeye. What I don't understand is how GGG could be adding in an extra lightning cluster buffing these builds?

Also, here's the numbers in text
Acolyte of Chayula: 6
Witchhunter: 9
Blood Mage: 13
Chronomancer: 14
Gemling Legionnaire: 20
Pathfinder: 23
Warbringer: 23
Titan: 34
Invoker: 121
Infernalist: 152
Deadeye: 177
Stormweaver: 408
Last edited by Simple2012#6247 on Dec 17, 2024, 11:22:10 AM

Report Forum Post

Report Account:

Report Type

Additional Info