meraki-analytics / cassiopeia

An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CumulativeTimeline object doesn't have all the info available in the API

JasonMendoza2008 opened this issue · comments

Accessing a ParticipantState in a CumulativeTimeline object (i.e. at a particular timestamp) doesn't fetch all the info available by the API.

For example, there is no attribute champion stats with ability haste, ability power, etc ...

This is however available on Riot's API:
image

Feel free to submit a PR for this.

I'll try after Riot fixes the timeline on their end (cf. this issue)!