RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
746 stars 44 forks source link

[BUG] DataDragon champion.json and championFull.json does not include Attack Speed Ratio or Attack Speed Bonus at level 1 #804

Open SneedSeedFeed opened 1 year ago

SneedSeedFeed commented 1 year ago

Problem Description
The champion.json files do not provide enough information about attack speed, and only provide the base attack speed.

Developer Impact
As I've been making a tool for loading and calculating champion data, without pulling data from the wiki (which isn't versioned) I can't calculate anything around attack speed accurately due to it.

Player Impact
It further obscures important information from players.

Repro Steps

  1. Load the Senna.json file
  2. Hit ctrl+F and look for 0.4 (her AS ratio)
  3. Don't find it
geozukunft commented 1 year ago

Use the champion specific JSON files if you want more data from DDragon the championFull.json is not intended to store detailed data about every champion. And if you want actually a lot more data just use CommunityDragon

SneedSeedFeed commented 1 year ago

The champion specific JSON files also don't have AS ratio