lol-constants 1.10.1 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (244) hide show
  1. package/assets/Constants/BootsItemNames.d.ts +1 -1
  2. package/assets/Constants/BootsItemNames.js +1 -1
  3. package/assets/Constants/Champion.d.ts +7621 -0
  4. package/assets/Constants/Champion.js +4 -0
  5. package/assets/Constants/Item.d.ts +10004 -0
  6. package/assets/Constants/Item.js +4 -0
  7. package/assets/Constants/LegendaryItemNames.d.ts +2 -2
  8. package/assets/Constants/LegendaryItemNames.js +3 -1
  9. package/assets/Constants/MythicItemNames.d.ts +2 -2
  10. package/assets/Constants/MythicItemNames.js +6 -3
  11. package/assets/Constants/RunesReforged.d.ts +512 -0
  12. package/assets/Constants/RunesReforged.js +4 -0
  13. package/assets/Constants/StatRunes.d.ts +1 -1
  14. package/assets/Constants/StatRunes.js +1 -1
  15. package/assets/Constants/{StatRunesV2.d.ts → StatRunesByRow.d.ts} +2 -2
  16. package/assets/Constants/{StatRunesV2.js → StatRunesByRow.js} +3 -3
  17. package/assets/Constants/Summoner.d.ts +518 -0
  18. package/assets/Constants/Summoner.js +4 -0
  19. package/assets/index.d.ts +9 -4
  20. package/assets/index.js +22 -13
  21. package/assets/scripts/generate-all.js +0 -8
  22. package/assets/scripts/generate-categorized-item-keys.js +7 -10
  23. package/assets/scripts/generate-categorized-item-names.js +7 -10
  24. package/assets/scripts/generate-champion-ids-by-name.js +5 -8
  25. package/assets/scripts/generate-champion-ids.js +5 -8
  26. package/assets/scripts/generate-champion-keys.js +5 -8
  27. package/assets/scripts/generate-champion-names.js +5 -8
  28. package/assets/scripts/generate-item-keys.js +5 -8
  29. package/assets/scripts/generate-item-names.js +5 -8
  30. package/assets/scripts/generate-rune-ids.js +4 -7
  31. package/assets/scripts/generate-rune-names.js +4 -7
  32. package/assets/scripts/generate-rune-picking-relationships.js +2 -5
  33. package/assets/scripts/generate-rune-sets-by-rune-names.js +5 -8
  34. package/assets/scripts/generate-rune-sets.js +5 -8
  35. package/assets/scripts/generate-spell-ids-by-name.js +5 -8
  36. package/assets/scripts/generate-spell-ids.js +5 -8
  37. package/assets/scripts/generate-spell-keys.js +5 -8
  38. package/assets/scripts/generate-spell-names.js +5 -8
  39. package/assets/scripts/generate-stat-rune-ids.js +2 -5
  40. package/assets/scripts/generate-stat-rune-names.js +2 -5
  41. package/assets/scripts/generate-tree-rune-ids.js +4 -7
  42. package/assets/scripts/generate-tree-rune-names.js +4 -7
  43. package/{dist → core}/Constants/Champions/ChampionIds.d.ts +1 -0
  44. package/{dist → core}/Constants/Champions/ChampionIds.js +1 -1
  45. package/{dist → core}/Constants/Champions/ChampionIdsByName.d.ts +1 -0
  46. package/core/Constants/Champions/ChampionIdsByName.js +4 -0
  47. package/{dist → core}/Constants/Champions/ChampionKeys.d.ts +1 -0
  48. package/core/Constants/Champions/ChampionKeys.js +4 -0
  49. package/{dist → core}/Constants/Champions/ChampionNames.d.ts +1 -0
  50. package/{dist → core}/Constants/Champions/ChampionNames.js +1 -1
  51. package/{dist → core}/Constants/DDPaths.d.ts +0 -0
  52. package/{dist → core}/Constants/DDPaths.js +2 -2
  53. package/{dist → core}/Constants/Items/BootsItemKeys.d.ts +0 -0
  54. package/{dist → core}/Constants/Items/BootsItemKeys.js +0 -0
  55. package/{dist → core}/Constants/Items/BootsItemNames.d.ts +0 -0
  56. package/{dist → core}/Constants/Items/BootsItemNames.js +0 -0
  57. package/{dist → core}/Constants/Items/ItemKeys.d.ts +17 -5
  58. package/core/Constants/Items/ItemKeys.js +4 -0
  59. package/{dist → core}/Constants/Items/ItemNames.d.ts +17 -4
  60. package/core/Constants/Items/ItemNames.js +4 -0
  61. package/{dist → core}/Constants/Items/ItemTypes.d.ts +0 -0
  62. package/{dist → core}/Constants/Items/ItemTypes.js +0 -0
  63. package/{dist → core}/Constants/Items/LegendaryItemKeys.d.ts +2 -0
  64. package/{dist → core}/Constants/Items/LegendaryItemKeys.js +1 -1
  65. package/{dist → core}/Constants/Items/LegendaryItemNames.d.ts +2 -0
  66. package/core/Constants/Items/LegendaryItemNames.js +4 -0
  67. package/{dist → core}/Constants/Items/MythicItemKeys.d.ts +5 -2
  68. package/core/Constants/Items/MythicItemKeys.js +4 -0
  69. package/{dist → core}/Constants/Items/MythicItemNames.d.ts +5 -2
  70. package/core/Constants/Items/MythicItemNames.js +4 -0
  71. package/{dist → core}/Constants/Lanes.d.ts +0 -0
  72. package/{dist → core}/Constants/Lanes.js +0 -0
  73. package/{dist → core}/Constants/Levels.d.ts +0 -0
  74. package/{dist → core}/Constants/Levels.js +0 -0
  75. package/{dist → core}/Constants/Meta/ChampionRelationTypes.d.ts +0 -0
  76. package/{dist → core}/Constants/Meta/ChampionRelationTypes.js +0 -0
  77. package/{dist → core}/Constants/Positions.d.ts +0 -0
  78. package/{dist → core}/Constants/Positions.js +0 -0
  79. package/{dist → core}/Constants/Runes/RuneIconFileNames.d.ts +0 -0
  80. package/{dist → core}/Constants/Runes/RuneIconFileNames.js +0 -0
  81. package/{dist → core}/Constants/Runes/RunePickingRelationships.d.ts +0 -0
  82. package/{dist → core}/Constants/Runes/RunePickingRelationships.js +0 -0
  83. package/{dist → core}/Constants/Runes/RuneSets.d.ts +0 -0
  84. package/{dist → core}/Constants/Runes/RuneSets.js +0 -0
  85. package/{dist → core}/Constants/Runes/RuneSetsByRuneNames.d.ts +0 -0
  86. package/{dist → core}/Constants/Runes/RuneSetsByRuneNames.js +0 -0
  87. package/{dist → core}/Constants/Runes/RuneTreeIds.d.ts +0 -0
  88. package/{dist → core}/Constants/Runes/RuneTreeIds.js +0 -0
  89. package/{dist → core}/Constants/Runes/RuneTreeNames.d.ts +0 -0
  90. package/{dist → core}/Constants/Runes/RuneTreeNames.js +0 -0
  91. package/{dist → core}/Constants/Runes/RuneTreeTypes.d.ts +0 -0
  92. package/{dist → core}/Constants/Runes/RuneTreeTypes.js +0 -0
  93. package/{dist → core}/Constants/Runes/TreeRuneIds.d.ts +0 -0
  94. package/{dist → core}/Constants/Runes/TreeRuneIds.js +0 -0
  95. package/{dist → core}/Constants/Runes/TreeRuneNames.d.ts +0 -0
  96. package/{dist → core}/Constants/Runes/TreeRuneNames.js +0 -0
  97. package/{dist → core}/Constants/Skills.d.ts +0 -0
  98. package/{dist → core}/Constants/Skills.js +0 -0
  99. package/{dist → core}/Constants/Spells/SpellIds.d.ts +0 -0
  100. package/{dist → core}/Constants/Spells/SpellIds.js +0 -0
  101. package/{dist → core}/Constants/Spells/SpellIdsByName.d.ts +0 -0
  102. package/{dist → core}/Constants/Spells/SpellIdsByName.js +0 -0
  103. package/{dist → core}/Constants/Spells/SpellKeys.d.ts +0 -0
  104. package/{dist → core}/Constants/Spells/SpellKeys.js +0 -0
  105. package/{dist → core}/Constants/Spells/SpellNames.d.ts +0 -0
  106. package/{dist → core}/Constants/Spells/SpellNames.js +0 -0
  107. package/{dist → core}/Helpers/Champions/getChampionIdByKey.d.ts +0 -0
  108. package/{dist → core}/Helpers/Champions/getChampionIdByKey.js +0 -0
  109. package/{dist → core}/Helpers/Champions/getChampionIdByName.d.ts +0 -0
  110. package/{dist → core}/Helpers/Champions/getChampionIdByName.js +0 -0
  111. package/{dist → core}/Helpers/Champions/getChampionKeyById.d.ts +0 -0
  112. package/{dist → core}/Helpers/Champions/getChampionKeyById.js +0 -0
  113. package/{dist → core}/Helpers/Champions/getChampionKeyByName.d.ts +0 -0
  114. package/{dist → core}/Helpers/Champions/getChampionKeyByName.js +0 -0
  115. package/{dist → core}/Helpers/Champions/getChampionNameById.d.ts +0 -0
  116. package/{dist → core}/Helpers/Champions/getChampionNameById.js +0 -0
  117. package/{dist → core}/Helpers/Champions/getChampionNameByKey.d.ts +0 -0
  118. package/{dist → core}/Helpers/Champions/getChampionNameByKey.js +0 -0
  119. package/{dist → core}/Helpers/Champions/isChampionId.d.ts +0 -0
  120. package/{dist → core}/Helpers/Champions/isChampionId.js +0 -0
  121. package/{dist → core}/Helpers/Champions/isChampionKey.d.ts +0 -0
  122. package/{dist → core}/Helpers/Champions/isChampionKey.js +0 -0
  123. package/{dist → core}/Helpers/Champions/isChampionName.d.ts +0 -0
  124. package/{dist → core}/Helpers/Champions/isChampionName.js +0 -0
  125. package/{dist → core}/Helpers/Icons/getPositionImageURL.d.ts +0 -0
  126. package/{dist → core}/Helpers/Icons/getPositionImageURL.js +0 -0
  127. package/{dist → core}/Helpers/Items/getItemKeyByName.d.ts +0 -0
  128. package/{dist → core}/Helpers/Items/getItemKeyByName.js +0 -0
  129. package/{dist → core}/Helpers/Items/getItemNameByKey.d.ts +0 -0
  130. package/{dist → core}/Helpers/Items/getItemNameByKey.js +0 -0
  131. package/{dist → core}/Helpers/Items/isBootsItemKey.d.ts +0 -0
  132. package/{dist → core}/Helpers/Items/isBootsItemKey.js +0 -0
  133. package/{dist → core}/Helpers/Items/isBootsItemName.d.ts +0 -0
  134. package/{dist → core}/Helpers/Items/isBootsItemName.js +0 -0
  135. package/{dist → core}/Helpers/Items/isItemKey.d.ts +0 -0
  136. package/{dist → core}/Helpers/Items/isItemKey.js +0 -0
  137. package/{dist → core}/Helpers/Items/isItemName.d.ts +0 -0
  138. package/{dist → core}/Helpers/Items/isItemName.js +0 -0
  139. package/{dist → core}/Helpers/Items/isItemType.d.ts +0 -0
  140. package/{dist → core}/Helpers/Items/isItemType.js +0 -0
  141. package/{dist → core}/Helpers/Items/isLegendaryItemKey.d.ts +0 -0
  142. package/{dist → core}/Helpers/Items/isLegendaryItemKey.js +0 -0
  143. package/{dist → core}/Helpers/Items/isLegendaryItemName.d.ts +0 -0
  144. package/{dist → core}/Helpers/Items/isLegendaryItemName.js +0 -0
  145. package/{dist → core}/Helpers/Items/isMythicItemKey.d.ts +0 -0
  146. package/{dist → core}/Helpers/Items/isMythicItemKey.js +0 -0
  147. package/{dist → core}/Helpers/Items/isMythicItemName.d.ts +0 -0
  148. package/{dist → core}/Helpers/Items/isMythicItemName.js +0 -0
  149. package/{dist → core}/Helpers/Meta/isChampionRelationType.d.ts +0 -0
  150. package/{dist → core}/Helpers/Meta/isChampionRelationType.js +0 -0
  151. package/{dist → core}/Helpers/Runes/getRuneCDNURL.d.ts +0 -0
  152. package/{dist → core}/Helpers/Runes/getRuneCDNURL.js +0 -0
  153. package/{dist → core}/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -0
  154. package/{dist → core}/Helpers/Runes/getRuneCategoryByRuneName.js +0 -0
  155. package/{dist → core}/Helpers/Runes/getRuneIdByName.d.ts +0 -0
  156. package/{dist → core}/Helpers/Runes/getRuneIdByName.js +0 -0
  157. package/{dist → core}/Helpers/Runes/getRuneNameById.d.ts +0 -0
  158. package/{dist → core}/Helpers/Runes/getRuneNameById.js +0 -0
  159. package/{dist → core}/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -0
  160. package/{dist → core}/Helpers/Runes/getRuneTreeIdByName.js +0 -0
  161. package/{dist → core}/Helpers/Runes/getRuneTreeNameById.d.ts +0 -0
  162. package/{dist → core}/Helpers/Runes/getRuneTreeNameById.js +0 -0
  163. package/{dist → core}/Helpers/Runes/getStatRuneIdByName.d.ts +0 -0
  164. package/{dist → core}/Helpers/Runes/getStatRuneIdByName.js +0 -0
  165. package/{dist → core}/Helpers/Runes/getStatRuneNameById.d.ts +0 -0
  166. package/{dist → core}/Helpers/Runes/getStatRuneNameById.js +0 -0
  167. package/{dist → core}/Helpers/Runes/getTreeRuneIdByName.d.ts +0 -0
  168. package/{dist → core}/Helpers/Runes/getTreeRuneIdByName.js +0 -0
  169. package/{dist → core}/Helpers/Runes/getTreeRuneNameById.d.ts +0 -0
  170. package/{dist → core}/Helpers/Runes/getTreeRuneNameById.js +0 -0
  171. package/{dist → core}/Helpers/Runes/isDominationTreeRuneId.d.ts +0 -0
  172. package/{dist → core}/Helpers/Runes/isDominationTreeRuneId.js +0 -0
  173. package/{dist → core}/Helpers/Runes/isInspirationTreeRuneId.d.ts +0 -0
  174. package/{dist → core}/Helpers/Runes/isInspirationTreeRuneId.js +0 -0
  175. package/{dist → core}/Helpers/Runes/isKeystoneRuneId.d.ts +0 -0
  176. package/{dist → core}/Helpers/Runes/isKeystoneRuneId.js +0 -0
  177. package/{dist → core}/Helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -0
  178. package/{dist → core}/Helpers/Runes/isPrecisionTreeRuneId.js +0 -0
  179. package/{dist → core}/Helpers/Runes/isResolveTreeRuneId.d.ts +0 -0
  180. package/{dist → core}/Helpers/Runes/isResolveTreeRuneId.js +0 -0
  181. package/{dist → core}/Helpers/Runes/isRuneId.d.ts +0 -0
  182. package/{dist → core}/Helpers/Runes/isRuneId.js +0 -0
  183. package/{dist → core}/Helpers/Runes/isRuneName.d.ts +0 -0
  184. package/{dist → core}/Helpers/Runes/isRuneName.js +0 -0
  185. package/{dist → core}/Helpers/Runes/isRuneTreeId.d.ts +0 -0
  186. package/{dist → core}/Helpers/Runes/isRuneTreeId.js +0 -0
  187. package/{dist → core}/Helpers/Runes/isRuneTreeName.d.ts +0 -0
  188. package/{dist → core}/Helpers/Runes/isRuneTreeName.js +0 -0
  189. package/{dist → core}/Helpers/Runes/isRuneTreeType.d.ts +0 -0
  190. package/{dist → core}/Helpers/Runes/isRuneTreeType.js +0 -0
  191. package/{dist → core}/Helpers/Runes/isSorceryTreeRuneId.d.ts +0 -0
  192. package/{dist → core}/Helpers/Runes/isSorceryTreeRuneId.js +0 -0
  193. package/{dist → core}/Helpers/Runes/isStatRuneId.d.ts +0 -0
  194. package/{dist → core}/Helpers/Runes/isStatRuneId.js +0 -0
  195. package/{dist → core}/Helpers/Runes/isStatRuneName.d.ts +0 -0
  196. package/{dist → core}/Helpers/Runes/isStatRuneName.js +0 -0
  197. package/{dist → core}/Helpers/Runes/isTreeRuneId.d.ts +0 -0
  198. package/{dist → core}/Helpers/Runes/isTreeRuneId.js +0 -0
  199. package/{dist → core}/Helpers/Runes/isTreeRuneName.d.ts +0 -0
  200. package/{dist → core}/Helpers/Runes/isTreeRuneName.js +0 -0
  201. package/{dist → core}/Helpers/Spells/getSpellIdByKey.d.ts +0 -0
  202. package/{dist → core}/Helpers/Spells/getSpellIdByKey.js +0 -0
  203. package/{dist → core}/Helpers/Spells/getSpellIdByName.d.ts +0 -0
  204. package/{dist → core}/Helpers/Spells/getSpellIdByName.js +0 -0
  205. package/{dist → core}/Helpers/Spells/getSpellKeyById.d.ts +0 -0
  206. package/{dist → core}/Helpers/Spells/getSpellKeyById.js +0 -0
  207. package/{dist → core}/Helpers/Spells/getSpellKeyByName.d.ts +0 -0
  208. package/{dist → core}/Helpers/Spells/getSpellKeyByName.js +0 -0
  209. package/{dist → core}/Helpers/Spells/getSpellNameById.d.ts +0 -0
  210. package/{dist → core}/Helpers/Spells/getSpellNameById.js +0 -0
  211. package/{dist → core}/Helpers/Spells/getSpellNameByKey.d.ts +0 -0
  212. package/{dist → core}/Helpers/Spells/getSpellNameByKey.js +0 -0
  213. package/{dist → core}/Helpers/Spells/isSpellId.d.ts +0 -0
  214. package/{dist → core}/Helpers/Spells/isSpellId.js +0 -0
  215. package/{dist → core}/Helpers/Spells/isSpellKey.d.ts +0 -0
  216. package/{dist → core}/Helpers/Spells/isSpellKey.js +0 -0
  217. package/{dist → core}/Helpers/Spells/isSpellName.d.ts +0 -0
  218. package/{dist → core}/Helpers/Spells/isSpellName.js +0 -0
  219. package/{dist → core}/Helpers/isLane.d.ts +0 -0
  220. package/{dist → core}/Helpers/isLane.js +0 -0
  221. package/{dist → core}/Helpers/isLevel.d.ts +0 -0
  222. package/{dist → core}/Helpers/isLevel.js +0 -0
  223. package/{dist → core}/Helpers/isPosition.d.ts +0 -0
  224. package/{dist → core}/Helpers/isPosition.js +0 -0
  225. package/{dist → core}/Helpers/isSkill.d.ts +0 -0
  226. package/{dist → core}/Helpers/isSkill.js +0 -0
  227. package/{dist → core}/index.d.ts +0 -0
  228. package/{dist → core}/index.js +0 -2
  229. package/{dist → core}/types/Meta.d.ts +0 -0
  230. package/{dist → core}/types/Meta.js +0 -0
  231. package/{dist → core}/types/index.d.ts +0 -0
  232. package/{dist → core}/types/index.js +0 -0
  233. package/package.json +6 -6
  234. package/assets/Constants/champion.json +0 -1
  235. package/assets/Constants/item.json +0 -1
  236. package/assets/Constants/runesReforged.json +0 -1
  237. package/assets/Constants/summoner.json +0 -1
  238. package/dist/Constants/Champions/ChampionIdsByName.js +0 -4
  239. package/dist/Constants/Champions/ChampionKeys.js +0 -4
  240. package/dist/Constants/Items/ItemKeys.js +0 -4
  241. package/dist/Constants/Items/ItemNames.js +0 -4
  242. package/dist/Constants/Items/LegendaryItemNames.js +0 -4
  243. package/dist/Constants/Items/MythicItemKeys.js +0 -4
  244. package/dist/Constants/Items/MythicItemNames.js +0 -4
@@ -1,15 +1,12 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const fs_1 = __importDefault(require("fs"));
7
- const runesReforged_json_1 = __importDefault(require("../Constants/runesReforged.json"));
3
+ const fs_1 = require("fs");
4
+ const RunesReforged_1 = require("../Constants/RunesReforged");
8
5
  const getExportStatement_1 = require("./Helpers/getExportStatement");
9
6
  (async () => {
10
7
  const runeIds = {};
11
8
  // Construct the new data and assign it to product object
12
- for (const runeTree of runesReforged_json_1.default) {
9
+ for (const runeTree of RunesReforged_1.RunesReforged) {
13
10
  for (const { runes } of runeTree.slots) {
14
11
  for (const rune of runes) {
15
12
  runeIds[rune.id] = rune.name;
@@ -18,5 +15,5 @@ const getExportStatement_1 = require("./Helpers/getExportStatement");
18
15
  }
19
16
  // Write to file
20
17
  const constName = 'TreeRuneNames';
21
- fs_1.default.writeFileSync(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, runeIds));
18
+ (0, fs_1.writeFileSync)(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, runeIds));
22
19
  })();
@@ -160,4 +160,5 @@ export declare const ChampionIds: {
160
160
  readonly "887": "Gwen";
161
161
  readonly "888": "Renata";
162
162
  readonly "895": "Nilah";
163
+ readonly "897": "KSante";
163
164
  };
@@ -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" };
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" };
@@ -63,6 +63,7 @@ export declare const ChampionIdsByName: {
63
63
  readonly Kindred: "Kindred";
64
64
  readonly Kled: "Kled";
65
65
  readonly "Kog'Maw": "KogMaw";
66
+ readonly "K'Sante": "KSante";
66
67
  readonly LeBlanc: "Leblanc";
67
68
  readonly "Lee Sin": "LeeSin";
68
69
  readonly Leona: "Leona";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
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", "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" };
@@ -63,6 +63,7 @@ export declare const ChampionKeys: {
63
63
  readonly Kindred: "203";
64
64
  readonly Kled: "240";
65
65
  readonly KogMaw: "96";
66
+ readonly KSante: "897";
66
67
  readonly Leblanc: "7";
67
68
  readonly LeeSin: "64";
68
69
  readonly Leona: "89";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
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", "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" };
@@ -160,4 +160,5 @@ export declare const ChampionNames: {
160
160
  readonly "887": "Gwen";
161
161
  readonly "888": "Renata Glasc";
162
162
  readonly "895": "Nilah";
163
+ readonly "897": "K'Sante";
163
164
  };
@@ -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" };
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" };
File without changes
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DDPaths = void 0;
4
- const version = '12.19.1';
4
+ const version = '12.23.1';
5
5
  const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
6
- const cdragonVersion = '12.19';
6
+ const cdragonVersion = '12.23';
7
7
  const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
8
8
  /**
9
9
  * DataDragon CDN Paths.
File without changes
File without changes
@@ -27,6 +27,10 @@ export declare const ItemKeys: {
27
27
  readonly "Needlessly Large Rod": "1058";
28
28
  readonly "Dark Seal": "1082";
29
29
  readonly Cull: "1083";
30
+ readonly "Scorchclaw Pup": "1101";
31
+ readonly "Gustwalker Hatchling": "1102";
32
+ readonly "Mosstomper Seedling": "1103";
33
+ readonly "Eye of the Herald": "3513";
30
34
  readonly "Penetrating Bullets": "1500";
31
35
  readonly Fortification: "1501";
32
36
  readonly "Reinforced Armor": "1506";
@@ -41,6 +45,7 @@ export declare const ItemKeys: {
41
45
  readonly "Super Mech Power Field": "1512";
42
46
  readonly "Turret Plating": "1515";
43
47
  readonly "Structure Bounty": "1519";
48
+ readonly OvererchargedHA: "1520";
44
49
  readonly "Health Potion": "2003";
45
50
  readonly "Total Biscuit of Everlasting Will": "2010";
46
51
  readonly "Kircheis Shard": "2015";
@@ -96,6 +101,7 @@ export declare const ItemKeys: {
96
101
  readonly "Trinity Force": "3078";
97
102
  readonly "Warden's Mail": "3082";
98
103
  readonly "Warmog's Armor": "3083";
104
+ readonly Heartsteel: "3084";
99
105
  readonly "Runaan's Hurricane": "3085";
100
106
  readonly Zeal: "3086";
101
107
  readonly "Rabadon's Deathcap": "3089";
@@ -134,6 +140,7 @@ export declare const ItemKeys: {
134
140
  readonly "Maw of Malmortius": "3156";
135
141
  readonly "Zhonya's Hourglass": "3157";
136
142
  readonly "Ionian Boots of Lucidity": "3158";
143
+ readonly "Spear Of Shojin": "3161";
137
144
  readonly Morellonomicon: "3165";
138
145
  readonly "Guardian's Blade": "3177";
139
146
  readonly "Umbral Glaive": "3179";
@@ -151,12 +158,12 @@ export declare const ItemKeys: {
151
158
  readonly "Your Cut": "3400";
152
159
  readonly "Ardent Censer": "3504";
153
160
  readonly "Essence Reaver": "3508";
154
- readonly "Eye of the Herald": "3513";
155
161
  readonly "Kalista's Black Spear": "3600";
156
162
  readonly "Dead Man's Plate": "3742";
157
163
  readonly "Titanic Hydra": "3748";
158
164
  readonly "Crystalline Bracer": "3801";
159
165
  readonly "Lost Chapter": "3802";
166
+ readonly "Catalyst of Aeons": "3803";
160
167
  readonly "Edge of Night": "3814";
161
168
  readonly "Spellthief's Edge": "3850";
162
169
  readonly Frostfang: "3851";
@@ -203,9 +210,12 @@ export declare const ItemKeys: {
203
210
  readonly "Liandry's Anguish": "6653";
204
211
  readonly "Luden's Tempest": "6655";
205
212
  readonly Everfrost: "6656";
213
+ readonly "Rod of Ages": "6657";
206
214
  readonly "Bami's Cinder": "6660";
207
- readonly "Frostfire Gauntlet": "6662";
215
+ readonly "Iceborn Gauntlet": "6662";
208
216
  readonly "Turbo Chemtank": "6664";
217
+ readonly "Jak'Sho, The Protean": "6665";
218
+ readonly "Radiant Virtue": "6667";
209
219
  readonly Noonquiver: "6670";
210
220
  readonly Galeforce: "6671";
211
221
  readonly "Kraken Slayer": "6672";
@@ -222,9 +232,7 @@ export declare const ItemKeys: {
222
232
  readonly "Sandshrike's Claw": "7000";
223
233
  readonly Syzygy: "7001";
224
234
  readonly "Draktharr's Shadowcarver": "7002";
225
- readonly "Turbocharged Hexperiment": "7003";
226
- readonly "Forgefire Crest": "7004";
227
- readonly "Rimeforged Grasp": "7005";
235
+ readonly "Frozen Fist": "7005";
228
236
  readonly Typhoon: "7006";
229
237
  readonly "Wyrmfallen Sacrifice": "7007";
230
238
  readonly Bloodward: "7008";
@@ -244,6 +252,10 @@ export declare const ItemKeys: {
244
252
  readonly "Seat of Command": "7022";
245
253
  readonly Equinox: "7023";
246
254
  readonly Caesura: "7024";
255
+ readonly Leviathan: "7025";
256
+ readonly "The Unspoken Parasite": "7026";
257
+ readonly "Primordial Dawn": "7027";
258
+ readonly "Infinite Convergence": "7028";
247
259
  readonly "Gangplank Placeholder": "7050";
248
260
  readonly "Anathema's Chains": "8001";
249
261
  readonly "Abyssal Mask": "8020";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ItemKeys = void 0;
4
+ exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1501", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Mortal Reminder": "3033", "Last Whisper": "3035", "Lord Dominik's Regards": "3036", "Seraph's Embrace": "3040", "Mejai's Soulstealer": "3041", "Muramana": "3042", "Phage": "3044", "Phantom Dancer": "3046", "Plated Steelcaps": "3047", "Zeke's Convergence": "3050", "Hearthbound Axe": "3051", "Sterak's Gage": "3053", "Sheen": "3057", "Spirit Visage": "3065", "Winged Moonplate": "3066", "Kindlegem": "3067", "Sunfire Aegis": "3068", "Tear of the Goddess": "3070", "Black Cleaver": "3071", "Bloodthirster": "3072", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Spear Of Shojin": "3161", "Morellonomicon": "3165", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "Fire at Will500 Silver Serpents": "3901", "Death's Daughter500 Silver Serpents": "3902", "Raise Morale500 Silver Serpents": "3903", "Oblivion Orb": "3916", "Imperial Mandate": "4005", "Force of Nature": "4401", "The Golden Spatula": "4403", "Horizon Focus": "4628", "Cosmic Drive": "4629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "4633", "Leeching Leer": "4635", "Night Harvester": "4636", "Demonic Embrace": "4637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Frozen Fist": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
@@ -27,6 +27,10 @@ export declare const ItemNames: {
27
27
  readonly "1058": "Needlessly Large Rod";
28
28
  readonly "1082": "Dark Seal";
29
29
  readonly "1083": "Cull";
30
+ readonly "1101": "Scorchclaw Pup";
31
+ readonly "1102": "Gustwalker Hatchling";
32
+ readonly "1103": "Mosstomper Seedling";
33
+ readonly "1104": "Eye of the Herald";
30
34
  readonly "1500": "Penetrating Bullets";
31
35
  readonly "1501": "Fortification";
32
36
  readonly "1502": "Reinforced Armor";
@@ -45,6 +49,7 @@ export declare const ItemNames: {
45
49
  readonly "1517": "Structure Bounty";
46
50
  readonly "1518": "Structure Bounty";
47
51
  readonly "1519": "Structure Bounty";
52
+ readonly "1520": "OvererchargedHA";
48
53
  readonly "2003": "Health Potion";
49
54
  readonly "2010": "Total Biscuit of Everlasting Will";
50
55
  readonly "2015": "Kircheis Shard";
@@ -101,6 +106,7 @@ export declare const ItemNames: {
101
106
  readonly "3078": "Trinity Force";
102
107
  readonly "3082": "Warden's Mail";
103
108
  readonly "3083": "Warmog's Armor";
109
+ readonly "3084": "Heartsteel";
104
110
  readonly "3085": "Runaan's Hurricane";
105
111
  readonly "3086": "Zeal";
106
112
  readonly "3089": "Rabadon's Deathcap";
@@ -139,6 +145,7 @@ export declare const ItemNames: {
139
145
  readonly "3156": "Maw of Malmortius";
140
146
  readonly "3157": "Zhonya's Hourglass";
141
147
  readonly "3158": "Ionian Boots of Lucidity";
148
+ readonly "3161": "Spear Of Shojin";
142
149
  readonly "3165": "Morellonomicon";
143
150
  readonly "3177": "Guardian's Blade";
144
151
  readonly "3179": "Umbral Glaive";
@@ -163,6 +170,7 @@ export declare const ItemNames: {
163
170
  readonly "3748": "Titanic Hydra";
164
171
  readonly "3801": "Crystalline Bracer";
165
172
  readonly "3802": "Lost Chapter";
173
+ readonly "3803": "Catalyst of Aeons";
166
174
  readonly "3814": "Edge of Night";
167
175
  readonly "3850": "Spellthief's Edge";
168
176
  readonly "3851": "Frostfang";
@@ -209,9 +217,12 @@ export declare const ItemNames: {
209
217
  readonly "6653": "Liandry's Anguish";
210
218
  readonly "6655": "Luden's Tempest";
211
219
  readonly "6656": "Everfrost";
220
+ readonly "6657": "Rod of Ages";
212
221
  readonly "6660": "Bami's Cinder";
213
- readonly "6662": "Frostfire Gauntlet";
222
+ readonly "6662": "Iceborn Gauntlet";
214
223
  readonly "6664": "Turbo Chemtank";
224
+ readonly "6665": "Jak'Sho, The Protean";
225
+ readonly "6667": "Radiant Virtue";
215
226
  readonly "6670": "Noonquiver";
216
227
  readonly "6671": "Galeforce";
217
228
  readonly "6672": "Kraken Slayer";
@@ -228,9 +239,7 @@ export declare const ItemNames: {
228
239
  readonly "7000": "Sandshrike's Claw";
229
240
  readonly "7001": "Syzygy";
230
241
  readonly "7002": "Draktharr's Shadowcarver";
231
- readonly "7003": "Turbocharged Hexperiment";
232
- readonly "7004": "Forgefire Crest";
233
- readonly "7005": "Rimeforged Grasp";
242
+ readonly "7005": "Frozen Fist";
234
243
  readonly "7006": "Typhoon";
235
244
  readonly "7007": "Wyrmfallen Sacrifice";
236
245
  readonly "7008": "Bloodward";
@@ -250,6 +259,10 @@ export declare const ItemNames: {
250
259
  readonly "7022": "Seat of Command";
251
260
  readonly "7023": "Equinox";
252
261
  readonly "7024": "Caesura";
262
+ readonly "7025": "Leviathan";
263
+ readonly "7026": "The Unspoken Parasite";
264
+ readonly "7027": "Primordial Dawn";
265
+ readonly "7028": "Infinite Convergence";
253
266
  readonly "7050": "Gangplank Placeholder";
254
267
  readonly "8001": "Anathema's Chains";
255
268
  readonly "8020": "Abyssal Mask";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ItemNames = void 0;
4
+ exports.ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2015": "Kircheis Shard", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4005": "Imperial Mandate", "4401": "Force of Nature", "4403": "The Golden Spatula", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
File without changes
File without changes
@@ -71,4 +71,6 @@ export declare const LegendaryItemKeys: {
71
71
  readonly "Youmuu's Ghostblade": "3142";
72
72
  readonly "Zeke's Convergence": "3050";
73
73
  readonly "Zhonya's Hourglass": "3157";
74
+ readonly "Sunfire Aegis": "3068";
75
+ readonly "Spear Of Shojin": "3161";
74
76
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemKeys = void 0;
4
- exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Guinsoo's Rageblade": "3124", "Horizon Focus": "4628", "Hullbreaker": "3181", "Infinity Edge": "3031", "Knight's Vow": "3109", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Navori Quickblades": "6675", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Youmuu's Ghostblade": "3142", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157" };
4
+ exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Guinsoo's Rageblade": "3124", "Horizon Focus": "4628", "Hullbreaker": "3181", "Infinity Edge": "3031", "Knight's Vow": "3109", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Navori Quickblades": "6675", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Youmuu's Ghostblade": "3142", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161" };
@@ -13,6 +13,7 @@ export declare const LegendaryItemNames: {
13
13
  readonly "3050": "Zeke's Convergence";
14
14
  readonly "3053": "Sterak's Gage";
15
15
  readonly "3065": "Spirit Visage";
16
+ readonly "3068": "Sunfire Aegis";
16
17
  readonly "3071": "Black Cleaver";
17
18
  readonly "3072": "Bloodthirster";
18
19
  readonly "3074": "Ravenous Hydra";
@@ -40,6 +41,7 @@ export declare const LegendaryItemNames: {
40
41
  readonly "3153": "Blade of The Ruined King";
41
42
  readonly "3156": "Maw of Malmortius";
42
43
  readonly "3157": "Zhonya's Hourglass";
44
+ readonly "3161": "Spear Of Shojin";
43
45
  readonly "3165": "Morellonomicon";
44
46
  readonly "3179": "Umbral Glaive";
45
47
  readonly "3181": "Hullbreaker";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LegendaryItemNames = void 0;
4
+ exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3083": "Warmog's Armor", "3085": "Runaan's Hurricane", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3193": "Gargoyle Stoneplate", "3222": "Mikael's Blessing", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3853": "Shard of True Ice", "3857": "Pauldrons of Whiterock", "3860": "Bulwark of the Mountain", "3864": "Black Mist Scythe", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6675": "Navori Quickblades", "6676": "The Collector", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -8,7 +8,6 @@ export declare const MythicItemKeys: {
8
8
  readonly Riftmaker: "4633";
9
9
  readonly "Shurelya's Battlesong": "2065";
10
10
  readonly Stridebreaker: "6631";
11
- readonly "Sunfire Aegis": "3068";
12
11
  readonly "Trinity Force": "3078";
13
12
  readonly "Turbo Chemtank": "6664";
14
13
  readonly "Crown of the Shattered Queen": "4644";
@@ -17,11 +16,15 @@ export declare const MythicItemKeys: {
17
16
  readonly Eclipse: "6692";
18
17
  readonly Evenshroud: "3001";
19
18
  readonly Everfrost: "6656";
20
- readonly "Frostfire Gauntlet": "6662";
19
+ readonly "Iceborn Gauntlet": "6662";
21
20
  readonly Galeforce: "6671";
22
21
  readonly Goredrinker: "6630";
23
22
  readonly "Hextech Rocketbelt": "3152";
24
23
  readonly "Immortal Shieldbow": "6673";
25
24
  readonly "Imperial Mandate": "4005";
26
25
  readonly "Kraken Slayer": "6672";
26
+ readonly "Jak'Sho, The Protean": "6665";
27
+ readonly "Radiant Virtue": "6667";
28
+ readonly Heartsteel: "3084";
29
+ readonly "Rod of Ages": "6657";
27
30
  };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MythicItemKeys = void 0;
4
+ exports.MythicItemKeys = { "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Night Harvester": "4636", "Prowler's Claw": "6693", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Galeforce": "6671", "Goredrinker": "6630", "Hextech Rocketbelt": "3152", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kraken Slayer": "6672", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657" };
@@ -1,8 +1,8 @@
1
1
  export declare const MythicItemNames: {
2
2
  readonly "2065": "Shurelya's Battlesong";
3
3
  readonly "3001": "Evenshroud";
4
- readonly "3068": "Sunfire Aegis";
5
4
  readonly "3078": "Trinity Force";
5
+ readonly "3084": "Heartsteel";
6
6
  readonly "3152": "Hextech Rocketbelt";
7
7
  readonly "3190": "Locket of the Iron Solari";
8
8
  readonly "4005": "Imperial Mandate";
@@ -16,8 +16,11 @@ export declare const MythicItemNames: {
16
16
  readonly "6653": "Liandry's Anguish";
17
17
  readonly "6655": "Luden's Tempest";
18
18
  readonly "6656": "Everfrost";
19
- readonly "6662": "Frostfire Gauntlet";
19
+ readonly "6657": "Rod of Ages";
20
+ readonly "6662": "Iceborn Gauntlet";
20
21
  readonly "6664": "Turbo Chemtank";
22
+ readonly "6665": "Jak'Sho, The Protean";
23
+ readonly "6667": "Radiant Virtue";
21
24
  readonly "6671": "Galeforce";
22
25
  readonly "6672": "Kraken Slayer";
23
26
  readonly "6673": "Immortal Shieldbow";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MythicItemNames = void 0;
4
+ exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw" };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes