lol-constants 2.26.0 → 3.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (430) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Patch.d.ts +3 -0
  4. package/dist/Patch.js +3 -0
  5. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  6. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  7. package/dist/constants/events.d.ts +49 -0
  8. package/dist/constants/events.js +55 -0
  9. package/dist/constants/history.d.ts +26 -0
  10. package/dist/constants/history.js +29 -0
  11. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  12. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  13. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  14. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  15. package/dist/constants/participants.d.ts +38 -0
  16. package/dist/constants/participants.js +43 -0
  17. package/dist/enums/ItemSrTypes.d.ts +11 -0
  18. package/dist/enums/ItemSrTypes.js +10 -0
  19. package/dist/enums/StatRuneSlots.d.ts +6 -0
  20. package/dist/enums/StatRuneSlots.js +5 -0
  21. package/dist/helpers/champion.d.ts +678 -0
  22. package/dist/helpers/champion.js +18 -0
  23. package/dist/helpers/item.d.ts +39 -0
  24. package/dist/helpers/item.js +113 -0
  25. package/dist/helpers/riotId.d.ts +16 -0
  26. package/dist/helpers/riotId.js +34 -0
  27. package/dist/helpers/rune.d.ts +36 -0
  28. package/dist/helpers/rune.js +70 -0
  29. package/dist/helpers/spell.d.ts +6 -0
  30. package/dist/helpers/spell.js +18 -0
  31. package/dist/helpers/type.d.ts +3 -0
  32. package/dist/index.d.ts +30 -0
  33. package/dist/index.js +27 -0
  34. package/dist/lol.d.ts +4029 -0
  35. package/dist/lol.js +182 -0
  36. package/dist/objects/Maps.d.ts +113 -0
  37. package/dist/objects/Maps.js +69 -0
  38. package/dist/objects/Queues.d.ts +192 -0
  39. package/dist/objects/Queues.js +71 -0
  40. package/dist/objects/Regions.d.ts +132 -0
  41. package/dist/objects/Regions.js +55 -0
  42. package/dist/objects/generated/Champions.d.ts +1858 -0
  43. package/dist/objects/generated/Champions.js +4 -0
  44. package/dist/objects/generated/Items.d.ts +5108 -0
  45. package/dist/objects/generated/Items.js +4 -0
  46. package/dist/objects/generated/Runes.d.ts +1477 -0
  47. package/dist/objects/generated/Runes.js +13 -0
  48. package/dist/objects/generated/Spells.d.ts +208 -0
  49. package/dist/objects/generated/Spells.js +4 -0
  50. package/package.json +17 -15
  51. package/assets/constants/BootsItemNames.d.ts +0 -1
  52. package/assets/constants/BootsItemNames.js +0 -13
  53. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  54. package/assets/constants/LegendaryItemNames.js +0 -125
  55. package/assets/constants/StatRunes.d.ts +0 -28
  56. package/assets/constants/StatRunes.js +0 -11
  57. package/assets/constants/StatRunesByRow.d.ts +0 -17
  58. package/assets/constants/StatRunesByRow.js +0 -17
  59. package/assets/constants/base/Champion.d.ts +0 -7903
  60. package/assets/constants/base/Champion.js +0 -1
  61. package/assets/constants/base/Item.d.ts +0 -21193
  62. package/assets/constants/base/Item.js +0 -1
  63. package/assets/constants/base/RunesReforged.d.ts +0 -491
  64. package/assets/constants/base/RunesReforged.js +0 -1
  65. package/assets/constants/base/Summoner.d.ts +0 -582
  66. package/assets/constants/base/Summoner.js +0 -1
  67. package/assets/index.d.ts +0 -4
  68. package/assets/index.js +0 -11
  69. package/assets/scripts/asset-scripts/champion.js +0 -10
  70. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  71. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  72. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  73. package/assets/scripts/asset-scripts/item.js +0 -10
  74. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  75. package/assets/scripts/asset-scripts/runes-reforged.js +0 -10
  76. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  77. package/assets/scripts/asset-scripts/summoner.js +0 -10
  78. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  79. package/assets/scripts/constants/RuneIdComment.js +0 -24
  80. package/assets/scripts/generate-all.d.ts +0 -23
  81. package/assets/scripts/generate-all.js +0 -27
  82. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  83. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  84. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  85. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  86. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  87. package/assets/scripts/generate-categorized-item-names.js +0 -56
  88. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  89. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  90. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  91. package/assets/scripts/generate-champion-ids.js +0 -18
  92. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  93. package/assets/scripts/generate-champion-keys-num.js +0 -20
  94. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  95. package/assets/scripts/generate-champion-keys.js +0 -18
  96. package/assets/scripts/generate-champion-names.d.ts +0 -1
  97. package/assets/scripts/generate-champion-names.js +0 -18
  98. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  99. package/assets/scripts/generate-item-keys-num.js +0 -24
  100. package/assets/scripts/generate-item-keys.d.ts +0 -1
  101. package/assets/scripts/generate-item-keys.js +0 -22
  102. package/assets/scripts/generate-item-names.d.ts +0 -1
  103. package/assets/scripts/generate-item-names.js +0 -22
  104. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  105. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  106. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  107. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  108. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  109. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  110. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  111. package/assets/scripts/generate-rune-ids.js +0 -27
  112. package/assets/scripts/generate-rune-names.d.ts +0 -1
  113. package/assets/scripts/generate-rune-names.js +0 -25
  114. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  115. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  116. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  118. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  119. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  120. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  121. package/assets/scripts/generate-rune-sets.js +0 -116
  122. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  123. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  124. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  125. package/assets/scripts/generate-spell-ids.js +0 -18
  126. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  127. package/assets/scripts/generate-spell-keys-num.js +0 -20
  128. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  129. package/assets/scripts/generate-spell-keys.js +0 -18
  130. package/assets/scripts/generate-spell-names.d.ts +0 -1
  131. package/assets/scripts/generate-spell-names.js +0 -18
  132. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  133. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  134. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  135. package/assets/scripts/generate-stat-rune-names.js +0 -16
  136. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  137. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  138. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  139. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  140. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  141. package/assets/scripts/helpers/getExportStatement.js +0 -37
  142. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  143. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  144. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  145. package/assets/scripts/helpers/validateNumber.js +0 -6
  146. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  147. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  148. package/assets/scripts/print-file-names.d.ts +0 -1
  149. package/assets/scripts/print-file-names.js +0 -89
  150. package/core/Locale.d.ts +0 -2
  151. package/core/PatchVersion.d.ts +0 -1
  152. package/core/PatchVersion.js +0 -1
  153. package/core/constants/Abilities.d.ts +0 -17
  154. package/core/constants/Abilities.js +0 -19
  155. package/core/constants/BuildingTypes.d.ts +0 -6
  156. package/core/constants/BuildingTypes.js +0 -7
  157. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  158. package/core/constants/Champions/ChampionIds.js +0 -1
  159. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  160. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  161. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeys.js +0 -1
  163. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  164. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  165. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  166. package/core/constants/Champions/ChampionNames.js +0 -1
  167. package/core/constants/Continents.d.ts +0 -8
  168. package/core/constants/Continents.js +0 -9
  169. package/core/constants/DataDragonUrls.d.ts +0 -52
  170. package/core/constants/DataDragonUrls.js +0 -58
  171. package/core/constants/DragonTypes.d.ts +0 -11
  172. package/core/constants/DragonTypes.js +0 -12
  173. package/core/constants/GameModes.d.ts +0 -12
  174. package/core/constants/GameModes.js +0 -13
  175. package/core/constants/GameTypes.d.ts +0 -7
  176. package/core/constants/GameTypes.js +0 -8
  177. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeys.js +0 -1
  179. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  180. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  181. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  182. package/core/constants/Items/BootsItemNames.js +0 -1
  183. package/core/constants/Items/ItemKeys.d.ts +0 -238
  184. package/core/constants/Items/ItemKeys.js +0 -1
  185. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  186. package/core/constants/Items/ItemKeysNum.js +0 -1
  187. package/core/constants/Items/ItemNames.d.ts +0 -244
  188. package/core/constants/Items/ItemNames.js +0 -1
  189. package/core/constants/Items/ItemTypes.d.ts +0 -7
  190. package/core/constants/Items/ItemTypes.js +0 -8
  191. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  193. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  195. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  196. package/core/constants/Items/LegendaryItemNames.js +0 -1
  197. package/core/constants/KillTypes.d.ts +0 -7
  198. package/core/constants/KillTypes.js +0 -8
  199. package/core/constants/LaneTypes.d.ts +0 -7
  200. package/core/constants/LaneTypes.js +0 -8
  201. package/core/constants/Lanes.d.ts +0 -8
  202. package/core/constants/Lanes.js +0 -9
  203. package/core/constants/LeagueTexts.d.ts +0 -49
  204. package/core/constants/LeagueTexts.js +0 -54
  205. package/core/constants/Levels.d.ts +0 -22
  206. package/core/constants/Levels.js +0 -23
  207. package/core/constants/MapIds.d.ts +0 -17
  208. package/core/constants/MapIds.js +0 -18
  209. package/core/constants/MonsterTypes.d.ts +0 -8
  210. package/core/constants/MonsterTypes.js +0 -9
  211. package/core/constants/ParticipantIds.d.ts +0 -14
  212. package/core/constants/ParticipantIds.js +0 -15
  213. package/core/constants/PlatformApiUris.d.ts +0 -20
  214. package/core/constants/PlatformApiUris.js +0 -21
  215. package/core/constants/PlatformIds.d.ts +0 -23
  216. package/core/constants/PlatformIds.js +0 -26
  217. package/core/constants/Positions.d.ts +0 -9
  218. package/core/constants/Positions.js +0 -10
  219. package/core/constants/QueueIds.d.ts +0 -114
  220. package/core/constants/QueueIds.js +0 -140
  221. package/core/constants/QueueTypes.d.ts +0 -7
  222. package/core/constants/QueueTypes.js +0 -8
  223. package/core/constants/RankedRanks.d.ts +0 -8
  224. package/core/constants/RankedRanks.js +0 -9
  225. package/core/constants/RegionalApiUris.d.ts +0 -8
  226. package/core/constants/RegionalApiUris.js +0 -9
  227. package/core/constants/Regions.d.ts +0 -23
  228. package/core/constants/Regions.js +0 -26
  229. package/core/constants/RelativeTeams.d.ts +0 -6
  230. package/core/constants/RelativeTeams.js +0 -7
  231. package/core/constants/Roles.d.ts +0 -8
  232. package/core/constants/Roles.js +0 -9
  233. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  234. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  235. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  237. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  238. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  239. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  240. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  241. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  242. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  243. package/core/constants/Runes/RuneSets.d.ts +0 -721
  244. package/core/constants/Runes/RuneSets.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  247. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  248. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  249. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIds.js +0 -14
  251. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  253. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  254. package/core/constants/Runes/RuneTreeNames.js +0 -14
  255. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  256. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  257. package/core/constants/SkillSlots.d.ts +0 -8
  258. package/core/constants/SkillSlots.js +0 -9
  259. package/core/constants/Skills.d.ts +0 -8
  260. package/core/constants/Skills.js +0 -9
  261. package/core/constants/Spells/SpellIds.d.ts +0 -21
  262. package/core/constants/Spells/SpellIds.js +0 -1
  263. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  264. package/core/constants/Spells/SpellIdsByName.js +0 -1
  265. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeys.js +0 -1
  267. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  268. package/core/constants/Spells/SpellKeysNum.js +0 -1
  269. package/core/constants/Spells/SpellNames.d.ts +0 -21
  270. package/core/constants/Spells/SpellNames.js +0 -1
  271. package/core/constants/TeamIds.d.ts +0 -6
  272. package/core/constants/TeamIds.js +0 -7
  273. package/core/constants/TowerTypes.d.ts +0 -8
  274. package/core/constants/TowerTypes.js +0 -9
  275. package/core/constants/WardTypes.d.ts +0 -9
  276. package/core/constants/WardTypes.js +0 -10
  277. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  278. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  279. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  283. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  285. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  286. package/core/helpers/Champions/getChampionNameById.js +0 -5
  287. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  288. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  289. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionId.js +0 -4
  291. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKey.js +0 -4
  293. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  295. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  296. package/core/helpers/Champions/isChampionName.js +0 -4
  297. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyByName.js +0 -4
  299. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  300. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  301. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  302. package/core/helpers/Items/getItemNameByKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKey.js +0 -4
  305. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  307. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  308. package/core/helpers/Items/isBootsItemName.js +0 -4
  309. package/core/helpers/Items/isItemKey.d.ts +0 -2
  310. package/core/helpers/Items/isItemKey.js +0 -4
  311. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  312. package/core/helpers/Items/isItemKeyNum.js +0 -4
  313. package/core/helpers/Items/isItemName.d.ts +0 -2
  314. package/core/helpers/Items/isItemName.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  319. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  320. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  321. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  322. package/core/helpers/Items/isTier2Boots.js +0 -9
  323. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  325. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  326. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  327. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  328. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  329. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  331. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  333. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  334. package/core/helpers/Runes/getRuneNameById.js +0 -4
  335. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  337. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  338. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  343. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  344. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  349. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  350. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  355. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  356. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  361. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  362. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  367. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  368. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  373. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  374. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  375. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneId.js +0 -4
  377. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  379. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  380. package/core/helpers/Runes/isRuneName.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  385. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  386. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  387. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneId.js +0 -4
  389. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  391. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  392. package/core/helpers/Runes/isStatRuneName.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  394. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  395. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  399. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  401. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  402. package/core/helpers/Spells/getSpellNameById.js +0 -5
  403. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  404. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  405. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellId.js +0 -4
  407. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKey.js +0 -4
  409. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  411. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  412. package/core/helpers/Spells/isSpellName.js +0 -4
  413. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  414. package/core/helpers/getPositionImageUrl.js +0 -11
  415. package/core/helpers/isRiotId.d.ts +0 -5
  416. package/core/helpers/isRiotId.js +0 -15
  417. package/core/helpers/makeRiotId.d.ts +0 -4
  418. package/core/helpers/makeRiotId.js +0 -5
  419. package/core/helpers/splitRiotId.d.ts +0 -10
  420. package/core/helpers/splitRiotId.js +0 -16
  421. package/core/index.d.ts +0 -139
  422. package/core/index.js +0 -150
  423. package/core/types/championJson.d.ts +0 -85
  424. package/core/types/championJson.js +0 -1
  425. package/core/types/interfaces.d.ts +0 -22
  426. package/core/types/interfaces.js +0 -1
  427. package/core/types/types.d.ts +0 -268
  428. package/core/types/types.js +0 -1
  429. /package/{core → dist}/Locale.js +0 -0
  430. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1,582 +0,0 @@
1
- export declare const Summoner: {
2
- readonly type: "summoner";
3
- readonly version: "14.17.1";
4
- readonly data: {
5
- readonly SummonerBarrier: {
6
- readonly id: "SummonerBarrier";
7
- readonly name: "Barrier";
8
- readonly description: "Gain a 120-480 damage Shield for 2.5 seconds.";
9
- readonly tooltip: "Gain a <shield>{{ shieldstrength }} damage Shield</shield> for {{ shieldduration }} seconds.";
10
- readonly maxrank: 1;
11
- readonly cooldown: readonly [180];
12
- readonly cooldownBurn: "180";
13
- readonly cost: readonly [0];
14
- readonly costBurn: "0";
15
- readonly datavalues: {};
16
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
17
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
18
- readonly vars: readonly [];
19
- readonly key: "21";
20
- readonly summonerLevel: 4;
21
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"];
22
- readonly costType: "No Cost";
23
- readonly maxammo: "-1";
24
- readonly range: readonly [1200];
25
- readonly rangeBurn: "1200";
26
- readonly image: {
27
- readonly full: "SummonerBarrier.png";
28
- readonly sprite: "spell0.png";
29
- readonly group: "spell";
30
- readonly x: 0;
31
- readonly y: 0;
32
- readonly w: 48;
33
- readonly h: 48;
34
- };
35
- readonly resource: "No Cost";
36
- };
37
- readonly SummonerBoost: {
38
- readonly id: "SummonerBoost";
39
- readonly name: "Cleanse";
40
- readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and gives 75% Tenacity for 3 seconds.";
41
- readonly tooltip: "Removes all crowd control debuffs (excluding <keyword>Suppression</keyword> and <keyword>Airborne</keyword>) and summoner spell debuffs from you and grants {{ tenacityvalue*100 }}% Tenacity for {{ tenacityduration }} seconds.";
42
- readonly maxrank: 1;
43
- readonly cooldown: readonly [240];
44
- readonly cooldownBurn: "240";
45
- readonly cost: readonly [0];
46
- readonly costBurn: "0";
47
- readonly datavalues: {};
48
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
49
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
50
- readonly vars: readonly [];
51
- readonly key: "1";
52
- readonly summonerLevel: 9;
53
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "PROJECT", "ONEFORALL"];
54
- readonly costType: "No Cost";
55
- readonly maxammo: "-1";
56
- readonly range: readonly [200];
57
- readonly rangeBurn: "200";
58
- readonly image: {
59
- readonly full: "SummonerBoost.png";
60
- readonly sprite: "spell0.png";
61
- readonly group: "spell";
62
- readonly x: 48;
63
- readonly y: 0;
64
- readonly w: 48;
65
- readonly h: 48;
66
- };
67
- readonly resource: "No Cost";
68
- };
69
- readonly SummonerCherryFlash: {
70
- readonly id: "SummonerCherryFlash";
71
- readonly name: "Flash";
72
- readonly description: "Teleports your champion a short distance toward your cursor's location.";
73
- readonly tooltip: "Teleports your champion a short distance toward your cursor's location.<br /><br />Cannot be cast again for one full round <rules>(a round consists of both a buy phase and a combat phase).</rules>";
74
- readonly maxrank: 1;
75
- readonly cooldown: readonly [0.25];
76
- readonly cooldownBurn: "0.25";
77
- readonly cost: readonly [0];
78
- readonly costBurn: "0";
79
- readonly datavalues: {};
80
- readonly effect: readonly [null, readonly [400], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
81
- readonly effectBurn: readonly [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
82
- readonly vars: readonly [];
83
- readonly key: "2202";
84
- readonly summonerLevel: 1;
85
- readonly modes: readonly ["CHERRY"];
86
- readonly costType: "No Cost";
87
- readonly maxammo: "-1";
88
- readonly range: readonly [425];
89
- readonly rangeBurn: "425";
90
- readonly image: {
91
- readonly full: "SummonerCherryFlash.png";
92
- readonly sprite: "spell0.png";
93
- readonly group: "spell";
94
- readonly x: 96;
95
- readonly y: 0;
96
- readonly w: 48;
97
- readonly h: 48;
98
- };
99
- readonly resource: "No Cost";
100
- };
101
- readonly SummonerCherryHold: {
102
- readonly id: "SummonerCherryHold";
103
- readonly name: "Flee";
104
- readonly description: "Gain a short burst of Move Speed, increased while running away from enemy champions.";
105
- readonly tooltip: "<keywordMajor>Active Spell Slot:</keywordMajor> Augments that grant a Summoner Spell will replace this slot.<br /><br />Gain <moveSpeed>{{ basems*100 }}% Move Speed</moveSpeed> for {{ duration }} seconds, increased by {{ bonusmsperenemybehind*100 }}% for each enemy behind you.";
106
- readonly maxrank: 1;
107
- readonly cooldown: readonly [45];
108
- readonly cooldownBurn: "45";
109
- readonly cost: readonly [0];
110
- readonly costBurn: "0";
111
- readonly datavalues: {};
112
- readonly effect: readonly [null, readonly [20], readonly [10], readonly [3], readonly [5], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
113
- readonly effectBurn: readonly [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"];
114
- readonly vars: readonly [];
115
- readonly key: "2201";
116
- readonly summonerLevel: 1;
117
- readonly modes: readonly ["CHERRY"];
118
- readonly costType: "No Cost";
119
- readonly maxammo: "-1";
120
- readonly range: readonly [25000];
121
- readonly rangeBurn: "25000";
122
- readonly image: {
123
- readonly full: "SummonerCherryHold.png";
124
- readonly sprite: "spell0.png";
125
- readonly group: "spell";
126
- readonly x: 144;
127
- readonly y: 0;
128
- readonly w: 48;
129
- readonly h: 48;
130
- };
131
- readonly resource: "No Cost";
132
- };
133
- readonly SummonerDot: {
134
- readonly id: "SummonerDot";
135
- readonly name: "Ignite";
136
- readonly description: "Deals 70-410 true damage to target enemy champion over 5 seconds and reduces healing effects on them for the duration.";
137
- readonly tooltip: "Deals <trueDamage>{{ tooltiptruedamagecalculation }} true damage</trueDamage> to target enemy champion over 5 seconds and applies <keyword>{{ grievousamount*100 }}% Grievous Wounds</keyword> for the duration.<br /><br /><keyword>Wounds</keyword>: Reduces the effectiveness of Healing and Regeneration effects.";
138
- readonly maxrank: 1;
139
- readonly cooldown: readonly [180];
140
- readonly cooldownBurn: "180";
141
- readonly cost: readonly [0];
142
- readonly costBurn: "0";
143
- readonly datavalues: {};
144
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
145
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
146
- readonly vars: readonly [];
147
- readonly key: "14";
148
- readonly summonerLevel: 9;
149
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "ONEFORALL"];
150
- readonly costType: "No Cost";
151
- readonly maxammo: "-1";
152
- readonly range: readonly [600];
153
- readonly rangeBurn: "600";
154
- readonly image: {
155
- readonly full: "SummonerDot.png";
156
- readonly sprite: "spell0.png";
157
- readonly group: "spell";
158
- readonly x: 192;
159
- readonly y: 0;
160
- readonly w: 48;
161
- readonly h: 48;
162
- };
163
- readonly resource: "No Cost";
164
- };
165
- readonly SummonerExhaust: {
166
- readonly id: "SummonerExhaust";
167
- readonly name: "Exhaust";
168
- readonly description: "Slows target enemy champion by 40% and reduces their damage dealt by 35% for 3 seconds.";
169
- readonly tooltip: "<keyword>Slows</keyword> target enemy champion by {{ slow }}% and reduces their damage dealt by {{ damagereduction }}% for {{ debuffduration }} seconds.";
170
- readonly maxrank: 1;
171
- readonly cooldown: readonly [240];
172
- readonly cooldownBurn: "240";
173
- readonly cost: readonly [0];
174
- readonly costBurn: "0";
175
- readonly datavalues: {};
176
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
177
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
178
- readonly vars: readonly [];
179
- readonly key: "3";
180
- readonly summonerLevel: 4;
181
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "ONEFORALL"];
182
- readonly costType: "No Cost";
183
- readonly maxammo: "-1";
184
- readonly range: readonly [650];
185
- readonly rangeBurn: "650";
186
- readonly image: {
187
- readonly full: "SummonerExhaust.png";
188
- readonly sprite: "spell0.png";
189
- readonly group: "spell";
190
- readonly x: 240;
191
- readonly y: 0;
192
- readonly w: 48;
193
- readonly h: 48;
194
- };
195
- readonly resource: "No Cost";
196
- };
197
- readonly SummonerFlash: {
198
- readonly id: "SummonerFlash";
199
- readonly name: "Flash";
200
- readonly description: "Teleports you a short distance toward your cursor.";
201
- readonly tooltip: "Teleports you a short distance toward your cursor.";
202
- readonly maxrank: 1;
203
- readonly cooldown: readonly [300];
204
- readonly cooldownBurn: "300";
205
- readonly cost: readonly [0];
206
- readonly costBurn: "0";
207
- readonly datavalues: {};
208
- readonly effect: readonly [null, readonly [400], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
209
- readonly effectBurn: readonly [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
210
- readonly vars: readonly [];
211
- readonly key: "4";
212
- readonly summonerLevel: 7;
213
- readonly modes: readonly ["PRACTICETOOL", "CLASSIC", "ARSR", "ARAM", "NEXUSBLITZ", "ULTBOOK", "TUTORIAL", "FIRSTBLOOD", "ASSASSINATE", "DOOMBOTSTEEMO", "URF", "STARGUARDIAN", "PROJECT", "WIPMODEWIP", "SNOWURF", "ONEFORALL"];
214
- readonly costType: "No Cost";
215
- readonly maxammo: "-1";
216
- readonly range: readonly [425];
217
- readonly rangeBurn: "425";
218
- readonly image: {
219
- readonly full: "SummonerFlash.png";
220
- readonly sprite: "spell0.png";
221
- readonly group: "spell";
222
- readonly x: 288;
223
- readonly y: 0;
224
- readonly w: 48;
225
- readonly h: 48;
226
- };
227
- readonly resource: "No Cost";
228
- };
229
- readonly SummonerHaste: {
230
- readonly id: "SummonerHaste";
231
- readonly name: "Ghost";
232
- readonly description: "Gain 24 - 48% Move Speed and ignore unit collision for 10 seconds.";
233
- readonly tooltip: "Gain <speed>{{ movespeedmod }} Move Speed</speed> and become <keyword>Ghosted</keyword> for {{ duration }} seconds.<br /><br /><keyword>Ghost</keyword>: Ignore collision with other units.";
234
- readonly maxrank: 1;
235
- readonly cooldown: readonly [240];
236
- readonly cooldownBurn: "240";
237
- readonly cost: readonly [0];
238
- readonly costBurn: "0";
239
- readonly datavalues: {};
240
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
241
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
242
- readonly vars: readonly [];
243
- readonly key: "6";
244
- readonly summonerLevel: 1;
245
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"];
246
- readonly costType: "No Cost";
247
- readonly maxammo: "-1";
248
- readonly range: readonly [200];
249
- readonly rangeBurn: "200";
250
- readonly image: {
251
- readonly full: "SummonerHaste.png";
252
- readonly sprite: "spell0.png";
253
- readonly group: "spell";
254
- readonly x: 336;
255
- readonly y: 0;
256
- readonly w: 48;
257
- readonly h: 48;
258
- };
259
- readonly resource: "No Cost";
260
- };
261
- readonly SummonerHeal: {
262
- readonly id: "SummonerHeal";
263
- readonly name: "Heal";
264
- readonly description: "Restores 80-318 Health 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.";
265
- readonly tooltip: "Restores <healing>{{ totalheal }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for {{ movespeedduration }} second to you and target allied champion.<br /><br /><rules>If cast without a target, it will cast on the most wounded allied champion in range.<br />Healing is halved on units recently affected by Summoner Heal.</rules>";
266
- readonly maxrank: 1;
267
- readonly cooldown: readonly [240];
268
- readonly cooldownBurn: "240";
269
- readonly cost: readonly [0];
270
- readonly costBurn: "0";
271
- readonly datavalues: {};
272
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
273
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
274
- readonly vars: readonly [];
275
- readonly key: "7";
276
- readonly summonerLevel: 1;
277
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"];
278
- readonly costType: "No Cost";
279
- readonly maxammo: "-1";
280
- readonly range: readonly [875];
281
- readonly rangeBurn: "875";
282
- readonly image: {
283
- readonly full: "SummonerHeal.png";
284
- readonly sprite: "spell0.png";
285
- readonly group: "spell";
286
- readonly x: 384;
287
- readonly y: 0;
288
- readonly w: 48;
289
- readonly h: 48;
290
- };
291
- readonly resource: "No Cost";
292
- };
293
- readonly SummonerMana: {
294
- readonly id: "SummonerMana";
295
- readonly name: "Clarity";
296
- readonly description: "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.";
297
- readonly tooltip: "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.";
298
- readonly maxrank: 1;
299
- readonly cooldown: readonly [240];
300
- readonly cooldownBurn: "240";
301
- readonly cost: readonly [0];
302
- readonly costBurn: "0";
303
- readonly datavalues: {};
304
- readonly effect: readonly [null, readonly [50], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
305
- readonly effectBurn: readonly [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"];
306
- readonly vars: readonly [];
307
- readonly key: "13";
308
- readonly summonerLevel: 6;
309
- readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
310
- readonly costType: "No Cost";
311
- readonly maxammo: "-1";
312
- readonly range: readonly [600];
313
- readonly rangeBurn: "600";
314
- readonly image: {
315
- readonly full: "SummonerMana.png";
316
- readonly sprite: "spell0.png";
317
- readonly group: "spell";
318
- readonly x: 432;
319
- readonly y: 0;
320
- readonly w: 48;
321
- readonly h: 48;
322
- };
323
- readonly resource: "No Cost";
324
- };
325
- readonly SummonerPoroRecall: {
326
- readonly id: "SummonerPoroRecall";
327
- readonly name: "To the King!";
328
- readonly description: "Quickly travel to the Poro King's side.";
329
- readonly 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>";
330
- readonly maxrank: 1;
331
- readonly cooldown: readonly [10];
332
- readonly cooldownBurn: "10";
333
- readonly cost: readonly [0];
334
- readonly costBurn: "0";
335
- readonly datavalues: {};
336
- readonly effect: readonly [null, readonly [3000], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
337
- readonly effectBurn: readonly [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
338
- readonly vars: readonly [];
339
- readonly key: "30";
340
- readonly summonerLevel: 1;
341
- readonly modes: readonly ["KINGPORO"];
342
- readonly costType: "No Cost";
343
- readonly maxammo: "-1";
344
- readonly range: readonly [200];
345
- readonly rangeBurn: "200";
346
- readonly image: {
347
- readonly full: "SummonerPoroRecall.png";
348
- readonly sprite: "spell0.png";
349
- readonly group: "spell";
350
- readonly x: 0;
351
- readonly y: 48;
352
- readonly w: 48;
353
- readonly h: 48;
354
- };
355
- readonly resource: "No Cost";
356
- };
357
- readonly SummonerPoroThrow: {
358
- readonly id: "SummonerPoroThrow";
359
- readonly name: "Poro Toss";
360
- readonly description: "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.";
361
- readonly 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>";
362
- readonly maxrank: 1;
363
- readonly cooldown: readonly [20];
364
- readonly cooldownBurn: "20";
365
- readonly cost: readonly [0];
366
- readonly costBurn: "0";
367
- readonly datavalues: {};
368
- readonly effect: readonly [null, readonly [20], readonly [10], readonly [3], readonly [5], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
369
- readonly effectBurn: readonly [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"];
370
- readonly vars: readonly [];
371
- readonly key: "31";
372
- readonly summonerLevel: 1;
373
- readonly modes: readonly ["KINGPORO"];
374
- readonly costType: "No Cost";
375
- readonly maxammo: "-1";
376
- readonly range: readonly [2500];
377
- readonly rangeBurn: "2500";
378
- readonly image: {
379
- readonly full: "SummonerPoroThrow.png";
380
- readonly sprite: "spell0.png";
381
- readonly group: "spell";
382
- readonly x: 48;
383
- readonly y: 48;
384
- readonly w: 48;
385
- readonly h: 48;
386
- };
387
- readonly resource: "No Cost";
388
- };
389
- readonly SummonerSmite: {
390
- readonly id: "SummonerSmite";
391
- readonly name: "Smite";
392
- readonly description: "Deals 600-1200 true damage to target large monster.";
393
- readonly tooltip: "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target large monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.";
394
- readonly maxrank: 1;
395
- readonly cooldown: readonly [15];
396
- readonly cooldownBurn: "15";
397
- readonly cost: readonly [0];
398
- readonly costBurn: "0";
399
- readonly datavalues: {};
400
- readonly effect: readonly [null, readonly [15], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
401
- readonly effectBurn: readonly [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
402
- readonly vars: readonly [];
403
- readonly key: "11";
404
- readonly summonerLevel: 3;
405
- readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"];
406
- readonly costType: "No Cost";
407
- readonly maxammo: "2";
408
- readonly range: readonly [500];
409
- readonly rangeBurn: "500";
410
- readonly image: {
411
- readonly full: "SummonerSmite.png";
412
- readonly sprite: "spell0.png";
413
- readonly group: "spell";
414
- readonly x: 96;
415
- readonly y: 48;
416
- readonly w: 48;
417
- readonly h: 48;
418
- };
419
- readonly resource: "No Cost";
420
- };
421
- readonly SummonerSnowURFSnowball_Mark: {
422
- readonly id: "SummonerSnowURFSnowball_Mark";
423
- readonly name: "Mark";
424
- readonly 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.";
425
- readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} 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 {{ tooltipdamagetotal }} 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>";
426
- readonly maxrank: 1;
427
- readonly cooldown: readonly [80];
428
- readonly cooldownBurn: "80";
429
- readonly cost: readonly [0];
430
- readonly costBurn: "0";
431
- readonly datavalues: {};
432
- readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
433
- readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
434
- readonly vars: readonly [];
435
- readonly key: "39";
436
- readonly summonerLevel: 6;
437
- readonly modes: readonly ["SNOWURF"];
438
- readonly costType: "No Cost";
439
- readonly maxammo: "-1";
440
- readonly range: readonly [8000];
441
- readonly rangeBurn: "8000";
442
- readonly image: {
443
- readonly full: "SummonerSnowURFSnowball_Mark.png";
444
- readonly sprite: "spell0.png";
445
- readonly group: "spell";
446
- readonly x: 144;
447
- readonly y: 48;
448
- readonly w: 48;
449
- readonly h: 48;
450
- };
451
- readonly resource: "No Cost";
452
- };
453
- readonly SummonerSnowball: {
454
- readonly id: "SummonerSnowball";
455
- readonly name: "Mark";
456
- readonly 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.";
457
- readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} 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 {{ tooltipdamagetotal }} 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>";
458
- readonly maxrank: 1;
459
- readonly cooldown: readonly [80];
460
- readonly cooldownBurn: "80";
461
- readonly cost: readonly [0];
462
- readonly costBurn: "0";
463
- readonly datavalues: {};
464
- readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
465
- readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
466
- readonly vars: readonly [];
467
- readonly key: "32";
468
- readonly summonerLevel: 6;
469
- readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
470
- readonly costType: "No Cost";
471
- readonly maxammo: "-1";
472
- readonly range: readonly [1600];
473
- readonly rangeBurn: "1600";
474
- readonly image: {
475
- readonly full: "SummonerSnowball.png";
476
- readonly sprite: "spell0.png";
477
- readonly group: "spell";
478
- readonly x: 192;
479
- readonly y: 48;
480
- readonly w: 48;
481
- readonly h: 48;
482
- };
483
- readonly resource: "No Cost";
484
- };
485
- readonly SummonerTeleport: {
486
- readonly id: "SummonerTeleport";
487
- readonly name: "Teleport";
488
- readonly description: "After channeling for 4 seconds, teleport to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which allows you to target allied structures, minions, or wards.";
489
- readonly tooltip: "After channeling for {{ channelduration }} seconds, teleport to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants {{ msamount*100 }}% Move Speed for {{ msduration }} seconds.";
490
- readonly maxrank: 1;
491
- readonly cooldown: readonly [360];
492
- readonly cooldownBurn: "360";
493
- readonly cost: readonly [0];
494
- readonly costBurn: "0";
495
- readonly datavalues: {};
496
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
497
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
498
- readonly vars: readonly [];
499
- readonly key: "12";
500
- readonly summonerLevel: 7;
501
- readonly modes: readonly ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"];
502
- readonly costType: "No Cost";
503
- readonly maxammo: "-1";
504
- readonly range: readonly [25000];
505
- readonly rangeBurn: "25000";
506
- readonly image: {
507
- readonly full: "SummonerTeleport.png";
508
- readonly sprite: "spell0.png";
509
- readonly group: "spell";
510
- readonly x: 240;
511
- readonly y: 48;
512
- readonly w: 48;
513
- readonly h: 48;
514
- };
515
- readonly resource: "No Cost";
516
- };
517
- readonly Summoner_UltBookPlaceholder: {
518
- readonly id: "Summoner_UltBookPlaceholder";
519
- readonly name: "Placeholder";
520
- readonly 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!";
521
- readonly tooltip: "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}";
522
- readonly maxrank: 1;
523
- readonly cooldown: readonly [0];
524
- readonly cooldownBurn: "0";
525
- readonly cost: readonly [0];
526
- readonly costBurn: "0";
527
- readonly datavalues: {};
528
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
529
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
530
- readonly vars: readonly [];
531
- readonly key: "54";
532
- readonly summonerLevel: 1;
533
- readonly modes: readonly ["ULTBOOK"];
534
- readonly costType: "&nbsp;";
535
- readonly maxammo: "-1";
536
- readonly range: readonly [400];
537
- readonly rangeBurn: "400";
538
- readonly image: {
539
- readonly full: "Summoner_UltBookPlaceholder.png";
540
- readonly sprite: "spell0.png";
541
- readonly group: "spell";
542
- readonly x: 288;
543
- readonly y: 48;
544
- readonly w: 48;
545
- readonly h: 48;
546
- };
547
- readonly resource: "&nbsp;";
548
- };
549
- readonly Summoner_UltBookSmitePlaceholder: {
550
- readonly id: "Summoner_UltBookSmitePlaceholder";
551
- readonly name: "Placeholder and Attack-Smite";
552
- readonly 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!";
553
- readonly 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>{{ spellmodifierdescriptionappend }}";
554
- readonly maxrank: 1;
555
- readonly cooldown: readonly [0];
556
- readonly cooldownBurn: "0";
557
- readonly cost: readonly [0];
558
- readonly costBurn: "0";
559
- readonly datavalues: {};
560
- readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
561
- readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
562
- readonly vars: readonly [];
563
- readonly key: "55";
564
- readonly summonerLevel: 1;
565
- readonly modes: readonly ["ULTBOOK"];
566
- readonly costType: "&nbsp;";
567
- readonly maxammo: "-1";
568
- readonly range: readonly [400];
569
- readonly rangeBurn: "400";
570
- readonly image: {
571
- readonly full: "Summoner_UltBookSmitePlaceholder.png";
572
- readonly sprite: "spell0.png";
573
- readonly group: "spell";
574
- readonly x: 336;
575
- readonly y: 48;
576
- readonly w: 48;
577
- readonly h: 48;
578
- };
579
- readonly resource: "&nbsp;";
580
- };
581
- };
582
- };