lol-constants 1.13.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (303) hide show
  1. package/assets/{Constants → constants}/BootsItemNames.d.ts +6 -4
  2. package/assets/{Constants → constants}/BootsItemNames.js +21 -17
  3. package/assets/{Constants → constants}/Champion.d.ts +7668 -7621
  4. package/assets/constants/Champion.js +4 -0
  5. package/assets/{Constants → constants}/Item.d.ts +10073 -10073
  6. package/assets/constants/Item.js +4 -0
  7. package/assets/{Constants → constants}/LegendaryItemNames.d.ts +6 -4
  8. package/assets/{Constants → constants}/LegendaryItemNames.js +86 -82
  9. package/assets/{Constants → constants}/MythicItemNames.d.ts +6 -4
  10. package/assets/{Constants → constants}/MythicItemNames.js +40 -36
  11. package/assets/{Constants → constants}/RunesReforged.d.ts +512 -512
  12. package/assets/{Constants → constants}/RunesReforged.js +4 -4
  13. package/assets/{Constants → constants}/StatRunes.d.ts +15 -14
  14. package/assets/{Constants → constants}/StatRunes.js +17 -17
  15. package/assets/{Constants → constants}/StatRunesByRow.d.ts +20 -20
  16. package/assets/{Constants → constants}/StatRunesByRow.js +23 -23
  17. package/assets/{Constants → constants}/Summoner.d.ts +518 -518
  18. package/assets/{Constants → constants}/Summoner.js +4 -4
  19. package/assets/index.d.ts +9 -9
  20. package/assets/index.js +28 -24
  21. package/assets/scripts/generate-all.d.ts +17 -17
  22. package/assets/scripts/generate-all.js +19 -19
  23. package/assets/scripts/generate-categorized-item-keys.d.ts +1 -1
  24. package/assets/scripts/generate-categorized-item-keys.js +57 -57
  25. package/assets/scripts/generate-categorized-item-names.d.ts +1 -1
  26. package/assets/scripts/generate-categorized-item-names.js +57 -57
  27. package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -1
  28. package/assets/scripts/generate-champion-ids-by-name.js +17 -17
  29. package/assets/scripts/generate-champion-ids.d.ts +1 -1
  30. package/assets/scripts/generate-champion-ids.js +17 -17
  31. package/assets/scripts/generate-champion-keys.d.ts +1 -1
  32. package/assets/scripts/generate-champion-keys.js +17 -17
  33. package/assets/scripts/generate-champion-names.d.ts +1 -1
  34. package/assets/scripts/generate-champion-names.js +17 -17
  35. package/assets/scripts/generate-item-keys.d.ts +1 -1
  36. package/assets/scripts/generate-item-keys.js +18 -18
  37. package/assets/scripts/generate-item-names.d.ts +1 -1
  38. package/assets/scripts/generate-item-names.js +18 -18
  39. package/assets/scripts/generate-rune-ids.d.ts +1 -1
  40. package/assets/scripts/generate-rune-ids.js +26 -26
  41. package/assets/scripts/generate-rune-names.d.ts +1 -1
  42. package/assets/scripts/generate-rune-names.js +26 -26
  43. package/assets/scripts/generate-rune-picking-relationships.d.ts +1 -1
  44. package/assets/scripts/generate-rune-picking-relationships.js +54 -54
  45. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +1 -1
  46. package/assets/scripts/generate-rune-sets-by-rune-names.js +116 -116
  47. package/assets/scripts/generate-rune-sets.d.ts +1 -1
  48. package/assets/scripts/generate-rune-sets.js +116 -116
  49. package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -1
  50. package/assets/scripts/generate-spell-ids-by-name.js +17 -17
  51. package/assets/scripts/generate-spell-ids.d.ts +1 -1
  52. package/assets/scripts/generate-spell-ids.js +17 -17
  53. package/assets/scripts/generate-spell-keys.d.ts +1 -1
  54. package/assets/scripts/generate-spell-keys.js +17 -17
  55. package/assets/scripts/generate-spell-names.d.ts +1 -1
  56. package/assets/scripts/generate-spell-names.js +17 -17
  57. package/assets/scripts/generate-stat-rune-ids.d.ts +1 -1
  58. package/assets/scripts/generate-stat-rune-ids.js +17 -17
  59. package/assets/scripts/generate-stat-rune-names.d.ts +1 -1
  60. package/assets/scripts/generate-stat-rune-names.js +17 -17
  61. package/assets/scripts/generate-tree-rune-ids.d.ts +1 -1
  62. package/assets/scripts/generate-tree-rune-ids.js +19 -19
  63. package/assets/scripts/generate-tree-rune-names.d.ts +1 -1
  64. package/assets/scripts/generate-tree-rune-names.js +19 -19
  65. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.d.ts +15 -15
  66. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.js +38 -38
  67. package/assets/scripts/{Helpers → helpers}/getExportStatement.d.ts +6 -6
  68. package/assets/scripts/{Helpers → helpers}/getExportStatement.js +16 -16
  69. package/assets/scripts/{Helpers → helpers}/getFmtdComment.d.ts +5 -5
  70. package/assets/scripts/{Helpers → helpers}/getFmtdComment.js +15 -15
  71. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.d.ts +8 -8
  72. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.js +22 -22
  73. package/core/{Constants → constants}/Champions/ChampionIds.d.ts +165 -164
  74. package/core/{Constants → constants}/Champions/ChampionIds.js +4 -4
  75. package/core/{Constants → constants}/Champions/ChampionIdsByName.d.ts +165 -164
  76. package/core/constants/Champions/ChampionIdsByName.js +4 -0
  77. package/core/{Constants → constants}/Champions/ChampionKeys.d.ts +165 -164
  78. package/core/constants/Champions/ChampionKeys.js +4 -0
  79. package/core/{Constants → constants}/Champions/ChampionNames.d.ts +165 -164
  80. package/core/{Constants → constants}/Champions/ChampionNames.js +4 -4
  81. package/core/{Constants/DDPaths.d.ts → constants/DataDragonUrls.d.ts} +38 -38
  82. package/core/{Constants/DDPaths.js → constants/DataDragonUrls.js} +45 -45
  83. package/core/constants/GameModes.d.ts +12 -0
  84. package/core/constants/GameModes.js +17 -0
  85. package/core/constants/GameTypes.d.ts +7 -0
  86. package/core/constants/GameTypes.js +12 -0
  87. package/core/{Constants → constants}/Items/BootsItemKeys.d.ts +11 -11
  88. package/core/{Constants → constants}/Items/BootsItemKeys.js +4 -4
  89. package/core/{Constants → constants}/Items/BootsItemNames.d.ts +11 -11
  90. package/core/{Constants → constants}/Items/BootsItemNames.js +4 -4
  91. package/core/{Constants → constants}/Items/ItemKeys.d.ts +263 -263
  92. package/core/{Constants → constants}/Items/ItemKeys.js +4 -4
  93. package/core/{Constants → constants}/Items/ItemNames.d.ts +271 -271
  94. package/core/{Constants → constants}/Items/ItemNames.js +4 -4
  95. package/core/{Constants → constants}/Items/ItemTypes.d.ts +8 -6
  96. package/core/{Constants → constants}/Items/ItemTypes.js +13 -9
  97. package/core/{Constants → constants}/Items/LegendaryItemKeys.d.ts +76 -76
  98. package/core/{Constants → constants}/Items/LegendaryItemKeys.js +4 -4
  99. package/core/{Constants → constants}/Items/LegendaryItemNames.d.ts +76 -76
  100. package/core/{Constants → constants}/Items/LegendaryItemNames.js +4 -4
  101. package/core/{Constants → constants}/Items/MythicItemKeys.d.ts +30 -30
  102. package/core/{Constants → constants}/Items/MythicItemKeys.js +4 -4
  103. package/core/{Constants → constants}/Items/MythicItemNames.d.ts +30 -30
  104. package/core/{Constants → constants}/Items/MythicItemNames.js +4 -4
  105. package/core/{Constants → constants}/Lanes.d.ts +8 -6
  106. package/core/{Constants → constants}/Lanes.js +13 -9
  107. package/core/{Constants → constants}/Levels.d.ts +22 -20
  108. package/core/{Constants → constants}/Levels.js +27 -23
  109. package/core/constants/Locales.d.ts +32 -0
  110. package/core/constants/Locales.js +37 -0
  111. package/core/constants/PlatformIds.d.ts +15 -0
  112. package/core/constants/PlatformIds.js +20 -0
  113. package/core/{Constants → constants}/Positions.d.ts +9 -7
  114. package/core/{Constants → constants}/Positions.js +14 -10
  115. package/core/constants/Queues.d.ts +7 -0
  116. package/core/constants/Queues.js +12 -0
  117. package/core/constants/RankedRanks.d.ts +8 -0
  118. package/core/constants/RankedRanks.js +13 -0
  119. package/core/constants/RankedTiers.d.ts +13 -0
  120. package/core/constants/RankedTiers.js +18 -0
  121. package/core/constants/Regions.d.ts +21 -0
  122. package/core/constants/Regions.js +26 -0
  123. package/core/constants/RelativeTeams.d.ts +6 -0
  124. package/core/constants/RelativeTeams.js +11 -0
  125. package/core/constants/Roles.d.ts +8 -0
  126. package/core/constants/Roles.js +13 -0
  127. package/core/{Constants → constants}/Runes/RuneIconFileNames.d.ts +13 -12
  128. package/core/{Constants → constants}/Runes/RuneIconFileNames.js +101 -101
  129. package/core/{Constants → constants}/Runes/RunePickingRelationships.d.ts +77 -77
  130. package/core/{Constants → constants}/Runes/RunePickingRelationships.js +7 -7
  131. package/core/{Constants → constants}/Runes/RuneSets.d.ts +743 -743
  132. package/core/{Constants → constants}/Runes/RuneSets.js +14 -14
  133. package/core/{Constants → constants}/Runes/RuneSetsByRuneNames.d.ts +743 -743
  134. package/core/constants/Runes/RuneSetsByRuneNames.js +14 -0
  135. package/core/constants/Runes/RuneTreeIds.d.ts +11 -0
  136. package/core/constants/Runes/RuneTreeIds.js +19 -0
  137. package/core/constants/Runes/RuneTreeNames.d.ts +11 -0
  138. package/core/constants/Runes/RuneTreeNames.js +19 -0
  139. package/core/constants/Runes/RuneTreeTypes.d.ts +6 -0
  140. package/core/constants/Runes/RuneTreeTypes.js +11 -0
  141. package/core/{Constants → constants}/Runes/TreeRuneIds.d.ts +65 -65
  142. package/core/{Constants → constants}/Runes/TreeRuneIds.js +4 -4
  143. package/core/{Constants → constants}/Runes/TreeRuneNames.d.ts +65 -65
  144. package/core/{Constants → constants}/Runes/TreeRuneNames.js +4 -4
  145. package/core/{Constants → constants}/Skills.d.ts +8 -6
  146. package/core/constants/Skills.js +13 -0
  147. package/core/{Constants → constants}/Spells/SpellIds.d.ts +18 -18
  148. package/core/{Constants → constants}/Spells/SpellIds.js +4 -4
  149. package/core/{Constants → constants}/Spells/SpellIdsByName.d.ts +17 -17
  150. package/core/{Constants → constants}/Spells/SpellIdsByName.js +4 -4
  151. package/core/{Constants → constants}/Spells/SpellKeys.d.ts +18 -18
  152. package/core/{Constants → constants}/Spells/SpellKeys.js +4 -4
  153. package/core/{Constants → constants}/Spells/SpellNames.d.ts +18 -18
  154. package/core/{Constants → constants}/Spells/SpellNames.js +4 -4
  155. package/core/constants/WardTypes.d.ts +7 -0
  156. package/core/constants/WardTypes.js +12 -0
  157. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.d.ts +2 -2
  158. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.js +8 -8
  159. package/core/{Helpers → helpers}/Champions/getChampionIdByName.d.ts +2 -2
  160. package/core/{Helpers → helpers}/Champions/getChampionIdByName.js +8 -8
  161. package/core/{Helpers → helpers}/Champions/getChampionKeyById.d.ts +2 -2
  162. package/core/{Helpers → helpers}/Champions/getChampionKeyById.js +8 -8
  163. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.d.ts +2 -2
  164. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.js +9 -9
  165. package/core/{Helpers → helpers}/Champions/getChampionNameById.d.ts +2 -2
  166. package/core/{Helpers → helpers}/Champions/getChampionNameById.js +9 -9
  167. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.d.ts +2 -2
  168. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.js +8 -8
  169. package/core/{Helpers → helpers}/Champions/isChampionId.d.ts +2 -2
  170. package/core/{Helpers → helpers}/Champions/isChampionId.js +8 -8
  171. package/core/{Helpers → helpers}/Champions/isChampionKey.d.ts +2 -2
  172. package/core/{Helpers → helpers}/Champions/isChampionKey.js +8 -8
  173. package/core/{Helpers → helpers}/Champions/isChampionName.d.ts +2 -2
  174. package/core/{Helpers → helpers}/Champions/isChampionName.js +8 -8
  175. package/core/{Helpers → helpers}/Items/getItemKeyByName.d.ts +2 -2
  176. package/core/{Helpers → helpers}/Items/getItemKeyByName.js +8 -8
  177. package/core/{Helpers → helpers}/Items/getItemNameByKey.d.ts +2 -2
  178. package/core/{Helpers → helpers}/Items/getItemNameByKey.js +8 -8
  179. package/core/{Helpers → helpers}/Items/isBootsItemKey.d.ts +2 -2
  180. package/core/{Helpers → helpers}/Items/isBootsItemKey.js +8 -8
  181. package/core/{Helpers → helpers}/Items/isBootsItemName.d.ts +2 -2
  182. package/core/{Helpers → helpers}/Items/isBootsItemName.js +8 -8
  183. package/core/{Helpers → helpers}/Items/isItemKey.d.ts +2 -2
  184. package/core/{Helpers → helpers}/Items/isItemKey.js +8 -8
  185. package/core/{Helpers → helpers}/Items/isItemName.d.ts +2 -2
  186. package/core/{Helpers → helpers}/Items/isItemName.js +8 -8
  187. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.d.ts +2 -2
  188. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.js +8 -8
  189. package/core/{Helpers → helpers}/Items/isLegendaryItemName.d.ts +2 -2
  190. package/core/{Helpers → helpers}/Items/isLegendaryItemName.js +8 -8
  191. package/core/{Helpers → helpers}/Items/isMythicItemKey.d.ts +2 -2
  192. package/core/{Helpers → helpers}/Items/isMythicItemKey.js +8 -8
  193. package/core/{Helpers → helpers}/Items/isMythicItemName.d.ts +2 -2
  194. package/core/{Helpers → helpers}/Items/isMythicItemName.js +8 -8
  195. package/core/helpers/Runes/getRuneCategoryName.d.ts +3 -0
  196. package/core/helpers/Runes/getRuneCategoryName.js +20 -0
  197. package/core/helpers/Runes/getRuneCdnUrl.d.ts +3 -0
  198. package/core/{Helpers/Runes/getRuneCDNURL.js → helpers/Runes/getRuneCdnUrl.js} +49 -53
  199. package/core/{Helpers → helpers}/Runes/getRuneIdByName.d.ts +2 -2
  200. package/core/{Helpers → helpers}/Runes/getRuneIdByName.js +8 -8
  201. package/core/{Helpers → helpers}/Runes/getRuneNameById.d.ts +2 -2
  202. package/core/{Helpers → helpers}/Runes/getRuneNameById.js +8 -8
  203. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.d.ts +2 -2
  204. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.js +8 -8
  205. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.d.ts +2 -2
  206. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.js +8 -8
  207. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.d.ts +2 -2
  208. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.js +8 -8
  209. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.d.ts +2 -2
  210. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.js +8 -8
  211. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.d.ts +2 -2
  212. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.js +8 -8
  213. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.d.ts +2 -2
  214. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.js +8 -8
  215. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.d.ts +2 -2
  216. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.js +8 -8
  217. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.d.ts +2 -2
  218. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.js +8 -8
  219. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.d.ts +2 -2
  220. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.js +8 -8
  221. package/core/{Helpers → helpers}/Runes/isRuneId.d.ts +2 -2
  222. package/core/{Helpers → helpers}/Runes/isRuneId.js +8 -8
  223. package/core/{Helpers → helpers}/Runes/isRuneName.d.ts +2 -2
  224. package/core/{Helpers → helpers}/Runes/isRuneName.js +8 -8
  225. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.d.ts +2 -2
  226. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.js +8 -8
  227. package/core/{Helpers → helpers}/Runes/isStatRuneId.d.ts +2 -2
  228. package/core/{Helpers → helpers}/Runes/isStatRuneId.js +8 -8
  229. package/core/{Helpers → helpers}/Runes/isStatRuneName.d.ts +2 -2
  230. package/core/{Helpers → helpers}/Runes/isStatRuneName.js +8 -8
  231. package/core/{Helpers → helpers}/Runes/isTreeRuneId.d.ts +2 -2
  232. package/core/{Helpers → helpers}/Runes/isTreeRuneId.js +8 -8
  233. package/core/{Helpers → helpers}/Runes/isTreeRuneName.d.ts +2 -2
  234. package/core/{Helpers → helpers}/Runes/isTreeRuneName.js +8 -8
  235. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.d.ts +2 -2
  236. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.js +8 -8
  237. package/core/{Helpers → helpers}/Spells/getSpellIdByName.d.ts +2 -2
  238. package/core/{Helpers → helpers}/Spells/getSpellIdByName.js +8 -8
  239. package/core/{Helpers → helpers}/Spells/getSpellKeyById.d.ts +2 -2
  240. package/core/{Helpers → helpers}/Spells/getSpellKeyById.js +8 -8
  241. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.d.ts +2 -2
  242. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.js +9 -9
  243. package/core/{Helpers → helpers}/Spells/getSpellNameById.d.ts +2 -2
  244. package/core/{Helpers → helpers}/Spells/getSpellNameById.js +9 -9
  245. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.d.ts +2 -2
  246. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.js +8 -8
  247. package/core/{Helpers → helpers}/Spells/isSpellId.d.ts +2 -2
  248. package/core/{Helpers → helpers}/Spells/isSpellId.js +8 -8
  249. package/core/{Helpers → helpers}/Spells/isSpellKey.d.ts +2 -2
  250. package/core/{Helpers → helpers}/Spells/isSpellKey.js +8 -8
  251. package/core/{Helpers → helpers}/Spells/isSpellName.d.ts +2 -2
  252. package/core/{Helpers → helpers}/Spells/isSpellName.js +8 -8
  253. package/core/helpers/getPositionImageUrl.d.ts +2 -0
  254. package/core/helpers/getPositionImageUrl.js +15 -0
  255. package/core/index.d.ts +90 -92
  256. package/core/index.js +129 -229
  257. package/core/types/types.d.ts +210 -0
  258. package/core/types/{Meta.js → types.js} +2 -2
  259. package/package.json +4 -4
  260. package/assets/Constants/Champion.js +0 -4
  261. package/assets/Constants/Item.js +0 -4
  262. package/core/Constants/Champions/ChampionIdsByName.js +0 -4
  263. package/core/Constants/Champions/ChampionKeys.js +0 -4
  264. package/core/Constants/Meta/ChampionRelationTypes.d.ts +0 -4
  265. package/core/Constants/Meta/ChampionRelationTypes.js +0 -7
  266. package/core/Constants/Runes/RuneSetsByRuneNames.js +0 -14
  267. package/core/Constants/Runes/RuneTreeIds.d.ts +0 -7
  268. package/core/Constants/Runes/RuneTreeIds.js +0 -10
  269. package/core/Constants/Runes/RuneTreeNames.d.ts +0 -7
  270. package/core/Constants/Runes/RuneTreeNames.js +0 -10
  271. package/core/Constants/Runes/RuneTreeTypes.d.ts +0 -4
  272. package/core/Constants/Runes/RuneTreeTypes.js +0 -7
  273. package/core/Constants/Skills.js +0 -9
  274. package/core/Helpers/Icons/getPositionImageURL.d.ts +0 -5
  275. package/core/Helpers/Icons/getPositionImageURL.js +0 -15
  276. package/core/Helpers/Items/isItemType.d.ts +0 -2
  277. package/core/Helpers/Items/isItemType.js +0 -8
  278. package/core/Helpers/Meta/isChampionRelationType.d.ts +0 -2
  279. package/core/Helpers/Meta/isChampionRelationType.js +0 -8
  280. package/core/Helpers/Runes/getRuneCDNURL.d.ts +0 -6
  281. package/core/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -5
  282. package/core/Helpers/Runes/getRuneCategoryByRuneName.js +0 -28
  283. package/core/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -2
  284. package/core/Helpers/Runes/getRuneTreeIdByName.js +0 -8
  285. package/core/Helpers/Runes/getRuneTreeNameById.d.ts +0 -2
  286. package/core/Helpers/Runes/getRuneTreeNameById.js +0 -8
  287. package/core/Helpers/Runes/isRuneTreeId.d.ts +0 -2
  288. package/core/Helpers/Runes/isRuneTreeId.js +0 -8
  289. package/core/Helpers/Runes/isRuneTreeName.d.ts +0 -2
  290. package/core/Helpers/Runes/isRuneTreeName.js +0 -8
  291. package/core/Helpers/Runes/isRuneTreeType.d.ts +0 -2
  292. package/core/Helpers/Runes/isRuneTreeType.js +0 -8
  293. package/core/Helpers/isLane.d.ts +0 -2
  294. package/core/Helpers/isLane.js +0 -8
  295. package/core/Helpers/isLevel.d.ts +0 -2
  296. package/core/Helpers/isLevel.js +0 -8
  297. package/core/Helpers/isPosition.d.ts +0 -2
  298. package/core/Helpers/isPosition.js +0 -8
  299. package/core/Helpers/isSkill.d.ts +0 -2
  300. package/core/Helpers/isSkill.js +0 -8
  301. package/core/types/Meta.d.ts +0 -40
  302. package/core/types/index.d.ts +0 -197
  303. package/core/types/index.js +0 -2
@@ -1,743 +1,743 @@
1
- export declare const PrimaryRuneTrees: {
2
- readonly Domination: {
3
- readonly "8105": "Relentless Hunter";
4
- readonly "8106": "Ultimate Hunter";
5
- readonly "8112": "Electrocute";
6
- readonly "8120": "Ghost Poro";
7
- readonly "8124": "Predator";
8
- readonly "8126": "Cheap Shot";
9
- readonly "8128": "Dark Harvest";
10
- readonly "8134": "Ingenious Hunter";
11
- readonly "8135": "Treasure Hunter";
12
- readonly "8136": "Zombie Ward";
13
- readonly "8138": "Eyeball Collection";
14
- readonly "8139": "Taste of Blood";
15
- readonly "8143": "Sudden Impact";
16
- readonly "9923": "Hail of Blades";
17
- };
18
- readonly Inspiration: {
19
- readonly "8304": "Magical Footwear";
20
- readonly "8306": "Hextech Flashtraption";
21
- readonly "8313": "Perfect Timing";
22
- readonly "8316": "Minion Dematerializer";
23
- readonly "8321": "Future's Market";
24
- readonly "8345": "Biscuit Delivery";
25
- readonly "8347": "Cosmic Insight";
26
- readonly "8351": "Glacial Augment";
27
- readonly "8352": "Time Warp Tonic";
28
- readonly "8360": "Unsealed Spellbook";
29
- readonly "8369": "First Strike";
30
- readonly "8410": "Approach Velocity";
31
- };
32
- readonly Precision: {
33
- readonly "8005": "Press the Attack";
34
- readonly "8008": "Lethal Tempo";
35
- readonly "8009": "Presence of Mind";
36
- readonly "8010": "Conqueror";
37
- readonly "8014": "Coup de Grace";
38
- readonly "8017": "Cut Down";
39
- readonly "8021": "Fleet Footwork";
40
- readonly "8299": "Last Stand";
41
- readonly "9101": "Overheal";
42
- readonly "9103": "Legend: Bloodline";
43
- readonly "9104": "Legend: Alacrity";
44
- readonly "9105": "Legend: Tenacity";
45
- readonly "9111": "Triumph";
46
- };
47
- readonly Resolve: {
48
- readonly "8242": "Unflinching";
49
- readonly "8401": "Shield Bash";
50
- readonly "8429": "Conditioning";
51
- readonly "8437": "Grasp of the Undying";
52
- readonly "8439": "Aftershock";
53
- readonly "8444": "Second Wind";
54
- readonly "8446": "Demolish";
55
- readonly "8451": "Overgrowth";
56
- readonly "8453": "Revitalize";
57
- readonly "8463": "Font of Life";
58
- readonly "8465": "Guardian";
59
- readonly "8473": "Bone Plating";
60
- };
61
- readonly Sorcery: {
62
- readonly "8210": "Transcendence";
63
- readonly "8214": "Summon Aery";
64
- readonly "8224": "Nullifying Orb";
65
- readonly "8226": "Manaflow Band";
66
- readonly "8229": "Arcane Comet";
67
- readonly "8230": "Phase Rush";
68
- readonly "8232": "Waterwalking";
69
- readonly "8233": "Absolute Focus";
70
- readonly "8234": "Celerity";
71
- readonly "8236": "Gathering Storm";
72
- readonly "8237": "Scorch";
73
- readonly "8275": "Nimbus Cloak";
74
- };
75
- };
76
- export declare const SecondaryRuneTrees: {
77
- readonly Domination: {
78
- readonly "8105": "Relentless Hunter";
79
- readonly "8106": "Ultimate Hunter";
80
- readonly "8120": "Ghost Poro";
81
- readonly "8126": "Cheap Shot";
82
- readonly "8134": "Ingenious Hunter";
83
- readonly "8135": "Treasure Hunter";
84
- readonly "8136": "Zombie Ward";
85
- readonly "8138": "Eyeball Collection";
86
- readonly "8139": "Taste of Blood";
87
- readonly "8143": "Sudden Impact";
88
- };
89
- readonly Inspiration: {
90
- readonly "8304": "Magical Footwear";
91
- readonly "8306": "Hextech Flashtraption";
92
- readonly "8313": "Perfect Timing";
93
- readonly "8316": "Minion Dematerializer";
94
- readonly "8321": "Future's Market";
95
- readonly "8345": "Biscuit Delivery";
96
- readonly "8347": "Cosmic Insight";
97
- readonly "8352": "Time Warp Tonic";
98
- readonly "8410": "Approach Velocity";
99
- };
100
- readonly Precision: {
101
- readonly "8009": "Presence of Mind";
102
- readonly "8014": "Coup de Grace";
103
- readonly "8017": "Cut Down";
104
- readonly "8299": "Last Stand";
105
- readonly "9101": "Overheal";
106
- readonly "9103": "Legend: Bloodline";
107
- readonly "9104": "Legend: Alacrity";
108
- readonly "9105": "Legend: Tenacity";
109
- readonly "9111": "Triumph";
110
- };
111
- readonly Resolve: {
112
- readonly "8242": "Unflinching";
113
- readonly "8401": "Shield Bash";
114
- readonly "8429": "Conditioning";
115
- readonly "8444": "Second Wind";
116
- readonly "8446": "Demolish";
117
- readonly "8451": "Overgrowth";
118
- readonly "8453": "Revitalize";
119
- readonly "8463": "Font of Life";
120
- readonly "8473": "Bone Plating";
121
- };
122
- readonly Sorcery: {
123
- readonly "8210": "Transcendence";
124
- readonly "8224": "Nullifying Orb";
125
- readonly "8226": "Manaflow Band";
126
- readonly "8232": "Waterwalking";
127
- readonly "8233": "Absolute Focus";
128
- readonly "8234": "Celerity";
129
- readonly "8236": "Gathering Storm";
130
- readonly "8237": "Scorch";
131
- readonly "8275": "Nimbus Cloak";
132
- };
133
- };
134
- export declare const KeystoneNames: {
135
- readonly "8005": "Press the Attack";
136
- readonly "8008": "Lethal Tempo";
137
- readonly "8010": "Conqueror";
138
- readonly "8021": "Fleet Footwork";
139
- readonly "8112": "Electrocute";
140
- readonly "8124": "Predator";
141
- readonly "8128": "Dark Harvest";
142
- readonly "8214": "Summon Aery";
143
- readonly "8229": "Arcane Comet";
144
- readonly "8230": "Phase Rush";
145
- readonly "8351": "Glacial Augment";
146
- readonly "8360": "Unsealed Spellbook";
147
- readonly "8369": "First Strike";
148
- readonly "8437": "Grasp of the Undying";
149
- readonly "8439": "Aftershock";
150
- readonly "8465": "Guardian";
151
- readonly "9923": "Hail of Blades";
152
- };
153
- export declare const StatRuneNames: {
154
- readonly "5001": "Defense (HP)";
155
- readonly "5002": "Defense (AR)";
156
- readonly "5003": "Defense (MR)";
157
- readonly "5005": "Offense (AS)";
158
- readonly "5007": "Offense (AH)";
159
- readonly "5008": "Offense (AF)";
160
- readonly "5002f": "Flex (AR)";
161
- readonly "5003f": "Flex (MR)";
162
- readonly "5008f": "Flex (AF)";
163
- };
164
- export declare const RuneNames: {
165
- readonly "5001": "Defense (HP)";
166
- readonly "5002": "Defense (AR)";
167
- readonly "5003": "Defense (MR)";
168
- readonly "5005": "Offense (AS)";
169
- readonly "5007": "Offense (AH)";
170
- readonly "5008": "Offense (AF)";
171
- readonly "5002f": "Flex (AR)";
172
- readonly "5003f": "Flex (MR)";
173
- readonly "5008f": "Flex (AF)";
174
- readonly "8304": "Magical Footwear";
175
- readonly "8306": "Hextech Flashtraption";
176
- readonly "8313": "Perfect Timing";
177
- readonly "8316": "Minion Dematerializer";
178
- readonly "8321": "Future's Market";
179
- readonly "8345": "Biscuit Delivery";
180
- readonly "8347": "Cosmic Insight";
181
- readonly "8351": "Glacial Augment";
182
- readonly "8352": "Time Warp Tonic";
183
- readonly "8360": "Unsealed Spellbook";
184
- readonly "8369": "First Strike";
185
- readonly "8410": "Approach Velocity";
186
- readonly "8242": "Unflinching";
187
- readonly "8401": "Shield Bash";
188
- readonly "8429": "Conditioning";
189
- readonly "8437": "Grasp of the Undying";
190
- readonly "8439": "Aftershock";
191
- readonly "8444": "Second Wind";
192
- readonly "8446": "Demolish";
193
- readonly "8451": "Overgrowth";
194
- readonly "8453": "Revitalize";
195
- readonly "8463": "Font of Life";
196
- readonly "8465": "Guardian";
197
- readonly "8473": "Bone Plating";
198
- readonly "8210": "Transcendence";
199
- readonly "8214": "Summon Aery";
200
- readonly "8224": "Nullifying Orb";
201
- readonly "8226": "Manaflow Band";
202
- readonly "8229": "Arcane Comet";
203
- readonly "8230": "Phase Rush";
204
- readonly "8232": "Waterwalking";
205
- readonly "8233": "Absolute Focus";
206
- readonly "8234": "Celerity";
207
- readonly "8236": "Gathering Storm";
208
- readonly "8237": "Scorch";
209
- readonly "8275": "Nimbus Cloak";
210
- readonly "8105": "Relentless Hunter";
211
- readonly "8106": "Ultimate Hunter";
212
- readonly "8112": "Electrocute";
213
- readonly "8120": "Ghost Poro";
214
- readonly "8124": "Predator";
215
- readonly "8126": "Cheap Shot";
216
- readonly "8128": "Dark Harvest";
217
- readonly "8134": "Ingenious Hunter";
218
- readonly "8135": "Treasure Hunter";
219
- readonly "8136": "Zombie Ward";
220
- readonly "8138": "Eyeball Collection";
221
- readonly "8139": "Taste of Blood";
222
- readonly "8143": "Sudden Impact";
223
- readonly "9923": "Hail of Blades";
224
- readonly "8005": "Press the Attack";
225
- readonly "8008": "Lethal Tempo";
226
- readonly "8009": "Presence of Mind";
227
- readonly "8010": "Conqueror";
228
- readonly "8014": "Coup de Grace";
229
- readonly "8017": "Cut Down";
230
- readonly "8021": "Fleet Footwork";
231
- readonly "8299": "Last Stand";
232
- readonly "9101": "Overheal";
233
- readonly "9103": "Legend: Bloodline";
234
- readonly "9104": "Legend: Alacrity";
235
- readonly "9105": "Legend: Tenacity";
236
- readonly "9111": "Triumph";
237
- };
238
- export declare const RuneTreeHSets: {
239
- readonly Domination: {
240
- readonly "0": {
241
- readonly "8112": "Electrocute";
242
- readonly "8124": "Predator";
243
- readonly "8128": "Dark Harvest";
244
- readonly "9923": "Hail of Blades";
245
- };
246
- readonly "1": {
247
- readonly "8126": "Cheap Shot";
248
- readonly "8139": "Taste of Blood";
249
- readonly "8143": "Sudden Impact";
250
- };
251
- readonly "2": {
252
- readonly "8120": "Ghost Poro";
253
- readonly "8136": "Zombie Ward";
254
- readonly "8138": "Eyeball Collection";
255
- };
256
- readonly "3": {
257
- readonly "8105": "Relentless Hunter";
258
- readonly "8106": "Ultimate Hunter";
259
- readonly "8134": "Ingenious Hunter";
260
- readonly "8135": "Treasure Hunter";
261
- };
262
- };
263
- readonly Inspiration: {
264
- readonly "0": {
265
- readonly "8351": "Glacial Augment";
266
- readonly "8360": "Unsealed Spellbook";
267
- readonly "8369": "First Strike";
268
- };
269
- readonly "1": {
270
- readonly "8304": "Magical Footwear";
271
- readonly "8306": "Hextech Flashtraption";
272
- readonly "8313": "Perfect Timing";
273
- };
274
- readonly "2": {
275
- readonly "8316": "Minion Dematerializer";
276
- readonly "8321": "Future's Market";
277
- readonly "8345": "Biscuit Delivery";
278
- };
279
- readonly "3": {
280
- readonly "8347": "Cosmic Insight";
281
- readonly "8352": "Time Warp Tonic";
282
- readonly "8410": "Approach Velocity";
283
- };
284
- };
285
- readonly Precision: {
286
- readonly "0": {
287
- readonly "8005": "Press the Attack";
288
- readonly "8008": "Lethal Tempo";
289
- readonly "8010": "Conqueror";
290
- readonly "8021": "Fleet Footwork";
291
- };
292
- readonly "1": {
293
- readonly "8009": "Presence of Mind";
294
- readonly "9101": "Overheal";
295
- readonly "9111": "Triumph";
296
- };
297
- readonly "2": {
298
- readonly "9103": "Legend: Bloodline";
299
- readonly "9104": "Legend: Alacrity";
300
- readonly "9105": "Legend: Tenacity";
301
- };
302
- readonly "3": {
303
- readonly "8014": "Coup de Grace";
304
- readonly "8017": "Cut Down";
305
- readonly "8299": "Last Stand";
306
- };
307
- };
308
- readonly Resolve: {
309
- readonly "0": {
310
- readonly "8437": "Grasp of the Undying";
311
- readonly "8439": "Aftershock";
312
- readonly "8465": "Guardian";
313
- };
314
- readonly "1": {
315
- readonly "8401": "Shield Bash";
316
- readonly "8446": "Demolish";
317
- readonly "8463": "Font of Life";
318
- };
319
- readonly "2": {
320
- readonly "8429": "Conditioning";
321
- readonly "8444": "Second Wind";
322
- readonly "8473": "Bone Plating";
323
- };
324
- readonly "3": {
325
- readonly "8242": "Unflinching";
326
- readonly "8451": "Overgrowth";
327
- readonly "8453": "Revitalize";
328
- };
329
- };
330
- readonly Sorcery: {
331
- readonly "0": {
332
- readonly "8214": "Summon Aery";
333
- readonly "8229": "Arcane Comet";
334
- readonly "8230": "Phase Rush";
335
- };
336
- readonly "1": {
337
- readonly "8224": "Nullifying Orb";
338
- readonly "8226": "Manaflow Band";
339
- readonly "8275": "Nimbus Cloak";
340
- };
341
- readonly "2": {
342
- readonly "8210": "Transcendence";
343
- readonly "8233": "Absolute Focus";
344
- readonly "8234": "Celerity";
345
- };
346
- readonly "3": {
347
- readonly "8232": "Waterwalking";
348
- readonly "8236": "Gathering Storm";
349
- readonly "8237": "Scorch";
350
- };
351
- };
352
- };
353
- export declare const StatRuneHSets: {
354
- readonly "0": {
355
- readonly "5005": "Offense (AS)";
356
- readonly "5007": "Offense (AH)";
357
- readonly "5008": "Offense (AF)";
358
- };
359
- readonly "1": {
360
- readonly "5002f": "Flex (AR)";
361
- readonly "5003f": "Flex (MR)";
362
- readonly "5008f": "Flex (AF)";
363
- };
364
- readonly "2": {
365
- readonly "5001": "Defense (HP)";
366
- readonly "5002": "Defense (AR)";
367
- readonly "5003": "Defense (MR)";
368
- };
369
- };
370
- /**
371
- * Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 72 runes in the game.
372
- */
373
- export declare const RuneSets: {
374
- readonly PrimaryRuneTrees: {
375
- readonly Domination: {
376
- readonly "8105": "Relentless Hunter";
377
- readonly "8106": "Ultimate Hunter";
378
- readonly "8112": "Electrocute";
379
- readonly "8120": "Ghost Poro";
380
- readonly "8124": "Predator";
381
- readonly "8126": "Cheap Shot";
382
- readonly "8128": "Dark Harvest";
383
- readonly "8134": "Ingenious Hunter";
384
- readonly "8135": "Treasure Hunter";
385
- readonly "8136": "Zombie Ward";
386
- readonly "8138": "Eyeball Collection";
387
- readonly "8139": "Taste of Blood";
388
- readonly "8143": "Sudden Impact";
389
- readonly "9923": "Hail of Blades";
390
- };
391
- readonly Inspiration: {
392
- readonly "8304": "Magical Footwear";
393
- readonly "8306": "Hextech Flashtraption";
394
- readonly "8313": "Perfect Timing";
395
- readonly "8316": "Minion Dematerializer";
396
- readonly "8321": "Future's Market";
397
- readonly "8345": "Biscuit Delivery";
398
- readonly "8347": "Cosmic Insight";
399
- readonly "8351": "Glacial Augment";
400
- readonly "8352": "Time Warp Tonic";
401
- readonly "8360": "Unsealed Spellbook";
402
- readonly "8369": "First Strike";
403
- readonly "8410": "Approach Velocity";
404
- };
405
- readonly Precision: {
406
- readonly "8005": "Press the Attack";
407
- readonly "8008": "Lethal Tempo";
408
- readonly "8009": "Presence of Mind";
409
- readonly "8010": "Conqueror";
410
- readonly "8014": "Coup de Grace";
411
- readonly "8017": "Cut Down";
412
- readonly "8021": "Fleet Footwork";
413
- readonly "8299": "Last Stand";
414
- readonly "9101": "Overheal";
415
- readonly "9103": "Legend: Bloodline";
416
- readonly "9104": "Legend: Alacrity";
417
- readonly "9105": "Legend: Tenacity";
418
- readonly "9111": "Triumph";
419
- };
420
- readonly Resolve: {
421
- readonly "8242": "Unflinching";
422
- readonly "8401": "Shield Bash";
423
- readonly "8429": "Conditioning";
424
- readonly "8437": "Grasp of the Undying";
425
- readonly "8439": "Aftershock";
426
- readonly "8444": "Second Wind";
427
- readonly "8446": "Demolish";
428
- readonly "8451": "Overgrowth";
429
- readonly "8453": "Revitalize";
430
- readonly "8463": "Font of Life";
431
- readonly "8465": "Guardian";
432
- readonly "8473": "Bone Plating";
433
- };
434
- readonly Sorcery: {
435
- readonly "8210": "Transcendence";
436
- readonly "8214": "Summon Aery";
437
- readonly "8224": "Nullifying Orb";
438
- readonly "8226": "Manaflow Band";
439
- readonly "8229": "Arcane Comet";
440
- readonly "8230": "Phase Rush";
441
- readonly "8232": "Waterwalking";
442
- readonly "8233": "Absolute Focus";
443
- readonly "8234": "Celerity";
444
- readonly "8236": "Gathering Storm";
445
- readonly "8237": "Scorch";
446
- readonly "8275": "Nimbus Cloak";
447
- };
448
- };
449
- readonly SecondaryRuneTrees: {
450
- readonly Domination: {
451
- readonly "8105": "Relentless Hunter";
452
- readonly "8106": "Ultimate Hunter";
453
- readonly "8120": "Ghost Poro";
454
- readonly "8126": "Cheap Shot";
455
- readonly "8134": "Ingenious Hunter";
456
- readonly "8135": "Treasure Hunter";
457
- readonly "8136": "Zombie Ward";
458
- readonly "8138": "Eyeball Collection";
459
- readonly "8139": "Taste of Blood";
460
- readonly "8143": "Sudden Impact";
461
- };
462
- readonly Inspiration: {
463
- readonly "8304": "Magical Footwear";
464
- readonly "8306": "Hextech Flashtraption";
465
- readonly "8313": "Perfect Timing";
466
- readonly "8316": "Minion Dematerializer";
467
- readonly "8321": "Future's Market";
468
- readonly "8345": "Biscuit Delivery";
469
- readonly "8347": "Cosmic Insight";
470
- readonly "8352": "Time Warp Tonic";
471
- readonly "8410": "Approach Velocity";
472
- };
473
- readonly Precision: {
474
- readonly "8009": "Presence of Mind";
475
- readonly "8014": "Coup de Grace";
476
- readonly "8017": "Cut Down";
477
- readonly "8299": "Last Stand";
478
- readonly "9101": "Overheal";
479
- readonly "9103": "Legend: Bloodline";
480
- readonly "9104": "Legend: Alacrity";
481
- readonly "9105": "Legend: Tenacity";
482
- readonly "9111": "Triumph";
483
- };
484
- readonly Resolve: {
485
- readonly "8242": "Unflinching";
486
- readonly "8401": "Shield Bash";
487
- readonly "8429": "Conditioning";
488
- readonly "8444": "Second Wind";
489
- readonly "8446": "Demolish";
490
- readonly "8451": "Overgrowth";
491
- readonly "8453": "Revitalize";
492
- readonly "8463": "Font of Life";
493
- readonly "8473": "Bone Plating";
494
- };
495
- readonly Sorcery: {
496
- readonly "8210": "Transcendence";
497
- readonly "8224": "Nullifying Orb";
498
- readonly "8226": "Manaflow Band";
499
- readonly "8232": "Waterwalking";
500
- readonly "8233": "Absolute Focus";
501
- readonly "8234": "Celerity";
502
- readonly "8236": "Gathering Storm";
503
- readonly "8237": "Scorch";
504
- readonly "8275": "Nimbus Cloak";
505
- };
506
- };
507
- readonly KeystoneNames: {
508
- readonly "8005": "Press the Attack";
509
- readonly "8008": "Lethal Tempo";
510
- readonly "8010": "Conqueror";
511
- readonly "8021": "Fleet Footwork";
512
- readonly "8112": "Electrocute";
513
- readonly "8124": "Predator";
514
- readonly "8128": "Dark Harvest";
515
- readonly "8214": "Summon Aery";
516
- readonly "8229": "Arcane Comet";
517
- readonly "8230": "Phase Rush";
518
- readonly "8351": "Glacial Augment";
519
- readonly "8360": "Unsealed Spellbook";
520
- readonly "8369": "First Strike";
521
- readonly "8437": "Grasp of the Undying";
522
- readonly "8439": "Aftershock";
523
- readonly "8465": "Guardian";
524
- readonly "9923": "Hail of Blades";
525
- };
526
- readonly StatRuneNames: {
527
- readonly "5001": "Defense (HP)";
528
- readonly "5002": "Defense (AR)";
529
- readonly "5003": "Defense (MR)";
530
- readonly "5005": "Offense (AS)";
531
- readonly "5007": "Offense (AH)";
532
- readonly "5008": "Offense (AF)";
533
- readonly "5002f": "Flex (AR)";
534
- readonly "5003f": "Flex (MR)";
535
- readonly "5008f": "Flex (AF)";
536
- };
537
- readonly RuneNames: {
538
- readonly "5001": "Defense (HP)";
539
- readonly "5002": "Defense (AR)";
540
- readonly "5003": "Defense (MR)";
541
- readonly "5005": "Offense (AS)";
542
- readonly "5007": "Offense (AH)";
543
- readonly "5008": "Offense (AF)";
544
- readonly "5002f": "Flex (AR)";
545
- readonly "5003f": "Flex (MR)";
546
- readonly "5008f": "Flex (AF)";
547
- readonly "8304": "Magical Footwear";
548
- readonly "8306": "Hextech Flashtraption";
549
- readonly "8313": "Perfect Timing";
550
- readonly "8316": "Minion Dematerializer";
551
- readonly "8321": "Future's Market";
552
- readonly "8345": "Biscuit Delivery";
553
- readonly "8347": "Cosmic Insight";
554
- readonly "8351": "Glacial Augment";
555
- readonly "8352": "Time Warp Tonic";
556
- readonly "8360": "Unsealed Spellbook";
557
- readonly "8369": "First Strike";
558
- readonly "8410": "Approach Velocity";
559
- readonly "8242": "Unflinching";
560
- readonly "8401": "Shield Bash";
561
- readonly "8429": "Conditioning";
562
- readonly "8437": "Grasp of the Undying";
563
- readonly "8439": "Aftershock";
564
- readonly "8444": "Second Wind";
565
- readonly "8446": "Demolish";
566
- readonly "8451": "Overgrowth";
567
- readonly "8453": "Revitalize";
568
- readonly "8463": "Font of Life";
569
- readonly "8465": "Guardian";
570
- readonly "8473": "Bone Plating";
571
- readonly "8210": "Transcendence";
572
- readonly "8214": "Summon Aery";
573
- readonly "8224": "Nullifying Orb";
574
- readonly "8226": "Manaflow Band";
575
- readonly "8229": "Arcane Comet";
576
- readonly "8230": "Phase Rush";
577
- readonly "8232": "Waterwalking";
578
- readonly "8233": "Absolute Focus";
579
- readonly "8234": "Celerity";
580
- readonly "8236": "Gathering Storm";
581
- readonly "8237": "Scorch";
582
- readonly "8275": "Nimbus Cloak";
583
- readonly "8105": "Relentless Hunter";
584
- readonly "8106": "Ultimate Hunter";
585
- readonly "8112": "Electrocute";
586
- readonly "8120": "Ghost Poro";
587
- readonly "8124": "Predator";
588
- readonly "8126": "Cheap Shot";
589
- readonly "8128": "Dark Harvest";
590
- readonly "8134": "Ingenious Hunter";
591
- readonly "8135": "Treasure Hunter";
592
- readonly "8136": "Zombie Ward";
593
- readonly "8138": "Eyeball Collection";
594
- readonly "8139": "Taste of Blood";
595
- readonly "8143": "Sudden Impact";
596
- readonly "9923": "Hail of Blades";
597
- readonly "8005": "Press the Attack";
598
- readonly "8008": "Lethal Tempo";
599
- readonly "8009": "Presence of Mind";
600
- readonly "8010": "Conqueror";
601
- readonly "8014": "Coup de Grace";
602
- readonly "8017": "Cut Down";
603
- readonly "8021": "Fleet Footwork";
604
- readonly "8299": "Last Stand";
605
- readonly "9101": "Overheal";
606
- readonly "9103": "Legend: Bloodline";
607
- readonly "9104": "Legend: Alacrity";
608
- readonly "9105": "Legend: Tenacity";
609
- readonly "9111": "Triumph";
610
- };
611
- readonly RuneTreeHSets: {
612
- readonly Domination: {
613
- readonly "0": {
614
- readonly "8112": "Electrocute";
615
- readonly "8124": "Predator";
616
- readonly "8128": "Dark Harvest";
617
- readonly "9923": "Hail of Blades";
618
- };
619
- readonly "1": {
620
- readonly "8126": "Cheap Shot";
621
- readonly "8139": "Taste of Blood";
622
- readonly "8143": "Sudden Impact";
623
- };
624
- readonly "2": {
625
- readonly "8120": "Ghost Poro";
626
- readonly "8136": "Zombie Ward";
627
- readonly "8138": "Eyeball Collection";
628
- };
629
- readonly "3": {
630
- readonly "8105": "Relentless Hunter";
631
- readonly "8106": "Ultimate Hunter";
632
- readonly "8134": "Ingenious Hunter";
633
- readonly "8135": "Treasure Hunter";
634
- };
635
- };
636
- readonly Inspiration: {
637
- readonly "0": {
638
- readonly "8351": "Glacial Augment";
639
- readonly "8360": "Unsealed Spellbook";
640
- readonly "8369": "First Strike";
641
- };
642
- readonly "1": {
643
- readonly "8304": "Magical Footwear";
644
- readonly "8306": "Hextech Flashtraption";
645
- readonly "8313": "Perfect Timing";
646
- };
647
- readonly "2": {
648
- readonly "8316": "Minion Dematerializer";
649
- readonly "8321": "Future's Market";
650
- readonly "8345": "Biscuit Delivery";
651
- };
652
- readonly "3": {
653
- readonly "8347": "Cosmic Insight";
654
- readonly "8352": "Time Warp Tonic";
655
- readonly "8410": "Approach Velocity";
656
- };
657
- };
658
- readonly Precision: {
659
- readonly "0": {
660
- readonly "8005": "Press the Attack";
661
- readonly "8008": "Lethal Tempo";
662
- readonly "8010": "Conqueror";
663
- readonly "8021": "Fleet Footwork";
664
- };
665
- readonly "1": {
666
- readonly "8009": "Presence of Mind";
667
- readonly "9101": "Overheal";
668
- readonly "9111": "Triumph";
669
- };
670
- readonly "2": {
671
- readonly "9103": "Legend: Bloodline";
672
- readonly "9104": "Legend: Alacrity";
673
- readonly "9105": "Legend: Tenacity";
674
- };
675
- readonly "3": {
676
- readonly "8014": "Coup de Grace";
677
- readonly "8017": "Cut Down";
678
- readonly "8299": "Last Stand";
679
- };
680
- };
681
- readonly Resolve: {
682
- readonly "0": {
683
- readonly "8437": "Grasp of the Undying";
684
- readonly "8439": "Aftershock";
685
- readonly "8465": "Guardian";
686
- };
687
- readonly "1": {
688
- readonly "8401": "Shield Bash";
689
- readonly "8446": "Demolish";
690
- readonly "8463": "Font of Life";
691
- };
692
- readonly "2": {
693
- readonly "8429": "Conditioning";
694
- readonly "8444": "Second Wind";
695
- readonly "8473": "Bone Plating";
696
- };
697
- readonly "3": {
698
- readonly "8242": "Unflinching";
699
- readonly "8451": "Overgrowth";
700
- readonly "8453": "Revitalize";
701
- };
702
- };
703
- readonly Sorcery: {
704
- readonly "0": {
705
- readonly "8214": "Summon Aery";
706
- readonly "8229": "Arcane Comet";
707
- readonly "8230": "Phase Rush";
708
- };
709
- readonly "1": {
710
- readonly "8224": "Nullifying Orb";
711
- readonly "8226": "Manaflow Band";
712
- readonly "8275": "Nimbus Cloak";
713
- };
714
- readonly "2": {
715
- readonly "8210": "Transcendence";
716
- readonly "8233": "Absolute Focus";
717
- readonly "8234": "Celerity";
718
- };
719
- readonly "3": {
720
- readonly "8232": "Waterwalking";
721
- readonly "8236": "Gathering Storm";
722
- readonly "8237": "Scorch";
723
- };
724
- };
725
- };
726
- readonly StatRuneHSets: {
727
- readonly "0": {
728
- readonly "5005": "Offense (AS)";
729
- readonly "5007": "Offense (AH)";
730
- readonly "5008": "Offense (AF)";
731
- };
732
- readonly "1": {
733
- readonly "5002f": "Flex (AR)";
734
- readonly "5003f": "Flex (MR)";
735
- readonly "5008f": "Flex (AF)";
736
- };
737
- readonly "2": {
738
- readonly "5001": "Defense (HP)";
739
- readonly "5002": "Defense (AR)";
740
- readonly "5003": "Defense (MR)";
741
- };
742
- };
743
- };
1
+ export declare const PrimaryRuneTrees: {
2
+ readonly Domination: {
3
+ readonly "8105": "Relentless Hunter";
4
+ readonly "8106": "Ultimate Hunter";
5
+ readonly "8112": "Electrocute";
6
+ readonly "8120": "Ghost Poro";
7
+ readonly "8124": "Predator";
8
+ readonly "8126": "Cheap Shot";
9
+ readonly "8128": "Dark Harvest";
10
+ readonly "8134": "Ingenious Hunter";
11
+ readonly "8135": "Treasure Hunter";
12
+ readonly "8136": "Zombie Ward";
13
+ readonly "8138": "Eyeball Collection";
14
+ readonly "8139": "Taste of Blood";
15
+ readonly "8143": "Sudden Impact";
16
+ readonly "9923": "Hail of Blades";
17
+ };
18
+ readonly Inspiration: {
19
+ readonly "8304": "Magical Footwear";
20
+ readonly "8306": "Hextech Flashtraption";
21
+ readonly "8313": "Perfect Timing";
22
+ readonly "8316": "Minion Dematerializer";
23
+ readonly "8321": "Future's Market";
24
+ readonly "8345": "Biscuit Delivery";
25
+ readonly "8347": "Cosmic Insight";
26
+ readonly "8351": "Glacial Augment";
27
+ readonly "8352": "Time Warp Tonic";
28
+ readonly "8360": "Unsealed Spellbook";
29
+ readonly "8369": "First Strike";
30
+ readonly "8410": "Approach Velocity";
31
+ };
32
+ readonly Precision: {
33
+ readonly "8005": "Press the Attack";
34
+ readonly "8008": "Lethal Tempo";
35
+ readonly "8009": "Presence of Mind";
36
+ readonly "8010": "Conqueror";
37
+ readonly "8014": "Coup de Grace";
38
+ readonly "8017": "Cut Down";
39
+ readonly "8021": "Fleet Footwork";
40
+ readonly "8299": "Last Stand";
41
+ readonly "9101": "Overheal";
42
+ readonly "9103": "Legend: Bloodline";
43
+ readonly "9104": "Legend: Alacrity";
44
+ readonly "9105": "Legend: Tenacity";
45
+ readonly "9111": "Triumph";
46
+ };
47
+ readonly Resolve: {
48
+ readonly "8242": "Unflinching";
49
+ readonly "8401": "Shield Bash";
50
+ readonly "8429": "Conditioning";
51
+ readonly "8437": "Grasp of the Undying";
52
+ readonly "8439": "Aftershock";
53
+ readonly "8444": "Second Wind";
54
+ readonly "8446": "Demolish";
55
+ readonly "8451": "Overgrowth";
56
+ readonly "8453": "Revitalize";
57
+ readonly "8463": "Font of Life";
58
+ readonly "8465": "Guardian";
59
+ readonly "8473": "Bone Plating";
60
+ };
61
+ readonly Sorcery: {
62
+ readonly "8210": "Transcendence";
63
+ readonly "8214": "Summon Aery";
64
+ readonly "8224": "Nullifying Orb";
65
+ readonly "8226": "Manaflow Band";
66
+ readonly "8229": "Arcane Comet";
67
+ readonly "8230": "Phase Rush";
68
+ readonly "8232": "Waterwalking";
69
+ readonly "8233": "Absolute Focus";
70
+ readonly "8234": "Celerity";
71
+ readonly "8236": "Gathering Storm";
72
+ readonly "8237": "Scorch";
73
+ readonly "8275": "Nimbus Cloak";
74
+ };
75
+ };
76
+ export declare const SecondaryRuneTrees: {
77
+ readonly Domination: {
78
+ readonly "8105": "Relentless Hunter";
79
+ readonly "8106": "Ultimate Hunter";
80
+ readonly "8120": "Ghost Poro";
81
+ readonly "8126": "Cheap Shot";
82
+ readonly "8134": "Ingenious Hunter";
83
+ readonly "8135": "Treasure Hunter";
84
+ readonly "8136": "Zombie Ward";
85
+ readonly "8138": "Eyeball Collection";
86
+ readonly "8139": "Taste of Blood";
87
+ readonly "8143": "Sudden Impact";
88
+ };
89
+ readonly Inspiration: {
90
+ readonly "8304": "Magical Footwear";
91
+ readonly "8306": "Hextech Flashtraption";
92
+ readonly "8313": "Perfect Timing";
93
+ readonly "8316": "Minion Dematerializer";
94
+ readonly "8321": "Future's Market";
95
+ readonly "8345": "Biscuit Delivery";
96
+ readonly "8347": "Cosmic Insight";
97
+ readonly "8352": "Time Warp Tonic";
98
+ readonly "8410": "Approach Velocity";
99
+ };
100
+ readonly Precision: {
101
+ readonly "8009": "Presence of Mind";
102
+ readonly "8014": "Coup de Grace";
103
+ readonly "8017": "Cut Down";
104
+ readonly "8299": "Last Stand";
105
+ readonly "9101": "Overheal";
106
+ readonly "9103": "Legend: Bloodline";
107
+ readonly "9104": "Legend: Alacrity";
108
+ readonly "9105": "Legend: Tenacity";
109
+ readonly "9111": "Triumph";
110
+ };
111
+ readonly Resolve: {
112
+ readonly "8242": "Unflinching";
113
+ readonly "8401": "Shield Bash";
114
+ readonly "8429": "Conditioning";
115
+ readonly "8444": "Second Wind";
116
+ readonly "8446": "Demolish";
117
+ readonly "8451": "Overgrowth";
118
+ readonly "8453": "Revitalize";
119
+ readonly "8463": "Font of Life";
120
+ readonly "8473": "Bone Plating";
121
+ };
122
+ readonly Sorcery: {
123
+ readonly "8210": "Transcendence";
124
+ readonly "8224": "Nullifying Orb";
125
+ readonly "8226": "Manaflow Band";
126
+ readonly "8232": "Waterwalking";
127
+ readonly "8233": "Absolute Focus";
128
+ readonly "8234": "Celerity";
129
+ readonly "8236": "Gathering Storm";
130
+ readonly "8237": "Scorch";
131
+ readonly "8275": "Nimbus Cloak";
132
+ };
133
+ };
134
+ export declare const KeystoneNames: {
135
+ readonly "8005": "Press the Attack";
136
+ readonly "8008": "Lethal Tempo";
137
+ readonly "8010": "Conqueror";
138
+ readonly "8021": "Fleet Footwork";
139
+ readonly "8112": "Electrocute";
140
+ readonly "8124": "Predator";
141
+ readonly "8128": "Dark Harvest";
142
+ readonly "8214": "Summon Aery";
143
+ readonly "8229": "Arcane Comet";
144
+ readonly "8230": "Phase Rush";
145
+ readonly "8351": "Glacial Augment";
146
+ readonly "8360": "Unsealed Spellbook";
147
+ readonly "8369": "First Strike";
148
+ readonly "8437": "Grasp of the Undying";
149
+ readonly "8439": "Aftershock";
150
+ readonly "8465": "Guardian";
151
+ readonly "9923": "Hail of Blades";
152
+ };
153
+ export declare const StatRuneNames: {
154
+ readonly "5001": "Defense (HP)";
155
+ readonly "5002": "Defense (AR)";
156
+ readonly "5003": "Defense (MR)";
157
+ readonly "5005": "Offense (AS)";
158
+ readonly "5007": "Offense (AH)";
159
+ readonly "5008": "Offense (AF)";
160
+ readonly "5002f": "Flex (AR)";
161
+ readonly "5003f": "Flex (MR)";
162
+ readonly "5008f": "Flex (AF)";
163
+ };
164
+ export declare const RuneNames: {
165
+ readonly "5001": "Defense (HP)";
166
+ readonly "5002": "Defense (AR)";
167
+ readonly "5003": "Defense (MR)";
168
+ readonly "5005": "Offense (AS)";
169
+ readonly "5007": "Offense (AH)";
170
+ readonly "5008": "Offense (AF)";
171
+ readonly "5002f": "Flex (AR)";
172
+ readonly "5003f": "Flex (MR)";
173
+ readonly "5008f": "Flex (AF)";
174
+ readonly "8304": "Magical Footwear";
175
+ readonly "8306": "Hextech Flashtraption";
176
+ readonly "8313": "Perfect Timing";
177
+ readonly "8316": "Minion Dematerializer";
178
+ readonly "8321": "Future's Market";
179
+ readonly "8345": "Biscuit Delivery";
180
+ readonly "8347": "Cosmic Insight";
181
+ readonly "8351": "Glacial Augment";
182
+ readonly "8352": "Time Warp Tonic";
183
+ readonly "8360": "Unsealed Spellbook";
184
+ readonly "8369": "First Strike";
185
+ readonly "8410": "Approach Velocity";
186
+ readonly "8242": "Unflinching";
187
+ readonly "8401": "Shield Bash";
188
+ readonly "8429": "Conditioning";
189
+ readonly "8437": "Grasp of the Undying";
190
+ readonly "8439": "Aftershock";
191
+ readonly "8444": "Second Wind";
192
+ readonly "8446": "Demolish";
193
+ readonly "8451": "Overgrowth";
194
+ readonly "8453": "Revitalize";
195
+ readonly "8463": "Font of Life";
196
+ readonly "8465": "Guardian";
197
+ readonly "8473": "Bone Plating";
198
+ readonly "8210": "Transcendence";
199
+ readonly "8214": "Summon Aery";
200
+ readonly "8224": "Nullifying Orb";
201
+ readonly "8226": "Manaflow Band";
202
+ readonly "8229": "Arcane Comet";
203
+ readonly "8230": "Phase Rush";
204
+ readonly "8232": "Waterwalking";
205
+ readonly "8233": "Absolute Focus";
206
+ readonly "8234": "Celerity";
207
+ readonly "8236": "Gathering Storm";
208
+ readonly "8237": "Scorch";
209
+ readonly "8275": "Nimbus Cloak";
210
+ readonly "8105": "Relentless Hunter";
211
+ readonly "8106": "Ultimate Hunter";
212
+ readonly "8112": "Electrocute";
213
+ readonly "8120": "Ghost Poro";
214
+ readonly "8124": "Predator";
215
+ readonly "8126": "Cheap Shot";
216
+ readonly "8128": "Dark Harvest";
217
+ readonly "8134": "Ingenious Hunter";
218
+ readonly "8135": "Treasure Hunter";
219
+ readonly "8136": "Zombie Ward";
220
+ readonly "8138": "Eyeball Collection";
221
+ readonly "8139": "Taste of Blood";
222
+ readonly "8143": "Sudden Impact";
223
+ readonly "9923": "Hail of Blades";
224
+ readonly "8005": "Press the Attack";
225
+ readonly "8008": "Lethal Tempo";
226
+ readonly "8009": "Presence of Mind";
227
+ readonly "8010": "Conqueror";
228
+ readonly "8014": "Coup de Grace";
229
+ readonly "8017": "Cut Down";
230
+ readonly "8021": "Fleet Footwork";
231
+ readonly "8299": "Last Stand";
232
+ readonly "9101": "Overheal";
233
+ readonly "9103": "Legend: Bloodline";
234
+ readonly "9104": "Legend: Alacrity";
235
+ readonly "9105": "Legend: Tenacity";
236
+ readonly "9111": "Triumph";
237
+ };
238
+ export declare const RuneTreeHSets: {
239
+ readonly Domination: {
240
+ readonly "0": {
241
+ readonly "8112": "Electrocute";
242
+ readonly "8124": "Predator";
243
+ readonly "8128": "Dark Harvest";
244
+ readonly "9923": "Hail of Blades";
245
+ };
246
+ readonly "1": {
247
+ readonly "8126": "Cheap Shot";
248
+ readonly "8139": "Taste of Blood";
249
+ readonly "8143": "Sudden Impact";
250
+ };
251
+ readonly "2": {
252
+ readonly "8120": "Ghost Poro";
253
+ readonly "8136": "Zombie Ward";
254
+ readonly "8138": "Eyeball Collection";
255
+ };
256
+ readonly "3": {
257
+ readonly "8105": "Relentless Hunter";
258
+ readonly "8106": "Ultimate Hunter";
259
+ readonly "8134": "Ingenious Hunter";
260
+ readonly "8135": "Treasure Hunter";
261
+ };
262
+ };
263
+ readonly Inspiration: {
264
+ readonly "0": {
265
+ readonly "8351": "Glacial Augment";
266
+ readonly "8360": "Unsealed Spellbook";
267
+ readonly "8369": "First Strike";
268
+ };
269
+ readonly "1": {
270
+ readonly "8304": "Magical Footwear";
271
+ readonly "8306": "Hextech Flashtraption";
272
+ readonly "8313": "Perfect Timing";
273
+ };
274
+ readonly "2": {
275
+ readonly "8316": "Minion Dematerializer";
276
+ readonly "8321": "Future's Market";
277
+ readonly "8345": "Biscuit Delivery";
278
+ };
279
+ readonly "3": {
280
+ readonly "8347": "Cosmic Insight";
281
+ readonly "8352": "Time Warp Tonic";
282
+ readonly "8410": "Approach Velocity";
283
+ };
284
+ };
285
+ readonly Precision: {
286
+ readonly "0": {
287
+ readonly "8005": "Press the Attack";
288
+ readonly "8008": "Lethal Tempo";
289
+ readonly "8010": "Conqueror";
290
+ readonly "8021": "Fleet Footwork";
291
+ };
292
+ readonly "1": {
293
+ readonly "8009": "Presence of Mind";
294
+ readonly "9101": "Overheal";
295
+ readonly "9111": "Triumph";
296
+ };
297
+ readonly "2": {
298
+ readonly "9103": "Legend: Bloodline";
299
+ readonly "9104": "Legend: Alacrity";
300
+ readonly "9105": "Legend: Tenacity";
301
+ };
302
+ readonly "3": {
303
+ readonly "8014": "Coup de Grace";
304
+ readonly "8017": "Cut Down";
305
+ readonly "8299": "Last Stand";
306
+ };
307
+ };
308
+ readonly Resolve: {
309
+ readonly "0": {
310
+ readonly "8437": "Grasp of the Undying";
311
+ readonly "8439": "Aftershock";
312
+ readonly "8465": "Guardian";
313
+ };
314
+ readonly "1": {
315
+ readonly "8401": "Shield Bash";
316
+ readonly "8446": "Demolish";
317
+ readonly "8463": "Font of Life";
318
+ };
319
+ readonly "2": {
320
+ readonly "8429": "Conditioning";
321
+ readonly "8444": "Second Wind";
322
+ readonly "8473": "Bone Plating";
323
+ };
324
+ readonly "3": {
325
+ readonly "8242": "Unflinching";
326
+ readonly "8451": "Overgrowth";
327
+ readonly "8453": "Revitalize";
328
+ };
329
+ };
330
+ readonly Sorcery: {
331
+ readonly "0": {
332
+ readonly "8214": "Summon Aery";
333
+ readonly "8229": "Arcane Comet";
334
+ readonly "8230": "Phase Rush";
335
+ };
336
+ readonly "1": {
337
+ readonly "8224": "Nullifying Orb";
338
+ readonly "8226": "Manaflow Band";
339
+ readonly "8275": "Nimbus Cloak";
340
+ };
341
+ readonly "2": {
342
+ readonly "8210": "Transcendence";
343
+ readonly "8233": "Absolute Focus";
344
+ readonly "8234": "Celerity";
345
+ };
346
+ readonly "3": {
347
+ readonly "8232": "Waterwalking";
348
+ readonly "8236": "Gathering Storm";
349
+ readonly "8237": "Scorch";
350
+ };
351
+ };
352
+ };
353
+ export declare const StatRuneHSets: {
354
+ readonly "0": {
355
+ readonly "5005": "Offense (AS)";
356
+ readonly "5007": "Offense (AH)";
357
+ readonly "5008": "Offense (AF)";
358
+ };
359
+ readonly "1": {
360
+ readonly "5002f": "Flex (AR)";
361
+ readonly "5003f": "Flex (MR)";
362
+ readonly "5008f": "Flex (AF)";
363
+ };
364
+ readonly "2": {
365
+ readonly "5001": "Defense (HP)";
366
+ readonly "5002": "Defense (AR)";
367
+ readonly "5003": "Defense (MR)";
368
+ };
369
+ };
370
+ /**
371
+ * Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 72 runes in the game.
372
+ */
373
+ export declare const RuneSets: {
374
+ readonly PrimaryRuneTrees: {
375
+ readonly Domination: {
376
+ readonly "8105": "Relentless Hunter";
377
+ readonly "8106": "Ultimate Hunter";
378
+ readonly "8112": "Electrocute";
379
+ readonly "8120": "Ghost Poro";
380
+ readonly "8124": "Predator";
381
+ readonly "8126": "Cheap Shot";
382
+ readonly "8128": "Dark Harvest";
383
+ readonly "8134": "Ingenious Hunter";
384
+ readonly "8135": "Treasure Hunter";
385
+ readonly "8136": "Zombie Ward";
386
+ readonly "8138": "Eyeball Collection";
387
+ readonly "8139": "Taste of Blood";
388
+ readonly "8143": "Sudden Impact";
389
+ readonly "9923": "Hail of Blades";
390
+ };
391
+ readonly Inspiration: {
392
+ readonly "8304": "Magical Footwear";
393
+ readonly "8306": "Hextech Flashtraption";
394
+ readonly "8313": "Perfect Timing";
395
+ readonly "8316": "Minion Dematerializer";
396
+ readonly "8321": "Future's Market";
397
+ readonly "8345": "Biscuit Delivery";
398
+ readonly "8347": "Cosmic Insight";
399
+ readonly "8351": "Glacial Augment";
400
+ readonly "8352": "Time Warp Tonic";
401
+ readonly "8360": "Unsealed Spellbook";
402
+ readonly "8369": "First Strike";
403
+ readonly "8410": "Approach Velocity";
404
+ };
405
+ readonly Precision: {
406
+ readonly "8005": "Press the Attack";
407
+ readonly "8008": "Lethal Tempo";
408
+ readonly "8009": "Presence of Mind";
409
+ readonly "8010": "Conqueror";
410
+ readonly "8014": "Coup de Grace";
411
+ readonly "8017": "Cut Down";
412
+ readonly "8021": "Fleet Footwork";
413
+ readonly "8299": "Last Stand";
414
+ readonly "9101": "Overheal";
415
+ readonly "9103": "Legend: Bloodline";
416
+ readonly "9104": "Legend: Alacrity";
417
+ readonly "9105": "Legend: Tenacity";
418
+ readonly "9111": "Triumph";
419
+ };
420
+ readonly Resolve: {
421
+ readonly "8242": "Unflinching";
422
+ readonly "8401": "Shield Bash";
423
+ readonly "8429": "Conditioning";
424
+ readonly "8437": "Grasp of the Undying";
425
+ readonly "8439": "Aftershock";
426
+ readonly "8444": "Second Wind";
427
+ readonly "8446": "Demolish";
428
+ readonly "8451": "Overgrowth";
429
+ readonly "8453": "Revitalize";
430
+ readonly "8463": "Font of Life";
431
+ readonly "8465": "Guardian";
432
+ readonly "8473": "Bone Plating";
433
+ };
434
+ readonly Sorcery: {
435
+ readonly "8210": "Transcendence";
436
+ readonly "8214": "Summon Aery";
437
+ readonly "8224": "Nullifying Orb";
438
+ readonly "8226": "Manaflow Band";
439
+ readonly "8229": "Arcane Comet";
440
+ readonly "8230": "Phase Rush";
441
+ readonly "8232": "Waterwalking";
442
+ readonly "8233": "Absolute Focus";
443
+ readonly "8234": "Celerity";
444
+ readonly "8236": "Gathering Storm";
445
+ readonly "8237": "Scorch";
446
+ readonly "8275": "Nimbus Cloak";
447
+ };
448
+ };
449
+ readonly SecondaryRuneTrees: {
450
+ readonly Domination: {
451
+ readonly "8105": "Relentless Hunter";
452
+ readonly "8106": "Ultimate Hunter";
453
+ readonly "8120": "Ghost Poro";
454
+ readonly "8126": "Cheap Shot";
455
+ readonly "8134": "Ingenious Hunter";
456
+ readonly "8135": "Treasure Hunter";
457
+ readonly "8136": "Zombie Ward";
458
+ readonly "8138": "Eyeball Collection";
459
+ readonly "8139": "Taste of Blood";
460
+ readonly "8143": "Sudden Impact";
461
+ };
462
+ readonly Inspiration: {
463
+ readonly "8304": "Magical Footwear";
464
+ readonly "8306": "Hextech Flashtraption";
465
+ readonly "8313": "Perfect Timing";
466
+ readonly "8316": "Minion Dematerializer";
467
+ readonly "8321": "Future's Market";
468
+ readonly "8345": "Biscuit Delivery";
469
+ readonly "8347": "Cosmic Insight";
470
+ readonly "8352": "Time Warp Tonic";
471
+ readonly "8410": "Approach Velocity";
472
+ };
473
+ readonly Precision: {
474
+ readonly "8009": "Presence of Mind";
475
+ readonly "8014": "Coup de Grace";
476
+ readonly "8017": "Cut Down";
477
+ readonly "8299": "Last Stand";
478
+ readonly "9101": "Overheal";
479
+ readonly "9103": "Legend: Bloodline";
480
+ readonly "9104": "Legend: Alacrity";
481
+ readonly "9105": "Legend: Tenacity";
482
+ readonly "9111": "Triumph";
483
+ };
484
+ readonly Resolve: {
485
+ readonly "8242": "Unflinching";
486
+ readonly "8401": "Shield Bash";
487
+ readonly "8429": "Conditioning";
488
+ readonly "8444": "Second Wind";
489
+ readonly "8446": "Demolish";
490
+ readonly "8451": "Overgrowth";
491
+ readonly "8453": "Revitalize";
492
+ readonly "8463": "Font of Life";
493
+ readonly "8473": "Bone Plating";
494
+ };
495
+ readonly Sorcery: {
496
+ readonly "8210": "Transcendence";
497
+ readonly "8224": "Nullifying Orb";
498
+ readonly "8226": "Manaflow Band";
499
+ readonly "8232": "Waterwalking";
500
+ readonly "8233": "Absolute Focus";
501
+ readonly "8234": "Celerity";
502
+ readonly "8236": "Gathering Storm";
503
+ readonly "8237": "Scorch";
504
+ readonly "8275": "Nimbus Cloak";
505
+ };
506
+ };
507
+ readonly KeystoneNames: {
508
+ readonly "8005": "Press the Attack";
509
+ readonly "8008": "Lethal Tempo";
510
+ readonly "8010": "Conqueror";
511
+ readonly "8021": "Fleet Footwork";
512
+ readonly "8112": "Electrocute";
513
+ readonly "8124": "Predator";
514
+ readonly "8128": "Dark Harvest";
515
+ readonly "8214": "Summon Aery";
516
+ readonly "8229": "Arcane Comet";
517
+ readonly "8230": "Phase Rush";
518
+ readonly "8351": "Glacial Augment";
519
+ readonly "8360": "Unsealed Spellbook";
520
+ readonly "8369": "First Strike";
521
+ readonly "8437": "Grasp of the Undying";
522
+ readonly "8439": "Aftershock";
523
+ readonly "8465": "Guardian";
524
+ readonly "9923": "Hail of Blades";
525
+ };
526
+ readonly StatRuneNames: {
527
+ readonly "5001": "Defense (HP)";
528
+ readonly "5002": "Defense (AR)";
529
+ readonly "5003": "Defense (MR)";
530
+ readonly "5005": "Offense (AS)";
531
+ readonly "5007": "Offense (AH)";
532
+ readonly "5008": "Offense (AF)";
533
+ readonly "5002f": "Flex (AR)";
534
+ readonly "5003f": "Flex (MR)";
535
+ readonly "5008f": "Flex (AF)";
536
+ };
537
+ readonly RuneNames: {
538
+ readonly "5001": "Defense (HP)";
539
+ readonly "5002": "Defense (AR)";
540
+ readonly "5003": "Defense (MR)";
541
+ readonly "5005": "Offense (AS)";
542
+ readonly "5007": "Offense (AH)";
543
+ readonly "5008": "Offense (AF)";
544
+ readonly "5002f": "Flex (AR)";
545
+ readonly "5003f": "Flex (MR)";
546
+ readonly "5008f": "Flex (AF)";
547
+ readonly "8304": "Magical Footwear";
548
+ readonly "8306": "Hextech Flashtraption";
549
+ readonly "8313": "Perfect Timing";
550
+ readonly "8316": "Minion Dematerializer";
551
+ readonly "8321": "Future's Market";
552
+ readonly "8345": "Biscuit Delivery";
553
+ readonly "8347": "Cosmic Insight";
554
+ readonly "8351": "Glacial Augment";
555
+ readonly "8352": "Time Warp Tonic";
556
+ readonly "8360": "Unsealed Spellbook";
557
+ readonly "8369": "First Strike";
558
+ readonly "8410": "Approach Velocity";
559
+ readonly "8242": "Unflinching";
560
+ readonly "8401": "Shield Bash";
561
+ readonly "8429": "Conditioning";
562
+ readonly "8437": "Grasp of the Undying";
563
+ readonly "8439": "Aftershock";
564
+ readonly "8444": "Second Wind";
565
+ readonly "8446": "Demolish";
566
+ readonly "8451": "Overgrowth";
567
+ readonly "8453": "Revitalize";
568
+ readonly "8463": "Font of Life";
569
+ readonly "8465": "Guardian";
570
+ readonly "8473": "Bone Plating";
571
+ readonly "8210": "Transcendence";
572
+ readonly "8214": "Summon Aery";
573
+ readonly "8224": "Nullifying Orb";
574
+ readonly "8226": "Manaflow Band";
575
+ readonly "8229": "Arcane Comet";
576
+ readonly "8230": "Phase Rush";
577
+ readonly "8232": "Waterwalking";
578
+ readonly "8233": "Absolute Focus";
579
+ readonly "8234": "Celerity";
580
+ readonly "8236": "Gathering Storm";
581
+ readonly "8237": "Scorch";
582
+ readonly "8275": "Nimbus Cloak";
583
+ readonly "8105": "Relentless Hunter";
584
+ readonly "8106": "Ultimate Hunter";
585
+ readonly "8112": "Electrocute";
586
+ readonly "8120": "Ghost Poro";
587
+ readonly "8124": "Predator";
588
+ readonly "8126": "Cheap Shot";
589
+ readonly "8128": "Dark Harvest";
590
+ readonly "8134": "Ingenious Hunter";
591
+ readonly "8135": "Treasure Hunter";
592
+ readonly "8136": "Zombie Ward";
593
+ readonly "8138": "Eyeball Collection";
594
+ readonly "8139": "Taste of Blood";
595
+ readonly "8143": "Sudden Impact";
596
+ readonly "9923": "Hail of Blades";
597
+ readonly "8005": "Press the Attack";
598
+ readonly "8008": "Lethal Tempo";
599
+ readonly "8009": "Presence of Mind";
600
+ readonly "8010": "Conqueror";
601
+ readonly "8014": "Coup de Grace";
602
+ readonly "8017": "Cut Down";
603
+ readonly "8021": "Fleet Footwork";
604
+ readonly "8299": "Last Stand";
605
+ readonly "9101": "Overheal";
606
+ readonly "9103": "Legend: Bloodline";
607
+ readonly "9104": "Legend: Alacrity";
608
+ readonly "9105": "Legend: Tenacity";
609
+ readonly "9111": "Triumph";
610
+ };
611
+ readonly RuneTreeHSets: {
612
+ readonly Domination: {
613
+ readonly "0": {
614
+ readonly "8112": "Electrocute";
615
+ readonly "8124": "Predator";
616
+ readonly "8128": "Dark Harvest";
617
+ readonly "9923": "Hail of Blades";
618
+ };
619
+ readonly "1": {
620
+ readonly "8126": "Cheap Shot";
621
+ readonly "8139": "Taste of Blood";
622
+ readonly "8143": "Sudden Impact";
623
+ };
624
+ readonly "2": {
625
+ readonly "8120": "Ghost Poro";
626
+ readonly "8136": "Zombie Ward";
627
+ readonly "8138": "Eyeball Collection";
628
+ };
629
+ readonly "3": {
630
+ readonly "8105": "Relentless Hunter";
631
+ readonly "8106": "Ultimate Hunter";
632
+ readonly "8134": "Ingenious Hunter";
633
+ readonly "8135": "Treasure Hunter";
634
+ };
635
+ };
636
+ readonly Inspiration: {
637
+ readonly "0": {
638
+ readonly "8351": "Glacial Augment";
639
+ readonly "8360": "Unsealed Spellbook";
640
+ readonly "8369": "First Strike";
641
+ };
642
+ readonly "1": {
643
+ readonly "8304": "Magical Footwear";
644
+ readonly "8306": "Hextech Flashtraption";
645
+ readonly "8313": "Perfect Timing";
646
+ };
647
+ readonly "2": {
648
+ readonly "8316": "Minion Dematerializer";
649
+ readonly "8321": "Future's Market";
650
+ readonly "8345": "Biscuit Delivery";
651
+ };
652
+ readonly "3": {
653
+ readonly "8347": "Cosmic Insight";
654
+ readonly "8352": "Time Warp Tonic";
655
+ readonly "8410": "Approach Velocity";
656
+ };
657
+ };
658
+ readonly Precision: {
659
+ readonly "0": {
660
+ readonly "8005": "Press the Attack";
661
+ readonly "8008": "Lethal Tempo";
662
+ readonly "8010": "Conqueror";
663
+ readonly "8021": "Fleet Footwork";
664
+ };
665
+ readonly "1": {
666
+ readonly "8009": "Presence of Mind";
667
+ readonly "9101": "Overheal";
668
+ readonly "9111": "Triumph";
669
+ };
670
+ readonly "2": {
671
+ readonly "9103": "Legend: Bloodline";
672
+ readonly "9104": "Legend: Alacrity";
673
+ readonly "9105": "Legend: Tenacity";
674
+ };
675
+ readonly "3": {
676
+ readonly "8014": "Coup de Grace";
677
+ readonly "8017": "Cut Down";
678
+ readonly "8299": "Last Stand";
679
+ };
680
+ };
681
+ readonly Resolve: {
682
+ readonly "0": {
683
+ readonly "8437": "Grasp of the Undying";
684
+ readonly "8439": "Aftershock";
685
+ readonly "8465": "Guardian";
686
+ };
687
+ readonly "1": {
688
+ readonly "8401": "Shield Bash";
689
+ readonly "8446": "Demolish";
690
+ readonly "8463": "Font of Life";
691
+ };
692
+ readonly "2": {
693
+ readonly "8429": "Conditioning";
694
+ readonly "8444": "Second Wind";
695
+ readonly "8473": "Bone Plating";
696
+ };
697
+ readonly "3": {
698
+ readonly "8242": "Unflinching";
699
+ readonly "8451": "Overgrowth";
700
+ readonly "8453": "Revitalize";
701
+ };
702
+ };
703
+ readonly Sorcery: {
704
+ readonly "0": {
705
+ readonly "8214": "Summon Aery";
706
+ readonly "8229": "Arcane Comet";
707
+ readonly "8230": "Phase Rush";
708
+ };
709
+ readonly "1": {
710
+ readonly "8224": "Nullifying Orb";
711
+ readonly "8226": "Manaflow Band";
712
+ readonly "8275": "Nimbus Cloak";
713
+ };
714
+ readonly "2": {
715
+ readonly "8210": "Transcendence";
716
+ readonly "8233": "Absolute Focus";
717
+ readonly "8234": "Celerity";
718
+ };
719
+ readonly "3": {
720
+ readonly "8232": "Waterwalking";
721
+ readonly "8236": "Gathering Storm";
722
+ readonly "8237": "Scorch";
723
+ };
724
+ };
725
+ };
726
+ readonly StatRuneHSets: {
727
+ readonly "0": {
728
+ readonly "5005": "Offense (AS)";
729
+ readonly "5007": "Offense (AH)";
730
+ readonly "5008": "Offense (AF)";
731
+ };
732
+ readonly "1": {
733
+ readonly "5002f": "Flex (AR)";
734
+ readonly "5003f": "Flex (MR)";
735
+ readonly "5008f": "Flex (AF)";
736
+ };
737
+ readonly "2": {
738
+ readonly "5001": "Defense (HP)";
739
+ readonly "5002": "Defense (AR)";
740
+ readonly "5003": "Defense (MR)";
741
+ };
742
+ };
743
+ };