Open DanBradbury opened 10 years ago
For my own selfish purposes I wrote a parser for Riots item list and here are my results (all items in a gist)
I know these will solve my needs but not sure if this type of built in functionality would be a huge benefit for others.
I remember implementing an item management identical to the LeagueChampion management (and doing it by hand, because I'm this dumb :P). I'll look into creating a pull request for it when I'll get the time to do so.
You can copy code from \League of Legends\RADS\projects\lol_air_client\releases\version\deploy\assets\swfs\AirGeneratedContent.swf.
After opening it in some flash decompiler you have something like this:
gameItems[1001] = createGameItem(1001,"Boots of Speed","
(Unique Passives with the same name don\'t stack.)","1001_Boots_of_Speed.dds",325,null,[3006,3117,3020,3009,3158,3111,3047],["Movement"]);
Maybe I just didn't see this construct but if it doesn't exist it probably should.
When you get the game stat info you get the list of items with the ID associated with them. From there it would be nice to have some direct lookup similar to LeagueChampions.