lol-constants 2.6.2 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) 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/core/constants/Champions/ChampionIds.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIds.js +1 -1
  25. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  26. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  27. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeys.js +1 -1
  29. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  30. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  31. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  32. package/core/constants/Champions/ChampionNames.js +1 -1
  33. package/core/constants/DataDragonUrls.js +2 -2
  34. package/core/constants/Items/BootsItemKeys.d.ts +6 -6
  35. package/core/constants/Items/BootsItemKeys.js +1 -1
  36. package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
  37. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  38. package/core/constants/Items/BootsItemNames.d.ts +6 -0
  39. package/core/constants/Items/BootsItemNames.js +1 -1
  40. package/core/constants/Items/ItemKeys.d.ts +151 -137
  41. package/core/constants/Items/ItemKeys.js +1 -1
  42. package/core/constants/Items/ItemKeysNum.d.ts +151 -137
  43. package/core/constants/Items/ItemKeysNum.js +1 -1
  44. package/core/constants/Items/ItemNames.d.ts +151 -3
  45. package/core/constants/Items/ItemNames.js +1 -1
  46. package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
  47. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  48. package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
  49. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  50. package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
  51. package/core/constants/Items/LegendaryItemNames.js +1 -1
  52. package/core/constants/Items/MythicItemKeys.d.ts +58 -58
  53. package/core/constants/Items/MythicItemKeys.js +1 -1
  54. package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
  55. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  56. package/core/constants/Items/MythicItemNames.d.ts +58 -0
  57. package/core/constants/Items/MythicItemNames.js +1 -1
  58. package/core/constants/QueueDescriptions.d.ts +2 -19
  59. package/core/constants/QueueDescriptions.js +10 -5
  60. package/core/constants/QueueIds.d.ts +27 -0
  61. package/core/constants/QueueIds.js +27 -0
  62. package/core/constants/Spells/SpellIds.d.ts +2 -0
  63. package/core/constants/Spells/SpellIds.js +1 -1
  64. package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
  65. package/core/constants/Spells/SpellIdsByName.js +1 -1
  66. package/core/constants/Spells/SpellKeys.d.ts +2 -0
  67. package/core/constants/Spells/SpellKeys.js +1 -1
  68. package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
  69. package/core/constants/Spells/SpellKeysNum.js +1 -1
  70. package/core/constants/Spells/SpellNames.d.ts +2 -0
  71. package/core/constants/Spells/SpellNames.js +1 -1
  72. package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
  73. package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
  74. package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
  75. package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
  76. package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
  77. package/core/helpers/Items/isBootsItemName.d.ts +1 -1
  78. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
  79. package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
  80. package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
  81. package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
  82. package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
  83. package/core/helpers/Items/isMythicItemName.d.ts +1 -1
  84. package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
  85. package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
  86. package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
  87. package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
  88. package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
  89. package/package.json +2 -2
@@ -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" };
@@ -53,123 +53,137 @@ export declare const ItemKeys: {
53
53
  readonly "Steel Sigil": "2019";
54
54
  readonly "Refillable Potion": "2031";
55
55
  readonly "Corrupting Potion": "2033";
56
- readonly "Guardian's Horn": "2051";
56
+ readonly "Guardian's Amulet": "2049";
57
+ readonly "Guardian's Shroud": "2050";
58
+ readonly "Guardian's Horn": "222051";
57
59
  readonly "Poro-Snax": "2052";
58
60
  readonly "Control Ward": "2055";
59
- readonly "Shurelya's Battlesong": "2065";
61
+ readonly "Shurelya's Battlesong": "222065";
60
62
  readonly "Elixir of Iron": "2138";
61
63
  readonly "Elixir of Sorcery": "2139";
62
64
  readonly "Elixir of Wrath": "2140";
65
+ readonly "Cappa Juice": "2141";
66
+ readonly "Juice of Power": "2142";
67
+ readonly "Juice of Vitality": "2143";
68
+ readonly "Juice of Haste": "2144";
63
69
  readonly "Minion Dematerializer": "2403";
64
70
  readonly "Commencing Stopwatch": "2419";
65
71
  readonly Stopwatch: "2420";
66
72
  readonly "Broken Stopwatch": "2424";
67
73
  readonly "Slightly Magical Footwear": "2422";
68
74
  readonly "Perfectly Timed Stopwatch": "2423";
69
- readonly Evenshroud: "3001";
70
- readonly "Archangel's Staff": "3003";
71
- readonly Manamune: "3004";
72
- readonly "Berserker's Greaves": "3006";
73
- readonly "Boots of Swiftness": "3009";
74
- readonly "Chemtech Putrifier": "3011";
75
+ readonly Evenshroud: "223001";
76
+ readonly "Archangel's Staff": "223003";
77
+ readonly Manamune: "223004";
78
+ readonly Ghostcrawlers: "3005";
79
+ readonly "Berserker's Greaves": "223006";
80
+ readonly "Boots of Swiftness": "223009";
81
+ readonly "Chemtech Putrifier": "223011";
75
82
  readonly "Chalice of Blessing": "3012";
76
- readonly "Sorcerer's Shoes": "3020";
83
+ readonly "Sorcerer's Shoes": "223020";
77
84
  readonly "Lifewell Pendant": "3023";
78
85
  readonly "Glacial Buckler": "3024";
79
- readonly "Guardian Angel": "3026";
80
- readonly "Infinity Edge": "3031";
81
- readonly "Mortal Reminder": "3033";
86
+ readonly "Guardian Angel": "223026";
87
+ readonly "Infinity Edge": "223031";
88
+ readonly "Mortal Reminder": "223033";
82
89
  readonly "Last Whisper": "3035";
83
- readonly "Lord Dominik's Regards": "3036";
84
- readonly "Seraph's Embrace": "3040";
90
+ readonly "Lord Dominik's Regards": "223036";
91
+ readonly "Atma's Reckoning": "3039";
92
+ readonly "Seraph's Embrace": "223040";
85
93
  readonly "Mejai's Soulstealer": "3041";
86
- readonly Muramana: "3042";
94
+ readonly Muramana: "223042";
87
95
  readonly Phage: "3044";
88
- readonly "Phantom Dancer": "3046";
89
- readonly "Plated Steelcaps": "3047";
90
- readonly "Zeke's Convergence": "3050";
96
+ readonly "Phantom Dancer": "223046";
97
+ readonly "Plated Steelcaps": "223047";
98
+ readonly "Zeke's Convergence": "223050";
91
99
  readonly "Hearthbound Axe": "3051";
92
- readonly "Sterak's Gage": "3053";
100
+ readonly "Sterak's Gage": "223053";
93
101
  readonly Sheen: "3057";
94
- readonly "Spirit Visage": "3065";
102
+ readonly "Spirit Visage": "223065";
95
103
  readonly "Winged Moonplate": "3066";
96
104
  readonly Kindlegem: "3067";
97
- readonly "Sunfire Aegis": "3068";
105
+ readonly "Sunfire Aegis": "223068";
98
106
  readonly "Tear of the Goddess": "3070";
99
- readonly "Black Cleaver": "3071";
100
- readonly Bloodthirster: "3072";
101
- readonly "Ravenous Hydra": "3074";
102
- readonly Thornmail: "3075";
107
+ readonly "Black Cleaver": "223071";
108
+ readonly Bloodthirster: "223072";
109
+ readonly "Ravenous Hydra": "223074";
110
+ readonly Thornmail: "223075";
103
111
  readonly "Bramble Vest": "3076";
104
112
  readonly Tiamat: "3077";
105
- readonly "Trinity Force": "3078";
113
+ readonly "Trinity Force": "223078";
106
114
  readonly "Warden's Mail": "3082";
107
115
  readonly "Warmog's Armor": "3083";
108
- readonly Heartsteel: "3084";
109
- readonly "Runaan's Hurricane": "3085";
116
+ readonly Heartsteel: "223084";
117
+ readonly "Runaan's Hurricane": "223085";
110
118
  readonly Zeal: "3086";
111
- readonly "Statikk Shiv": "3087";
112
- readonly "Rabadon's Deathcap": "3089";
113
- readonly "Wit's End": "3091";
114
- readonly "Rapid Firecannon": "3094";
115
- readonly Stormrazor: "3095";
116
- readonly "Lich Bane": "3100";
117
- readonly "Banshee's Veil": "3102";
119
+ readonly "Statikk Shiv": "223087";
120
+ readonly "Rabadon's Deathcap": "223089";
121
+ readonly "Wit's End": "223091";
122
+ readonly "Rapid Firecannon": "223094";
123
+ readonly Stormrazor: "223095";
124
+ readonly "Lich Bane": "223100";
125
+ readonly "Banshee's Veil": "223102";
118
126
  readonly "Aegis of the Legion": "3105";
119
- readonly Redemption: "3107";
127
+ readonly Redemption: "223107";
120
128
  readonly "Fiendish Codex": "3108";
121
- readonly "Knight's Vow": "3109";
122
- readonly "Frozen Heart": "3110";
123
- readonly "Mercury's Treads": "3111";
124
- readonly "Guardian's Orb": "3112";
129
+ readonly "Knight's Vow": "223109";
130
+ readonly "Frozen Heart": "223110";
131
+ readonly "Mercury's Treads": "223111";
132
+ readonly "Guardian's Orb": "223112";
125
133
  readonly "Aether Wisp": "3113";
126
134
  readonly "Forbidden Idol": "3114";
127
- readonly "Nashor's Tooth": "3115";
128
- readonly "Rylai's Crystal Scepter": "3116";
135
+ readonly "Nashor's Tooth": "223115";
136
+ readonly "Rylai's Crystal Scepter": "223116";
129
137
  readonly "Mobility Boots": "3117";
130
- readonly "Winter's Approach": "3119";
131
- readonly Fimbulwinter: "3121";
138
+ readonly "Winter's Approach": "223119";
139
+ readonly Fimbulwinter: "223121";
132
140
  readonly "Executioner's Calling": "3123";
133
- readonly "Guinsoo's Rageblade": "3124";
141
+ readonly "Guinsoo's Rageblade": "223124";
142
+ readonly "Deathfire Grasp": "3128";
134
143
  readonly "Caulfield's Warhammer": "3133";
135
144
  readonly "Serrated Dirk": "3134";
136
- readonly "Void Staff": "3135";
137
- readonly "Mercurial Scimitar": "3139";
145
+ readonly "Void Staff": "223135";
146
+ readonly "Mercurial Scimitar": "223139";
138
147
  readonly "Quicksilver Sash": "3140";
139
- readonly "Youmuu's Ghostblade": "3142";
140
- readonly "Randuin's Omen": "3143";
148
+ readonly "Youmuu's Ghostblade": "223142";
149
+ readonly "Randuin's Omen": "223143";
141
150
  readonly "Hextech Alternator": "3145";
142
- readonly "Hextech Rocketbelt": "3152";
143
- readonly "Blade of The Ruined King": "3153";
151
+ readonly "Hextech Gunblade": "3146";
152
+ readonly "Hextech Rocketbelt": "223152";
153
+ readonly "Blade of The Ruined King": "223153";
144
154
  readonly Hexdrinker: "3155";
145
- readonly "Maw of Malmortius": "3156";
146
- readonly "Zhonya's Hourglass": "3157";
147
- readonly "Ionian Boots of Lucidity": "3158";
148
- readonly "Spear Of Shojin": "3161";
149
- readonly Morellonomicon: "3165";
150
- readonly "Guardian's Blade": "3177";
155
+ readonly "Maw of Malmortius": "223156";
156
+ readonly "Zhonya's Hourglass": "223157";
157
+ readonly "Ionian Boots of Lucidity": "223158";
158
+ readonly "Spear Of Shojin": "223161";
159
+ readonly Morellonomicon: "223165";
160
+ readonly Zephyr: "3172";
161
+ readonly "Guardian's Blade": "223177";
151
162
  readonly "Umbral Glaive": "3179";
152
- readonly Hullbreaker: "3181";
153
- readonly "Guardian's Hammer": "3184";
154
- readonly "Locket of the Iron Solari": "3190";
163
+ readonly Hullbreaker: "223181";
164
+ readonly "Guardian's Hammer": "223184";
165
+ readonly "Locket of the Iron Solari": "223190";
155
166
  readonly "Seeker's Armguard": "3191";
156
- readonly "Gargoyle Stoneplate": "3193";
167
+ readonly "Gargoyle Stoneplate": "223193";
157
168
  readonly "Spectre's Cowl": "3211";
158
- readonly "Mikael's Blessing": "3222";
169
+ readonly "Mikael's Blessing": "223222";
159
170
  readonly "Scarecrow Effigy": "3330";
160
171
  readonly "Stealth Ward": "3340";
172
+ readonly "Arcane Sweeper": "3348";
173
+ readonly "Lucent Singularity": "3349";
161
174
  readonly "Farsight Alteration": "3363";
162
175
  readonly "Oracle Lens": "3364";
163
176
  readonly "Your Cut": "3400";
164
- readonly "Ardent Censer": "3504";
165
- readonly "Essence Reaver": "3508";
177
+ readonly "Rite Of Ruin": "3430";
178
+ readonly "Ardent Censer": "223504";
179
+ readonly "Essence Reaver": "223508";
166
180
  readonly "Kalista's Black Spear": "3600";
167
- readonly "Dead Man's Plate": "3742";
168
- readonly "Titanic Hydra": "3748";
181
+ readonly "Dead Man's Plate": "223742";
182
+ readonly "Titanic Hydra": "223748";
169
183
  readonly "Crystalline Bracer": "3801";
170
184
  readonly "Lost Chapter": "3802";
171
185
  readonly "Catalyst of Aeons": "3803";
172
- readonly "Edge of Night": "3814";
186
+ readonly "Edge of Night": "223814";
173
187
  readonly "Spellthief's Edge": "3850";
174
188
  readonly Frostfang: "3851";
175
189
  readonly "Shard of True Ice": "3853";
@@ -186,89 +200,89 @@ export declare const ItemKeys: {
186
200
  readonly "Death's Daughter500 Silver Serpents": "3902";
187
201
  readonly "Raise Morale500 Silver Serpents": "3903";
188
202
  readonly "Oblivion Orb": "3916";
189
- readonly "Imperial Mandate": "4005";
190
- readonly "Force of Nature": "4401";
203
+ readonly "Spectral Cutlass": "4004";
204
+ readonly "Imperial Mandate": "224005";
205
+ readonly "Bloodletter's Curse": "4010";
206
+ readonly "Force of Nature": "224401";
191
207
  readonly "The Golden Spatula": "4403";
192
- readonly "Horizon Focus": "4628";
193
- readonly "Cosmic Drive": "4629";
208
+ readonly "Horizon Focus": "224628";
209
+ readonly "Cosmic Drive": "224629";
194
210
  readonly "Blighting Jewel": "4630";
195
211
  readonly "Verdant Barrier": "4632";
196
- readonly Riftmaker: "4633";
212
+ readonly Riftmaker: "224633";
197
213
  readonly "Leeching Leer": "4635";
198
- readonly "Night Harvester": "4636";
199
- readonly "Demonic Embrace": "4637";
214
+ readonly "Night Harvester": "224636";
215
+ readonly "Demonic Embrace": "224637";
200
216
  readonly "Watchful Wardstone": "4638";
201
217
  readonly "Stirring Wardstone": "4641";
202
218
  readonly "Bandleglass Mirror": "4642";
203
219
  readonly "Vigilant Wardstone": "4643";
204
- readonly "Crown of the Shattered Queen": "4644";
205
- readonly Shadowflame: "4645";
220
+ readonly "Crown of the Shattered Queen": "224644";
221
+ readonly Shadowflame: "224645";
206
222
  readonly "Ironspike Whip": "6029";
207
- readonly "Silvermere Dawn": "6035";
208
- readonly "Death's Dance": "6333";
209
- readonly "Chempunk Chainsword": "6609";
210
- readonly "Staff of Flowing Water": "6616";
211
- readonly "Moonstone Renewer": "6617";
212
- readonly "Echoes of Helia": "6620";
213
- readonly Goredrinker: "6630";
214
- readonly Stridebreaker: "6631";
215
- readonly "Divine Sunderer": "6632";
216
- readonly "Liandry's Anguish": "6653";
217
- readonly "Luden's Tempest": "6655";
218
- readonly Everfrost: "6656";
219
- readonly "Rod of Ages": "6657";
223
+ readonly "Silvermere Dawn": "226035";
224
+ readonly "Death's Dance": "226333";
225
+ readonly "Chempunk Chainsword": "226609";
226
+ readonly "Staff of Flowing Water": "226616";
227
+ readonly "Moonstone Renewer": "226617";
228
+ readonly "Echoes of Helia": "226620";
229
+ readonly Goredrinker: "226630";
230
+ readonly Stridebreaker: "226631";
231
+ readonly "Divine Sunderer": "226632";
232
+ readonly "Liandry's Anguish": "226653";
233
+ readonly "Luden's Tempest": "226655";
234
+ readonly Everfrost: "226656";
235
+ readonly "Rod of Ages": "226657";
220
236
  readonly "Bami's Cinder": "6660";
221
- readonly "Iceborn Gauntlet": "6662";
222
- readonly "Turbo Chemtank": "6664";
223
- readonly "Jak'Sho, The Protean": "6665";
224
- readonly "Radiant Virtue": "6667";
237
+ readonly "Iceborn Gauntlet": "226662";
238
+ readonly "Turbo Chemtank": "226664";
239
+ readonly "Jak'Sho, The Protean": "226665";
240
+ readonly "Radiant Virtue": "226667";
225
241
  readonly Noonquiver: "6670";
226
- readonly Galeforce: "6671";
227
- readonly "Kraken Slayer": "6672";
228
- readonly "Immortal Shieldbow": "6673";
229
- readonly "Navori Quickblades": "6675";
230
- readonly "The Collector": "6676";
242
+ readonly Galeforce: "226671";
243
+ readonly "Kraken Slayer": "226672";
244
+ readonly "Immortal Shieldbow": "226673";
245
+ readonly "Navori Quickblades": "226675";
246
+ readonly "The Collector": "226676";
231
247
  readonly Rageknife: "6677";
232
- readonly "Duskblade of Draktharr": "6691";
233
- readonly Eclipse: "6692";
234
- readonly "Prowler's Claw": "6693";
235
- readonly "Serylda's Grudge": "6694";
236
- readonly "Serpent's Fang": "6695";
237
- readonly "Axiom Arc": "6696";
248
+ readonly "Duskblade of Draktharr": "226691";
249
+ readonly Eclipse: "226692";
250
+ readonly "Prowler's Claw": "226693";
251
+ readonly "Serylda's Grudge": "226694";
252
+ readonly "Serpent's Fang": "226695";
253
+ readonly "Axiom Arc": "226696";
238
254
  readonly "Sandshrike's Claw": "7000";
239
- readonly Syzygy: "7001";
240
- readonly "Draktharr's Shadowcarver": "7002";
241
- readonly "Frozen Fist": "7005";
242
- readonly Typhoon: "7006";
243
- readonly "Wyrmfallen Sacrifice": "7007";
244
- readonly Bloodward: "7008";
245
- readonly "Icathia's Curse": "7009";
246
- readonly Vespertide: "7010";
247
- readonly "Upgraded Aeropack": "7011";
248
- readonly "Liandry's Lament": "7012";
249
- readonly "Eye of Luden": "7013";
250
- readonly "Eternal Winter": "7014";
251
- readonly "Ceaseless Hunger": "7015";
252
- readonly Dreamshatter: "7016";
253
- readonly Deicide: "7017";
254
- readonly "Infinity Force": "7018";
255
- readonly "Reliquary of the Golden Dawn": "7019";
256
- readonly "Shurelya's Requiem": "7020";
257
- readonly Starcaster: "7021";
258
- readonly "Seat of Command": "7022";
259
- readonly Equinox: "7023";
260
- readonly Caesura: "7024";
261
- readonly Leviathan: "7025";
262
- readonly "The Unspoken Parasite": "7026";
263
- readonly "Primordial Dawn": "7027";
264
- readonly "Infinite Convergence": "7028";
265
- readonly "Youmuu's Wake": "7029";
266
- readonly "Seething Sorrow": "7030";
267
- readonly "Edge of Finality": "7031";
268
- readonly Flicker: "7032";
269
- readonly "Cry of the Shrieking City": "7033";
255
+ readonly Syzygy: "227001";
256
+ readonly "Draktharr's Shadowcarver": "227002";
257
+ readonly "Frozen Fist": "227005";
258
+ readonly Typhoon: "227006";
259
+ readonly "Icathia's Curse": "227009";
260
+ readonly Vespertide: "227010";
261
+ readonly "Upgraded Aeropack": "227011";
262
+ readonly "Liandry's Lament": "227012";
263
+ readonly "Eye of Luden": "227013";
264
+ readonly "Eternal Winter": "227014";
265
+ readonly "Ceaseless Hunger": "227015";
266
+ readonly Dreamshatter: "227016";
267
+ readonly Deicide: "227017";
268
+ readonly "Infinity Force": "227018";
269
+ readonly "Reliquary of the Golden Dawn": "227019";
270
+ readonly "Shurelya's Requiem": "227020";
271
+ readonly Starcaster: "227021";
272
+ readonly Equinox: "227023";
273
+ readonly Caesura: "227024";
274
+ readonly Leviathan: "227025";
275
+ readonly "The Unspoken Parasite": "227026";
276
+ readonly "Primordial Dawn": "227027";
277
+ readonly "Infinite Convergence": "227028";
278
+ readonly "Youmuu's Wake": "227029";
279
+ readonly "Seething Sorrow": "227030";
280
+ readonly "Edge of Finality": "227031";
281
+ readonly Flicker: "227032";
282
+ readonly "Cry of the Shrieking City": "227033";
270
283
  readonly "Gangplank Placeholder": "7050";
271
- readonly "Anathema's Chains": "8001";
272
- readonly "Abyssal Mask": "8020";
284
+ readonly "Anathema's Chains": "228001";
285
+ readonly "Abyssal Mask": "228020";
286
+ readonly "Guardian's Dirk": "223185";
273
287
  };
274
288
  export type ItemKey = typeof ItemKeys[keyof typeof ItemKeys];