lol-constants 0.10.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) hide show
  1. package/{dist/Constants → assets}/StatRunes.d.ts +0 -0
  2. package/{dist/Constants → assets}/StatRunes.js +0 -0
  3. package/assets/champion.json +1 -0
  4. package/assets/index.d.ts +17216 -0
  5. package/assets/index.js +17 -0
  6. package/assets/item.json +1 -0
  7. package/assets/runesReforged.json +1 -0
  8. package/assets/scripts/Helpers/getExportStatement.d.ts +6 -0
  9. package/assets/scripts/Helpers/getExportStatement.js +10 -0
  10. package/assets/scripts/generate-all.d.ts +16 -0
  11. package/assets/scripts/generate-all.js +18 -0
  12. package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -0
  13. package/assets/scripts/generate-champion-ids-by-name.js +20 -0
  14. package/assets/scripts/generate-champion-ids.d.ts +1 -0
  15. package/assets/scripts/generate-champion-ids.js +20 -0
  16. package/assets/scripts/generate-champion-keys.d.ts +1 -0
  17. package/assets/scripts/generate-champion-keys.js +20 -0
  18. package/assets/scripts/generate-champion-names.d.ts +1 -0
  19. package/assets/scripts/generate-champion-names.js +20 -0
  20. package/assets/scripts/generate-item-keys.d.ts +1 -0
  21. package/assets/scripts/generate-item-keys.js +21 -0
  22. package/assets/scripts/generate-item-names.d.ts +1 -0
  23. package/assets/scripts/generate-item-names.js +21 -0
  24. package/assets/scripts/generate-rune-ids.d.ts +1 -0
  25. package/assets/scripts/generate-rune-ids.js +29 -0
  26. package/assets/scripts/generate-rune-names.d.ts +1 -0
  27. package/assets/scripts/generate-rune-names.js +29 -0
  28. package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -0
  29. package/assets/scripts/generate-spell-ids-by-name.js +20 -0
  30. package/assets/scripts/generate-spell-ids.d.ts +1 -0
  31. package/assets/scripts/generate-spell-ids.js +20 -0
  32. package/assets/scripts/generate-spell-keys.d.ts +1 -0
  33. package/assets/scripts/generate-spell-keys.js +20 -0
  34. package/assets/scripts/generate-spell-names.d.ts +1 -0
  35. package/assets/scripts/generate-spell-names.js +20 -0
  36. package/assets/scripts/generate-stat-rune-ids.d.ts +1 -0
  37. package/assets/scripts/generate-stat-rune-ids.js +20 -0
  38. package/assets/scripts/generate-stat-rune-names.d.ts +1 -0
  39. package/assets/scripts/generate-stat-rune-names.js +20 -0
  40. package/assets/scripts/generate-tree-rune-ids.d.ts +1 -0
  41. package/assets/scripts/generate-tree-rune-ids.js +22 -0
  42. package/assets/scripts/generate-tree-rune-names.d.ts +1 -0
  43. package/assets/scripts/generate-tree-rune-names.js +22 -0
  44. package/assets/summoner.json +1 -0
  45. package/dist/Constants/ChampionIds.d.ts +162 -0
  46. package/dist/Constants/ChampionIds.js +4 -0
  47. package/dist/Constants/ChampionIdsByName.d.ts +162 -0
  48. package/dist/Constants/ChampionIdsByName.js +4 -0
  49. package/dist/Constants/ChampionKeys.d.ts +162 -2
  50. package/dist/Constants/ChampionKeys.js +1 -5
  51. package/dist/Constants/ChampionNames.d.ts +162 -2
  52. package/dist/Constants/ChampionNames.js +1 -5
  53. package/dist/Constants/DDPaths.d.ts +27 -5
  54. package/dist/Constants/DDPaths.js +29 -7
  55. package/dist/Constants/ItemKeys.d.ts +250 -2
  56. package/dist/Constants/ItemKeys.js +1 -5
  57. package/dist/Constants/ItemNames.d.ts +256 -2
  58. package/dist/Constants/ItemNames.js +1 -5
  59. package/dist/Constants/RuneIds.d.ts +74 -2
  60. package/dist/Constants/RuneIds.js +1 -9
  61. package/dist/Constants/RuneNames.d.ts +74 -2
  62. package/dist/Constants/RuneNames.js +1 -5
  63. package/dist/Constants/RuneSets.d.ts +59 -0
  64. package/dist/Constants/RuneSets.js +188 -144
  65. package/dist/Constants/SpellIds.d.ts +18 -0
  66. package/dist/Constants/SpellIds.js +4 -0
  67. package/dist/Constants/SpellIdsByName.d.ts +17 -0
  68. package/dist/Constants/SpellIdsByName.js +4 -0
  69. package/dist/Constants/SpellKeys.d.ts +18 -0
  70. package/dist/Constants/SpellKeys.js +4 -0
  71. package/dist/Constants/SpellNames.d.ts +18 -0
  72. package/dist/Constants/SpellNames.js +4 -0
  73. package/dist/Constants/StatRuneIds.d.ts +11 -2
  74. package/dist/Constants/StatRuneIds.js +1 -2
  75. package/dist/Constants/StatRuneNames.d.ts +11 -2
  76. package/dist/Constants/StatRuneNames.js +1 -2
  77. package/dist/Constants/TreeRuneIds.d.ts +65 -2
  78. package/dist/Constants/TreeRuneIds.js +1 -5
  79. package/dist/Constants/TreeRuneNames.d.ts +65 -2
  80. package/dist/Constants/TreeRuneNames.js +1 -5
  81. package/dist/Helpers/getChampionIdByKey.d.ts +2 -0
  82. package/dist/Helpers/getChampionIdByKey.js +8 -0
  83. package/dist/Helpers/getChampionIdByName.d.ts +2 -0
  84. package/dist/Helpers/getChampionIdByName.js +8 -0
  85. package/dist/Helpers/getChampionKeyById.d.ts +2 -0
  86. package/dist/Helpers/getChampionKeyById.js +8 -0
  87. package/dist/Helpers/getChampionKeyByName.js +3 -5
  88. package/dist/Helpers/getChampionNameById.d.ts +2 -0
  89. package/dist/Helpers/getChampionNameById.js +9 -0
  90. package/dist/Helpers/getChampionNameByKey.js +2 -5
  91. package/dist/Helpers/getItemKeyByName.js +2 -5
  92. package/dist/Helpers/getItemNameByKey.js +2 -5
  93. package/dist/Helpers/getRuneIdByName.js +2 -15
  94. package/dist/Helpers/getRuneNameById.js +2 -9
  95. package/dist/Helpers/getSpellIdByKey.d.ts +2 -0
  96. package/dist/Helpers/getSpellIdByKey.js +8 -0
  97. package/dist/Helpers/getSpellIdByName.d.ts +2 -0
  98. package/dist/Helpers/getSpellIdByName.js +8 -0
  99. package/dist/Helpers/getSpellKeyById.d.ts +2 -0
  100. package/dist/Helpers/getSpellKeyById.js +8 -0
  101. package/dist/Helpers/getSpellKeyByName.d.ts +2 -0
  102. package/dist/Helpers/getSpellKeyByName.js +9 -0
  103. package/dist/Helpers/getSpellNameById.d.ts +2 -0
  104. package/dist/Helpers/getSpellNameById.js +9 -0
  105. package/dist/Helpers/getSpellNameByKey.d.ts +2 -0
  106. package/dist/Helpers/getSpellNameByKey.js +8 -0
  107. package/dist/Helpers/getStatRuneIdByName.d.ts +2 -0
  108. package/dist/Helpers/getStatRuneIdByName.js +8 -0
  109. package/dist/Helpers/getStatRuneNameById.d.ts +2 -0
  110. package/dist/Helpers/getStatRuneNameById.js +8 -0
  111. package/dist/Helpers/getTreeRuneIdByName.d.ts +2 -0
  112. package/dist/Helpers/getTreeRuneIdByName.js +8 -0
  113. package/dist/Helpers/getTreeRuneNameById.d.ts +2 -0
  114. package/dist/Helpers/getTreeRuneNameById.js +8 -0
  115. package/dist/Helpers/isChampionId.d.ts +2 -0
  116. package/dist/Helpers/isChampionId.js +8 -0
  117. package/dist/Helpers/isChampionKey.d.ts +1 -1
  118. package/dist/Helpers/isChampionKey.js +2 -4
  119. package/dist/Helpers/isChampionName.d.ts +1 -1
  120. package/dist/Helpers/isChampionName.js +2 -4
  121. package/dist/Helpers/isItemKey.d.ts +1 -1
  122. package/dist/Helpers/isItemKey.js +2 -4
  123. package/dist/Helpers/isItemName.d.ts +1 -1
  124. package/dist/Helpers/isItemName.js +2 -4
  125. package/dist/Helpers/isRuneId.d.ts +1 -1
  126. package/dist/Helpers/isRuneId.js +2 -4
  127. package/dist/Helpers/isRuneName.d.ts +1 -1
  128. package/dist/Helpers/isRuneName.js +2 -4
  129. package/dist/Helpers/isSpellId.d.ts +2 -0
  130. package/dist/Helpers/isSpellId.js +8 -0
  131. package/dist/Helpers/isSpellKey.d.ts +2 -0
  132. package/dist/Helpers/isSpellKey.js +8 -0
  133. package/dist/Helpers/isSpellName.d.ts +2 -0
  134. package/dist/Helpers/isSpellName.js +8 -0
  135. package/dist/Helpers/isStatRuneId.d.ts +1 -1
  136. package/dist/Helpers/isStatRuneId.js +2 -4
  137. package/dist/Helpers/isStatRuneName.d.ts +1 -1
  138. package/dist/Helpers/isStatRuneName.js +2 -4
  139. package/dist/Helpers/isTreeRuneId.d.ts +1 -1
  140. package/dist/Helpers/isTreeRuneId.js +2 -4
  141. package/dist/Helpers/isTreeRuneName.d.ts +1 -1
  142. package/dist/Helpers/isTreeRuneName.js +2 -4
  143. package/dist/assets/StatRunes.d.ts +11 -0
  144. package/dist/assets/StatRunes.js +14 -0
  145. package/dist/assets/champion.json +1 -1
  146. package/dist/assets/index.d.ts +17216 -0
  147. package/dist/assets/index.js +17 -0
  148. package/dist/assets/item.json +1 -1
  149. package/dist/assets/runesReforged.json +1 -1
  150. package/dist/assets/summoner.json +1 -1
  151. package/dist/index.d.ts +25 -43394
  152. package/dist/index.js +80 -46
  153. package/dist/scripts/Helpers/getExportStatement.d.ts +6 -0
  154. package/dist/scripts/Helpers/getExportStatement.js +10 -0
  155. package/dist/scripts/generate-all.d.ts +16 -1
  156. package/dist/scripts/generate-all.js +16 -17
  157. package/dist/scripts/generate-champion-ids-by-name.d.ts +1 -0
  158. package/dist/{Helpers/generateChampionsByKey.js → scripts/generate-champion-ids-by-name.js} +9 -11
  159. package/dist/scripts/generate-champion-ids.d.ts +1 -0
  160. package/dist/{Helpers/generateChampionsByName.js → scripts/generate-champion-ids.js} +9 -11
  161. package/dist/scripts/generate-champion-keys.d.ts +1 -0
  162. package/dist/scripts/generate-champion-keys.js +20 -0
  163. package/dist/scripts/generate-champion-names.d.ts +1 -0
  164. package/dist/scripts/generate-champion-names.js +20 -0
  165. package/dist/scripts/generate-item-keys.d.ts +1 -0
  166. package/dist/scripts/generate-item-keys.js +21 -0
  167. package/dist/scripts/generate-item-names.d.ts +1 -0
  168. package/dist/scripts/generate-item-names.js +21 -0
  169. package/dist/scripts/generate-rune-ids.d.ts +1 -0
  170. package/dist/scripts/generate-rune-ids.js +29 -0
  171. package/dist/scripts/generate-rune-names.d.ts +1 -0
  172. package/dist/scripts/generate-rune-names.js +29 -0
  173. package/dist/scripts/generate-spell-ids-by-name.d.ts +1 -0
  174. package/dist/scripts/generate-spell-ids-by-name.js +20 -0
  175. package/dist/scripts/generate-spell-ids.d.ts +1 -0
  176. package/dist/scripts/generate-spell-ids.js +20 -0
  177. package/dist/scripts/generate-spell-keys.d.ts +1 -0
  178. package/dist/scripts/generate-spell-keys.js +20 -0
  179. package/dist/scripts/generate-spell-names.d.ts +1 -0
  180. package/dist/scripts/generate-spell-names.js +20 -0
  181. package/dist/scripts/generate-stat-rune-ids.d.ts +1 -0
  182. package/dist/scripts/generate-stat-rune-ids.js +20 -0
  183. package/dist/scripts/generate-stat-rune-names.d.ts +1 -0
  184. package/dist/scripts/generate-stat-rune-names.js +20 -0
  185. package/dist/scripts/generate-tree-rune-ids.d.ts +1 -0
  186. package/dist/{Helpers/generateRunesById.js → scripts/generate-tree-rune-ids.js} +9 -7
  187. package/dist/scripts/generate-tree-rune-names.d.ts +1 -0
  188. package/dist/{Helpers/generateRunesByName.js → scripts/generate-tree-rune-names.js} +9 -7
  189. package/dist/types/Meta.d.ts +25 -0
  190. package/dist/types/index.d.ts +154 -23
  191. package/package.json +4 -3
  192. package/dist/Constants/SummonerIds.d.ts +0 -2
  193. package/dist/Constants/SummonerIds.js +0 -8
  194. package/dist/Constants/SummonerKeys.d.ts +0 -2
  195. package/dist/Constants/SummonerKeys.js +0 -8
  196. package/dist/Constants/SummonerNames.d.ts +0 -2
  197. package/dist/Constants/SummonerNames.js +0 -8
  198. package/dist/Constants/SummonerSpellIds.d.ts +0 -2
  199. package/dist/Constants/SummonerSpellIds.js +0 -8
  200. package/dist/Constants/SummonerSpellKeys.d.ts +0 -2
  201. package/dist/Constants/SummonerSpellKeys.js +0 -8
  202. package/dist/Constants/SummonerSpellNames.d.ts +0 -2
  203. package/dist/Constants/SummonerSpellNames.js +0 -8
  204. package/dist/Helpers/generateChampionsByKey.d.ts +0 -1
  205. package/dist/Helpers/generateChampionsByName.d.ts +0 -1
  206. package/dist/Helpers/generateItemsByName.d.ts +0 -1
  207. package/dist/Helpers/generateItemsByName.js +0 -25
  208. package/dist/Helpers/generateRunesById.d.ts +0 -1
  209. package/dist/Helpers/generateRunesByName.d.ts +0 -1
  210. package/dist/Helpers/generateSummonerSpellsByKey.d.ts +0 -1
  211. package/dist/Helpers/generateSummonerSpellsByKey.js +0 -24
  212. package/dist/Helpers/generateSummonerSpellsByName.d.ts +0 -1
  213. package/dist/Helpers/generateSummonerSpellsByName.js +0 -24
  214. package/dist/Helpers/generateSummonersByKey.d.ts +0 -1
  215. package/dist/Helpers/generateSummonersByKey.js +0 -24
  216. package/dist/Helpers/generateSummonersByName.d.ts +0 -1
  217. package/dist/Helpers/generateSummonersByName.js +0 -24
  218. package/dist/Helpers/getSummonerSpellKeyByName.d.ts +0 -2
  219. package/dist/Helpers/getSummonerSpellKeyByName.js +0 -11
  220. package/dist/Helpers/getSummonerSpellNameByKey.d.ts +0 -2
  221. package/dist/Helpers/getSummonerSpellNameByKey.js +0 -11
  222. package/dist/Helpers/isSummonerId.d.ts +0 -2
  223. package/dist/Helpers/isSummonerId.js +0 -10
  224. package/dist/Helpers/isSummonerKey.d.ts +0 -2
  225. package/dist/Helpers/isSummonerKey.js +0 -10
  226. package/dist/Helpers/isSummonerName.d.ts +0 -2
  227. package/dist/Helpers/isSummonerName.js +0 -10
  228. package/dist/Helpers/isSummonerSpellId.d.ts +0 -2
  229. package/dist/Helpers/isSummonerSpellId.js +0 -10
  230. package/dist/Helpers/isSummonerSpellKey.d.ts +0 -2
  231. package/dist/Helpers/isSummonerSpellKey.js +0 -10
  232. package/dist/Helpers/isSummonerSpellName.d.ts +0 -2
  233. package/dist/Helpers/isSummonerSpellName.js +0 -10
  234. package/dist/generated/championByKey.json +0 -1
  235. package/dist/generated/championByName.json +0 -1
  236. package/dist/generated/itemByKey.json +0 -1
  237. package/dist/generated/itemByName.json +0 -1
  238. package/dist/generated/runesById.json +0 -1
  239. package/dist/generated/runesByName.json +0 -1
  240. package/dist/generated/summonerByKey.json +0 -1
  241. package/dist/generated/summonerByName.json +0 -1
@@ -0,0 +1 @@
1
+ { "type": "summoner", "version": "12.12.1", "data": { "SummonerBarrier": { "id": "SummonerBarrier", "name": "Barrier", "description": "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.", "tooltip": "Temporarily shields {{ f1 }} damage from your champion for 2 seconds.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [87], [18], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "21", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [1200], "rangeBurn": "1200", "image": { "full": "SummonerBarrier.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerBoost": { "id": "SummonerBoost", "name": "Cleanse", "description": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and lowers the duration of incoming disables by 65% for 3 seconds.", "tooltip": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and reduces the duration of disables by 65% for the next {{ f1 }} seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.65], [3], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "1", "summonerLevel": 9, "modes": ["URF", "NEXUSBLITZ", "ARSR", "ONEFORALL", "ARAM", "CLASSIC", "PRACTICETOOL", "DOOMBOTSTEEMO", "TUTORIAL", "ULTBOOK", "FIRSTBLOOD", "PROJECT"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerBoost.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerDot": { "id": "SummonerDot", "name": "Ignite", "description": "Ignites target enemy champion, dealing 70-410 true damage (depending on champion level) over 5 seconds, grants you vision of the target, and reduces healing effects on them for the duration.", "tooltip": "Ignite deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target enemy champion over 5 seconds, grants you vision of the target and applies {{ grievousamount*100 }}% Grievous Wounds for the duration.<br /><br /><rules>(Grievous Wounds reduces healing and regeneration by a percentage equal to the highest value applied. This vision does not reveal stealthed enemies.)</rules>", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [5], [10], [4], [100], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "14", "summonerLevel": 9, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerDot.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerExhaust": { "id": "SummonerExhaust", "name": "Exhaust", "description": "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 40% for 3 seconds.", "tooltip": "Exhausts target enemy champion, reducing their Move Speed by {{ f3 }}%, and their damage dealt by {{ f2 }}% for 3 seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3], [40], [0], [0], [30], [0], [0], [0], [0], [0]], "effectBurn": [null, "3", "40", "0", "0", "30", "0", "0", "0", "0", "0"], "vars": [], "key": "3", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR"], "costType": "No Cost", "maxammo": "-1", "range": [650], "rangeBurn": "650", "image": { "full": "SummonerExhaust.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerFlash": { "id": "SummonerFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.", "maxrank": 1, "cooldown": [300], "cooldownBurn": "300", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "4", "summonerLevel": 7, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "SNOWURF", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerFlash.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHaste": { "id": "SummonerHaste", "name": "Ghost", "description": "For 10 seconds, your champion can move through units and gains 24 - 48% Move Speed (depending on champion level). Ghost extends its duration on takedown.", "tooltip": "For {{ duration }} seconds, your champion can move through units and gains {{ movespeedmod }} Move Speed.<br /><br />Ghost extends its duration by {{ takedownextension }} seconds on takedown.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "6", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerHaste.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHeal": { "id": "SummonerHeal", "name": "Heal", "description": "Restores 80-318 Health (depending on champion level) and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.", "tooltip": "Restores {{ f1 }} Health and grants 30% Move Speed for 1 second to your champion and target allied champion. This healing is halved for units recently affected by Summoner Heal.<br /><br /><span class=\"colorFFFF00\">If this spell cannot find a target, it will cast on the most wounded allied champion in range.</span>", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.3], [66], [14], [0.5], [826], [0.5], [0], [0], [0], [0]], "effectBurn": [null, "0.3", "66", "14", "0.5", "826", "0.5", "0", "0", "0", "0"], "vars": [], "key": "7", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [850], "rangeBurn": "850", "image": { "full": "SummonerHeal.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerMana": { "id": "SummonerMana", "name": "Clarity", "description": "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.", "tooltip": "Restores {{ f1 }}% maximum Mana to your Champion and {{ f2 }}% to nearby allies.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [50], [25], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "13", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerMana.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroRecall": { "id": "SummonerPoroRecall", "name": "To the King!", "description": "Quickly travel to the Poro King's side.", "tooltip": "<span class=\"colorFFE076\">Passive:</span> Hitting an enemy champion with a Poro gives your team a Poro Mark. Upon reaching 10 Poro Marks, your team summons the Poro King to fight alongside them. While the Poro King is active, no Poro Marks can be scored by either team.<br /><br /><span class=\"colorFFE076\">Active:</span> Quickly dash to King Poro's side. Can only be cast while the Poro King is summoned for your team. <br /><br /><i><span class=\"colorFDD017\">''Poros tug the heartstrings. The rest of you just comes along for the ride.''</span></i></mainText>", "maxrank": 1, "cooldown": [10], "cooldownBurn": "10", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3000], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "30", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerPoroRecall.png", "sprite": "spell0.png", "group": "spell", "x": 384, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroThrow": { "id": "SummonerPoroThrow", "name": "Poro Toss", "description": "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.", "tooltip": "Toss a Poro a long distance, dealing {{ f2 }} true damage to the first enemy unit hit, granting <span class=\"coloree91d7\">True Sight</span> of the target.<br /><br />This ability can be recast for 3 seconds if it hits an enemy to dash to the target hit, dealing {{ f2 }} more true damage and reducing the cooldown of the next Poro Toss by {{ e4 }} seconds.<br /><br />Poros are not blocked by spell shields or wind walls because they are animals, not spells!<br /><br /><i><span class=\"colorFDD017\">''Poros are a model for Runeterran aerodynamics.''</span></i></mainText>", "maxrank": 1, "cooldown": [20], "cooldownBurn": "20", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "31", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [2500], "rangeBurn": "2500", "image": { "full": "SummonerPoroThrow.png", "sprite": "spell0.png", "group": "spell", "x": 432, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSmite": { "id": "SummonerSmite", "name": "Smite", "description": "Deals 450 true damage to target epic, large, or medium monster or minion. Against monsters, additionally restores 90 (+10% maximum Health) Health. Holds two charges (90s Recharge Time)", "tooltip": "Deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target monster or minion. Against monsters, additionally restores <span class=\"colorFFFFFF\">{{ f6 }}</span> <span class=\"colorFF6666\">(+{{ f7 }})</span> Health.<br /><br />Smite regains a charge every {{ ammorechargetime }} seconds, up to a maximum of 2 charges.<br /><br /><rules>Cannot be cast on small monsters.</rules>", "maxrank": 1, "cooldown": [15], "cooldownBurn": "15", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [15], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "11", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "2", "range": [500], "rangeBurn": "500", "image": { "full": "SummonerSmite.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowURFSnowball_Mark": { "id": "SummonerSnowURFSnowball_Mark", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ f1 }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ f1 }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "39", "summonerLevel": 6, "modes": ["SNOWURF"], "costType": "No Cost", "maxammo": "-1", "range": [8000], "rangeBurn": "8000", "image": { "full": "SummonerSnowURFSnowball_Mark.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowball": { "id": "SummonerSnowball", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ f1 }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ f1 }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "32", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [1600], "rangeBurn": "1600", "image": { "full": "SummonerSnowball.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerTeleport": { "id": "SummonerTeleport", "name": "Teleport", "description": "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 14 minutes, which teleports your champion to target allied structure, minion, or ward.", "tooltip": "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport when Turret Plates fall at 14 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants a {{ msamount*100 }}% Move Speed boost for {{ msduration }} seconds.", "maxrank": 1, "cooldown": [360], "cooldownBurn": "360", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "12", "summonerLevel": 7, "modes": ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerTeleport.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "Summoner_UltBookPlaceholder": { "id": "Summoner_UltBookPlaceholder", "name": "Placeholder", "description": "This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell selection.", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "54", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookPlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" }, "Summoner_UltBookSmitePlaceholder": { "id": "Summoner_UltBookSmitePlaceholder", "name": "Placeholder and Attack-Smite", "description": "This slot will be replaced by another champion's ultimate and you will gain Attack-Smite. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell.<br /><br />Gain Attack-Smite. Attack-Smite will execute allied Buff Monsters, Epic Monsters, and Scuttle Crabs when you attack them.<br /><br /><attention>Attack-Smite does not have a cooldown.</attention>", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "55", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookSmitePlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" } } }
@@ -0,0 +1,162 @@
1
+ export declare const ChampionIds: {
2
+ readonly "1": "Annie";
3
+ readonly "2": "Olaf";
4
+ readonly "3": "Galio";
5
+ readonly "4": "TwistedFate";
6
+ readonly "5": "XinZhao";
7
+ readonly "6": "Urgot";
8
+ readonly "7": "Leblanc";
9
+ readonly "8": "Vladimir";
10
+ readonly "9": "Fiddlesticks";
11
+ readonly "10": "Kayle";
12
+ readonly "11": "MasterYi";
13
+ readonly "12": "Alistar";
14
+ readonly "13": "Ryze";
15
+ readonly "14": "Sion";
16
+ readonly "15": "Sivir";
17
+ readonly "16": "Soraka";
18
+ readonly "17": "Teemo";
19
+ readonly "18": "Tristana";
20
+ readonly "19": "Warwick";
21
+ readonly "20": "Nunu";
22
+ readonly "21": "MissFortune";
23
+ readonly "22": "Ashe";
24
+ readonly "23": "Tryndamere";
25
+ readonly "24": "Jax";
26
+ readonly "25": "Morgana";
27
+ readonly "26": "Zilean";
28
+ readonly "27": "Singed";
29
+ readonly "28": "Evelynn";
30
+ readonly "29": "Twitch";
31
+ readonly "30": "Karthus";
32
+ readonly "31": "Chogath";
33
+ readonly "32": "Amumu";
34
+ readonly "33": "Rammus";
35
+ readonly "34": "Anivia";
36
+ readonly "35": "Shaco";
37
+ readonly "36": "DrMundo";
38
+ readonly "37": "Sona";
39
+ readonly "38": "Kassadin";
40
+ readonly "39": "Irelia";
41
+ readonly "40": "Janna";
42
+ readonly "41": "Gangplank";
43
+ readonly "42": "Corki";
44
+ readonly "43": "Karma";
45
+ readonly "44": "Taric";
46
+ readonly "45": "Veigar";
47
+ readonly "48": "Trundle";
48
+ readonly "50": "Swain";
49
+ readonly "51": "Caitlyn";
50
+ readonly "53": "Blitzcrank";
51
+ readonly "54": "Malphite";
52
+ readonly "55": "Katarina";
53
+ readonly "56": "Nocturne";
54
+ readonly "57": "Maokai";
55
+ readonly "58": "Renekton";
56
+ readonly "59": "JarvanIV";
57
+ readonly "60": "Elise";
58
+ readonly "61": "Orianna";
59
+ readonly "62": "MonkeyKing";
60
+ readonly "63": "Brand";
61
+ readonly "64": "LeeSin";
62
+ readonly "67": "Vayne";
63
+ readonly "68": "Rumble";
64
+ readonly "69": "Cassiopeia";
65
+ readonly "72": "Skarner";
66
+ readonly "74": "Heimerdinger";
67
+ readonly "75": "Nasus";
68
+ readonly "76": "Nidalee";
69
+ readonly "77": "Udyr";
70
+ readonly "78": "Poppy";
71
+ readonly "79": "Gragas";
72
+ readonly "80": "Pantheon";
73
+ readonly "81": "Ezreal";
74
+ readonly "82": "Mordekaiser";
75
+ readonly "83": "Yorick";
76
+ readonly "84": "Akali";
77
+ readonly "85": "Kennen";
78
+ readonly "86": "Garen";
79
+ readonly "89": "Leona";
80
+ readonly "90": "Malzahar";
81
+ readonly "91": "Talon";
82
+ readonly "92": "Riven";
83
+ readonly "96": "KogMaw";
84
+ readonly "98": "Shen";
85
+ readonly "99": "Lux";
86
+ readonly "101": "Xerath";
87
+ readonly "102": "Shyvana";
88
+ readonly "103": "Ahri";
89
+ readonly "104": "Graves";
90
+ readonly "105": "Fizz";
91
+ readonly "106": "Volibear";
92
+ readonly "107": "Rengar";
93
+ readonly "110": "Varus";
94
+ readonly "111": "Nautilus";
95
+ readonly "112": "Viktor";
96
+ readonly "113": "Sejuani";
97
+ readonly "114": "Fiora";
98
+ readonly "115": "Ziggs";
99
+ readonly "117": "Lulu";
100
+ readonly "119": "Draven";
101
+ readonly "120": "Hecarim";
102
+ readonly "121": "Khazix";
103
+ readonly "122": "Darius";
104
+ readonly "126": "Jayce";
105
+ readonly "127": "Lissandra";
106
+ readonly "131": "Diana";
107
+ readonly "133": "Quinn";
108
+ readonly "134": "Syndra";
109
+ readonly "136": "AurelionSol";
110
+ readonly "141": "Kayn";
111
+ readonly "142": "Zoe";
112
+ readonly "143": "Zyra";
113
+ readonly "145": "Kaisa";
114
+ readonly "147": "Seraphine";
115
+ readonly "150": "Gnar";
116
+ readonly "154": "Zac";
117
+ readonly "157": "Yasuo";
118
+ readonly "161": "Velkoz";
119
+ readonly "163": "Taliyah";
120
+ readonly "164": "Camille";
121
+ readonly "166": "Akshan";
122
+ readonly "200": "Belveth";
123
+ readonly "201": "Braum";
124
+ readonly "202": "Jhin";
125
+ readonly "203": "Kindred";
126
+ readonly "221": "Zeri";
127
+ readonly "222": "Jinx";
128
+ readonly "223": "TahmKench";
129
+ readonly "234": "Viego";
130
+ readonly "235": "Senna";
131
+ readonly "236": "Lucian";
132
+ readonly "238": "Zed";
133
+ readonly "240": "Kled";
134
+ readonly "245": "Ekko";
135
+ readonly "246": "Qiyana";
136
+ readonly "254": "Vi";
137
+ readonly "266": "Aatrox";
138
+ readonly "267": "Nami";
139
+ readonly "268": "Azir";
140
+ readonly "350": "Yuumi";
141
+ readonly "360": "Samira";
142
+ readonly "412": "Thresh";
143
+ readonly "420": "Illaoi";
144
+ readonly "421": "RekSai";
145
+ readonly "427": "Ivern";
146
+ readonly "429": "Kalista";
147
+ readonly "432": "Bard";
148
+ readonly "497": "Rakan";
149
+ readonly "498": "Xayah";
150
+ readonly "516": "Ornn";
151
+ readonly "517": "Sylas";
152
+ readonly "518": "Neeko";
153
+ readonly "523": "Aphelios";
154
+ readonly "526": "Rell";
155
+ readonly "555": "Pyke";
156
+ readonly "711": "Vex";
157
+ readonly "777": "Yone";
158
+ readonly "875": "Sett";
159
+ readonly "876": "Lillia";
160
+ readonly "887": "Gwen";
161
+ readonly "888": "Renata";
162
+ };
@@ -0,0 +1,4 @@
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", "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" };
@@ -0,0 +1,162 @@
1
+ export declare const ChampionIdsByName: {
2
+ readonly Aatrox: "Aatrox";
3
+ readonly Ahri: "Ahri";
4
+ readonly Akali: "Akali";
5
+ readonly Akshan: "Akshan";
6
+ readonly Alistar: "Alistar";
7
+ readonly Amumu: "Amumu";
8
+ readonly Anivia: "Anivia";
9
+ readonly Annie: "Annie";
10
+ readonly Aphelios: "Aphelios";
11
+ readonly Ashe: "Ashe";
12
+ readonly "Aurelion Sol": "AurelionSol";
13
+ readonly Azir: "Azir";
14
+ readonly Bard: "Bard";
15
+ readonly "Bel'Veth": "Belveth";
16
+ readonly Blitzcrank: "Blitzcrank";
17
+ readonly Brand: "Brand";
18
+ readonly Braum: "Braum";
19
+ readonly Caitlyn: "Caitlyn";
20
+ readonly Camille: "Camille";
21
+ readonly Cassiopeia: "Cassiopeia";
22
+ readonly "Cho'Gath": "Chogath";
23
+ readonly Corki: "Corki";
24
+ readonly Darius: "Darius";
25
+ readonly Diana: "Diana";
26
+ readonly Draven: "Draven";
27
+ readonly "Dr. Mundo": "DrMundo";
28
+ readonly Ekko: "Ekko";
29
+ readonly Elise: "Elise";
30
+ readonly Evelynn: "Evelynn";
31
+ readonly Ezreal: "Ezreal";
32
+ readonly Fiddlesticks: "Fiddlesticks";
33
+ readonly Fiora: "Fiora";
34
+ readonly Fizz: "Fizz";
35
+ readonly Galio: "Galio";
36
+ readonly Gangplank: "Gangplank";
37
+ readonly Garen: "Garen";
38
+ readonly Gnar: "Gnar";
39
+ readonly Gragas: "Gragas";
40
+ readonly Graves: "Graves";
41
+ readonly Gwen: "Gwen";
42
+ readonly Hecarim: "Hecarim";
43
+ readonly Heimerdinger: "Heimerdinger";
44
+ readonly Illaoi: "Illaoi";
45
+ readonly Irelia: "Irelia";
46
+ readonly Ivern: "Ivern";
47
+ readonly Janna: "Janna";
48
+ readonly "Jarvan IV": "JarvanIV";
49
+ readonly Jax: "Jax";
50
+ readonly Jayce: "Jayce";
51
+ readonly Jhin: "Jhin";
52
+ readonly Jinx: "Jinx";
53
+ readonly "Kai'Sa": "Kaisa";
54
+ readonly Kalista: "Kalista";
55
+ readonly Karma: "Karma";
56
+ readonly Karthus: "Karthus";
57
+ readonly Kassadin: "Kassadin";
58
+ readonly Katarina: "Katarina";
59
+ readonly Kayle: "Kayle";
60
+ readonly Kayn: "Kayn";
61
+ readonly Kennen: "Kennen";
62
+ readonly "Kha'Zix": "Khazix";
63
+ readonly Kindred: "Kindred";
64
+ readonly Kled: "Kled";
65
+ readonly "Kog'Maw": "KogMaw";
66
+ readonly LeBlanc: "Leblanc";
67
+ readonly "Lee Sin": "LeeSin";
68
+ readonly Leona: "Leona";
69
+ readonly Lillia: "Lillia";
70
+ readonly Lissandra: "Lissandra";
71
+ readonly Lucian: "Lucian";
72
+ readonly Lulu: "Lulu";
73
+ readonly Lux: "Lux";
74
+ readonly Malphite: "Malphite";
75
+ readonly Malzahar: "Malzahar";
76
+ readonly Maokai: "Maokai";
77
+ readonly "Master Yi": "MasterYi";
78
+ readonly "Miss Fortune": "MissFortune";
79
+ readonly Wukong: "MonkeyKing";
80
+ readonly Mordekaiser: "Mordekaiser";
81
+ readonly Morgana: "Morgana";
82
+ readonly Nami: "Nami";
83
+ readonly Nasus: "Nasus";
84
+ readonly Nautilus: "Nautilus";
85
+ readonly Neeko: "Neeko";
86
+ readonly Nidalee: "Nidalee";
87
+ readonly Nocturne: "Nocturne";
88
+ readonly "Nunu & Willump": "Nunu";
89
+ readonly Olaf: "Olaf";
90
+ readonly Orianna: "Orianna";
91
+ readonly Ornn: "Ornn";
92
+ readonly Pantheon: "Pantheon";
93
+ readonly Poppy: "Poppy";
94
+ readonly Pyke: "Pyke";
95
+ readonly Qiyana: "Qiyana";
96
+ readonly Quinn: "Quinn";
97
+ readonly Rakan: "Rakan";
98
+ readonly Rammus: "Rammus";
99
+ readonly "Rek'Sai": "RekSai";
100
+ readonly Rell: "Rell";
101
+ readonly "Renata Glasc": "Renata";
102
+ readonly Renekton: "Renekton";
103
+ readonly Rengar: "Rengar";
104
+ readonly Riven: "Riven";
105
+ readonly Rumble: "Rumble";
106
+ readonly Ryze: "Ryze";
107
+ readonly Samira: "Samira";
108
+ readonly Sejuani: "Sejuani";
109
+ readonly Senna: "Senna";
110
+ readonly Seraphine: "Seraphine";
111
+ readonly Sett: "Sett";
112
+ readonly Shaco: "Shaco";
113
+ readonly Shen: "Shen";
114
+ readonly Shyvana: "Shyvana";
115
+ readonly Singed: "Singed";
116
+ readonly Sion: "Sion";
117
+ readonly Sivir: "Sivir";
118
+ readonly Skarner: "Skarner";
119
+ readonly Sona: "Sona";
120
+ readonly Soraka: "Soraka";
121
+ readonly Swain: "Swain";
122
+ readonly Sylas: "Sylas";
123
+ readonly Syndra: "Syndra";
124
+ readonly "Tahm Kench": "TahmKench";
125
+ readonly Taliyah: "Taliyah";
126
+ readonly Talon: "Talon";
127
+ readonly Taric: "Taric";
128
+ readonly Teemo: "Teemo";
129
+ readonly Thresh: "Thresh";
130
+ readonly Tristana: "Tristana";
131
+ readonly Trundle: "Trundle";
132
+ readonly Tryndamere: "Tryndamere";
133
+ readonly "Twisted Fate": "TwistedFate";
134
+ readonly Twitch: "Twitch";
135
+ readonly Udyr: "Udyr";
136
+ readonly Urgot: "Urgot";
137
+ readonly Varus: "Varus";
138
+ readonly Vayne: "Vayne";
139
+ readonly Veigar: "Veigar";
140
+ readonly "Vel'Koz": "Velkoz";
141
+ readonly Vex: "Vex";
142
+ readonly Vi: "Vi";
143
+ readonly Viego: "Viego";
144
+ readonly Viktor: "Viktor";
145
+ readonly Vladimir: "Vladimir";
146
+ readonly Volibear: "Volibear";
147
+ readonly Warwick: "Warwick";
148
+ readonly Xayah: "Xayah";
149
+ readonly Xerath: "Xerath";
150
+ readonly "Xin Zhao": "XinZhao";
151
+ readonly Yasuo: "Yasuo";
152
+ readonly Yone: "Yone";
153
+ readonly Yorick: "Yorick";
154
+ readonly Yuumi: "Yuumi";
155
+ readonly Zac: "Zac";
156
+ readonly Zed: "Zed";
157
+ readonly Zeri: "Zeri";
158
+ readonly Ziggs: "Ziggs";
159
+ readonly Zilean: "Zilean";
160
+ readonly Zoe: "Zoe";
161
+ readonly Zyra: "Zyra";
162
+ };
@@ -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", "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", "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" };
@@ -1,2 +1,162 @@
1
- import { ChampionKey } from '../types';
2
- export declare const ChampionKeys: ChampionKey[];
1
+ export declare const ChampionKeys: {
2
+ readonly Aatrox: "266";
3
+ readonly Ahri: "103";
4
+ readonly Akali: "84";
5
+ readonly Akshan: "166";
6
+ readonly Alistar: "12";
7
+ readonly Amumu: "32";
8
+ readonly Anivia: "34";
9
+ readonly Annie: "1";
10
+ readonly Aphelios: "523";
11
+ readonly Ashe: "22";
12
+ readonly AurelionSol: "136";
13
+ readonly Azir: "268";
14
+ readonly Bard: "432";
15
+ readonly Belveth: "200";
16
+ readonly Blitzcrank: "53";
17
+ readonly Brand: "63";
18
+ readonly Braum: "201";
19
+ readonly Caitlyn: "51";
20
+ readonly Camille: "164";
21
+ readonly Cassiopeia: "69";
22
+ readonly Chogath: "31";
23
+ readonly Corki: "42";
24
+ readonly Darius: "122";
25
+ readonly Diana: "131";
26
+ readonly Draven: "119";
27
+ readonly DrMundo: "36";
28
+ readonly Ekko: "245";
29
+ readonly Elise: "60";
30
+ readonly Evelynn: "28";
31
+ readonly Ezreal: "81";
32
+ readonly Fiddlesticks: "9";
33
+ readonly Fiora: "114";
34
+ readonly Fizz: "105";
35
+ readonly Galio: "3";
36
+ readonly Gangplank: "41";
37
+ readonly Garen: "86";
38
+ readonly Gnar: "150";
39
+ readonly Gragas: "79";
40
+ readonly Graves: "104";
41
+ readonly Gwen: "887";
42
+ readonly Hecarim: "120";
43
+ readonly Heimerdinger: "74";
44
+ readonly Illaoi: "420";
45
+ readonly Irelia: "39";
46
+ readonly Ivern: "427";
47
+ readonly Janna: "40";
48
+ readonly JarvanIV: "59";
49
+ readonly Jax: "24";
50
+ readonly Jayce: "126";
51
+ readonly Jhin: "202";
52
+ readonly Jinx: "222";
53
+ readonly Kaisa: "145";
54
+ readonly Kalista: "429";
55
+ readonly Karma: "43";
56
+ readonly Karthus: "30";
57
+ readonly Kassadin: "38";
58
+ readonly Katarina: "55";
59
+ readonly Kayle: "10";
60
+ readonly Kayn: "141";
61
+ readonly Kennen: "85";
62
+ readonly Khazix: "121";
63
+ readonly Kindred: "203";
64
+ readonly Kled: "240";
65
+ readonly KogMaw: "96";
66
+ readonly Leblanc: "7";
67
+ readonly LeeSin: "64";
68
+ readonly Leona: "89";
69
+ readonly Lillia: "876";
70
+ readonly Lissandra: "127";
71
+ readonly Lucian: "236";
72
+ readonly Lulu: "117";
73
+ readonly Lux: "99";
74
+ readonly Malphite: "54";
75
+ readonly Malzahar: "90";
76
+ readonly Maokai: "57";
77
+ readonly MasterYi: "11";
78
+ readonly MissFortune: "21";
79
+ readonly MonkeyKing: "62";
80
+ readonly Mordekaiser: "82";
81
+ readonly Morgana: "25";
82
+ readonly Nami: "267";
83
+ readonly Nasus: "75";
84
+ readonly Nautilus: "111";
85
+ readonly Neeko: "518";
86
+ readonly Nidalee: "76";
87
+ readonly Nocturne: "56";
88
+ readonly Nunu: "20";
89
+ readonly Olaf: "2";
90
+ readonly Orianna: "61";
91
+ readonly Ornn: "516";
92
+ readonly Pantheon: "80";
93
+ readonly Poppy: "78";
94
+ readonly Pyke: "555";
95
+ readonly Qiyana: "246";
96
+ readonly Quinn: "133";
97
+ readonly Rakan: "497";
98
+ readonly Rammus: "33";
99
+ readonly RekSai: "421";
100
+ readonly Rell: "526";
101
+ readonly Renata: "888";
102
+ readonly Renekton: "58";
103
+ readonly Rengar: "107";
104
+ readonly Riven: "92";
105
+ readonly Rumble: "68";
106
+ readonly Ryze: "13";
107
+ readonly Samira: "360";
108
+ readonly Sejuani: "113";
109
+ readonly Senna: "235";
110
+ readonly Seraphine: "147";
111
+ readonly Sett: "875";
112
+ readonly Shaco: "35";
113
+ readonly Shen: "98";
114
+ readonly Shyvana: "102";
115
+ readonly Singed: "27";
116
+ readonly Sion: "14";
117
+ readonly Sivir: "15";
118
+ readonly Skarner: "72";
119
+ readonly Sona: "37";
120
+ readonly Soraka: "16";
121
+ readonly Swain: "50";
122
+ readonly Sylas: "517";
123
+ readonly Syndra: "134";
124
+ readonly TahmKench: "223";
125
+ readonly Taliyah: "163";
126
+ readonly Talon: "91";
127
+ readonly Taric: "44";
128
+ readonly Teemo: "17";
129
+ readonly Thresh: "412";
130
+ readonly Tristana: "18";
131
+ readonly Trundle: "48";
132
+ readonly Tryndamere: "23";
133
+ readonly TwistedFate: "4";
134
+ readonly Twitch: "29";
135
+ readonly Udyr: "77";
136
+ readonly Urgot: "6";
137
+ readonly Varus: "110";
138
+ readonly Vayne: "67";
139
+ readonly Veigar: "45";
140
+ readonly Velkoz: "161";
141
+ readonly Vex: "711";
142
+ readonly Vi: "254";
143
+ readonly Viego: "234";
144
+ readonly Viktor: "112";
145
+ readonly Vladimir: "8";
146
+ readonly Volibear: "106";
147
+ readonly Warwick: "19";
148
+ readonly Xayah: "498";
149
+ readonly Xerath: "101";
150
+ readonly XinZhao: "5";
151
+ readonly Yasuo: "157";
152
+ readonly Yone: "777";
153
+ readonly Yorick: "83";
154
+ readonly Yuumi: "350";
155
+ readonly Zac: "154";
156
+ readonly Zed: "238";
157
+ readonly Zeri: "221";
158
+ readonly Ziggs: "115";
159
+ readonly Zilean: "26";
160
+ readonly Zoe: "142";
161
+ readonly Zyra: "143";
162
+ };
@@ -1,8 +1,4 @@
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
3
  exports.ChampionKeys = void 0;
7
- const championByKey_json_1 = __importDefault(require("../generated/championByKey.json"));
8
- exports.ChampionKeys = (Object.keys(championByKey_json_1.default.data).map(key => key));
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", "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", "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" };