lol-constants 2.22.0 → 2.24.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. package/README.md +1 -1
  2. package/assets/constants/BootsItemNames.js +1 -4
  3. package/assets/constants/Champion.d.ts +175 -175
  4. package/assets/constants/Champion.js +1 -4
  5. package/assets/constants/Item.d.ts +4758 -7569
  6. package/assets/constants/Item.js +1 -4
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +4 -7
  9. package/assets/constants/RunesReforged.d.ts +2 -2
  10. package/assets/constants/RunesReforged.js +1 -4
  11. package/assets/constants/StatRunes.js +1 -4
  12. package/assets/constants/StatRunesByRow.js +1 -4
  13. package/assets/constants/Summoner.d.ts +1 -1
  14. package/assets/constants/Summoner.js +1 -4
  15. package/assets/index.js +4 -21
  16. package/assets/scripts/asset-scripts/champion.d.ts +1 -0
  17. package/assets/scripts/asset-scripts/champion.js +9 -0
  18. package/assets/scripts/asset-scripts/generate-all.d.ts +4 -0
  19. package/assets/scripts/asset-scripts/generate-all.js +4 -0
  20. package/assets/scripts/asset-scripts/item.d.ts +1 -0
  21. package/assets/scripts/asset-scripts/item.js +9 -0
  22. package/assets/scripts/asset-scripts/runes-reforged.d.ts +1 -0
  23. package/assets/scripts/asset-scripts/runes-reforged.js +9 -0
  24. package/assets/scripts/asset-scripts/summoner.d.ts +1 -0
  25. package/assets/scripts/asset-scripts/summoner.js +9 -0
  26. package/assets/scripts/constants/RuneIdComment.js +1 -4
  27. package/assets/scripts/generate-categorized-item-keys-num.js +15 -37
  28. package/assets/scripts/generate-categorized-item-keys.js +12 -34
  29. package/assets/scripts/generate-categorized-item-names.js +12 -34
  30. package/assets/scripts/generate-champion-ids-by-name.js +5 -7
  31. package/assets/scripts/generate-champion-ids.js +5 -7
  32. package/assets/scripts/generate-champion-keys-num.js +7 -9
  33. package/assets/scripts/generate-champion-keys.js +5 -7
  34. package/assets/scripts/generate-champion-names.js +5 -7
  35. package/assets/scripts/generate-item-keys-num.js +7 -9
  36. package/assets/scripts/generate-item-keys.js +5 -7
  37. package/assets/scripts/generate-item-names.js +5 -7
  38. package/assets/scripts/generate-non-stat-rune-ids-num.js +4 -6
  39. package/assets/scripts/generate-non-stat-rune-ids.js +6 -8
  40. package/assets/scripts/generate-non-stat-rune-names.js +4 -6
  41. package/assets/scripts/generate-rune-ids.js +8 -10
  42. package/assets/scripts/generate-rune-names.js +6 -8
  43. package/assets/scripts/generate-rune-picking-relationships.js +4 -6
  44. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +12 -14
  45. package/assets/scripts/generate-rune-sets-by-rune-names.js +10 -12
  46. package/assets/scripts/generate-rune-sets.js +7 -9
  47. package/assets/scripts/generate-spell-ids-by-name.js +5 -7
  48. package/assets/scripts/generate-spell-ids.js +5 -7
  49. package/assets/scripts/generate-spell-keys-num.js +7 -9
  50. package/assets/scripts/generate-spell-keys.js +5 -7
  51. package/assets/scripts/generate-spell-names.js +5 -7
  52. package/assets/scripts/generate-stat-rune-ids.js +6 -8
  53. package/assets/scripts/generate-stat-rune-names.js +4 -6
  54. package/assets/scripts/helpers/enableEscapedValues.js +1 -5
  55. package/assets/scripts/helpers/generateIndexFile.js +1 -5
  56. package/assets/scripts/helpers/getExportStatement.js +6 -10
  57. package/assets/scripts/helpers/getFmtdComment.js +1 -5
  58. package/assets/scripts/helpers/validateNumber.js +1 -5
  59. package/assets/scripts/helpers/writeToTmpFile.js +5 -9
  60. package/assets/scripts/print-file-names.js +5 -7
  61. package/core/constants/Abilities.js +6 -11
  62. package/core/constants/BuildingTypes.js +3 -7
  63. package/core/constants/Champions/ChampionClasses.d.ts +17 -0
  64. package/core/constants/Champions/ChampionClasses.js +25 -0
  65. package/core/constants/Champions/ChampionIds.js +1 -4
  66. package/core/constants/Champions/ChampionIdsByName.js +1 -4
  67. package/core/constants/Champions/ChampionKeys.js +1 -4
  68. package/core/constants/Champions/ChampionKeysNum.js +1 -4
  69. package/core/constants/Champions/ChampionNames.js +1 -4
  70. package/core/constants/Continents.js +3 -7
  71. package/core/constants/DataDragonUrls.d.ts +17 -16
  72. package/core/constants/DataDragonUrls.js +4 -7
  73. package/core/constants/DragonTypes.js +3 -7
  74. package/core/constants/GameModes.js +3 -7
  75. package/core/constants/GameTypes.js +3 -7
  76. package/core/constants/Items/BootsItemKeys.js +1 -4
  77. package/core/constants/Items/BootsItemKeysNum.js +1 -4
  78. package/core/constants/Items/BootsItemNames.js +1 -4
  79. package/core/constants/Items/ItemKeys.d.ts +0 -34
  80. package/core/constants/Items/ItemKeys.js +1 -4
  81. package/core/constants/Items/ItemKeysNum.d.ts +0 -34
  82. package/core/constants/Items/ItemKeysNum.js +1 -4
  83. package/core/constants/Items/ItemNames.d.ts +0 -34
  84. package/core/constants/Items/ItemNames.js +1 -4
  85. package/core/constants/Items/ItemTypes.js +3 -7
  86. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -20
  87. package/core/constants/Items/LegendaryItemKeys.js +1 -4
  88. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -20
  89. package/core/constants/Items/LegendaryItemKeysNum.js +1 -4
  90. package/core/constants/Items/LegendaryItemNames.d.ts +0 -20
  91. package/core/constants/Items/LegendaryItemNames.js +1 -4
  92. package/core/constants/KillTypes.js +3 -7
  93. package/core/constants/LaneTypes.js +3 -7
  94. package/core/constants/Lanes.js +3 -7
  95. package/core/constants/LeagueTexts.js +3 -7
  96. package/core/constants/Levels.js +3 -7
  97. package/core/constants/Locales.js +3 -7
  98. package/core/constants/MapIds.js +3 -7
  99. package/core/constants/MonsterTypes.d.ts +2 -1
  100. package/core/constants/MonsterTypes.js +5 -8
  101. package/core/constants/ParticipantIds.js +3 -7
  102. package/core/constants/PlatformApiUris.js +3 -7
  103. package/core/constants/PlatformIds.js +6 -11
  104. package/core/constants/Positions.js +3 -7
  105. package/core/constants/QueueIds.js +5 -9
  106. package/core/constants/QueueTypes.js +3 -7
  107. package/core/constants/RankedRanks.js +3 -7
  108. package/core/constants/RankedTiers.js +3 -7
  109. package/core/constants/RegionalApiUris.js +3 -7
  110. package/core/constants/Regions.js +6 -11
  111. package/core/constants/RelativeTeams.js +3 -7
  112. package/core/constants/Roles.js +3 -7
  113. package/core/constants/Runes/NonStatRuneIds.js +1 -4
  114. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -4
  115. package/core/constants/Runes/NonStatRuneNames.js +1 -4
  116. package/core/constants/Runes/RuneIconFileNames.js +1 -4
  117. package/core/constants/Runes/RunePickingRelationships.js +1 -4
  118. package/core/constants/Runes/RuneSets.js +8 -11
  119. package/core/constants/Runes/RuneSetsByRuneNames.js +8 -11
  120. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +8 -11
  121. package/core/constants/Runes/RuneTreeIds.js +6 -11
  122. package/core/constants/Runes/RuneTreeIdsNum.js +6 -11
  123. package/core/constants/Runes/RuneTreeNames.js +6 -11
  124. package/core/constants/Runes/RuneTreeTypes.js +3 -7
  125. package/core/constants/SkillSlots.js +3 -7
  126. package/core/constants/Skills.js +3 -7
  127. package/core/constants/Spells/SpellIds.js +1 -4
  128. package/core/constants/Spells/SpellIdsByName.js +1 -4
  129. package/core/constants/Spells/SpellKeys.js +1 -4
  130. package/core/constants/Spells/SpellKeysNum.js +1 -4
  131. package/core/constants/Spells/SpellNames.js +1 -4
  132. package/core/constants/TeamIds.js +3 -7
  133. package/core/constants/TowerTypes.js +3 -7
  134. package/core/constants/WardTypes.js +3 -7
  135. package/core/helpers/Champions/getChampionIdByKey.js +3 -7
  136. package/core/helpers/Champions/getChampionIdByName.js +3 -7
  137. package/core/helpers/Champions/getChampionKeyById.js +3 -7
  138. package/core/helpers/Champions/getChampionKeyByName.js +4 -8
  139. package/core/helpers/Champions/getChampionNameById.js +4 -8
  140. package/core/helpers/Champions/getChampionNameByKey.js +3 -7
  141. package/core/helpers/Champions/isChampionId.js +3 -7
  142. package/core/helpers/Champions/isChampionKey.js +3 -7
  143. package/core/helpers/Champions/isChampionKeyNum.js +3 -7
  144. package/core/helpers/Champions/isChampionName.js +3 -7
  145. package/core/helpers/Items/getItemKeyByName.js +3 -7
  146. package/core/helpers/Items/getItemNameByKey.js +3 -7
  147. package/core/helpers/Items/isBootsItemKey.js +3 -7
  148. package/core/helpers/Items/isBootsItemKeyNum.js +3 -7
  149. package/core/helpers/Items/isBootsItemName.js +3 -7
  150. package/core/helpers/Items/isItemKey.js +3 -7
  151. package/core/helpers/Items/isItemKeyNum.js +3 -7
  152. package/core/helpers/Items/isItemName.js +3 -7
  153. package/core/helpers/Items/isLegendaryItemKey.js +3 -7
  154. package/core/helpers/Items/isLegendaryItemKeyNum.js +3 -7
  155. package/core/helpers/Items/isLegendaryItemName.js +3 -7
  156. package/core/helpers/Items/isTier2Boots.d.ts +3 -0
  157. package/core/helpers/Items/isTier2Boots.js +9 -0
  158. package/core/helpers/Runes/getNonStatRuneIdByName.js +3 -7
  159. package/core/helpers/Runes/getNonStatRuneNameById.js +3 -7
  160. package/core/helpers/Runes/getRuneCategoryName.js +8 -12
  161. package/core/helpers/Runes/getRuneCdnUrl.js +16 -20
  162. package/core/helpers/Runes/getRuneIdByName.js +3 -7
  163. package/core/helpers/Runes/getRuneNameById.js +3 -7
  164. package/core/helpers/Runes/getStatRuneIdByName.js +3 -7
  165. package/core/helpers/Runes/getStatRuneNameById.js +3 -7
  166. package/core/helpers/Runes/isDominationRuneId.js +3 -7
  167. package/core/helpers/Runes/isDominationRuneIdNum.js +3 -7
  168. package/core/helpers/Runes/isDominationRuneName.js +3 -7
  169. package/core/helpers/Runes/isInspirationRuneId.js +3 -7
  170. package/core/helpers/Runes/isInspirationRuneIdNum.js +3 -7
  171. package/core/helpers/Runes/isInspirationRuneName.js +3 -7
  172. package/core/helpers/Runes/isKeystoneRuneId.js +3 -7
  173. package/core/helpers/Runes/isKeystoneRuneIdNum.js +3 -7
  174. package/core/helpers/Runes/isKeystoneRuneName.js +3 -7
  175. package/core/helpers/Runes/isNonStatRuneId.js +3 -7
  176. package/core/helpers/Runes/isNonStatRuneIdNum.js +3 -7
  177. package/core/helpers/Runes/isNonStatRuneName.js +3 -7
  178. package/core/helpers/Runes/isPrecisionRuneId.js +3 -7
  179. package/core/helpers/Runes/isPrecisionRuneIdNum.js +3 -7
  180. package/core/helpers/Runes/isPrecisionRuneName.js +3 -7
  181. package/core/helpers/Runes/isResolveRuneId.js +3 -7
  182. package/core/helpers/Runes/isResolveRuneIdNum.js +3 -7
  183. package/core/helpers/Runes/isResolveRuneName.js +3 -7
  184. package/core/helpers/Runes/isRuneId.js +3 -7
  185. package/core/helpers/Runes/isRuneIdNum.js +3 -7
  186. package/core/helpers/Runes/isRuneName.js +3 -7
  187. package/core/helpers/Runes/isSorceryRuneId.js +3 -7
  188. package/core/helpers/Runes/isSorceryRuneIdNum.js +3 -7
  189. package/core/helpers/Runes/isSorceryRuneName.js +3 -7
  190. package/core/helpers/Runes/isStatRuneId.js +3 -7
  191. package/core/helpers/Runes/isStatRuneIdNum.js +3 -7
  192. package/core/helpers/Runes/isStatRuneName.js +3 -7
  193. package/core/helpers/Spells/getSpellIdByKey.js +3 -7
  194. package/core/helpers/Spells/getSpellIdByName.js +3 -7
  195. package/core/helpers/Spells/getSpellKeyById.js +3 -7
  196. package/core/helpers/Spells/getSpellKeyByName.js +4 -8
  197. package/core/helpers/Spells/getSpellNameById.js +4 -8
  198. package/core/helpers/Spells/getSpellNameByKey.js +3 -7
  199. package/core/helpers/Spells/isSpellId.js +3 -7
  200. package/core/helpers/Spells/isSpellKey.js +3 -7
  201. package/core/helpers/Spells/isSpellKeyNum.js +3 -7
  202. package/core/helpers/Spells/isSpellName.js +3 -7
  203. package/core/helpers/getPositionImageUrl.js +3 -7
  204. package/core/helpers/isRiotId.js +7 -11
  205. package/core/helpers/makeRiotId.js +1 -5
  206. package/core/helpers/splitRiotId.js +1 -5
  207. package/core/index.d.ts +4 -6
  208. package/core/index.js +138 -156
  209. package/core/types/championJson.js +1 -2
  210. package/core/types/interfaces.js +1 -2
  211. package/core/types/types.js +1 -2
  212. package/package.json +11 -6
  213. package/assets/constants/OrnnItemNames.d.ts +0 -1
  214. package/assets/constants/OrnnItemNames.js +0 -33
  215. package/assets/scripts/generate-all.d.ts +0 -23
  216. package/assets/scripts/generate-all.js +0 -29
  217. package/core/constants/Items/OrnnItemKeys.d.ts +0 -23
  218. package/core/constants/Items/OrnnItemKeys.js +0 -4
  219. package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -23
  220. package/core/constants/Items/OrnnItemKeysNum.js +0 -4
  221. package/core/constants/Items/OrnnItemNames.d.ts +0 -23
  222. package/core/constants/Items/OrnnItemNames.js +0 -4
  223. package/core/constants/QueueDescriptions.d.ts +0 -4
  224. package/core/constants/QueueDescriptions.js +0 -31
  225. package/core/helpers/Items/isOrnnItemKey.d.ts +0 -2
  226. package/core/helpers/Items/isOrnnItemKey.js +0 -8
  227. package/core/helpers/Items/isOrnnItemKeyNum.d.ts +0 -2
  228. package/core/helpers/Items/isOrnnItemKeyNum.js +0 -8
  229. package/core/helpers/Items/isOrnnItemName.d.ts +0 -2
  230. package/core/helpers/Items/isOrnnItemName.js +0 -8
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
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", "233": "Briar", "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", "901": "Smolder", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
1
+ export const 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", "233": "Briar", "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", "901": "Smolder", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
@@ -1,4 +1 @@
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", "Briar": "Briar", "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", "Hwei": "Hwei", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Naafiri": "Naafiri", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Smolder": "Smolder", "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" };
1
+ export const 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", "Briar": "Briar", "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", "Hwei": "Hwei", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Naafiri": "Naafiri", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Smolder": "Smolder", "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" };
@@ -1,4 +1 @@
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", "Briar": "233", "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", "Hwei": "910", "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", "Smolder": "901", "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" };
1
+ export const 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", "Briar": "233", "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", "Hwei": "910", "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", "Smolder": "901", "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" };
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
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, "Briar": 233, "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, "Hwei": 910, "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, "Smolder": 901, "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 };
1
+ export const 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, "Briar": 233, "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, "Hwei": 910, "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, "Smolder": 901, "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 };
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
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", "233": "Briar", "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", "901": "Smolder", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
1
+ export const 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", "233": "Briar", "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", "901": "Smolder", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isContinent = exports.Continents = void 0;
4
- exports.Continents = {
1
+ export const Continents = {
5
2
  'AMERICAS': 'AMERICAS',
6
3
  'ASIA': 'ASIA',
7
4
  'EUROPE': 'EUROPE',
8
5
  'SEA': 'SEA',
9
6
  };
10
- function isContinent(value) {
11
- return typeof value == 'string' && value in exports.Continents;
7
+ export function isContinent(value) {
8
+ return typeof value == 'string' && value in Continents;
12
9
  }
13
- exports.isContinent = isContinent;
@@ -1,51 +1,52 @@
1
+ export declare const dataDragonVersion = "14.13.1";
1
2
  /**
2
3
  * Data Dragon CDN Paths.
3
4
  */
4
5
  export declare const DataDragonUrls: {
5
- readonly DATA_DRAGON_BASE: string;
6
- readonly COMMUNITY_DRAGON_BASE: string;
6
+ readonly DATA_DRAGON_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1";
7
+ readonly COMMUNITY_DRAGON_BASE: "https://raw.communitydragon.org/14.13";
7
8
  /**
8
9
  * Append with `/MonkeyKing.png` (`/{championId}.png`).
9
10
  */
10
- readonly CHAMPION_ICON_BASE: `${string}/img/champion`;
11
+ readonly CHAMPION_ICON_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/champion";
11
12
  /**
12
13
  * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
13
14
  */
14
- readonly CHAMPION_LOADING_BASE: `${string}/img/champion/loading`;
15
+ readonly CHAMPION_LOADING_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/champion/loading";
15
16
  /**
16
17
  * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
17
18
  */
18
- readonly CHAMPION_SPLASH_BASE: `${string}/img/champion/splash`;
19
+ readonly CHAMPION_SPLASH_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/champion/splash";
19
20
  /**
20
21
  * Append with `/FlashFrost.png` (`/{abilityKey}.png`).
21
22
  */
22
- readonly ABILITY_ICON_BASE: `${string}/img/spell`;
23
+ readonly ABILITY_ICON_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/spell";
23
24
  /**
24
25
  * Append with `/685.png` (`/{iconId}.png`).
25
26
  */
26
- readonly PROFILE_ICON_BASE: `${string}/img/profileicon`;
27
+ readonly PROFILE_ICON_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/profileicon";
27
28
  /**
28
29
  * Append with `/1001.png` (`/{itemId}.png`).
29
30
  */
30
- readonly ITEM_ICON_BASE: `${string}/img/item`;
31
+ readonly ITEM_ICON_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/img/item";
31
32
  /**
32
33
  * Append with `/MonkeyKing.json` (`/{championId}.json`).
33
34
  */
34
- readonly CHAMPION_BASE: `${string}/data/en_US/champion`;
35
- readonly CHAMPION: `${string}/data/en_US/champion.json`;
36
- readonly ITEM: `${string}/data/en_US/item.json`;
37
- readonly RUNES_REFORGED: `${string}/data/en_US/runesReforged.json`;
38
- readonly SUMMONER: `${string}/data/en_US/summoner.json`;
35
+ readonly CHAMPION_BASE: "https://ddragon.leagueoflegends.com/cdn/14.13.1/data/en_US/champion";
36
+ readonly CHAMPION: "https://ddragon.leagueoflegends.com/cdn/14.13.1/data/en_US/champion.json";
37
+ readonly ITEM: "https://ddragon.leagueoflegends.com/cdn/14.13.1/data/en_US/item.json";
38
+ readonly RUNES_REFORGED: "https://ddragon.leagueoflegends.com/cdn/14.13.1/data/en_US/runesReforged.json";
39
+ readonly SUMMONER: "https://ddragon.leagueoflegends.com/cdn/14.13.1/data/en_US/summoner.json";
39
40
  /**
40
41
  * @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods
41
42
  */
42
- readonly STAT_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods`;
43
+ readonly STAT_RUNE_ICON_BASE: "https://raw.communitydragon.org/14.13/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods";
43
44
  /**
44
45
  * @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles
45
46
  */
46
- readonly TREE_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles`;
47
+ readonly TREE_RUNE_ICON_BASE: "https://raw.communitydragon.org/14.13/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles";
47
48
  /**
48
49
  * @see https://raw.communitydragon.org/latest/plugins/rcp-fe-lol-static-assets/global/default/svg
49
50
  */
50
- readonly POSITION_ICON_BASE: `${string}/plugins/rcp-fe-lol-static-assets/global/default/svg`;
51
+ readonly POSITION_ICON_BASE: "https://raw.communitydragon.org/14.13/plugins/rcp-fe-lol-static-assets/global/default/svg";
51
52
  };
@@ -1,15 +1,12 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataDragonUrls = void 0;
4
- const version = '14.12.1';
5
- const cdragonVersion = '14.12';
6
- const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
1
+ export const dataDragonVersion = '14.13.1';
2
+ const cdragonVersion = '14.13';
3
+ const base = `https://ddragon.leagueoflegends.com/cdn/${dataDragonVersion}`;
7
4
  const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
8
5
  const locale = 'en_US';
9
6
  /**
10
7
  * Data Dragon CDN Paths.
11
8
  */
12
- exports.DataDragonUrls = {
9
+ export const DataDragonUrls = {
13
10
  DATA_DRAGON_BASE: base,
14
11
  COMMUNITY_DRAGON_BASE: cdragonBase,
15
12
  /**
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isDragonType = exports.DragonTypes = void 0;
4
- exports.DragonTypes = {
1
+ export const DragonTypes = {
5
2
  'EARTH_DRAGON': 'EARTH_DRAGON',
6
3
  'CHEMTECH_DRAGON': 'CHEMTECH_DRAGON',
7
4
  'AIR_DRAGON': 'AIR_DRAGON',
@@ -10,7 +7,6 @@ exports.DragonTypes = {
10
7
  'FIRE_DRAGON': 'FIRE_DRAGON',
11
8
  'ELDER_DRAGON': 'ELDER_DRAGON',
12
9
  };
13
- function isDragonType(value) {
14
- return typeof value == 'string' && value in exports.DragonTypes;
10
+ export function isDragonType(value) {
11
+ return typeof value == 'string' && value in DragonTypes;
15
12
  }
16
- exports.isDragonType = isDragonType;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isGameMode = exports.GameModes = void 0;
4
- exports.GameModes = {
1
+ export const GameModes = {
5
2
  'CLASSIC': 'CLASSIC',
6
3
  'ARAM': 'ARAM',
7
4
  'TUTORIAL': 'TUTORIAL',
@@ -11,7 +8,6 @@ exports.GameModes = {
11
8
  'GAMEMODEX': 'GAMEMODEX',
12
9
  'ULTBOOK': 'ULTBOOK',
13
10
  };
14
- function isGameMode(value) {
15
- return typeof value == 'string' && value in exports.GameModes;
11
+ export function isGameMode(value) {
12
+ return typeof value == 'string' && value in GameModes;
16
13
  }
17
- exports.isGameMode = isGameMode;
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isGameType = exports.GameTypes = void 0;
4
- exports.GameTypes = {
1
+ export const GameTypes = {
5
2
  'CUSTOM_GAME': 'CUSTOM_GAME',
6
3
  'TUTORIAL_GAME': 'TUTORIAL_GAME',
7
4
  'MATCHED_GAME': 'MATCHED_GAME',
8
5
  };
9
- function isGameType(value) {
10
- return typeof value == 'string' && value in exports.GameTypes;
6
+ export function isGameType(value) {
7
+ return typeof value == 'string' && value in GameTypes;
11
8
  }
12
- exports.isGameType = isGameType;
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
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", "Plated Steelcaps": "3047", "Sorcerer's Shoes": "3020", "Slightly Magical Footwear": "2422", "Symbiotic Soles": "3010", "Synchronized Souls": "3013", "Zephyr": "3172" };
1
+ export const BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Ionian Boots of Lucidity": "3158", "Mercury's Treads": "3111", "Plated Steelcaps": "3047", "Sorcerer's Shoes": "3020", "Slightly Magical Footwear": "2422", "Symbiotic Soles": "3010", "Synchronized Souls": "3013", "Zephyr": "3172" };
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
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, "Plated Steelcaps": 3047, "Sorcerer's Shoes": 3020, "Slightly Magical Footwear": 2422, "Symbiotic Soles": 3010, "Synchronized Souls": 3013, "Zephyr": 3172 };
1
+ export const BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Ionian Boots of Lucidity": 3158, "Mercury's Treads": 3111, "Plated Steelcaps": 3047, "Sorcerer's Shoes": 3020, "Slightly Magical Footwear": 2422, "Symbiotic Soles": 3010, "Synchronized Souls": 3013, "Zephyr": 3172 };
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BootsItemNames = void 0;
4
- exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3158": "Ionian Boots of Lucidity", "3172": "Zephyr" };
1
+ export const BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3158": "Ionian Boots of Lucidity", "3172": "Zephyr" };
@@ -231,40 +231,6 @@ export declare const ItemKeys: {
231
231
  readonly "Profane Hydra": "6698";
232
232
  readonly "Voltaic Cyclosword": "6699";
233
233
  readonly Opportunity: "6701";
234
- readonly Syzygy: "7001";
235
- readonly "Rabadon's Deathcrown": "7003";
236
- readonly "Enmity of the Masses": "7004";
237
- readonly "Frozen Fist": "7005";
238
- readonly Typhoon: "7006";
239
- readonly Swordnado: "7007";
240
- readonly Ataraxia: "7008";
241
- readonly "Icathia's Curse": "7009";
242
- readonly Vespertide: "7010";
243
- readonly "Upgraded Aeropack": "7011";
244
- readonly "Liandry's Lament": "7012";
245
- readonly "Force of Arms": "7013";
246
- readonly Dreamshatter: "7016";
247
- readonly "Infinity Force": "7018";
248
- readonly "Reliquary of the Golden Dawn": "7019";
249
- readonly "Shurelya's Requiem": "7020";
250
- readonly Starcaster: "7021";
251
- readonly Certainty: "7022";
252
- readonly Leviathan: "7025";
253
- readonly "The Unspoken Parasite": "7026";
254
- readonly "Infinite Convergence": "7028";
255
- readonly "Youmuu's Wake": "7029";
256
- readonly "Seething Sorrow": "7030";
257
- readonly "Edge of Finality": "7031";
258
- readonly Flicker: "7032";
259
- readonly "Cry of the Shrieking City": "7033";
260
- readonly "Hope Adrift": "7034";
261
- readonly Daybreak: "7035";
262
- readonly "T.U.R.B.O.": "7036";
263
- readonly "Obsidian Cleaver": "7037";
264
- readonly "Shojin's Resolve": "7038";
265
- readonly Heavensfall: "7039";
266
- readonly "Wyrmfallen Sacrifice": "7041";
267
- readonly "The Baron's Gift": "7042";
268
234
  readonly "Gangplank Placeholder": "7050";
269
235
  readonly "Anathema's Chains": "8001";
270
236
  readonly "Abyssal Mask": "8020";
@@ -1,4 +1 @@
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", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "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", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "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", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Steel Sigil": "2019", "The Brutalizer": "2020", "Tunneler": "2021", "Glowing Mote": "2022", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Elixir of Skill": "2150", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Minion Dematerializer": "2403", "Seeker's Armguard": "2420", "Shattered Armguard": "2421", "Slightly Magical Footwear": "2422", "Overlord's Bloodmail": "2501", "Unending Despair": "2502", "Blackfire Torch": "2503", "Kaenic Rookern": "2504", "Fated Ashes": "2508", "Trailblazer": "3002", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Symbiotic Soles": "3010", "Chemtech Putrifier": "3011", "Synchronized Souls": "3013", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Yun Tal Wildarrows": "3032", "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", "Experimental Hexplate": "3073", "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", "Statikk Shiv": "3087", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Lich Bane": "3100", "Banshee's Veil": "3102", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Malignance": "3118", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Cryptbloom": "3137", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Scout's Slingshot": "3144", "Hextech Alternator": "3145", "Haunting Guise": "3147", "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", "Zephyr": "3172", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Locket of the Iron Solari": "3190", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Terminus": "3302", "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", "World Atlas": "3865", "Runic Compass": "3866", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Dream Maker": "3870", "Zaz'Zak's Realmspike": "3871", "Solstice Sleigh": "3876", "Bloodsong": "3877", "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", "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", "Shadowflame": "4645", "Stormsurge": "4646", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Sundered Sky": "6610", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Echoes of Helia": "6620", "Dawncore": "6621", "Stridebreaker": "6631", "Liandry's Torment": "6653", "Luden's Companion": "6655", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Hollow Radiance": "6664", "Jak'Sho, The Protean": "6665", "Noonquiver": "6670", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Flickerblade": "6675", "The Collector": "6676", "Rectrix": "6690", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Hubris": "6697", "Profane Hydra": "6698", "Voltaic Cyclosword": "6699", "Opportunity": "6701", "Syzygy": "7001", "Rabadon's Deathcrown": "7003", "Enmity of the Masses": "7004", "Frozen Fist": "7005", "Typhoon": "7006", "Swordnado": "7007", "Ataraxia": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Force of Arms": "7013", "Dreamshatter": "7016", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Certainty": "7022", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Infinite Convergence": "7028", "Youmuu's Wake": "7029", "Seething Sorrow": "7030", "Edge of Finality": "7031", "Flicker": "7032", "Cry of the Shrieking City": "7033", "Hope Adrift": "7034", "Daybreak": "7035", "T.U.R.B.O.": "7036", "Obsidian Cleaver": "7037", "Shojin's Resolve": "7038", "Heavensfall": "7039", "Wyrmfallen Sacrifice": "7041", "The Baron's Gift": "7042", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
1
+ export const 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", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "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", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "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", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Steel Sigil": "2019", "The Brutalizer": "2020", "Tunneler": "2021", "Glowing Mote": "2022", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Elixir of Skill": "2150", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Minion Dematerializer": "2403", "Seeker's Armguard": "2420", "Shattered Armguard": "2421", "Slightly Magical Footwear": "2422", "Overlord's Bloodmail": "2501", "Unending Despair": "2502", "Blackfire Torch": "2503", "Kaenic Rookern": "2504", "Fated Ashes": "2508", "Trailblazer": "3002", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Symbiotic Soles": "3010", "Chemtech Putrifier": "3011", "Synchronized Souls": "3013", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Yun Tal Wildarrows": "3032", "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", "Experimental Hexplate": "3073", "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", "Statikk Shiv": "3087", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Lich Bane": "3100", "Banshee's Veil": "3102", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Malignance": "3118", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Cryptbloom": "3137", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Scout's Slingshot": "3144", "Hextech Alternator": "3145", "Haunting Guise": "3147", "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", "Zephyr": "3172", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Locket of the Iron Solari": "3190", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Terminus": "3302", "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", "World Atlas": "3865", "Runic Compass": "3866", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Dream Maker": "3870", "Zaz'Zak's Realmspike": "3871", "Solstice Sleigh": "3876", "Bloodsong": "3877", "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", "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", "Shadowflame": "4645", "Stormsurge": "4646", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Sundered Sky": "6610", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Echoes of Helia": "6620", "Dawncore": "6621", "Stridebreaker": "6631", "Liandry's Torment": "6653", "Luden's Companion": "6655", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Hollow Radiance": "6664", "Jak'Sho, The Protean": "6665", "Noonquiver": "6670", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Flickerblade": "6675", "The Collector": "6676", "Rectrix": "6690", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Hubris": "6697", "Profane Hydra": "6698", "Voltaic Cyclosword": "6699", "Opportunity": "6701", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
@@ -231,40 +231,6 @@ export declare const ItemKeysNum: {
231
231
  readonly "Profane Hydra": 6698;
232
232
  readonly "Voltaic Cyclosword": 6699;
233
233
  readonly Opportunity: 6701;
234
- readonly Syzygy: 7001;
235
- readonly "Rabadon's Deathcrown": 7003;
236
- readonly "Enmity of the Masses": 7004;
237
- readonly "Frozen Fist": 7005;
238
- readonly Typhoon: 7006;
239
- readonly Swordnado: 7007;
240
- readonly Ataraxia: 7008;
241
- readonly "Icathia's Curse": 7009;
242
- readonly Vespertide: 7010;
243
- readonly "Upgraded Aeropack": 7011;
244
- readonly "Liandry's Lament": 7012;
245
- readonly "Force of Arms": 7013;
246
- readonly Dreamshatter: 7016;
247
- readonly "Infinity Force": 7018;
248
- readonly "Reliquary of the Golden Dawn": 7019;
249
- readonly "Shurelya's Requiem": 7020;
250
- readonly Starcaster: 7021;
251
- readonly Certainty: 7022;
252
- readonly Leviathan: 7025;
253
- readonly "The Unspoken Parasite": 7026;
254
- readonly "Infinite Convergence": 7028;
255
- readonly "Youmuu's Wake": 7029;
256
- readonly "Seething Sorrow": 7030;
257
- readonly "Edge of Finality": 7031;
258
- readonly Flicker: 7032;
259
- readonly "Cry of the Shrieking City": 7033;
260
- readonly "Hope Adrift": 7034;
261
- readonly Daybreak: 7035;
262
- readonly "T.U.R.B.O.": 7036;
263
- readonly "Obsidian Cleaver": 7037;
264
- readonly "Shojin's Resolve": 7038;
265
- readonly Heavensfall: 7039;
266
- readonly "Wyrmfallen Sacrifice": 7041;
267
- readonly "The Baron's Gift": 7042;
268
234
  readonly "Gangplank Placeholder": 7050;
269
235
  readonly "Anathema's Chains": 8001;
270
236
  readonly "Abyssal Mask": 8020;
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ItemKeysNum = void 0;
4
- exports.ItemKeysNum = { "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, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "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, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "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, "Tower Power-Up": 1522, "Health Potion": 2003, "Total Biscuit of Everlasting Will": 2010, "Steel Sigil": 2019, "The Brutalizer": 2020, "Tunneler": 2021, "Glowing Mote": 2022, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Elixir of Skill": 2150, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Minion Dematerializer": 2403, "Seeker's Armguard": 2420, "Shattered Armguard": 2421, "Slightly Magical Footwear": 2422, "Overlord's Bloodmail": 2501, "Unending Despair": 2502, "Blackfire Torch": 2503, "Kaenic Rookern": 2504, "Fated Ashes": 2508, "Trailblazer": 3002, "Archangel's Staff": 3003, "Manamune": 3004, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Symbiotic Soles": 3010, "Chemtech Putrifier": 3011, "Synchronized Souls": 3013, "Sorcerer's Shoes": 3020, "Glacial Buckler": 3024, "Guardian Angel": 3026, "Infinity Edge": 3031, "Yun Tal Wildarrows": 3032, "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, "Experimental Hexplate": 3073, "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, "Statikk Shiv": 3087, "Rabadon's Deathcap": 3089, "Wit's End": 3091, "Rapid Firecannon": 3094, "Lich Bane": 3100, "Banshee's Veil": 3102, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Malignance": 3118, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Cryptbloom": 3137, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Scout's Slingshot": 3144, "Hextech Alternator": 3145, "Haunting Guise": 3147, "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, "Zephyr": 3172, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Locket of the Iron Solari": 3190, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "Terminus": 3302, "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, "World Atlas": 3865, "Runic Compass": 3866, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Dream Maker": 3870, "Zaz'Zak's Realmspike": 3871, "Solstice Sleigh": 3876, "Bloodsong": 3877, "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, "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, "Shadowflame": 4645, "Stormsurge": 4646, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Sundered Sky": 6610, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Echoes of Helia": 6620, "Dawncore": 6621, "Stridebreaker": 6631, "Liandry's Torment": 6653, "Luden's Companion": 6655, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Hollow Radiance": 6664, "Jak'Sho, The Protean": 6665, "Noonquiver": 6670, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Flickerblade": 6675, "The Collector": 6676, "Rectrix": 6690, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Hubris": 6697, "Profane Hydra": 6698, "Voltaic Cyclosword": 6699, "Opportunity": 6701, "Syzygy": 7001, "Rabadon's Deathcrown": 7003, "Enmity of the Masses": 7004, "Frozen Fist": 7005, "Typhoon": 7006, "Swordnado": 7007, "Ataraxia": 7008, "Icathia's Curse": 7009, "Vespertide": 7010, "Upgraded Aeropack": 7011, "Liandry's Lament": 7012, "Force of Arms": 7013, "Dreamshatter": 7016, "Infinity Force": 7018, "Reliquary of the Golden Dawn": 7019, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Certainty": 7022, "Leviathan": 7025, "The Unspoken Parasite": 7026, "Infinite Convergence": 7028, "Youmuu's Wake": 7029, "Seething Sorrow": 7030, "Edge of Finality": 7031, "Flicker": 7032, "Cry of the Shrieking City": 7033, "Hope Adrift": 7034, "Daybreak": 7035, "T.U.R.B.O.": 7036, "Obsidian Cleaver": 7037, "Shojin's Resolve": 7038, "Heavensfall": 7039, "Wyrmfallen Sacrifice": 7041, "The Baron's Gift": 7042, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };
1
+ export const ItemKeysNum = { "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, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "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, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "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, "Tower Power-Up": 1522, "Health Potion": 2003, "Total Biscuit of Everlasting Will": 2010, "Steel Sigil": 2019, "The Brutalizer": 2020, "Tunneler": 2021, "Glowing Mote": 2022, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Elixir of Skill": 2150, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Minion Dematerializer": 2403, "Seeker's Armguard": 2420, "Shattered Armguard": 2421, "Slightly Magical Footwear": 2422, "Overlord's Bloodmail": 2501, "Unending Despair": 2502, "Blackfire Torch": 2503, "Kaenic Rookern": 2504, "Fated Ashes": 2508, "Trailblazer": 3002, "Archangel's Staff": 3003, "Manamune": 3004, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Symbiotic Soles": 3010, "Chemtech Putrifier": 3011, "Synchronized Souls": 3013, "Sorcerer's Shoes": 3020, "Glacial Buckler": 3024, "Guardian Angel": 3026, "Infinity Edge": 3031, "Yun Tal Wildarrows": 3032, "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, "Experimental Hexplate": 3073, "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, "Statikk Shiv": 3087, "Rabadon's Deathcap": 3089, "Wit's End": 3091, "Rapid Firecannon": 3094, "Lich Bane": 3100, "Banshee's Veil": 3102, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Malignance": 3118, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Cryptbloom": 3137, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Scout's Slingshot": 3144, "Hextech Alternator": 3145, "Haunting Guise": 3147, "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, "Zephyr": 3172, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Locket of the Iron Solari": 3190, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "Terminus": 3302, "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, "World Atlas": 3865, "Runic Compass": 3866, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Dream Maker": 3870, "Zaz'Zak's Realmspike": 3871, "Solstice Sleigh": 3876, "Bloodsong": 3877, "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, "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, "Shadowflame": 4645, "Stormsurge": 4646, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Sundered Sky": 6610, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Echoes of Helia": 6620, "Dawncore": 6621, "Stridebreaker": 6631, "Liandry's Torment": 6653, "Luden's Companion": 6655, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Hollow Radiance": 6664, "Jak'Sho, The Protean": 6665, "Noonquiver": 6670, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Flickerblade": 6675, "The Collector": 6676, "Rectrix": 6690, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Hubris": 6697, "Profane Hydra": 6698, "Voltaic Cyclosword": 6699, "Opportunity": 6701, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };
@@ -237,40 +237,6 @@ export declare const ItemNames: {
237
237
  readonly "6698": "Profane Hydra";
238
238
  readonly "6699": "Voltaic Cyclosword";
239
239
  readonly "6701": "Opportunity";
240
- readonly "7001": "Syzygy";
241
- readonly "7003": "Rabadon's Deathcrown";
242
- readonly "7004": "Enmity of the Masses";
243
- readonly "7005": "Frozen Fist";
244
- readonly "7006": "Typhoon";
245
- readonly "7007": "Swordnado";
246
- readonly "7008": "Ataraxia";
247
- readonly "7009": "Icathia's Curse";
248
- readonly "7010": "Vespertide";
249
- readonly "7011": "Upgraded Aeropack";
250
- readonly "7012": "Liandry's Lament";
251
- readonly "7013": "Force of Arms";
252
- readonly "7016": "Dreamshatter";
253
- readonly "7018": "Infinity Force";
254
- readonly "7019": "Reliquary of the Golden Dawn";
255
- readonly "7020": "Shurelya's Requiem";
256
- readonly "7021": "Starcaster";
257
- readonly "7022": "Certainty";
258
- readonly "7025": "Leviathan";
259
- readonly "7026": "The Unspoken Parasite";
260
- readonly "7028": "Infinite Convergence";
261
- readonly "7029": "Youmuu's Wake";
262
- readonly "7030": "Seething Sorrow";
263
- readonly "7031": "Edge of Finality";
264
- readonly "7032": "Flicker";
265
- readonly "7033": "Cry of the Shrieking City";
266
- readonly "7034": "Hope Adrift";
267
- readonly "7035": "Daybreak";
268
- readonly "7036": "T.U.R.B.O.";
269
- readonly "7037": "Obsidian Cleaver";
270
- readonly "7038": "Shojin's Resolve";
271
- readonly "7039": "Heavensfall";
272
- readonly "7041": "Wyrmfallen Sacrifice";
273
- readonly "7042": "The Baron's Gift";
274
240
  readonly "7050": "Gangplank Placeholder";
275
241
  readonly "8001": "Anathema's Chains";
276
242
  readonly "8020": "Abyssal Mask";