RiotGames / developer-relations

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

[BUG][LoL] Live Client Data API Active Player CooldownReduction always 0 #411

Open corey-pitzo opened 4 years ago

corey-pitzo commented 4 years ago

Bug Description
When a player has ability haste the live client data api returns a cooldown reduction of 0

Expected Result
When a player has ability haste the live client data api should return a cooldown reduction relative to the amount of ability haste

Actual Result
cooldown reduction of 0

Developer Impact

Repro Steps

  1. Play a practice tool game
  2. Buy any item with ability haste or use any rune that adds ability haste
  3. query the live client data api
  4. the api returns active_player.championStats.cooldownReduction : 0
RiotTuxedo commented 4 years ago

Thanks for this report. I've escalated it to the team.

RiotTuxedo commented 3 years ago

A fix for this is in patch 11.5 which should be live on March 3rd. We've added a field called abilityHaste and cooldownReduction still returns 0. In patch 11.6, March 17thish, cooldownReduction will be removed from the response. You can view the changes that will go live in 11.5 on the PBE right now.

https://127.0.0.1:2999/liveclientdata/activeplayer

{
  "championStats": {
    "abilityHaste": 8,
    "cooldownReduction": 0,
    ...
  }
  ...
}
RiotTuxedo commented 3 years ago

The removal of the cooldownReduction stat has been pushed back to patch 11.7, roughly March 31st.

JasonMendoza2008 commented 1 year ago

This issue might be related https://github.com/RiotGames/developer-relations/issues/711#issue-1474253473