Galvantua
Galvantua
Is this still an issue? It appears that the Q and E both contain 2 objects, one for mounted, and one for unmounted. It does appear that the Icon is...
Hey! Currently, several values in those fields are lost completely. Check the current value of active cooldowns, from what I could see they are all `null`, which no one can...
A separate solution I just thought of is implement the change to correctly grab the active cooldown, but continue parsing as float. THEN we could add a subsequent field (cooldownString?)...
Heya! thanks for the update. I've been thinking about how to improve the quality of the existing datatypes, and I'm going to make some commits and come back with some...
I created a PR that should fix this https://github.com/meraki-analytics/lolstaticdata/pull/108 It's not recursive like this solution, but it handles 2 redirects fine (essentially manually checking for a second redirect)
Fixed it for me. should make a PR if this doesnt get picked up
Made a PR with this fix in it: https://github.com/meraki-analytics/lolstaticdata/pull/108