lol-constants 2.7.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/assets/constants/BootsItemNames.d.ts +0 -5
  2. package/assets/constants/BootsItemNames.js +1 -8
  3. package/assets/constants/Champion.d.ts +345 -298
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +6491 -994
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +0 -5
  8. package/assets/constants/LegendaryItemNames.js +1 -8
  9. package/assets/constants/MythicItemNames.d.ts +0 -5
  10. package/assets/constants/MythicItemNames.js +3 -37
  11. package/assets/constants/OrnnItemNames.d.ts +1 -0
  12. package/assets/constants/OrnnItemNames.js +33 -0
  13. package/assets/constants/RunesReforged.d.ts +2 -2
  14. package/assets/constants/RunesReforged.js +1 -1
  15. package/assets/constants/StatRunes.d.ts +0 -4
  16. package/assets/constants/StatRunes.js +0 -3
  17. package/assets/constants/StatRunesByRow.d.ts +0 -3
  18. package/assets/constants/StatRunesByRow.js +0 -3
  19. package/assets/constants/Summoner.d.ts +96 -32
  20. package/assets/constants/Summoner.js +1 -1
  21. package/assets/index.d.ts +0 -5
  22. package/assets/index.js +6 -5
  23. package/assets/scripts/generate-categorized-item-keys-num.js +17 -0
  24. package/assets/scripts/generate-categorized-item-keys.js +17 -0
  25. package/assets/scripts/generate-categorized-item-names.js +17 -0
  26. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  27. package/core/constants/Champions/ChampionIds.js +1 -1
  28. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  29. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  30. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  31. package/core/constants/Champions/ChampionKeys.js +1 -1
  32. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  33. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  34. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  35. package/core/constants/Champions/ChampionNames.js +1 -1
  36. package/core/constants/DataDragonUrls.js +2 -2
  37. package/core/constants/Items/BootsItemKeys.d.ts +6 -6
  38. package/core/constants/Items/BootsItemKeys.js +1 -1
  39. package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
  40. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  41. package/core/constants/Items/BootsItemNames.d.ts +6 -0
  42. package/core/constants/Items/BootsItemNames.js +1 -1
  43. package/core/constants/Items/ItemKeys.d.ts +151 -137
  44. package/core/constants/Items/ItemKeys.js +1 -1
  45. package/core/constants/Items/ItemKeysNum.d.ts +151 -137
  46. package/core/constants/Items/ItemKeysNum.js +1 -1
  47. package/core/constants/Items/ItemNames.d.ts +151 -3
  48. package/core/constants/Items/ItemNames.js +1 -1
  49. package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
  50. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  51. package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
  52. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  53. package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
  54. package/core/constants/Items/LegendaryItemNames.js +1 -1
  55. package/core/constants/Items/MythicItemKeys.d.ts +58 -58
  56. package/core/constants/Items/MythicItemKeys.js +1 -1
  57. package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
  58. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  59. package/core/constants/Items/MythicItemNames.d.ts +58 -0
  60. package/core/constants/Items/MythicItemNames.js +1 -1
  61. package/core/constants/Items/OrnnItemKeys.d.ts +31 -0
  62. package/core/constants/Items/OrnnItemKeys.js +4 -0
  63. package/core/constants/Items/OrnnItemKeysNum.d.ts +31 -0
  64. package/core/constants/Items/OrnnItemKeysNum.js +4 -0
  65. package/core/constants/Items/OrnnItemNames.d.ts +59 -0
  66. package/core/constants/Items/OrnnItemNames.js +4 -0
  67. package/core/constants/Spells/SpellIds.d.ts +2 -0
  68. package/core/constants/Spells/SpellIds.js +1 -1
  69. package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
  70. package/core/constants/Spells/SpellIdsByName.js +1 -1
  71. package/core/constants/Spells/SpellKeys.d.ts +2 -0
  72. package/core/constants/Spells/SpellKeys.js +1 -1
  73. package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
  74. package/core/constants/Spells/SpellKeysNum.js +1 -1
  75. package/core/constants/Spells/SpellNames.d.ts +2 -0
  76. package/core/constants/Spells/SpellNames.js +1 -1
  77. package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
  78. package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
  79. package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
  80. package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
  81. package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
  82. package/core/helpers/Items/isBootsItemName.d.ts +1 -1
  83. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
  84. package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
  85. package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
  86. package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
  87. package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
  88. package/core/helpers/Items/isMythicItemName.d.ts +1 -1
  89. package/core/helpers/Items/isOrnnItemKey.d.ts +2 -0
  90. package/core/helpers/Items/isOrnnItemKey.js +8 -0
  91. package/core/helpers/Items/isOrnnItemKeyNum.d.ts +2 -0
  92. package/core/helpers/Items/isOrnnItemKeyNum.js +8 -0
  93. package/core/helpers/Items/isOrnnItemName.d.ts +2 -0
  94. package/core/helpers/Items/isOrnnItemName.js +8 -0
  95. package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
  96. package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
  97. package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
  98. package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
  99. package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
  100. package/core/index.d.ts +6 -0
  101. package/core/index.js +6 -0
  102. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionIds = void 0;
4
- exports.ChampionIds = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "TwistedFate", "5": "XinZhao", "6": "Urgot", "7": "Leblanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "MasterYi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu", "21": "MissFortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Chogath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "DrMundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "JarvanIV", "60": "Elise", "61": "Orianna", "62": "MonkeyKing", "63": "Brand", "64": "LeeSin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "KogMaw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Khazix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "AurelionSol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kaisa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Velkoz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Belveth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "TahmKench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "RekSai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata", "895": "Nilah", "897": "KSante", "902": "Milio" };
4
+ exports.ChampionIds = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "TwistedFate", "5": "XinZhao", "6": "Urgot", "7": "Leblanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "MasterYi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu", "21": "MissFortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Chogath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "DrMundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "JarvanIV", "60": "Elise", "61": "Orianna", "62": "MonkeyKing", "63": "Brand", "64": "LeeSin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "KogMaw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Khazix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "AurelionSol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kaisa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Velkoz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Belveth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "TahmKench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "RekSai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata", "895": "Nilah", "897": "KSante", "902": "Milio", "950": "Naafiri" };
@@ -81,6 +81,7 @@ export declare const ChampionIdsByName: {
81
81
  readonly Wukong: "MonkeyKing";
82
82
  readonly Mordekaiser: "Mordekaiser";
83
83
  readonly Morgana: "Morgana";
84
+ readonly Naafiri: "Naafiri";
84
85
  readonly Nami: "Nami";
85
86
  readonly Nasus: "Nasus";
86
87
  readonly Nautilus: "Nautilus";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionIdsByName = void 0;
4
- exports.ChampionIdsByName = { "Aatrox": "Aatrox", "Ahri": "Ahri", "Akali": "Akali", "Akshan": "Akshan", "Alistar": "Alistar", "Amumu": "Amumu", "Anivia": "Anivia", "Annie": "Annie", "Aphelios": "Aphelios", "Ashe": "Ashe", "Aurelion Sol": "AurelionSol", "Azir": "Azir", "Bard": "Bard", "Bel'Veth": "Belveth", "Blitzcrank": "Blitzcrank", "Brand": "Brand", "Braum": "Braum", "Caitlyn": "Caitlyn", "Camille": "Camille", "Cassiopeia": "Cassiopeia", "Cho'Gath": "Chogath", "Corki": "Corki", "Darius": "Darius", "Diana": "Diana", "Draven": "Draven", "Dr. Mundo": "DrMundo", "Ekko": "Ekko", "Elise": "Elise", "Evelynn": "Evelynn", "Ezreal": "Ezreal", "Fiddlesticks": "Fiddlesticks", "Fiora": "Fiora", "Fizz": "Fizz", "Galio": "Galio", "Gangplank": "Gangplank", "Garen": "Garen", "Gnar": "Gnar", "Gragas": "Gragas", "Graves": "Graves", "Gwen": "Gwen", "Hecarim": "Hecarim", "Heimerdinger": "Heimerdinger", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Sona": "Sona", "Soraka": "Soraka", "Swain": "Swain", "Sylas": "Sylas", "Syndra": "Syndra", "Tahm Kench": "TahmKench", "Taliyah": "Taliyah", "Talon": "Talon", "Taric": "Taric", "Teemo": "Teemo", "Thresh": "Thresh", "Tristana": "Tristana", "Trundle": "Trundle", "Tryndamere": "Tryndamere", "Twisted Fate": "TwistedFate", "Twitch": "Twitch", "Udyr": "Udyr", "Urgot": "Urgot", "Varus": "Varus", "Vayne": "Vayne", "Veigar": "Veigar", "Vel'Koz": "Velkoz", "Vex": "Vex", "Vi": "Vi", "Viego": "Viego", "Viktor": "Viktor", "Vladimir": "Vladimir", "Volibear": "Volibear", "Warwick": "Warwick", "Xayah": "Xayah", "Xerath": "Xerath", "Xin Zhao": "XinZhao", "Yasuo": "Yasuo", "Yone": "Yone", "Yorick": "Yorick", "Yuumi": "Yuumi", "Zac": "Zac", "Zed": "Zed", "Zeri": "Zeri", "Ziggs": "Ziggs", "Zilean": "Zilean", "Zoe": "Zoe", "Zyra": "Zyra" };
4
+ exports.ChampionIdsByName = { "Aatrox": "Aatrox", "Ahri": "Ahri", "Akali": "Akali", "Akshan": "Akshan", "Alistar": "Alistar", "Amumu": "Amumu", "Anivia": "Anivia", "Annie": "Annie", "Aphelios": "Aphelios", "Ashe": "Ashe", "Aurelion Sol": "AurelionSol", "Azir": "Azir", "Bard": "Bard", "Bel'Veth": "Belveth", "Blitzcrank": "Blitzcrank", "Brand": "Brand", "Braum": "Braum", "Caitlyn": "Caitlyn", "Camille": "Camille", "Cassiopeia": "Cassiopeia", "Cho'Gath": "Chogath", "Corki": "Corki", "Darius": "Darius", "Diana": "Diana", "Draven": "Draven", "Dr. Mundo": "DrMundo", "Ekko": "Ekko", "Elise": "Elise", "Evelynn": "Evelynn", "Ezreal": "Ezreal", "Fiddlesticks": "Fiddlesticks", "Fiora": "Fiora", "Fizz": "Fizz", "Galio": "Galio", "Gangplank": "Gangplank", "Garen": "Garen", "Gnar": "Gnar", "Gragas": "Gragas", "Graves": "Graves", "Gwen": "Gwen", "Hecarim": "Hecarim", "Heimerdinger": "Heimerdinger", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Naafiri": "Naafiri", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Sona": "Sona", "Soraka": "Soraka", "Swain": "Swain", "Sylas": "Sylas", "Syndra": "Syndra", "Tahm Kench": "TahmKench", "Taliyah": "Taliyah", "Talon": "Talon", "Taric": "Taric", "Teemo": "Teemo", "Thresh": "Thresh", "Tristana": "Tristana", "Trundle": "Trundle", "Tryndamere": "Tryndamere", "Twisted Fate": "TwistedFate", "Twitch": "Twitch", "Udyr": "Udyr", "Urgot": "Urgot", "Varus": "Varus", "Vayne": "Vayne", "Veigar": "Veigar", "Vel'Koz": "Velkoz", "Vex": "Vex", "Vi": "Vi", "Viego": "Viego", "Viktor": "Viktor", "Vladimir": "Vladimir", "Volibear": "Volibear", "Warwick": "Warwick", "Xayah": "Xayah", "Xerath": "Xerath", "Xin Zhao": "XinZhao", "Yasuo": "Yasuo", "Yone": "Yone", "Yorick": "Yorick", "Yuumi": "Yuumi", "Zac": "Zac", "Zed": "Zed", "Zeri": "Zeri", "Ziggs": "Ziggs", "Zilean": "Zilean", "Zoe": "Zoe", "Zyra": "Zyra" };
@@ -81,6 +81,7 @@ export declare const ChampionKeys: {
81
81
  readonly MonkeyKing: "62";
82
82
  readonly Mordekaiser: "82";
83
83
  readonly Morgana: "25";
84
+ readonly Naafiri: "950";
84
85
  readonly Nami: "267";
85
86
  readonly Nasus: "75";
86
87
  readonly Nautilus: "111";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionKeys = void 0;
4
- exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };
4
+ exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Naafiri": "950", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };
@@ -81,6 +81,7 @@ export declare const ChampionKeysNum: {
81
81
  readonly MonkeyKing: 62;
82
82
  readonly Mordekaiser: 82;
83
83
  readonly Morgana: 25;
84
+ readonly Naafiri: 950;
84
85
  readonly Nami: 267;
85
86
  readonly Nasus: 75;
86
87
  readonly Nautilus: 111;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionKeysNum = void 0;
4
- exports.ChampionKeysNum = { "Aatrox": 266, "Ahri": 103, "Akali": 84, "Akshan": 166, "Alistar": 12, "Amumu": 32, "Anivia": 34, "Annie": 1, "Aphelios": 523, "Ashe": 22, "AurelionSol": 136, "Azir": 268, "Bard": 432, "Belveth": 200, "Blitzcrank": 53, "Brand": 63, "Braum": 201, "Caitlyn": 51, "Camille": 164, "Cassiopeia": 69, "Chogath": 31, "Corki": 42, "Darius": 122, "Diana": 131, "Draven": 119, "DrMundo": 36, "Ekko": 245, "Elise": 60, "Evelynn": 28, "Ezreal": 81, "Fiddlesticks": 9, "Fiora": 114, "Fizz": 105, "Galio": 3, "Gangplank": 41, "Garen": 86, "Gnar": 150, "Gragas": 79, "Graves": 104, "Gwen": 887, "Hecarim": 120, "Heimerdinger": 74, "Illaoi": 420, "Irelia": 39, "Ivern": 427, "Janna": 40, "JarvanIV": 59, "Jax": 24, "Jayce": 126, "Jhin": 202, "Jinx": 222, "Kaisa": 145, "Kalista": 429, "Karma": 43, "Karthus": 30, "Kassadin": 38, "Katarina": 55, "Kayle": 10, "Kayn": 141, "Kennen": 85, "Khazix": 121, "Kindred": 203, "Kled": 240, "KogMaw": 96, "KSante": 897, "Leblanc": 7, "LeeSin": 64, "Leona": 89, "Lillia": 876, "Lissandra": 127, "Lucian": 236, "Lulu": 117, "Lux": 99, "Malphite": 54, "Malzahar": 90, "Maokai": 57, "MasterYi": 11, "Milio": 902, "MissFortune": 21, "MonkeyKing": 62, "Mordekaiser": 82, "Morgana": 25, "Nami": 267, "Nasus": 75, "Nautilus": 111, "Neeko": 518, "Nidalee": 76, "Nilah": 895, "Nocturne": 56, "Nunu": 20, "Olaf": 2, "Orianna": 61, "Ornn": 516, "Pantheon": 80, "Poppy": 78, "Pyke": 555, "Qiyana": 246, "Quinn": 133, "Rakan": 497, "Rammus": 33, "RekSai": 421, "Rell": 526, "Renata": 888, "Renekton": 58, "Rengar": 107, "Riven": 92, "Rumble": 68, "Ryze": 13, "Samira": 360, "Sejuani": 113, "Senna": 235, "Seraphine": 147, "Sett": 875, "Shaco": 35, "Shen": 98, "Shyvana": 102, "Singed": 27, "Sion": 14, "Sivir": 15, "Skarner": 72, "Sona": 37, "Soraka": 16, "Swain": 50, "Sylas": 517, "Syndra": 134, "TahmKench": 223, "Taliyah": 163, "Talon": 91, "Taric": 44, "Teemo": 17, "Thresh": 412, "Tristana": 18, "Trundle": 48, "Tryndamere": 23, "TwistedFate": 4, "Twitch": 29, "Udyr": 77, "Urgot": 6, "Varus": 110, "Vayne": 67, "Veigar": 45, "Velkoz": 161, "Vex": 711, "Vi": 254, "Viego": 234, "Viktor": 112, "Vladimir": 8, "Volibear": 106, "Warwick": 19, "Xayah": 498, "Xerath": 101, "XinZhao": 5, "Yasuo": 157, "Yone": 777, "Yorick": 83, "Yuumi": 350, "Zac": 154, "Zed": 238, "Zeri": 221, "Ziggs": 115, "Zilean": 26, "Zoe": 142, "Zyra": 143 };
4
+ exports.ChampionKeysNum = { "Aatrox": 266, "Ahri": 103, "Akali": 84, "Akshan": 166, "Alistar": 12, "Amumu": 32, "Anivia": 34, "Annie": 1, "Aphelios": 523, "Ashe": 22, "AurelionSol": 136, "Azir": 268, "Bard": 432, "Belveth": 200, "Blitzcrank": 53, "Brand": 63, "Braum": 201, "Caitlyn": 51, "Camille": 164, "Cassiopeia": 69, "Chogath": 31, "Corki": 42, "Darius": 122, "Diana": 131, "Draven": 119, "DrMundo": 36, "Ekko": 245, "Elise": 60, "Evelynn": 28, "Ezreal": 81, "Fiddlesticks": 9, "Fiora": 114, "Fizz": 105, "Galio": 3, "Gangplank": 41, "Garen": 86, "Gnar": 150, "Gragas": 79, "Graves": 104, "Gwen": 887, "Hecarim": 120, "Heimerdinger": 74, "Illaoi": 420, "Irelia": 39, "Ivern": 427, "Janna": 40, "JarvanIV": 59, "Jax": 24, "Jayce": 126, "Jhin": 202, "Jinx": 222, "Kaisa": 145, "Kalista": 429, "Karma": 43, "Karthus": 30, "Kassadin": 38, "Katarina": 55, "Kayle": 10, "Kayn": 141, "Kennen": 85, "Khazix": 121, "Kindred": 203, "Kled": 240, "KogMaw": 96, "KSante": 897, "Leblanc": 7, "LeeSin": 64, "Leona": 89, "Lillia": 876, "Lissandra": 127, "Lucian": 236, "Lulu": 117, "Lux": 99, "Malphite": 54, "Malzahar": 90, "Maokai": 57, "MasterYi": 11, "Milio": 902, "MissFortune": 21, "MonkeyKing": 62, "Mordekaiser": 82, "Morgana": 25, "Naafiri": 950, "Nami": 267, "Nasus": 75, "Nautilus": 111, "Neeko": 518, "Nidalee": 76, "Nilah": 895, "Nocturne": 56, "Nunu": 20, "Olaf": 2, "Orianna": 61, "Ornn": 516, "Pantheon": 80, "Poppy": 78, "Pyke": 555, "Qiyana": 246, "Quinn": 133, "Rakan": 497, "Rammus": 33, "RekSai": 421, "Rell": 526, "Renata": 888, "Renekton": 58, "Rengar": 107, "Riven": 92, "Rumble": 68, "Ryze": 13, "Samira": 360, "Sejuani": 113, "Senna": 235, "Seraphine": 147, "Sett": 875, "Shaco": 35, "Shen": 98, "Shyvana": 102, "Singed": 27, "Sion": 14, "Sivir": 15, "Skarner": 72, "Sona": 37, "Soraka": 16, "Swain": 50, "Sylas": 517, "Syndra": 134, "TahmKench": 223, "Taliyah": 163, "Talon": 91, "Taric": 44, "Teemo": 17, "Thresh": 412, "Tristana": 18, "Trundle": 48, "Tryndamere": 23, "TwistedFate": 4, "Twitch": 29, "Udyr": 77, "Urgot": 6, "Varus": 110, "Vayne": 67, "Veigar": 45, "Velkoz": 161, "Vex": 711, "Vi": 254, "Viego": 234, "Viktor": 112, "Vladimir": 8, "Volibear": 106, "Warwick": 19, "Xayah": 498, "Xerath": 101, "XinZhao": 5, "Yasuo": 157, "Yone": 777, "Yorick": 83, "Yuumi": 350, "Zac": 154, "Zed": 238, "Zeri": 221, "Ziggs": 115, "Zilean": 26, "Zoe": 142, "Zyra": 143 };
@@ -162,5 +162,6 @@ export declare const ChampionNames: {
162
162
  readonly "895": "Nilah";
163
163
  readonly "897": "K'Sante";
164
164
  readonly "902": "Milio";
165
+ readonly "950": "Naafiri";
165
166
  };
166
167
  export type ChampionName = typeof ChampionNames[keyof typeof ChampionNames];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionNames = void 0;
4
- exports.ChampionNames = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "Twisted Fate", "5": "Xin Zhao", "6": "Urgot", "7": "LeBlanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "Master Yi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu & Willump", "21": "Miss Fortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Cho'Gath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "Dr. Mundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "Jarvan IV", "60": "Elise", "61": "Orianna", "62": "Wukong", "63": "Brand", "64": "Lee Sin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "Kog'Maw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Kha'Zix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "Aurelion Sol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kai'Sa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Vel'Koz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Bel'Veth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "Tahm Kench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "Rek'Sai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata Glasc", "895": "Nilah", "897": "K'Sante", "902": "Milio" };
4
+ exports.ChampionNames = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "Twisted Fate", "5": "Xin Zhao", "6": "Urgot", "7": "LeBlanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "Master Yi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu & Willump", "21": "Miss Fortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Cho'Gath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "Dr. Mundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "Jarvan IV", "60": "Elise", "61": "Orianna", "62": "Wukong", "63": "Brand", "64": "Lee Sin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "Kog'Maw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Kha'Zix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "Aurelion Sol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kai'Sa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Vel'Koz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Bel'Veth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "Tahm Kench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "Rek'Sai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata Glasc", "895": "Nilah", "897": "K'Sante", "902": "Milio", "950": "Naafiri" };
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DataDragonUrls = void 0;
4
- const version = '13.10.1';
5
- const cdragonVersion = '13.10';
4
+ const version = '13.15.1';
5
+ const cdragonVersion = '13.15';
6
6
  const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
7
7
  const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
8
8
  const locale = 'en_US';
@@ -1,12 +1,12 @@
1
1
  export declare const BootsItemKeys: {
2
2
  readonly Boots: "1001";
3
- readonly "Berserker's Greaves": "3006";
4
- readonly "Boots of Swiftness": "3009";
5
- readonly "Ionian Boots of Lucidity": "3158";
6
- readonly "Mercury's Treads": "3111";
3
+ readonly "Berserker's Greaves": "223006";
4
+ readonly "Boots of Swiftness": "223009";
5
+ readonly "Ionian Boots of Lucidity": "223158";
6
+ readonly "Mercury's Treads": "223111";
7
7
  readonly "Mobility Boots": "3117";
8
- readonly "Plated Steelcaps": "3047";
9
- readonly "Sorcerer's Shoes": "3020";
8
+ readonly "Plated Steelcaps": "223047";
9
+ readonly "Sorcerer's Shoes": "223020";
10
10
  readonly "Slightly Magical Footwear": "2422";
11
11
  };
12
12
  export type BootsItemKey = typeof BootsItemKeys[keyof typeof BootsItemKeys];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BootsItemKeys = void 0;
4
- exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Ionian Boots of Lucidity": "3158", "Mercury's Treads": "3111", "Mobility Boots": "3117", "Plated Steelcaps": "3047", "Sorcerer's Shoes": "3020", "Slightly Magical Footwear": "2422" };
4
+ exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "223006", "Boots of Swiftness": "223009", "Ionian Boots of Lucidity": "223158", "Mercury's Treads": "223111", "Mobility Boots": "3117", "Plated Steelcaps": "223047", "Sorcerer's Shoes": "223020", "Slightly Magical Footwear": "2422" };
@@ -1,12 +1,12 @@
1
1
  export declare const BootsItemKeysNum: {
2
2
  readonly Boots: 1001;
3
- readonly "Berserker's Greaves": 3006;
4
- readonly "Boots of Swiftness": 3009;
5
- readonly "Ionian Boots of Lucidity": 3158;
6
- readonly "Mercury's Treads": 3111;
3
+ readonly "Berserker's Greaves": 223006;
4
+ readonly "Boots of Swiftness": 223009;
5
+ readonly "Ionian Boots of Lucidity": 223158;
6
+ readonly "Mercury's Treads": 223111;
7
7
  readonly "Mobility Boots": 3117;
8
- readonly "Plated Steelcaps": 3047;
9
- readonly "Sorcerer's Shoes": 3020;
8
+ readonly "Plated Steelcaps": 223047;
9
+ readonly "Sorcerer's Shoes": 223020;
10
10
  readonly "Slightly Magical Footwear": 2422;
11
11
  };
12
12
  export type BootsItemKeyNum = typeof BootsItemKeysNum[keyof typeof BootsItemKeysNum];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BootsItemKeysNum = void 0;
4
- exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Ionian Boots of Lucidity": 3158, "Mercury's Treads": 3111, "Mobility Boots": 3117, "Plated Steelcaps": 3047, "Sorcerer's Shoes": 3020, "Slightly Magical Footwear": 2422 };
4
+ exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 223006, "Boots of Swiftness": 223009, "Ionian Boots of Lucidity": 223158, "Mercury's Treads": 223111, "Mobility Boots": 3117, "Plated Steelcaps": 223047, "Sorcerer's Shoes": 223020, "Slightly Magical Footwear": 2422 };
@@ -8,5 +8,11 @@ export declare const BootsItemNames: {
8
8
  readonly "3111": "Mercury's Treads";
9
9
  readonly "3117": "Mobility Boots";
10
10
  readonly "3158": "Ionian Boots of Lucidity";
11
+ readonly "223006": "Berserker's Greaves";
12
+ readonly "223009": "Boots of Swiftness";
13
+ readonly "223020": "Sorcerer's Shoes";
14
+ readonly "223047": "Plated Steelcaps";
15
+ readonly "223111": "Mercury's Treads";
16
+ readonly "223158": "Ionian Boots of Lucidity";
11
17
  };
12
18
  export type BootsItemName = typeof BootsItemNames[keyof typeof BootsItemNames];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BootsItemNames = void 0;
4
- exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity" };
4
+ exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity", "223006": "Berserker's Greaves", "223009": "Boots of Swiftness", "223020": "Sorcerer's Shoes", "223047": "Plated Steelcaps", "223111": "Mercury's Treads", "223158": "Ionian Boots of Lucidity" };