lol-constants 2.25.0 → 3.0.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (427) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Locale.js +1 -0
  4. package/dist/Patch.d.ts +3 -0
  5. package/dist/Patch.js +3 -0
  6. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  7. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  8. package/dist/constants/events.d.ts +49 -0
  9. package/dist/constants/events.js +55 -0
  10. package/dist/constants/history.d.ts +26 -0
  11. package/dist/constants/history.js +29 -0
  12. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  13. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  14. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  15. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  16. package/dist/constants/participants.d.ts +38 -0
  17. package/dist/constants/participants.js +43 -0
  18. package/dist/enums/ItemSrTypes.d.ts +11 -0
  19. package/dist/enums/ItemSrTypes.js +10 -0
  20. package/dist/enums/StatRuneSlots.d.ts +6 -0
  21. package/dist/enums/StatRuneSlots.js +5 -0
  22. package/dist/helpers/champion.d.ts +678 -0
  23. package/dist/helpers/champion.js +18 -0
  24. package/dist/helpers/item.d.ts +39 -0
  25. package/dist/helpers/item.js +113 -0
  26. package/dist/helpers/riotId.d.ts +16 -0
  27. package/dist/helpers/riotId.js +33 -0
  28. package/dist/helpers/rune.d.ts +36 -0
  29. package/dist/helpers/rune.js +70 -0
  30. package/dist/helpers/spell.d.ts +6 -0
  31. package/dist/helpers/spell.js +18 -0
  32. package/dist/helpers/type.d.ts +3 -0
  33. package/dist/index.d.ts +30 -0
  34. package/dist/index.js +27 -0
  35. package/dist/lol.d.ts +4029 -0
  36. package/dist/lol.js +182 -0
  37. package/dist/objects/Maps.d.ts +113 -0
  38. package/dist/objects/Maps.js +69 -0
  39. package/dist/objects/Queues.d.ts +192 -0
  40. package/dist/objects/Queues.js +71 -0
  41. package/dist/objects/Regions.d.ts +132 -0
  42. package/dist/objects/Regions.js +55 -0
  43. package/dist/objects/generated/Champions.d.ts +1858 -0
  44. package/dist/objects/generated/Champions.js +4 -0
  45. package/dist/objects/generated/Items.d.ts +5108 -0
  46. package/dist/objects/generated/Items.js +4 -0
  47. package/dist/objects/generated/Runes.d.ts +1477 -0
  48. package/dist/objects/generated/Runes.js +13 -0
  49. package/dist/objects/generated/Spells.d.ts +208 -0
  50. package/dist/objects/generated/Spells.js +4 -0
  51. package/package.json +17 -15
  52. package/assets/constants/BootsItemNames.d.ts +0 -1
  53. package/assets/constants/BootsItemNames.js +0 -13
  54. package/assets/constants/Champion.d.ts +0 -7903
  55. package/assets/constants/Champion.js +0 -1
  56. package/assets/constants/Item.d.ts +0 -20779
  57. package/assets/constants/Item.js +0 -1
  58. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  59. package/assets/constants/LegendaryItemNames.js +0 -125
  60. package/assets/constants/RunesReforged.d.ts +0 -491
  61. package/assets/constants/RunesReforged.js +0 -1
  62. package/assets/constants/StatRunes.d.ts +0 -28
  63. package/assets/constants/StatRunes.js +0 -11
  64. package/assets/constants/StatRunesByRow.d.ts +0 -17
  65. package/assets/constants/StatRunesByRow.js +0 -17
  66. package/assets/constants/Summoner.d.ts +0 -582
  67. package/assets/constants/Summoner.js +0 -1
  68. package/assets/index.d.ts +0 -4
  69. package/assets/index.js +0 -11
  70. package/assets/scripts/asset-scripts/champion.js +0 -9
  71. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  72. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  73. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  74. package/assets/scripts/asset-scripts/item.js +0 -9
  75. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  76. package/assets/scripts/asset-scripts/runes-reforged.js +0 -9
  77. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  78. package/assets/scripts/asset-scripts/summoner.js +0 -9
  79. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  80. package/assets/scripts/constants/RuneIdComment.js +0 -24
  81. package/assets/scripts/generate-all.d.ts +0 -23
  82. package/assets/scripts/generate-all.js +0 -27
  83. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  84. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  85. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  86. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  87. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  88. package/assets/scripts/generate-categorized-item-names.js +0 -56
  89. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  90. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  91. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  92. package/assets/scripts/generate-champion-ids.js +0 -18
  93. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  94. package/assets/scripts/generate-champion-keys-num.js +0 -20
  95. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  96. package/assets/scripts/generate-champion-keys.js +0 -18
  97. package/assets/scripts/generate-champion-names.d.ts +0 -1
  98. package/assets/scripts/generate-champion-names.js +0 -18
  99. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  100. package/assets/scripts/generate-item-keys-num.js +0 -24
  101. package/assets/scripts/generate-item-keys.d.ts +0 -1
  102. package/assets/scripts/generate-item-keys.js +0 -22
  103. package/assets/scripts/generate-item-names.d.ts +0 -1
  104. package/assets/scripts/generate-item-names.js +0 -22
  105. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  106. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  107. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  108. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  109. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  110. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  111. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  112. package/assets/scripts/generate-rune-ids.js +0 -27
  113. package/assets/scripts/generate-rune-names.d.ts +0 -1
  114. package/assets/scripts/generate-rune-names.js +0 -25
  115. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  116. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  118. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  119. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  120. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  121. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  122. package/assets/scripts/generate-rune-sets.js +0 -116
  123. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  124. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  125. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  126. package/assets/scripts/generate-spell-ids.js +0 -18
  127. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  128. package/assets/scripts/generate-spell-keys-num.js +0 -20
  129. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  130. package/assets/scripts/generate-spell-keys.js +0 -18
  131. package/assets/scripts/generate-spell-names.d.ts +0 -1
  132. package/assets/scripts/generate-spell-names.js +0 -18
  133. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  134. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  135. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  136. package/assets/scripts/generate-stat-rune-names.js +0 -16
  137. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  138. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  139. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  140. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  141. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  142. package/assets/scripts/helpers/getExportStatement.js +0 -37
  143. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  144. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  145. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  146. package/assets/scripts/helpers/validateNumber.js +0 -6
  147. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  148. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  149. package/assets/scripts/print-file-names.d.ts +0 -1
  150. package/assets/scripts/print-file-names.js +0 -89
  151. package/core/constants/Abilities.d.ts +0 -17
  152. package/core/constants/Abilities.js +0 -19
  153. package/core/constants/BuildingTypes.d.ts +0 -6
  154. package/core/constants/BuildingTypes.js +0 -7
  155. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  156. package/core/constants/Champions/ChampionIds.js +0 -1
  157. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  158. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  159. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  160. package/core/constants/Champions/ChampionKeys.js +0 -1
  161. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  163. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  164. package/core/constants/Champions/ChampionNames.js +0 -1
  165. package/core/constants/Continents.d.ts +0 -8
  166. package/core/constants/Continents.js +0 -9
  167. package/core/constants/DataDragonUrls.d.ts +0 -52
  168. package/core/constants/DataDragonUrls.js +0 -56
  169. package/core/constants/DragonTypes.d.ts +0 -11
  170. package/core/constants/DragonTypes.js +0 -12
  171. package/core/constants/GameModes.d.ts +0 -12
  172. package/core/constants/GameModes.js +0 -13
  173. package/core/constants/GameTypes.d.ts +0 -7
  174. package/core/constants/GameTypes.js +0 -8
  175. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  176. package/core/constants/Items/BootsItemKeys.js +0 -1
  177. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  179. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  180. package/core/constants/Items/BootsItemNames.js +0 -1
  181. package/core/constants/Items/ItemKeys.d.ts +0 -238
  182. package/core/constants/Items/ItemKeys.js +0 -1
  183. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  184. package/core/constants/Items/ItemKeysNum.js +0 -1
  185. package/core/constants/Items/ItemNames.d.ts +0 -244
  186. package/core/constants/Items/ItemNames.js +0 -1
  187. package/core/constants/Items/ItemTypes.d.ts +0 -7
  188. package/core/constants/Items/ItemTypes.js +0 -8
  189. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  190. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  191. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  193. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemNames.js +0 -1
  195. package/core/constants/KillTypes.d.ts +0 -7
  196. package/core/constants/KillTypes.js +0 -8
  197. package/core/constants/LaneTypes.d.ts +0 -7
  198. package/core/constants/LaneTypes.js +0 -8
  199. package/core/constants/Lanes.d.ts +0 -8
  200. package/core/constants/Lanes.js +0 -9
  201. package/core/constants/LeagueTexts.d.ts +0 -49
  202. package/core/constants/LeagueTexts.js +0 -54
  203. package/core/constants/Levels.d.ts +0 -22
  204. package/core/constants/Levels.js +0 -23
  205. package/core/constants/MapIds.d.ts +0 -17
  206. package/core/constants/MapIds.js +0 -18
  207. package/core/constants/MonsterTypes.d.ts +0 -8
  208. package/core/constants/MonsterTypes.js +0 -9
  209. package/core/constants/ParticipantIds.d.ts +0 -14
  210. package/core/constants/ParticipantIds.js +0 -15
  211. package/core/constants/PlatformApiUris.d.ts +0 -20
  212. package/core/constants/PlatformApiUris.js +0 -21
  213. package/core/constants/PlatformIds.d.ts +0 -23
  214. package/core/constants/PlatformIds.js +0 -26
  215. package/core/constants/Positions.d.ts +0 -9
  216. package/core/constants/Positions.js +0 -10
  217. package/core/constants/QueueIds.d.ts +0 -114
  218. package/core/constants/QueueIds.js +0 -140
  219. package/core/constants/QueueTypes.d.ts +0 -7
  220. package/core/constants/QueueTypes.js +0 -8
  221. package/core/constants/RankedRanks.d.ts +0 -8
  222. package/core/constants/RankedRanks.js +0 -9
  223. package/core/constants/RegionalApiUris.d.ts +0 -8
  224. package/core/constants/RegionalApiUris.js +0 -9
  225. package/core/constants/Regions.d.ts +0 -23
  226. package/core/constants/Regions.js +0 -26
  227. package/core/constants/RelativeTeams.d.ts +0 -6
  228. package/core/constants/RelativeTeams.js +0 -7
  229. package/core/constants/Roles.d.ts +0 -8
  230. package/core/constants/Roles.js +0 -9
  231. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  232. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  233. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  234. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  235. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  237. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  238. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  239. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  240. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  241. package/core/constants/Runes/RuneSets.d.ts +0 -721
  242. package/core/constants/Runes/RuneSets.js +0 -11
  243. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  244. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  247. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  248. package/core/constants/Runes/RuneTreeIds.js +0 -14
  249. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  251. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeNames.js +0 -14
  253. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  254. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  255. package/core/constants/SkillSlots.d.ts +0 -8
  256. package/core/constants/SkillSlots.js +0 -9
  257. package/core/constants/Skills.d.ts +0 -8
  258. package/core/constants/Skills.js +0 -9
  259. package/core/constants/Spells/SpellIds.d.ts +0 -21
  260. package/core/constants/Spells/SpellIds.js +0 -1
  261. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  262. package/core/constants/Spells/SpellIdsByName.js +0 -1
  263. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  264. package/core/constants/Spells/SpellKeys.js +0 -1
  265. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeysNum.js +0 -1
  267. package/core/constants/Spells/SpellNames.d.ts +0 -21
  268. package/core/constants/Spells/SpellNames.js +0 -1
  269. package/core/constants/TeamIds.d.ts +0 -6
  270. package/core/constants/TeamIds.js +0 -7
  271. package/core/constants/TowerTypes.d.ts +0 -8
  272. package/core/constants/TowerTypes.js +0 -9
  273. package/core/constants/WardTypes.d.ts +0 -9
  274. package/core/constants/WardTypes.js +0 -10
  275. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  276. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  277. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  278. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  279. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  283. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionNameById.js +0 -5
  285. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  286. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  287. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  288. package/core/helpers/Champions/isChampionId.js +0 -4
  289. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionKey.js +0 -4
  291. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  293. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionName.js +0 -4
  295. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  296. package/core/helpers/Items/getItemKeyByName.js +0 -4
  297. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  299. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  300. package/core/helpers/Items/getItemNameByKey.js +0 -4
  301. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  302. package/core/helpers/Items/isBootsItemKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  305. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemName.js +0 -4
  307. package/core/helpers/Items/isItemKey.d.ts +0 -2
  308. package/core/helpers/Items/isItemKey.js +0 -4
  309. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  310. package/core/helpers/Items/isItemKeyNum.js +0 -4
  311. package/core/helpers/Items/isItemName.d.ts +0 -2
  312. package/core/helpers/Items/isItemName.js +0 -4
  313. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  314. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  319. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  320. package/core/helpers/Items/isTier2Boots.js +0 -9
  321. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  322. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  323. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  325. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  326. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  327. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  328. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  329. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  331. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneNameById.js +0 -4
  333. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  334. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  335. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  337. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  338. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  343. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  344. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  349. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  350. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  355. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  356. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  361. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  362. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  367. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  368. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  373. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  374. package/core/helpers/Runes/isRuneId.js +0 -4
  375. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  377. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneName.js +0 -4
  379. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  380. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  385. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  386. package/core/helpers/Runes/isStatRuneId.js +0 -4
  387. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  389. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneName.js +0 -4
  391. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  392. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  394. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  395. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  399. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellNameById.js +0 -5
  401. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  402. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  403. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  404. package/core/helpers/Spells/isSpellId.js +0 -4
  405. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellKey.js +0 -4
  407. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  409. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellName.js +0 -4
  411. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  412. package/core/helpers/getPositionImageUrl.js +0 -11
  413. package/core/helpers/isRiotId.d.ts +0 -5
  414. package/core/helpers/isRiotId.js +0 -15
  415. package/core/helpers/makeRiotId.d.ts +0 -4
  416. package/core/helpers/makeRiotId.js +0 -5
  417. package/core/helpers/splitRiotId.d.ts +0 -10
  418. package/core/helpers/splitRiotId.js +0 -16
  419. package/core/index.d.ts +0 -139
  420. package/core/index.js +0 -150
  421. package/core/types/championJson.d.ts +0 -85
  422. package/core/types/championJson.js +0 -1
  423. package/core/types/interfaces.d.ts +0 -22
  424. package/core/types/interfaces.js +0 -1
  425. package/core/types/types.d.ts +0 -268
  426. package/core/types/types.js +0 -1
  427. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1,491 +0,0 @@
1
- export declare const RunesReforged: readonly [{
2
- readonly id: 8100;
3
- readonly key: "Domination";
4
- readonly icon: "perk-images/Styles/7200_Domination.png";
5
- readonly name: "Domination";
6
- readonly slots: readonly [{
7
- readonly runes: readonly [{
8
- readonly id: 8112;
9
- readonly key: "Electrocute";
10
- readonly icon: "perk-images/Styles/Domination/Electrocute/Electrocute.png";
11
- readonly name: "Electrocute";
12
- readonly shortDesc: "Hitting a champion with 3 <b>separate</b> attacks or abilities in 3s deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.";
13
- readonly longDesc: "Hitting a champion with 3 <b>separate</b> attacks or abilities within 3s deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword>.<br><br>Damage: 50 - 190 (+0.1 bonus AD, +0.05 AP) damage.<br><br>Cooldown: 20s<br><br><hr><i>'We called them the Thunderlords, for to speak of their lightning was to invite disaster.'</i>";
14
- }, {
15
- readonly id: 8128;
16
- readonly key: "DarkHarvest";
17
- readonly icon: "perk-images/Styles/Domination/DarkHarvest/DarkHarvest.png";
18
- readonly name: "Dark Harvest";
19
- readonly shortDesc: "Damaging a low health champion inflicts <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests a soul from the victim.";
20
- readonly longDesc: "Damaging a Champion below 50% health deals <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests their soul, permanently increasing Dark Harvest's damage by 9.<br><br>Dark Harvest damage: 20 (+9 damage per soul) (+0.1 bonus AD) (+0.05 AP)<br>Cooldown: 40s (resets to 1.5s on takedown)";
21
- }, {
22
- readonly id: 9923;
23
- readonly key: "HailOfBlades";
24
- readonly icon: "perk-images/Styles/Domination/HailOfBlades/HailOfBlades.png";
25
- readonly name: "Hail of Blades";
26
- readonly shortDesc: "Gain a large amount of Attack Speed for the first 3 attacks made against enemy champions.";
27
- readonly longDesc: "Gain 110% (80% for ranged champions) Attack Speed when you attack an enemy champion for up to 3 attacks.<br><br>No more than 3s can elapse between attacks or this effect will end.<br><br>Cooldown: 12s.<br><br><rules>Attack resets increase the attack limit by 1.<br>Allows you to temporarily exceed the attack speed limit.</rules>";
28
- }];
29
- }, {
30
- readonly runes: readonly [{
31
- readonly id: 8126;
32
- readonly key: "CheapShot";
33
- readonly icon: "perk-images/Styles/Domination/CheapShot/CheapShot.png";
34
- readonly name: "Cheap Shot";
35
- readonly shortDesc: "Deal bonus true damage to enemy champions with <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairAct'>impaired movement or actions</lol-uikit-tooltipped-keyword>. ";
36
- readonly longDesc: "Damaging champions with <b>impaired movement or actions</b> deals 10 - 45 bonus true damage (based on level).<br><br>Cooldown: 4s<br><rules>Activates on damage occurring after the impairment.</rules>";
37
- }, {
38
- readonly id: 8139;
39
- readonly key: "TasteOfBlood";
40
- readonly icon: "perk-images/Styles/Domination/TasteOfBlood/GreenTerror_TasteOfBlood.png";
41
- readonly name: "Taste of Blood";
42
- readonly shortDesc: "Heal when you damage an enemy champion.";
43
- readonly longDesc: "Heal when you damage an enemy champion.<br><br>Healing: 16-40 (+0.1 bonus AD, +0.05 AP) health (based on level)<br><br>Cooldown: 20s";
44
- }, {
45
- readonly id: 8143;
46
- readonly key: "SuddenImpact";
47
- readonly icon: "perk-images/Styles/Domination/SuddenImpact/SuddenImpact.png";
48
- readonly name: "Sudden Impact";
49
- readonly shortDesc: "Damaging basic attacks and ability damage deal bonus true damage to enemy champions after using a dash, leap, blink, teleport, or when leaving stealth.";
50
- readonly longDesc: "Damaging basic attacks and ability damage deal a bonus <trueDamage>20 - 80 True Damage</trueDamage> based on level to enemy champions after using a dash, leap, blink, teleport, or when leaving stealth for 4s.<br><br>Cooldown: 10s";
51
- }];
52
- }, {
53
- readonly runes: readonly [{
54
- readonly id: 8136;
55
- readonly key: "ZombieWard";
56
- readonly icon: "perk-images/Styles/Domination/ZombieWard/ZombieWard.png";
57
- readonly name: "Zombie Ward";
58
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Zombie Ward spawned plus bonus upon completion.";
59
- readonly longDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Zombie Ward spawned, up to 10. <br><br>After spawning 10 Zombie Wards, additionally gain 10 adaptive force.<br><br>Zombie Wards are visible, last for 120s and do not count towards your ward limit.";
60
- }, {
61
- readonly id: 8120;
62
- readonly key: "GhostPoro";
63
- readonly icon: "perk-images/Styles/Domination/GhostPoro/GhostPoro.png";
64
- readonly name: "Ghost Poro";
65
- readonly shortDesc: "When your wards expire, they leave behind a Ghost Poro. The Ghost Poro grants vision until discovered. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Ghost Poro and when your Ghost Poro spots an enemy champion, plus bonus upon completion.";
66
- readonly longDesc: "When your wards expire, they leave behind a Ghost Poro, which grants vision for 90s. Nearby enemy champions scare the Ghost Poro away.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Ghost Poro spawned and when your Ghost Poro spots an enemy champion up to 10 stacks. <br><br>After gaining 10 stacks, additionally gain 10 adaptive force.";
67
- }, {
68
- readonly id: 8138;
69
- readonly key: "EyeballCollection";
70
- readonly icon: "perk-images/Styles/Domination/EyeballCollection/EyeballCollection.png";
71
- readonly name: "Eyeball Collection";
72
- readonly shortDesc: "Collect eyeballs for champion <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword>. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each eyeball plus bonus upon collection completion.";
73
- readonly longDesc: "Collect eyeballs for champion takedowns. Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power, per eyeball collected. <br><br>Upon completing your collection at 10 eyeballs, additionally gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 6 Attack Damage, or 10 Ability Power.<br><br>Collect 1 eyeball per champion takedown.";
74
- }];
75
- }, {
76
- readonly runes: readonly [{
77
- readonly id: 8135;
78
- readonly key: "TreasureHunter";
79
- readonly icon: "perk-images/Styles/Domination/TreasureHunter/TreasureHunter.png";
80
- readonly name: "Treasure Hunter";
81
- readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant additional gold the first time they are collected. ";
82
- readonly longDesc: "Gain an additional <gold>50 gold</gold> the next time you collect a <i>Bounty Hunter</i> stack. Increase the gold gained by <gold>20 gold</gold> for each <i>Bounty Hunter</i> stack, up to <gold>130 gold</gold>.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
83
- }, {
84
- readonly id: 8105;
85
- readonly key: "RelentlessHunter";
86
- readonly icon: "perk-images/Styles/Domination/RelentlessHunter/RelentlessHunter.png";
87
- readonly name: "Relentless Hunter";
88
- readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent <b>out of combat <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword></b>. ";
89
- readonly longDesc: "Gain <speed>8 Move Speed</speed> out of combat per <i>Bounty Hunter</i> stack.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
90
- }, {
91
- readonly id: 8106;
92
- readonly key: "UltimateHunter";
93
- readonly icon: "perk-images/Styles/Domination/UltimateHunter/UltimateHunter.png";
94
- readonly name: "Ultimate Hunter";
95
- readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent cooldown reduction on your Ultimate. ";
96
- readonly longDesc: "Your ultimate gains <attention>6</attention> Ability Haste, plus an additional <attention>5</attention> Ability Haste per <i>Bounty Hunter</i> stack.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
97
- }];
98
- }];
99
- }, {
100
- readonly id: 8300;
101
- readonly key: "Inspiration";
102
- readonly icon: "perk-images/Styles/7203_Whimsy.png";
103
- readonly name: "Inspiration";
104
- readonly slots: readonly [{
105
- readonly runes: readonly [{
106
- readonly id: 8351;
107
- readonly key: "GlacialAugment";
108
- readonly icon: "perk-images/Styles/Inspiration/GlacialAugment/GlacialAugment.png";
109
- readonly name: "Glacial Augment";
110
- readonly shortDesc: "Immobilizing an enemy champion will cause 3 glacial rays that slow nearby enemies and reduce their damage to your allies.";
111
- readonly longDesc: "Immobilizing an enemy champion will cause 3 glacial rays to emanate from them towards you and other nearby champions, creating frozen zones for 3 (+ 100% of the immobilizing effect's duration) seconds that slow enemies for 20% (+9% per 10% Heal and Shield Power) (+6% per 100 Ability Power) (+7% per 100 bonus Attack Damage) and reduce their damage by 15% against your allies (not including yourself). <br><br>Cooldown: 25s";
112
- }, {
113
- readonly id: 8360;
114
- readonly key: "UnsealedSpellbook";
115
- readonly icon: "perk-images/Styles/Inspiration/UnsealedSpellbook/UnsealedSpellbook.png";
116
- readonly name: "Unsealed Spellbook";
117
- readonly shortDesc: "Swap Summoner Spells while out of combat. Swapping to unique Summoner Spells will increase the rate at which you can make future swaps.";
118
- readonly longDesc: "Swap one of your equipped Summoner Spells to a new, single use Summoner Spell. Each unique Summoner Spell you swap to permanently decreases your swap cooldown by 25s (initial swap cooldown is at 5 mins). <br><br>Your first swap becomes available at 6 mins. <br><rules><br>Summoner Spells can only be swapped while out of combat. <br>After using a swapped Summoner Spell you must swap 3 more times before the first can be selected again.<br>Smite damage increases after two Summoner Spell swaps. </rules>";
119
- }, {
120
- readonly id: 8369;
121
- readonly key: "FirstStrike";
122
- readonly icon: "perk-images/Styles/Inspiration/FirstStrike/FirstStrike.png";
123
- readonly name: "First Strike";
124
- readonly shortDesc: "When you initiate champion combat, deal 7% extra damage for 3 seconds and gain gold based on damage dealt.";
125
- readonly longDesc: "Attacks or abilities against an enemy champion within 0.25s of entering champion combat grant 10 gold and <b>First Strike</b> for 3 seconds, causing you to deal <truedamage>7%</truedamage> extra <truedamage> damage</truedamage> against champions, and granting <gold>50% (35% for ranged champions)</gold> of bonus damage dealt as <gold>gold</gold>.<br><br>Cooldown: <scaleLevel>25 - 15</scaleLevel>s";
126
- }];
127
- }, {
128
- readonly runes: readonly [{
129
- readonly id: 8306;
130
- readonly key: "HextechFlashtraption";
131
- readonly icon: "perk-images/Styles/Inspiration/HextechFlashtraption/HextechFlashtraption.png";
132
- readonly name: "Hextech Flashtraption";
133
- readonly shortDesc: "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel, then blink to a new location.";
134
- readonly longDesc: "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel for 2s to blink to a new location.<br><br>Cooldown: 20s. Goes on a 10s cooldown when you enter champion combat.";
135
- }, {
136
- readonly id: 8304;
137
- readonly key: "MagicalFootwear";
138
- readonly icon: "perk-images/Styles/Inspiration/MagicalFootwear/MagicalFootwear.png";
139
- readonly name: "Magical Footwear";
140
- readonly shortDesc: "You get free boots at 12 min but you cannot buy boots before then. Each <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedown</lol-uikit-tooltipped-keyword> you get makes your boots come 45s sooner.";
141
- readonly longDesc: "You get free Slightly Magical Footwear at 12 min, but you cannot buy boots before then. For each takedown you acquire the boots 45s sooner.<br><br>Slightly Magical Footwear grants you an additional <speed>10 Move Speed</speed>.";
142
- }, {
143
- readonly id: 8321;
144
- readonly key: "CashBack";
145
- readonly icon: "perk-images/Styles/Inspiration/CashBack/CashBack2.png";
146
- readonly name: "Cash Back";
147
- readonly shortDesc: "Get some gold back when you purchase Legendary Items.";
148
- readonly longDesc: "Get 6% Gold back when you purchase Legendary Items.";
149
- }];
150
- }, {
151
- readonly runes: readonly [{
152
- readonly id: 8313;
153
- readonly key: "PerfectTiming";
154
- readonly icon: "perk-images/Styles/Inspiration/PerfectTiming/AlchemistCabinet.png";
155
- readonly name: "Triple Tonic";
156
- readonly shortDesc: "Upon reaching level 3, gain an Elixir of Avarice.<br>Upon reaching level 6, gain an Elixir of Force.<br>Upon reaching level 9, gain an Elixir of Skill. ";
157
- readonly longDesc: "Upon reaching level 3, gain an Elixir of Avarice.<br>Upon reaching level 6, gain an Elixir of Force.<br>Upon reaching level 9, gain an Elixir of Skill. ";
158
- }, {
159
- readonly id: 8352;
160
- readonly key: "TimeWarpTonic";
161
- readonly icon: "perk-images/Styles/Inspiration/TimeWarpTonic/TimeWarpTonic.png";
162
- readonly name: "Time Warp Tonic";
163
- readonly shortDesc: "Potions grant some restoration immediately.";
164
- readonly longDesc: "Consuming a potion grants 40% of its health restoration immediately.<br><br>";
165
- }, {
166
- readonly id: 8345;
167
- readonly key: "BiscuitDelivery";
168
- readonly icon: "perk-images/Styles/Inspiration/BiscuitDelivery/BiscuitDelivery.png";
169
- readonly name: "Biscuit Delivery";
170
- readonly shortDesc: "Gain a free Biscuit every 2 min, until 6 min. Consuming or selling a Biscuit permanently increases your max mana and restores health and mana.";
171
- readonly longDesc: "Biscuit Delivery: Gain a Total Biscuit of Everlasting Will every 2 mins, until 6 min.<br><br>Biscuits restore 8% of your missing health and mana. Consuming or selling a Biscuit permanently increases your mana cap by 40. <br><br><i>Manaless:</i> Champions without mana restore 12% missing health instead.";
172
- }];
173
- }, {
174
- readonly runes: readonly [{
175
- readonly id: 8347;
176
- readonly key: "CosmicInsight";
177
- readonly icon: "perk-images/Styles/Inspiration/CosmicInsight/CosmicInsight.png";
178
- readonly name: "Cosmic Insight";
179
- readonly shortDesc: "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste";
180
- readonly longDesc: "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste";
181
- }, {
182
- readonly id: 8410;
183
- readonly key: "ApproachVelocity";
184
- readonly icon: "perk-images/Styles/Resolve/ApproachVelocity/ApproachVelocity.png";
185
- readonly name: "Approach Velocity";
186
- readonly shortDesc: "Bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> towards nearby enemy champions that are <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>movement impaired</lol-uikit-tooltipped-keyword>, increased for enemy champions that you impair.";
187
- readonly longDesc: "Gain <speed>7.5% Move Speed</speed> towards nearby enemy champions that are movement impaired. This bonus is increased to <speed>15% Move Speed</speed> for any enemy champion that you impair. <br><br>Activation Range for CC from allies: 1000";
188
- }, {
189
- readonly id: 8316;
190
- readonly key: "JackOfAllTrades";
191
- readonly icon: "perk-images/Styles/Inspiration/JackOfAllTrades/JackofAllTrades2.png";
192
- readonly name: "Jack Of All Trades";
193
- readonly shortDesc: "For each different stat gained from items, gain one Jack stack. Each stack grants you <speed>1 Ability Haste</speed>.<br><br>Gain bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>Adaptive Force</lol-uikit-tooltipped-keyword> at 5 and 10 stacks.";
194
- readonly longDesc: "For each different stat gained from items, gain one Jack stack. Each stack grants you <speed>1 Ability Haste</speed>.<br><br>Gain 10 or 25 bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>Adaptive Force</lol-uikit-tooltipped-keyword> at 5 and 10 stacks, respectively.";
195
- }];
196
- }];
197
- }, {
198
- readonly id: 8000;
199
- readonly key: "Precision";
200
- readonly icon: "perk-images/Styles/7201_Precision.png";
201
- readonly name: "Precision";
202
- readonly slots: readonly [{
203
- readonly runes: readonly [{
204
- readonly id: 8005;
205
- readonly key: "PressTheAttack";
206
- readonly icon: "perk-images/Styles/Precision/PressTheAttack/PressTheAttack.png";
207
- readonly name: "Press the Attack";
208
- readonly shortDesc: "Hitting an enemy champion 3 consecutive times deals bonus damage and amplifies your damage until you leave combat with champions.";
209
- readonly longDesc: "Hitting an enemy champion with 3 consecutive basic attacks deals 40 - 160 bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword> (based on level) and amplifies your damage dealt by 8% until you leave combat with champions.";
210
- }, {
211
- readonly id: 8021;
212
- readonly key: "FleetFootwork";
213
- readonly icon: "perk-images/Styles/Precision/FleetFootwork/FleetFootwork.png";
214
- readonly name: "Fleet Footwork";
215
- readonly shortDesc: "Attacking and moving builds Energy stacks. At 100 stacks, your next attack heals you and grants increased <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword>.";
216
- readonly longDesc: "Attacking and moving builds Energy stacks. At 100 stacks, your next attack is Energized<br><br>Energized attacks heal you for 8 - 110 (+0.1 Bonus AD, +0.05 AP) and grant <speed>20% Move Speed</speed> for 1s.<br><br>Healing from minions is 10% effective for Ranged Champions, and 20% effective for Melee Champions.";
217
- }, {
218
- readonly id: 8010;
219
- readonly key: "Conqueror";
220
- readonly icon: "perk-images/Styles/Precision/Conqueror/Conqueror.png";
221
- readonly name: "Conqueror";
222
- readonly shortDesc: "Gain stacks of adaptive force when attacking enemy champions. After reaching 12 stacks, heal for a portion of damage you deal to champions.";
223
- readonly longDesc: "Basic attacks or spells that deal damage to an enemy champion grant 2 stacks of Conqueror for 5s, gaining 1.8-4 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>Adaptive Force</font></lol-uikit-tooltipped-keyword> per stack. Stacks up to 12 times. Ranged champions gain only 1 stack per basic attack.<br><br>When fully stacked, heal for 8% of the damage you deal to champions (5% for ranged champions).";
224
- }];
225
- }, {
226
- readonly runes: readonly [{
227
- readonly id: 9101;
228
- readonly key: "AbsorbLife";
229
- readonly icon: "perk-images/Styles/Precision/AbsorbLife/AbsorbLife.png";
230
- readonly name: "Absorb Life";
231
- readonly shortDesc: "Killing a target heals you.";
232
- readonly longDesc: "Killing a target heals you for @HealAmount@.";
233
- }, {
234
- readonly id: 9111;
235
- readonly key: "Triumph";
236
- readonly icon: "perk-images/Styles/Precision/Triumph.png";
237
- readonly name: "Triumph";
238
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> restore 5% of your missing health and grant an additional 20 gold. ";
239
- readonly longDesc: "Takedowns restore 5% of your missing health, 2.5% of your max health, and grant an additional 20 gold. <br><br><hr><br><i>'The most dangerous game brings the greatest glory.' <br>—Noxian Reckoner</i>";
240
- }, {
241
- readonly id: 8009;
242
- readonly key: "PresenceOfMind";
243
- readonly icon: "perk-images/Styles/Precision/PresenceOfMind/PresenceOfMind.png";
244
- readonly name: "Presence of Mind";
245
- readonly shortDesc: "Increase your mana or energy regeneration when damaging an enemy champion. Takedowns restore mana or energy.";
246
- readonly longDesc: "Damaging an enemy champion increases your mana regeneration by @RegenAmount@ (80% for ranged) mana per second for 4 seconds. All energy users gain 1.5 energy per second, instead.<br><br>Takedowns restore 15% of your maximum mana or energy. ";
247
- }];
248
- }, {
249
- readonly runes: readonly [{
250
- readonly id: 9104;
251
- readonly key: "LegendAlacrity";
252
- readonly icon: "perk-images/Styles/Precision/LegendAlacrity/LegendAlacrity.png";
253
- readonly name: "Legend: Alacrity";
254
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent <b>Attack Speed</b>. ";
255
- readonly longDesc: "Gain 3% attack speed plus an additional 1.5% for every <i>Legend</i> stack (<statGood>max 10 stacks</statGood>).<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
256
- }, {
257
- readonly id: 9105;
258
- readonly key: "LegendHaste";
259
- readonly icon: "perk-images/Styles/Precision/LegendHaste/LegendHaste.png";
260
- readonly name: "Legend: Haste";
261
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent Basic Ability <b>Haste</b>. ";
262
- readonly longDesc: "Gain 1.5 basic ability haste for every <i>Legend</i> stack (<statGood>max 10 stacks</statGood>).<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
263
- }, {
264
- readonly id: 9103;
265
- readonly key: "LegendBloodline";
266
- readonly icon: "perk-images/Styles/Precision/LegendBloodline/LegendBloodline.png";
267
- readonly name: "Legend: Bloodline";
268
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent<b> Life Steal</b>, up to a cap. Once the cap is reached, increase your max health. Weaker earlier but stronger later game than other Legend Runes.";
269
- readonly longDesc: "Gain <scaleAD>0.35% Life Steal</scaleAD> for every <i>Legend</i> stack (<statGood>max 15 stacks</statGood>). At maximum <i>Legend</i> stacks, gain <scaleHealth>85 max health</scaleHealth>.<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
270
- }];
271
- }, {
272
- readonly runes: readonly [{
273
- readonly id: 8014;
274
- readonly key: "CoupDeGrace";
275
- readonly icon: "perk-images/Styles/Precision/CoupDeGrace/CoupDeGrace.png";
276
- readonly name: "Coup de Grace";
277
- readonly shortDesc: "Deal more damage to low health enemy champions.";
278
- readonly longDesc: "Deal 8% more damage to champions who have less than 40% health.";
279
- }, {
280
- readonly id: 8017;
281
- readonly key: "CutDown";
282
- readonly icon: "perk-images/Styles/Precision/CutDown/CutDown.png";
283
- readonly name: "Cut Down";
284
- readonly shortDesc: "Deal more damage to high health enemy champions.";
285
- readonly longDesc: "Deal 8% more damage to champions who have more than 50% health.";
286
- }, {
287
- readonly id: 8299;
288
- readonly key: "LastStand";
289
- readonly icon: "perk-images/Styles/Sorcery/LastStand/LastStand.png";
290
- readonly name: "Last Stand";
291
- readonly shortDesc: "Deal more damage to champions while you are low on health.";
292
- readonly longDesc: "Deal 5% - 11% increased damage to champions while you are below 60% health. Max damage gained at 30% health.";
293
- }];
294
- }];
295
- }, {
296
- readonly id: 8400;
297
- readonly key: "Resolve";
298
- readonly icon: "perk-images/Styles/7204_Resolve.png";
299
- readonly name: "Resolve";
300
- readonly slots: readonly [{
301
- readonly runes: readonly [{
302
- readonly id: 8437;
303
- readonly key: "GraspOfTheUndying";
304
- readonly icon: "perk-images/Styles/Resolve/GraspOfTheUndying/GraspOfTheUndying.png";
305
- readonly name: "Grasp of the Undying";
306
- readonly shortDesc: "Every 4s your next attack on a champion deals bonus magic damage, heals you, and permanently increases your health.";
307
- readonly longDesc: "Every 4s in combat, your next basic attack on a champion will:<li>Deal bonus magic damage equal to 3.5% of your max health</li><li>Heals you for 3 + 1.2% of your max health</li><li>Permanently increase your health by 7</li><br><rules><i>Ranged Champions:</i> Damage, healing, and permanent health gained reduced by 40%.</rules><br>";
308
- }, {
309
- readonly id: 8439;
310
- readonly key: "Aftershock";
311
- readonly icon: "perk-images/Styles/Resolve/VeteranAftershock/VeteranAftershock.png";
312
- readonly name: "Aftershock";
313
- readonly shortDesc: "After <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Immobilize'>immobilizing</lol-uikit-tooltipped-keyword> an enemy champion gain defenses and later deal a burst of magic damage around you.";
314
- readonly longDesc: "After immobilizing an enemy champion, increase your Armor and Magic Resist by 35 + 80% of your Bonus Resists for 2.5s. Then explode, dealing magic damage to nearby enemies.<br><br>Damage: 25 - 120 (+8% of your bonus health)<br>Cooldown: 20s<br><br>Resistance bonus from Aftershock capped at: 80-150 (based on level)<br>";
315
- }, {
316
- readonly id: 8465;
317
- readonly key: "Guardian";
318
- readonly icon: "perk-images/Styles/Resolve/Guardian/Guardian.png";
319
- readonly name: "Guardian";
320
- readonly shortDesc: "Guard allies you cast spells on and those that are very nearby. If you or a guarded ally would take damage based on level, you're both granted a shield.";
321
- readonly longDesc: "<i>Guard</i> allies within 350 units of you, and allies you target with spells for 2.5s. While <i>Guarding</i>, if you or the ally take more than a small amount of damage over the duration of the <i>Guard</i>, both of you gain a shield for 1.5s.<br><br>Cooldown: <scaleLevel>90 - 40</scaleLevel> seconds<br>Shield: <scaleLevel>45 - 120</scaleLevel> + <scaleAP>12.5%</scaleAP> of your ability power + <scalehealth>8%</scalehealth> of your bonus health<br>Proc Threshold: <scaleLevel>90 - 250</scaleLevel> postmitigation damage";
322
- }];
323
- }, {
324
- readonly runes: readonly [{
325
- readonly id: 8446;
326
- readonly key: "Demolish";
327
- readonly icon: "perk-images/Styles/Resolve/Demolish/Demolish.png";
328
- readonly name: "Demolish";
329
- readonly shortDesc: "Charge up a powerful attack against a tower while near it.";
330
- readonly longDesc: "Charge up a powerful attack against a tower over 3s, while within 600 range of it. The charged attack deals 100 (+35% of your max health) bonus physical damage. <br><br>Cooldown: 45s";
331
- }, {
332
- readonly id: 8463;
333
- readonly key: "FontOfLife";
334
- readonly icon: "perk-images/Styles/Resolve/FontOfLife/FontOfLife.png";
335
- readonly name: "Font of Life";
336
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>Impairing</lol-uikit-tooltipped-keyword> the movement of an enemy champion heals nearby allied champions. ";
337
- readonly longDesc: "Impairing the movement of an enemy champion restores <healing>@BaseHeal@ Health</healing> to you and the lowest health nearby allied champion.<br><br>70% effect for Ranged Users.<br><br>Cooldown: 20s";
338
- }, {
339
- readonly id: 8401;
340
- readonly key: "ShieldBash";
341
- readonly icon: "perk-images/Styles/Resolve/MirrorShell/MirrorShell.png";
342
- readonly name: "Shield Bash";
343
- readonly shortDesc: "Whenever you gain a shield, your next basic attack against a champion deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.";
344
- readonly longDesc: "While shielded, gain <scaleLevel>1 - 10</scaleLevel> Armor and Magic Resist based on Level.<br><br>Whenever you gain a new shield, your next basic attack against a champion deals <scaleLevel>5 - 30</scaleLevel> <scaleHealth>(+1.5% Bonus Health)</scaleHealth> <scaleMana>(+8.5% New Shield Amount)</scaleMana> bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.<br><br>You have up to 2s after the shield expires to use this effect.";
345
- }];
346
- }, {
347
- readonly runes: readonly [{
348
- readonly id: 8429;
349
- readonly key: "Conditioning";
350
- readonly icon: "perk-images/Styles/Resolve/Conditioning/Conditioning.png";
351
- readonly name: "Conditioning";
352
- readonly shortDesc: "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%.";
353
- readonly longDesc: "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%.";
354
- }, {
355
- readonly id: 8444;
356
- readonly key: "SecondWind";
357
- readonly icon: "perk-images/Styles/Resolve/SecondWind/SecondWind.png";
358
- readonly name: "Second Wind";
359
- readonly shortDesc: "After taking damage from an enemy champion heal back some missing health over time. ";
360
- readonly longDesc: "After taking damage from an enemy champion, heal for 4% of your missing health +3 over 10s.";
361
- }, {
362
- readonly id: 8473;
363
- readonly key: "BonePlating";
364
- readonly icon: "perk-images/Styles/Resolve/BonePlating/BonePlating.png";
365
- readonly name: "Bone Plating";
366
- readonly shortDesc: "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s";
367
- readonly longDesc: "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s";
368
- }];
369
- }, {
370
- readonly runes: readonly [{
371
- readonly id: 8451;
372
- readonly key: "Overgrowth";
373
- readonly icon: "perk-images/Styles/Resolve/Overgrowth/Overgrowth.png";
374
- readonly name: "Overgrowth";
375
- readonly shortDesc: "Gain permanent max health when minions or monsters die near you.";
376
- readonly longDesc: "Absorb life essence from monsters or enemy minions that die near you, permanently gaining 3 maximum health for every 8.<br><br>When you've absorbed 120 monsters or enemy minions, gain an additional 3.5% maximum health.";
377
- }, {
378
- readonly id: 8453;
379
- readonly key: "Revitalize";
380
- readonly icon: "perk-images/Styles/Resolve/Revitalize/Revitalize.png";
381
- readonly name: "Revitalize";
382
- readonly shortDesc: "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health.";
383
- readonly longDesc: "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health.";
384
- }, {
385
- readonly id: 8242;
386
- readonly key: "Unflinching";
387
- readonly icon: "perk-images/Styles/Sorcery/Unflinching/Unflinching.png";
388
- readonly name: "Unflinching";
389
- readonly shortDesc: "Gain Armor and Magic Resist when receiving crowd control.";
390
- readonly longDesc: "Gain 2 - 10 (level scaling) Armor and Magic Resist when crowd controlled and for 2 seconds after.";
391
- }];
392
- }];
393
- }, {
394
- readonly id: 8200;
395
- readonly key: "Sorcery";
396
- readonly icon: "perk-images/Styles/7202_Sorcery.png";
397
- readonly name: "Sorcery";
398
- readonly slots: readonly [{
399
- readonly runes: readonly [{
400
- readonly id: 8214;
401
- readonly key: "SummonAery";
402
- readonly icon: "perk-images/Styles/Sorcery/SummonAery/SummonAery.png";
403
- readonly name: "Summon Aery";
404
- readonly shortDesc: "Your attacks and abilities send Aery to a target, damaging enemies or shielding allies.";
405
- readonly longDesc: "Damaging enemy champions with basic attacks or abilities sends Aery to them, dealing 10 - 50 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Empower or protecting allies with abilities sends Aery to them, shielding them for 30 - 100 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Aery cannot be sent out again until she returns to you.";
406
- }, {
407
- readonly id: 8229;
408
- readonly key: "ArcaneComet";
409
- readonly icon: "perk-images/Styles/Sorcery/ArcaneComet/ArcaneComet.png";
410
- readonly name: "Arcane Comet";
411
- readonly shortDesc: "Damaging a champion with an ability hurls a damaging comet at their location.";
412
- readonly longDesc: "Damaging a champion with an ability hurls a comet at their location, or, if Arcane Comet is on cooldown, reduces its remaining cooldown.<br><br><lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>Adaptive Damage</font></lol-uikit-tooltipped-keyword>: 30 - 130 based on level (<scaleAP>+0.05 AP</scaleAP> and <scaleAD>+0.1 bonus AD</scaleAD>)<br>Cooldown: 20 - 8s<br><rules><br>Cooldown Reduction:<br>Single Target: 20%.<br>Area of Effect: 10%.<br>Damage over Time: 5%.<br></rules>";
413
- }, {
414
- readonly id: 8230;
415
- readonly key: "PhaseRush";
416
- readonly icon: "perk-images/Styles/Sorcery/PhaseRush/PhaseRush.png";
417
- readonly name: "Phase Rush";
418
- readonly shortDesc: "Hitting an enemy champion with 3 <b>separate</b> attacks or abilities grants a burst of <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword>. ";
419
- readonly longDesc: "Hitting an enemy champion with 3 attacks or <b>separate</b> abilities within 4s grants <speed>15 - 40% Move Speed</speed> based on level and 75% Slow Resistance. <hr>This is increased to <speed>25 - 50% Move Speed</speed> for Melee champions.<hr>Duration: 3s<br>Cooldown: 30s - 10s";
420
- }];
421
- }, {
422
- readonly runes: readonly [{
423
- readonly id: 8224;
424
- readonly key: "NullifyingOrb";
425
- readonly icon: "perk-images/Styles/Sorcery/NullifyingOrb/Pokeshield.png";
426
- readonly name: "Nullifying Orb";
427
- readonly shortDesc: "Gain a magic damage shield when taken to low health by magic damage.";
428
- readonly longDesc: "When you take magic damage that would reduce your health below 30%, first gain a shield that absorbs 35 to 110 (+14% bonus attack damage) + (9% ability power) magic damage based on level for 4s.<br><br>Cooldown: 60s";
429
- }, {
430
- readonly id: 8226;
431
- readonly key: "ManaflowBand";
432
- readonly icon: "perk-images/Styles/Sorcery/ManaflowBand/ManaflowBand.png";
433
- readonly name: "Manaflow Band";
434
- readonly shortDesc: "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.";
435
- readonly longDesc: "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.<br><br>Cooldown: 15 seconds";
436
- }, {
437
- readonly id: 8275;
438
- readonly key: "NimbusCloak";
439
- readonly icon: "perk-images/Styles/Sorcery/NimbusCloak/6361.png";
440
- readonly name: "Nimbus Cloak";
441
- readonly shortDesc: "After casting a Summoner Spell, gain a short <speed>Move Speed</speed> increase that allows you to pass through units.";
442
- readonly longDesc: "After casting a Summoner Spell, gain a <speed>Move Speed</speed> increase that lasts for 2s and allows you to pass through units.<br><br>Increase: <speed>5% - 25% Move Speed</speed> based on the Summoner Spell's cooldown. (Higher cooldown Summoner Spells grant more <speed>Move Speed</speed>). ";
443
- }];
444
- }, {
445
- readonly runes: readonly [{
446
- readonly id: 8210;
447
- readonly key: "Transcendence";
448
- readonly icon: "perk-images/Styles/Sorcery/Transcendence/Transcendence.png";
449
- readonly name: "Transcendence";
450
- readonly shortDesc: "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.";
451
- readonly longDesc: "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.<br>";
452
- }, {
453
- readonly id: 8234;
454
- readonly key: "Celerity";
455
- readonly icon: "perk-images/Styles/Sorcery/Celerity/CelerityTemp.png";
456
- readonly name: "Celerity";
457
- readonly shortDesc: "All <speed>Move Speed</speed> bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>.";
458
- readonly longDesc: "All movement bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>.";
459
- }, {
460
- readonly id: 8233;
461
- readonly key: "AbsoluteFocus";
462
- readonly icon: "perk-images/Styles/Sorcery/AbsoluteFocus/AbsoluteFocus.png";
463
- readonly name: "Absolute Focus";
464
- readonly shortDesc: "While above 70% health, gain extra <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.";
465
- readonly longDesc: "While above 70% health, gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level). <br><br>Grants 1.8 Attack Damage or 3 Ability Power at level 1. ";
466
- }];
467
- }, {
468
- readonly runes: readonly [{
469
- readonly id: 8237;
470
- readonly key: "Scorch";
471
- readonly icon: "perk-images/Styles/Sorcery/Scorch/Scorch.png";
472
- readonly name: "Scorch";
473
- readonly shortDesc: "Your first damaging ability hit every 10s burns champions.";
474
- readonly longDesc: "Your next damaging ability hit sets champions on fire dealing 20 - 40 bonus magic damage based on level after 1s.<br><br>Cooldown: 10s";
475
- }, {
476
- readonly id: 8232;
477
- readonly key: "Waterwalking";
478
- readonly icon: "perk-images/Styles/Sorcery/Waterwalking/Waterwalking.png";
479
- readonly name: "Waterwalking";
480
- readonly shortDesc: "Gain <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> and AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> in the river.";
481
- readonly longDesc: "Gain <speed>10 Move Speed</speed> and an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level) when in the river.<br><br><hr><br><i>May you be as swift as the rushing river and agile as a startled Rift Scuttler.</i><br>";
482
- }, {
483
- readonly id: 8236;
484
- readonly key: "GatheringStorm";
485
- readonly icon: "perk-images/Styles/Sorcery/GatheringStorm/GatheringStorm.png";
486
- readonly name: "Gathering Storm";
487
- readonly shortDesc: "Gain increasing amounts of AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> over the course of the game.";
488
- readonly longDesc: "Every 10 min gain AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword>.<br><br><i>10 min</i>: + 8 AP or 5 AD <br><i>20 min</i>: + 24 AP or 14 AD<br><i>30 min</i>: + 48 AP or 29 AD<br><i>40 min</i>: + 80 AP or 48 AD<br><i>50 min</i>: + 120 AP or 72 AD<br><i>60 min</i>: + 168 AP or 101 AD<br>etc...";
489
- }];
490
- }];
491
- }];