lol-constants 2.26.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 (430) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Patch.d.ts +3 -0
  4. package/dist/Patch.js +3 -0
  5. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  6. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  7. package/dist/constants/events.d.ts +49 -0
  8. package/dist/constants/events.js +55 -0
  9. package/dist/constants/history.d.ts +26 -0
  10. package/dist/constants/history.js +29 -0
  11. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  12. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  13. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  14. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  15. package/dist/constants/participants.d.ts +38 -0
  16. package/dist/constants/participants.js +43 -0
  17. package/dist/enums/ItemSrTypes.d.ts +11 -0
  18. package/dist/enums/ItemSrTypes.js +10 -0
  19. package/dist/enums/StatRuneSlots.d.ts +6 -0
  20. package/dist/enums/StatRuneSlots.js +5 -0
  21. package/dist/helpers/champion.d.ts +678 -0
  22. package/dist/helpers/champion.js +18 -0
  23. package/dist/helpers/item.d.ts +39 -0
  24. package/dist/helpers/item.js +113 -0
  25. package/dist/helpers/riotId.d.ts +16 -0
  26. package/dist/helpers/riotId.js +33 -0
  27. package/dist/helpers/rune.d.ts +36 -0
  28. package/dist/helpers/rune.js +70 -0
  29. package/dist/helpers/spell.d.ts +6 -0
  30. package/dist/helpers/spell.js +18 -0
  31. package/dist/helpers/type.d.ts +3 -0
  32. package/dist/index.d.ts +30 -0
  33. package/dist/index.js +27 -0
  34. package/dist/lol.d.ts +4029 -0
  35. package/dist/lol.js +182 -0
  36. package/dist/objects/Maps.d.ts +113 -0
  37. package/dist/objects/Maps.js +69 -0
  38. package/dist/objects/Queues.d.ts +192 -0
  39. package/dist/objects/Queues.js +71 -0
  40. package/dist/objects/Regions.d.ts +132 -0
  41. package/dist/objects/Regions.js +55 -0
  42. package/dist/objects/generated/Champions.d.ts +1858 -0
  43. package/dist/objects/generated/Champions.js +4 -0
  44. package/dist/objects/generated/Items.d.ts +5108 -0
  45. package/dist/objects/generated/Items.js +4 -0
  46. package/dist/objects/generated/Runes.d.ts +1477 -0
  47. package/dist/objects/generated/Runes.js +13 -0
  48. package/dist/objects/generated/Spells.d.ts +208 -0
  49. package/dist/objects/generated/Spells.js +4 -0
  50. package/package.json +17 -15
  51. package/assets/constants/BootsItemNames.d.ts +0 -1
  52. package/assets/constants/BootsItemNames.js +0 -13
  53. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  54. package/assets/constants/LegendaryItemNames.js +0 -125
  55. package/assets/constants/StatRunes.d.ts +0 -28
  56. package/assets/constants/StatRunes.js +0 -11
  57. package/assets/constants/StatRunesByRow.d.ts +0 -17
  58. package/assets/constants/StatRunesByRow.js +0 -17
  59. package/assets/constants/base/Champion.d.ts +0 -7903
  60. package/assets/constants/base/Champion.js +0 -1
  61. package/assets/constants/base/Item.d.ts +0 -21193
  62. package/assets/constants/base/Item.js +0 -1
  63. package/assets/constants/base/RunesReforged.d.ts +0 -491
  64. package/assets/constants/base/RunesReforged.js +0 -1
  65. package/assets/constants/base/Summoner.d.ts +0 -582
  66. package/assets/constants/base/Summoner.js +0 -1
  67. package/assets/index.d.ts +0 -4
  68. package/assets/index.js +0 -11
  69. package/assets/scripts/asset-scripts/champion.js +0 -10
  70. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  71. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  72. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  73. package/assets/scripts/asset-scripts/item.js +0 -10
  74. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  75. package/assets/scripts/asset-scripts/runes-reforged.js +0 -10
  76. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  77. package/assets/scripts/asset-scripts/summoner.js +0 -10
  78. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  79. package/assets/scripts/constants/RuneIdComment.js +0 -24
  80. package/assets/scripts/generate-all.d.ts +0 -23
  81. package/assets/scripts/generate-all.js +0 -27
  82. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  83. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  84. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  85. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  86. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  87. package/assets/scripts/generate-categorized-item-names.js +0 -56
  88. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  89. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  90. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  91. package/assets/scripts/generate-champion-ids.js +0 -18
  92. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  93. package/assets/scripts/generate-champion-keys-num.js +0 -20
  94. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  95. package/assets/scripts/generate-champion-keys.js +0 -18
  96. package/assets/scripts/generate-champion-names.d.ts +0 -1
  97. package/assets/scripts/generate-champion-names.js +0 -18
  98. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  99. package/assets/scripts/generate-item-keys-num.js +0 -24
  100. package/assets/scripts/generate-item-keys.d.ts +0 -1
  101. package/assets/scripts/generate-item-keys.js +0 -22
  102. package/assets/scripts/generate-item-names.d.ts +0 -1
  103. package/assets/scripts/generate-item-names.js +0 -22
  104. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  105. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  106. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  107. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  108. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  109. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  110. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  111. package/assets/scripts/generate-rune-ids.js +0 -27
  112. package/assets/scripts/generate-rune-names.d.ts +0 -1
  113. package/assets/scripts/generate-rune-names.js +0 -25
  114. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  115. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  116. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  118. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  119. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  120. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  121. package/assets/scripts/generate-rune-sets.js +0 -116
  122. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  123. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  124. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  125. package/assets/scripts/generate-spell-ids.js +0 -18
  126. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  127. package/assets/scripts/generate-spell-keys-num.js +0 -20
  128. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  129. package/assets/scripts/generate-spell-keys.js +0 -18
  130. package/assets/scripts/generate-spell-names.d.ts +0 -1
  131. package/assets/scripts/generate-spell-names.js +0 -18
  132. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  133. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  134. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  135. package/assets/scripts/generate-stat-rune-names.js +0 -16
  136. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  137. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  138. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  139. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  140. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  141. package/assets/scripts/helpers/getExportStatement.js +0 -37
  142. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  143. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  144. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  145. package/assets/scripts/helpers/validateNumber.js +0 -6
  146. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  147. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  148. package/assets/scripts/print-file-names.d.ts +0 -1
  149. package/assets/scripts/print-file-names.js +0 -89
  150. package/core/Locale.d.ts +0 -2
  151. package/core/PatchVersion.d.ts +0 -1
  152. package/core/PatchVersion.js +0 -1
  153. package/core/constants/Abilities.d.ts +0 -17
  154. package/core/constants/Abilities.js +0 -19
  155. package/core/constants/BuildingTypes.d.ts +0 -6
  156. package/core/constants/BuildingTypes.js +0 -7
  157. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  158. package/core/constants/Champions/ChampionIds.js +0 -1
  159. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  160. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  161. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeys.js +0 -1
  163. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  164. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  165. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  166. package/core/constants/Champions/ChampionNames.js +0 -1
  167. package/core/constants/Continents.d.ts +0 -8
  168. package/core/constants/Continents.js +0 -9
  169. package/core/constants/DataDragonUrls.d.ts +0 -52
  170. package/core/constants/DataDragonUrls.js +0 -58
  171. package/core/constants/DragonTypes.d.ts +0 -11
  172. package/core/constants/DragonTypes.js +0 -12
  173. package/core/constants/GameModes.d.ts +0 -12
  174. package/core/constants/GameModes.js +0 -13
  175. package/core/constants/GameTypes.d.ts +0 -7
  176. package/core/constants/GameTypes.js +0 -8
  177. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeys.js +0 -1
  179. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  180. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  181. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  182. package/core/constants/Items/BootsItemNames.js +0 -1
  183. package/core/constants/Items/ItemKeys.d.ts +0 -238
  184. package/core/constants/Items/ItemKeys.js +0 -1
  185. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  186. package/core/constants/Items/ItemKeysNum.js +0 -1
  187. package/core/constants/Items/ItemNames.d.ts +0 -244
  188. package/core/constants/Items/ItemNames.js +0 -1
  189. package/core/constants/Items/ItemTypes.d.ts +0 -7
  190. package/core/constants/Items/ItemTypes.js +0 -8
  191. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  193. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  195. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  196. package/core/constants/Items/LegendaryItemNames.js +0 -1
  197. package/core/constants/KillTypes.d.ts +0 -7
  198. package/core/constants/KillTypes.js +0 -8
  199. package/core/constants/LaneTypes.d.ts +0 -7
  200. package/core/constants/LaneTypes.js +0 -8
  201. package/core/constants/Lanes.d.ts +0 -8
  202. package/core/constants/Lanes.js +0 -9
  203. package/core/constants/LeagueTexts.d.ts +0 -49
  204. package/core/constants/LeagueTexts.js +0 -54
  205. package/core/constants/Levels.d.ts +0 -22
  206. package/core/constants/Levels.js +0 -23
  207. package/core/constants/MapIds.d.ts +0 -17
  208. package/core/constants/MapIds.js +0 -18
  209. package/core/constants/MonsterTypes.d.ts +0 -8
  210. package/core/constants/MonsterTypes.js +0 -9
  211. package/core/constants/ParticipantIds.d.ts +0 -14
  212. package/core/constants/ParticipantIds.js +0 -15
  213. package/core/constants/PlatformApiUris.d.ts +0 -20
  214. package/core/constants/PlatformApiUris.js +0 -21
  215. package/core/constants/PlatformIds.d.ts +0 -23
  216. package/core/constants/PlatformIds.js +0 -26
  217. package/core/constants/Positions.d.ts +0 -9
  218. package/core/constants/Positions.js +0 -10
  219. package/core/constants/QueueIds.d.ts +0 -114
  220. package/core/constants/QueueIds.js +0 -140
  221. package/core/constants/QueueTypes.d.ts +0 -7
  222. package/core/constants/QueueTypes.js +0 -8
  223. package/core/constants/RankedRanks.d.ts +0 -8
  224. package/core/constants/RankedRanks.js +0 -9
  225. package/core/constants/RegionalApiUris.d.ts +0 -8
  226. package/core/constants/RegionalApiUris.js +0 -9
  227. package/core/constants/Regions.d.ts +0 -23
  228. package/core/constants/Regions.js +0 -26
  229. package/core/constants/RelativeTeams.d.ts +0 -6
  230. package/core/constants/RelativeTeams.js +0 -7
  231. package/core/constants/Roles.d.ts +0 -8
  232. package/core/constants/Roles.js +0 -9
  233. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  234. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  235. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  237. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  238. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  239. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  240. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  241. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  242. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  243. package/core/constants/Runes/RuneSets.d.ts +0 -721
  244. package/core/constants/Runes/RuneSets.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  247. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  248. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  249. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIds.js +0 -14
  251. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  253. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  254. package/core/constants/Runes/RuneTreeNames.js +0 -14
  255. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  256. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  257. package/core/constants/SkillSlots.d.ts +0 -8
  258. package/core/constants/SkillSlots.js +0 -9
  259. package/core/constants/Skills.d.ts +0 -8
  260. package/core/constants/Skills.js +0 -9
  261. package/core/constants/Spells/SpellIds.d.ts +0 -21
  262. package/core/constants/Spells/SpellIds.js +0 -1
  263. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  264. package/core/constants/Spells/SpellIdsByName.js +0 -1
  265. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeys.js +0 -1
  267. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  268. package/core/constants/Spells/SpellKeysNum.js +0 -1
  269. package/core/constants/Spells/SpellNames.d.ts +0 -21
  270. package/core/constants/Spells/SpellNames.js +0 -1
  271. package/core/constants/TeamIds.d.ts +0 -6
  272. package/core/constants/TeamIds.js +0 -7
  273. package/core/constants/TowerTypes.d.ts +0 -8
  274. package/core/constants/TowerTypes.js +0 -9
  275. package/core/constants/WardTypes.d.ts +0 -9
  276. package/core/constants/WardTypes.js +0 -10
  277. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  278. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  279. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  283. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  285. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  286. package/core/helpers/Champions/getChampionNameById.js +0 -5
  287. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  288. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  289. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionId.js +0 -4
  291. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKey.js +0 -4
  293. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  295. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  296. package/core/helpers/Champions/isChampionName.js +0 -4
  297. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyByName.js +0 -4
  299. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  300. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  301. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  302. package/core/helpers/Items/getItemNameByKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKey.js +0 -4
  305. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  307. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  308. package/core/helpers/Items/isBootsItemName.js +0 -4
  309. package/core/helpers/Items/isItemKey.d.ts +0 -2
  310. package/core/helpers/Items/isItemKey.js +0 -4
  311. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  312. package/core/helpers/Items/isItemKeyNum.js +0 -4
  313. package/core/helpers/Items/isItemName.d.ts +0 -2
  314. package/core/helpers/Items/isItemName.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  319. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  320. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  321. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  322. package/core/helpers/Items/isTier2Boots.js +0 -9
  323. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  325. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  326. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  327. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  328. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  329. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  331. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  333. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  334. package/core/helpers/Runes/getRuneNameById.js +0 -4
  335. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  337. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  338. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  343. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  344. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  349. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  350. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  355. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  356. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  361. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  362. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  367. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  368. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  373. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  374. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  375. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneId.js +0 -4
  377. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  379. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  380. package/core/helpers/Runes/isRuneName.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  385. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  386. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  387. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneId.js +0 -4
  389. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  391. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  392. package/core/helpers/Runes/isStatRuneName.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  394. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  395. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  399. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  401. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  402. package/core/helpers/Spells/getSpellNameById.js +0 -5
  403. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  404. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  405. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellId.js +0 -4
  407. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKey.js +0 -4
  409. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  411. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  412. package/core/helpers/Spells/isSpellName.js +0 -4
  413. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  414. package/core/helpers/getPositionImageUrl.js +0 -11
  415. package/core/helpers/isRiotId.d.ts +0 -5
  416. package/core/helpers/isRiotId.js +0 -15
  417. package/core/helpers/makeRiotId.d.ts +0 -4
  418. package/core/helpers/makeRiotId.js +0 -5
  419. package/core/helpers/splitRiotId.d.ts +0 -10
  420. package/core/helpers/splitRiotId.js +0 -16
  421. package/core/index.d.ts +0 -139
  422. package/core/index.js +0 -150
  423. package/core/types/championJson.d.ts +0 -85
  424. package/core/types/championJson.js +0 -1
  425. package/core/types/interfaces.d.ts +0 -22
  426. package/core/types/interfaces.js +0 -1
  427. package/core/types/types.d.ts +0 -268
  428. package/core/types/types.js +0 -1
  429. /package/{core → dist}/Locale.js +0 -0
  430. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
package/dist/lol.d.ts ADDED
@@ -0,0 +1,4029 @@
1
+ import { isChampionClass } from './constants/custom';
2
+ import { isBuildingType, isDragonType, isKillType, isMonsterType, isTowerType, isWardType } from './constants/events';
3
+ import { isGameMode, isGameType, isQueueType } from './constants/history';
4
+ import { isRankedRank, isRankedTier } from './constants/leagues';
5
+ import { isLocale } from './constants/locales';
6
+ import { isLane, isLaneType, isPosition, isRole, isTeamId } from './constants/participants';
7
+ import { getChampion, isChampionId, isChampionKey, isChampionName } from './helpers/champion';
8
+ import { getItem, isBasicItem, isBootsItem, isConsumableItem, isEpicItem, isItemAvailableForMap, isItemId, isItemName, isLegendaryItem, isStarterItem, isTrinketItem } from './helpers/item';
9
+ import { makeRiotId, splitRiotId, validateRiotId } from './helpers/riotId';
10
+ import { getRune, getRuneTree, getStatRune, isRuneId, isRuneKey, isRuneName, isRuneTreeId, isRuneTreeKey, isRuneTreeName, isStatRuneId, isStatRuneName } from './helpers/rune';
11
+ import { getSpell, isSpellId, isSpellKey, isSpellName } from './helpers/spell';
12
+ import { getMap, isMapId, isMapTitle } from './objects/Maps';
13
+ import { getQueue, isQueueId, isQueueTitle } from './objects/Queues';
14
+ import { getRegion, isPlatform, isRegion } from './objects/Regions';
15
+ export declare const lol: {
16
+ /**
17
+ * ## Current patch version
18
+ * What patch the library is currently on. *(read-only)*
19
+ */
20
+ version: "14.19";
21
+ /**
22
+ * ## Constants
23
+ * Riot API defined constants.
24
+ */
25
+ const: {
26
+ ChampionClasses: {
27
+ readonly Enchanter: "Enchanter";
28
+ readonly Catcher: "Catcher";
29
+ readonly Juggernaut: "Juggernaut";
30
+ readonly Diver: "Diver";
31
+ readonly Burst: "Burst";
32
+ readonly Battlemage: "Battlemage";
33
+ readonly Artillery: "Artillery";
34
+ readonly Marksman: "Marksman";
35
+ readonly Assassin: "Assassin";
36
+ readonly Skirmisher: "Skirmisher";
37
+ readonly Vanguard: "Vanguard";
38
+ readonly Warden: "Warden";
39
+ readonly Specialist: "Specialist";
40
+ };
41
+ MonsterTypes: {
42
+ readonly HORDE: "HORDE";
43
+ readonly DRAGON: "DRAGON";
44
+ readonly RIFTHERALD: "RIFTHERALD";
45
+ readonly BARON_NASHOR: "BARON_NASHOR";
46
+ };
47
+ DragonTypes: {
48
+ readonly EARTH_DRAGON: "EARTH_DRAGON";
49
+ readonly CHEMTECH_DRAGON: "CHEMTECH_DRAGON";
50
+ readonly AIR_DRAGON: "AIR_DRAGON";
51
+ readonly HEXTECH_DRAGON: "HEXTECH_DRAGON";
52
+ readonly WATER_DRAGON: "WATER_DRAGON";
53
+ readonly FIRE_DRAGON: "FIRE_DRAGON";
54
+ readonly ELDER_DRAGON: "ELDER_DRAGON";
55
+ };
56
+ KillTypes: {
57
+ readonly KILL_FIRST_BLOOD: "KILL_FIRST_BLOOD";
58
+ readonly KILL_MULTI: "KILL_MULTI";
59
+ readonly KILL_ACE: "KILL_ACE";
60
+ };
61
+ BuildingTypes: {
62
+ readonly TOWER_BUILDING: "TOWER_BUILDING";
63
+ readonly INHIBITOR_BUILDING: "INHIBITOR_BUILDING";
64
+ };
65
+ TowerTypes: {
66
+ readonly OUTER_TURRET: "OUTER_TURRET";
67
+ readonly INNER_TURRET: "INNER_TURRET";
68
+ readonly BASE_TURRET: "BASE_TURRET";
69
+ readonly NEXUS_TURRET: "NEXUS_TURRET";
70
+ };
71
+ WardTypes: {
72
+ readonly UNDEFINED: "UNDEFINED";
73
+ readonly YELLOW_TRINKET: "YELLOW_TRINKET";
74
+ readonly CONTROL_WARD: "CONTROL_WARD";
75
+ readonly SIGHT_WARD: "SIGHT_WARD";
76
+ readonly BLUE_TRINKET: "BLUE_TRINKET";
77
+ };
78
+ QueueTypes: {
79
+ readonly RANKED_SOLO_5x5: "RANKED_SOLO_5x5";
80
+ readonly RANKED_FLEX_SR: "RANKED_FLEX_SR";
81
+ readonly RANKED_TFT: "RANKED_TFT";
82
+ };
83
+ GameModes: {
84
+ readonly CLASSIC: "CLASSIC";
85
+ readonly ARAM: "ARAM";
86
+ readonly TUTORIAL: "TUTORIAL";
87
+ readonly URF: "URF";
88
+ readonly ONEFORALL: "ONEFORALL";
89
+ readonly KINGPORO: "KINGPORO";
90
+ readonly GAMEMODEX: "GAMEMODEX";
91
+ readonly ULTBOOK: "ULTBOOK";
92
+ };
93
+ GameTypes: {
94
+ readonly CUSTOM_GAME: "CUSTOM_GAME";
95
+ readonly TUTORIAL_GAME: "TUTORIAL_GAME";
96
+ readonly MATCHED_GAME: "MATCHED_GAME";
97
+ };
98
+ RankedTiers: {
99
+ readonly CHALLENGER: "CHALLENGER";
100
+ readonly GRANDMASTER: "GRANDMASTER";
101
+ readonly MASTER: "MASTER";
102
+ readonly DIAMOND: "DIAMOND";
103
+ readonly EMERALD: "EMERALD";
104
+ readonly PLATINUM: "PLATINUM";
105
+ readonly GOLD: "GOLD";
106
+ readonly SILVER: "SILVER";
107
+ readonly BRONZE: "BRONZE";
108
+ readonly IRON: "IRON";
109
+ };
110
+ RankedRanks: {
111
+ readonly I: "I";
112
+ readonly II: "II";
113
+ readonly III: "III";
114
+ readonly IV: "IV";
115
+ };
116
+ Locales: {
117
+ readonly cs_CZ: "cs_CZ";
118
+ readonly el_GR: "el_GR";
119
+ readonly pl_PL: "pl_PL";
120
+ readonly ro_RO: "ro_RO";
121
+ readonly hu_HU: "hu_HU";
122
+ readonly en_GB: "en_GB";
123
+ readonly de_DE: "de_DE";
124
+ readonly es_ES: "es_ES";
125
+ readonly it_IT: "it_IT";
126
+ readonly fr_FR: "fr_FR";
127
+ readonly ja_JP: "ja_JP";
128
+ readonly ko_KR: "ko_KR";
129
+ readonly es_MX: "es_MX";
130
+ readonly es_AR: "es_AR";
131
+ readonly pt_BR: "pt_BR";
132
+ readonly en_US: "en_US";
133
+ readonly en_AU: "en_AU";
134
+ readonly ru_RU: "ru_RU";
135
+ readonly tr_TR: "tr_TR";
136
+ readonly ms_MY: "ms_MY";
137
+ readonly en_PH: "en_PH";
138
+ readonly en_SG: "en_SG";
139
+ readonly th_TH: "th_TH";
140
+ readonly vi_VN: "vi_VN";
141
+ readonly id_ID: "id_ID";
142
+ readonly zh_MY: "zh_MY";
143
+ readonly zh_CN: "zh_CN";
144
+ readonly zh_TW: "zh_TW";
145
+ };
146
+ Positions: {
147
+ readonly TOP: "TOP";
148
+ readonly JUNGLE: "JUNGLE";
149
+ readonly MIDDLE: "MIDDLE";
150
+ readonly BOTTOM: "BOTTOM";
151
+ readonly UTILITY: "UTILITY";
152
+ };
153
+ Roles: {
154
+ readonly NONE: "NONE";
155
+ readonly SOLO: "SOLO";
156
+ readonly CARRY: "CARRY";
157
+ readonly SUPPORT: "SUPPORT";
158
+ };
159
+ Lanes: {
160
+ readonly TOP: "TOP";
161
+ readonly JUNGLE: "JUNGLE";
162
+ readonly MIDDLE: "MIDDLE";
163
+ readonly BOTTOM: "BOTTOM";
164
+ };
165
+ LaneTypes: {
166
+ readonly TOP_LANE: "TOP_LANE";
167
+ readonly MID_LANE: "MID_LANE";
168
+ readonly BOT_LANE: "BOT_LANE";
169
+ };
170
+ TeamIds: {
171
+ readonly 100: 100;
172
+ readonly 200: 200;
173
+ };
174
+ };
175
+ /**
176
+ * ## Enums
177
+ * Library specific enums.
178
+ */
179
+ enum: {
180
+ /**
181
+ * ### Item (Summoner's Rift) Types
182
+ * Enumerates `lol-constants`-specific item category types,
183
+ * tailored for Summoner's Rift.
184
+ */
185
+ ItemSrTypes: {
186
+ readonly STARTER: 0;
187
+ readonly BASIC: 1;
188
+ readonly EPIC: 2;
189
+ readonly LEGENDARY: 3;
190
+ readonly TRINKET: 11;
191
+ readonly BOOTS: 12;
192
+ readonly CONSUMABLE: 13;
193
+ readonly MISC: -1;
194
+ };
195
+ /**
196
+ * ### Stat Rune Slots
197
+ * Enumerates the three types of stat runes.
198
+ * Generally, should be used together with `lol.rune.stat.get`/`getStatRune`.
199
+ */
200
+ StatRuneSlots: {
201
+ readonly OFFENSE: 0;
202
+ readonly FLEX: 1;
203
+ readonly DEFENSE: 2;
204
+ };
205
+ };
206
+ /** ## Champions */
207
+ champion: {
208
+ /** Array of champion objects, containing information about all champions. */
209
+ list: ({
210
+ readonly id: 1;
211
+ readonly key: "Annie";
212
+ readonly name: "Annie";
213
+ } | {
214
+ readonly id: 2;
215
+ readonly key: "Olaf";
216
+ readonly name: "Olaf";
217
+ } | {
218
+ readonly id: 3;
219
+ readonly key: "Galio";
220
+ readonly name: "Galio";
221
+ } | {
222
+ readonly id: 4;
223
+ readonly key: "TwistedFate";
224
+ readonly name: "Twisted Fate";
225
+ } | {
226
+ readonly id: 5;
227
+ readonly key: "XinZhao";
228
+ readonly name: "Xin Zhao";
229
+ } | {
230
+ readonly id: 6;
231
+ readonly key: "Urgot";
232
+ readonly name: "Urgot";
233
+ } | {
234
+ readonly id: 7;
235
+ readonly key: "Leblanc";
236
+ readonly name: "LeBlanc";
237
+ } | {
238
+ readonly id: 8;
239
+ readonly key: "Vladimir";
240
+ readonly name: "Vladimir";
241
+ } | {
242
+ readonly id: 9;
243
+ readonly key: "Fiddlesticks";
244
+ readonly name: "Fiddlesticks";
245
+ } | {
246
+ readonly id: 10;
247
+ readonly key: "Kayle";
248
+ readonly name: "Kayle";
249
+ } | {
250
+ readonly id: 11;
251
+ readonly key: "MasterYi";
252
+ readonly name: "Master Yi";
253
+ } | {
254
+ readonly id: 12;
255
+ readonly key: "Alistar";
256
+ readonly name: "Alistar";
257
+ } | {
258
+ readonly id: 13;
259
+ readonly key: "Ryze";
260
+ readonly name: "Ryze";
261
+ } | {
262
+ readonly id: 14;
263
+ readonly key: "Sion";
264
+ readonly name: "Sion";
265
+ } | {
266
+ readonly id: 15;
267
+ readonly key: "Sivir";
268
+ readonly name: "Sivir";
269
+ } | {
270
+ readonly id: 16;
271
+ readonly key: "Soraka";
272
+ readonly name: "Soraka";
273
+ } | {
274
+ readonly id: 17;
275
+ readonly key: "Teemo";
276
+ readonly name: "Teemo";
277
+ } | {
278
+ readonly id: 18;
279
+ readonly key: "Tristana";
280
+ readonly name: "Tristana";
281
+ } | {
282
+ readonly id: 19;
283
+ readonly key: "Warwick";
284
+ readonly name: "Warwick";
285
+ } | {
286
+ readonly id: 20;
287
+ readonly key: "Nunu";
288
+ readonly name: "Nunu & Willump";
289
+ } | {
290
+ readonly id: 21;
291
+ readonly key: "MissFortune";
292
+ readonly name: "Miss Fortune";
293
+ } | {
294
+ readonly id: 22;
295
+ readonly key: "Ashe";
296
+ readonly name: "Ashe";
297
+ } | {
298
+ readonly id: 23;
299
+ readonly key: "Tryndamere";
300
+ readonly name: "Tryndamere";
301
+ } | {
302
+ readonly id: 24;
303
+ readonly key: "Jax";
304
+ readonly name: "Jax";
305
+ } | {
306
+ readonly id: 25;
307
+ readonly key: "Morgana";
308
+ readonly name: "Morgana";
309
+ } | {
310
+ readonly id: 26;
311
+ readonly key: "Zilean";
312
+ readonly name: "Zilean";
313
+ } | {
314
+ readonly id: 27;
315
+ readonly key: "Singed";
316
+ readonly name: "Singed";
317
+ } | {
318
+ readonly id: 28;
319
+ readonly key: "Evelynn";
320
+ readonly name: "Evelynn";
321
+ } | {
322
+ readonly id: 29;
323
+ readonly key: "Twitch";
324
+ readonly name: "Twitch";
325
+ } | {
326
+ readonly id: 30;
327
+ readonly key: "Karthus";
328
+ readonly name: "Karthus";
329
+ } | {
330
+ readonly id: 31;
331
+ readonly key: "Chogath";
332
+ readonly name: "Cho'Gath";
333
+ } | {
334
+ readonly id: 32;
335
+ readonly key: "Amumu";
336
+ readonly name: "Amumu";
337
+ } | {
338
+ readonly id: 33;
339
+ readonly key: "Rammus";
340
+ readonly name: "Rammus";
341
+ } | {
342
+ readonly id: 34;
343
+ readonly key: "Anivia";
344
+ readonly name: "Anivia";
345
+ } | {
346
+ readonly id: 35;
347
+ readonly key: "Shaco";
348
+ readonly name: "Shaco";
349
+ } | {
350
+ readonly id: 36;
351
+ readonly key: "DrMundo";
352
+ readonly name: "Dr. Mundo";
353
+ } | {
354
+ readonly id: 37;
355
+ readonly key: "Sona";
356
+ readonly name: "Sona";
357
+ } | {
358
+ readonly id: 38;
359
+ readonly key: "Kassadin";
360
+ readonly name: "Kassadin";
361
+ } | {
362
+ readonly id: 39;
363
+ readonly key: "Irelia";
364
+ readonly name: "Irelia";
365
+ } | {
366
+ readonly id: 40;
367
+ readonly key: "Janna";
368
+ readonly name: "Janna";
369
+ } | {
370
+ readonly id: 41;
371
+ readonly key: "Gangplank";
372
+ readonly name: "Gangplank";
373
+ } | {
374
+ readonly id: 42;
375
+ readonly key: "Corki";
376
+ readonly name: "Corki";
377
+ } | {
378
+ readonly id: 43;
379
+ readonly key: "Karma";
380
+ readonly name: "Karma";
381
+ } | {
382
+ readonly id: 44;
383
+ readonly key: "Taric";
384
+ readonly name: "Taric";
385
+ } | {
386
+ readonly id: 45;
387
+ readonly key: "Veigar";
388
+ readonly name: "Veigar";
389
+ } | {
390
+ readonly id: 48;
391
+ readonly key: "Trundle";
392
+ readonly name: "Trundle";
393
+ } | {
394
+ readonly id: 50;
395
+ readonly key: "Swain";
396
+ readonly name: "Swain";
397
+ } | {
398
+ readonly id: 51;
399
+ readonly key: "Caitlyn";
400
+ readonly name: "Caitlyn";
401
+ } | {
402
+ readonly id: 53;
403
+ readonly key: "Blitzcrank";
404
+ readonly name: "Blitzcrank";
405
+ } | {
406
+ readonly id: 54;
407
+ readonly key: "Malphite";
408
+ readonly name: "Malphite";
409
+ } | {
410
+ readonly id: 55;
411
+ readonly key: "Katarina";
412
+ readonly name: "Katarina";
413
+ } | {
414
+ readonly id: 56;
415
+ readonly key: "Nocturne";
416
+ readonly name: "Nocturne";
417
+ } | {
418
+ readonly id: 57;
419
+ readonly key: "Maokai";
420
+ readonly name: "Maokai";
421
+ } | {
422
+ readonly id: 58;
423
+ readonly key: "Renekton";
424
+ readonly name: "Renekton";
425
+ } | {
426
+ readonly id: 59;
427
+ readonly key: "JarvanIV";
428
+ readonly name: "Jarvan IV";
429
+ } | {
430
+ readonly id: 60;
431
+ readonly key: "Elise";
432
+ readonly name: "Elise";
433
+ } | {
434
+ readonly id: 61;
435
+ readonly key: "Orianna";
436
+ readonly name: "Orianna";
437
+ } | {
438
+ readonly id: 62;
439
+ readonly key: "MonkeyKing";
440
+ readonly name: "Wukong";
441
+ } | {
442
+ readonly id: 63;
443
+ readonly key: "Brand";
444
+ readonly name: "Brand";
445
+ } | {
446
+ readonly id: 64;
447
+ readonly key: "LeeSin";
448
+ readonly name: "Lee Sin";
449
+ } | {
450
+ readonly id: 67;
451
+ readonly key: "Vayne";
452
+ readonly name: "Vayne";
453
+ } | {
454
+ readonly id: 68;
455
+ readonly key: "Rumble";
456
+ readonly name: "Rumble";
457
+ } | {
458
+ readonly id: 69;
459
+ readonly key: "Cassiopeia";
460
+ readonly name: "Cassiopeia";
461
+ } | {
462
+ readonly id: 72;
463
+ readonly key: "Skarner";
464
+ readonly name: "Skarner";
465
+ } | {
466
+ readonly id: 74;
467
+ readonly key: "Heimerdinger";
468
+ readonly name: "Heimerdinger";
469
+ } | {
470
+ readonly id: 75;
471
+ readonly key: "Nasus";
472
+ readonly name: "Nasus";
473
+ } | {
474
+ readonly id: 76;
475
+ readonly key: "Nidalee";
476
+ readonly name: "Nidalee";
477
+ } | {
478
+ readonly id: 77;
479
+ readonly key: "Udyr";
480
+ readonly name: "Udyr";
481
+ } | {
482
+ readonly id: 78;
483
+ readonly key: "Poppy";
484
+ readonly name: "Poppy";
485
+ } | {
486
+ readonly id: 79;
487
+ readonly key: "Gragas";
488
+ readonly name: "Gragas";
489
+ } | {
490
+ readonly id: 80;
491
+ readonly key: "Pantheon";
492
+ readonly name: "Pantheon";
493
+ } | {
494
+ readonly id: 81;
495
+ readonly key: "Ezreal";
496
+ readonly name: "Ezreal";
497
+ } | {
498
+ readonly id: 82;
499
+ readonly key: "Mordekaiser";
500
+ readonly name: "Mordekaiser";
501
+ } | {
502
+ readonly id: 83;
503
+ readonly key: "Yorick";
504
+ readonly name: "Yorick";
505
+ } | {
506
+ readonly id: 84;
507
+ readonly key: "Akali";
508
+ readonly name: "Akali";
509
+ } | {
510
+ readonly id: 85;
511
+ readonly key: "Kennen";
512
+ readonly name: "Kennen";
513
+ } | {
514
+ readonly id: 86;
515
+ readonly key: "Garen";
516
+ readonly name: "Garen";
517
+ } | {
518
+ readonly id: 89;
519
+ readonly key: "Leona";
520
+ readonly name: "Leona";
521
+ } | {
522
+ readonly id: 90;
523
+ readonly key: "Malzahar";
524
+ readonly name: "Malzahar";
525
+ } | {
526
+ readonly id: 91;
527
+ readonly key: "Talon";
528
+ readonly name: "Talon";
529
+ } | {
530
+ readonly id: 92;
531
+ readonly key: "Riven";
532
+ readonly name: "Riven";
533
+ } | {
534
+ readonly id: 96;
535
+ readonly key: "KogMaw";
536
+ readonly name: "Kog'Maw";
537
+ } | {
538
+ readonly id: 98;
539
+ readonly key: "Shen";
540
+ readonly name: "Shen";
541
+ } | {
542
+ readonly id: 99;
543
+ readonly key: "Lux";
544
+ readonly name: "Lux";
545
+ } | {
546
+ readonly id: 101;
547
+ readonly key: "Xerath";
548
+ readonly name: "Xerath";
549
+ } | {
550
+ readonly id: 102;
551
+ readonly key: "Shyvana";
552
+ readonly name: "Shyvana";
553
+ } | {
554
+ readonly id: 103;
555
+ readonly key: "Ahri";
556
+ readonly name: "Ahri";
557
+ } | {
558
+ readonly id: 104;
559
+ readonly key: "Graves";
560
+ readonly name: "Graves";
561
+ } | {
562
+ readonly id: 105;
563
+ readonly key: "Fizz";
564
+ readonly name: "Fizz";
565
+ } | {
566
+ readonly id: 106;
567
+ readonly key: "Volibear";
568
+ readonly name: "Volibear";
569
+ } | {
570
+ readonly id: 107;
571
+ readonly key: "Rengar";
572
+ readonly name: "Rengar";
573
+ } | {
574
+ readonly id: 110;
575
+ readonly key: "Varus";
576
+ readonly name: "Varus";
577
+ } | {
578
+ readonly id: 111;
579
+ readonly key: "Nautilus";
580
+ readonly name: "Nautilus";
581
+ } | {
582
+ readonly id: 112;
583
+ readonly key: "Viktor";
584
+ readonly name: "Viktor";
585
+ } | {
586
+ readonly id: 113;
587
+ readonly key: "Sejuani";
588
+ readonly name: "Sejuani";
589
+ } | {
590
+ readonly id: 114;
591
+ readonly key: "Fiora";
592
+ readonly name: "Fiora";
593
+ } | {
594
+ readonly id: 115;
595
+ readonly key: "Ziggs";
596
+ readonly name: "Ziggs";
597
+ } | {
598
+ readonly id: 117;
599
+ readonly key: "Lulu";
600
+ readonly name: "Lulu";
601
+ } | {
602
+ readonly id: 119;
603
+ readonly key: "Draven";
604
+ readonly name: "Draven";
605
+ } | {
606
+ readonly id: 120;
607
+ readonly key: "Hecarim";
608
+ readonly name: "Hecarim";
609
+ } | {
610
+ readonly id: 121;
611
+ readonly key: "Khazix";
612
+ readonly name: "Kha'Zix";
613
+ } | {
614
+ readonly id: 122;
615
+ readonly key: "Darius";
616
+ readonly name: "Darius";
617
+ } | {
618
+ readonly id: 126;
619
+ readonly key: "Jayce";
620
+ readonly name: "Jayce";
621
+ } | {
622
+ readonly id: 127;
623
+ readonly key: "Lissandra";
624
+ readonly name: "Lissandra";
625
+ } | {
626
+ readonly id: 131;
627
+ readonly key: "Diana";
628
+ readonly name: "Diana";
629
+ } | {
630
+ readonly id: 133;
631
+ readonly key: "Quinn";
632
+ readonly name: "Quinn";
633
+ } | {
634
+ readonly id: 134;
635
+ readonly key: "Syndra";
636
+ readonly name: "Syndra";
637
+ } | {
638
+ readonly id: 136;
639
+ readonly key: "AurelionSol";
640
+ readonly name: "Aurelion Sol";
641
+ } | {
642
+ readonly id: 141;
643
+ readonly key: "Kayn";
644
+ readonly name: "Kayn";
645
+ } | {
646
+ readonly id: 142;
647
+ readonly key: "Zoe";
648
+ readonly name: "Zoe";
649
+ } | {
650
+ readonly id: 143;
651
+ readonly key: "Zyra";
652
+ readonly name: "Zyra";
653
+ } | {
654
+ readonly id: 145;
655
+ readonly key: "Kaisa";
656
+ readonly name: "Kai'Sa";
657
+ } | {
658
+ readonly id: 147;
659
+ readonly key: "Seraphine";
660
+ readonly name: "Seraphine";
661
+ } | {
662
+ readonly id: 150;
663
+ readonly key: "Gnar";
664
+ readonly name: "Gnar";
665
+ } | {
666
+ readonly id: 154;
667
+ readonly key: "Zac";
668
+ readonly name: "Zac";
669
+ } | {
670
+ readonly id: 157;
671
+ readonly key: "Yasuo";
672
+ readonly name: "Yasuo";
673
+ } | {
674
+ readonly id: 161;
675
+ readonly key: "Velkoz";
676
+ readonly name: "Vel'Koz";
677
+ } | {
678
+ readonly id: 163;
679
+ readonly key: "Taliyah";
680
+ readonly name: "Taliyah";
681
+ } | {
682
+ readonly id: 164;
683
+ readonly key: "Camille";
684
+ readonly name: "Camille";
685
+ } | {
686
+ readonly id: 166;
687
+ readonly key: "Akshan";
688
+ readonly name: "Akshan";
689
+ } | {
690
+ readonly id: 200;
691
+ readonly key: "Belveth";
692
+ readonly name: "Bel'Veth";
693
+ } | {
694
+ readonly id: 201;
695
+ readonly key: "Braum";
696
+ readonly name: "Braum";
697
+ } | {
698
+ readonly id: 202;
699
+ readonly key: "Jhin";
700
+ readonly name: "Jhin";
701
+ } | {
702
+ readonly id: 203;
703
+ readonly key: "Kindred";
704
+ readonly name: "Kindred";
705
+ } | {
706
+ readonly id: 221;
707
+ readonly key: "Zeri";
708
+ readonly name: "Zeri";
709
+ } | {
710
+ readonly id: 222;
711
+ readonly key: "Jinx";
712
+ readonly name: "Jinx";
713
+ } | {
714
+ readonly id: 223;
715
+ readonly key: "TahmKench";
716
+ readonly name: "Tahm Kench";
717
+ } | {
718
+ readonly id: 233;
719
+ readonly key: "Briar";
720
+ readonly name: "Briar";
721
+ } | {
722
+ readonly id: 234;
723
+ readonly key: "Viego";
724
+ readonly name: "Viego";
725
+ } | {
726
+ readonly id: 235;
727
+ readonly key: "Senna";
728
+ readonly name: "Senna";
729
+ } | {
730
+ readonly id: 236;
731
+ readonly key: "Lucian";
732
+ readonly name: "Lucian";
733
+ } | {
734
+ readonly id: 238;
735
+ readonly key: "Zed";
736
+ readonly name: "Zed";
737
+ } | {
738
+ readonly id: 240;
739
+ readonly key: "Kled";
740
+ readonly name: "Kled";
741
+ } | {
742
+ readonly id: 245;
743
+ readonly key: "Ekko";
744
+ readonly name: "Ekko";
745
+ } | {
746
+ readonly id: 246;
747
+ readonly key: "Qiyana";
748
+ readonly name: "Qiyana";
749
+ } | {
750
+ readonly id: 254;
751
+ readonly key: "Vi";
752
+ readonly name: "Vi";
753
+ } | {
754
+ readonly id: 266;
755
+ readonly key: "Aatrox";
756
+ readonly name: "Aatrox";
757
+ } | {
758
+ readonly id: 267;
759
+ readonly key: "Nami";
760
+ readonly name: "Nami";
761
+ } | {
762
+ readonly id: 268;
763
+ readonly key: "Azir";
764
+ readonly name: "Azir";
765
+ } | {
766
+ readonly id: 350;
767
+ readonly key: "Yuumi";
768
+ readonly name: "Yuumi";
769
+ } | {
770
+ readonly id: 360;
771
+ readonly key: "Samira";
772
+ readonly name: "Samira";
773
+ } | {
774
+ readonly id: 412;
775
+ readonly key: "Thresh";
776
+ readonly name: "Thresh";
777
+ } | {
778
+ readonly id: 420;
779
+ readonly key: "Illaoi";
780
+ readonly name: "Illaoi";
781
+ } | {
782
+ readonly id: 421;
783
+ readonly key: "RekSai";
784
+ readonly name: "Rek'Sai";
785
+ } | {
786
+ readonly id: 427;
787
+ readonly key: "Ivern";
788
+ readonly name: "Ivern";
789
+ } | {
790
+ readonly id: 429;
791
+ readonly key: "Kalista";
792
+ readonly name: "Kalista";
793
+ } | {
794
+ readonly id: 432;
795
+ readonly key: "Bard";
796
+ readonly name: "Bard";
797
+ } | {
798
+ readonly id: 497;
799
+ readonly key: "Rakan";
800
+ readonly name: "Rakan";
801
+ } | {
802
+ readonly id: 498;
803
+ readonly key: "Xayah";
804
+ readonly name: "Xayah";
805
+ } | {
806
+ readonly id: 516;
807
+ readonly key: "Ornn";
808
+ readonly name: "Ornn";
809
+ } | {
810
+ readonly id: 517;
811
+ readonly key: "Sylas";
812
+ readonly name: "Sylas";
813
+ } | {
814
+ readonly id: 518;
815
+ readonly key: "Neeko";
816
+ readonly name: "Neeko";
817
+ } | {
818
+ readonly id: 523;
819
+ readonly key: "Aphelios";
820
+ readonly name: "Aphelios";
821
+ } | {
822
+ readonly id: 526;
823
+ readonly key: "Rell";
824
+ readonly name: "Rell";
825
+ } | {
826
+ readonly id: 555;
827
+ readonly key: "Pyke";
828
+ readonly name: "Pyke";
829
+ } | {
830
+ readonly id: 711;
831
+ readonly key: "Vex";
832
+ readonly name: "Vex";
833
+ } | {
834
+ readonly id: 777;
835
+ readonly key: "Yone";
836
+ readonly name: "Yone";
837
+ } | {
838
+ readonly id: 875;
839
+ readonly key: "Sett";
840
+ readonly name: "Sett";
841
+ } | {
842
+ readonly id: 876;
843
+ readonly key: "Lillia";
844
+ readonly name: "Lillia";
845
+ } | {
846
+ readonly id: 887;
847
+ readonly key: "Gwen";
848
+ readonly name: "Gwen";
849
+ } | {
850
+ readonly id: 888;
851
+ readonly key: "Renata";
852
+ readonly name: "Renata Glasc";
853
+ } | {
854
+ readonly id: 893;
855
+ readonly key: "Aurora";
856
+ readonly name: "Aurora";
857
+ } | {
858
+ readonly id: 895;
859
+ readonly key: "Nilah";
860
+ readonly name: "Nilah";
861
+ } | {
862
+ readonly id: 897;
863
+ readonly key: "KSante";
864
+ readonly name: "K'Sante";
865
+ } | {
866
+ readonly id: 901;
867
+ readonly key: "Smolder";
868
+ readonly name: "Smolder";
869
+ } | {
870
+ readonly id: 902;
871
+ readonly key: "Milio";
872
+ readonly name: "Milio";
873
+ } | {
874
+ readonly id: 910;
875
+ readonly key: "Hwei";
876
+ readonly name: "Hwei";
877
+ } | {
878
+ readonly id: 950;
879
+ readonly key: "Naafiri";
880
+ readonly name: "Naafiri";
881
+ })[];
882
+ get: typeof getChampion;
883
+ };
884
+ /** ## Items */
885
+ item: {
886
+ /** Array of item objects, containing information about all items. */
887
+ list: ({
888
+ readonly id: 1001;
889
+ readonly name: "Boots";
890
+ readonly srType: 12;
891
+ } | {
892
+ readonly id: 1004;
893
+ readonly name: "Faerie Charm";
894
+ readonly srType: 1;
895
+ } | {
896
+ readonly id: 1006;
897
+ readonly name: "Rejuvenation Bead";
898
+ readonly srType: 1;
899
+ } | {
900
+ readonly id: 1011;
901
+ readonly name: "Giant's Belt";
902
+ readonly srType: 2;
903
+ } | {
904
+ readonly id: 1018;
905
+ readonly name: "Cloak of Agility";
906
+ readonly srType: 1;
907
+ } | {
908
+ readonly id: 1026;
909
+ readonly name: "Blasting Wand";
910
+ readonly srType: 1;
911
+ } | {
912
+ readonly id: 1027;
913
+ readonly name: "Sapphire Crystal";
914
+ readonly srType: 1;
915
+ } | {
916
+ readonly id: 1028;
917
+ readonly name: "Ruby Crystal";
918
+ readonly srType: 1;
919
+ } | {
920
+ readonly id: 1029;
921
+ readonly name: "Cloth Armor";
922
+ readonly srType: 1;
923
+ } | {
924
+ readonly id: 1031;
925
+ readonly name: "Chain Vest";
926
+ readonly srType: 2;
927
+ } | {
928
+ readonly id: 1033;
929
+ readonly name: "Null-Magic Mantle";
930
+ readonly srType: 1;
931
+ } | {
932
+ readonly id: 1035;
933
+ readonly name: "Emberknife";
934
+ readonly srType: -1;
935
+ } | {
936
+ readonly id: 1036;
937
+ readonly name: "Long Sword";
938
+ readonly srType: 1;
939
+ } | {
940
+ readonly id: 1037;
941
+ readonly name: "Pickaxe";
942
+ readonly srType: 1;
943
+ } | {
944
+ readonly id: 1038;
945
+ readonly name: "B. F. Sword";
946
+ readonly srType: 1;
947
+ } | {
948
+ readonly id: 1039;
949
+ readonly name: "Hailblade";
950
+ readonly srType: -1;
951
+ } | {
952
+ readonly id: 1040;
953
+ readonly name: "Obsidian Edge";
954
+ readonly srType: -1;
955
+ } | {
956
+ readonly id: 1042;
957
+ readonly name: "Dagger";
958
+ readonly srType: 1;
959
+ } | {
960
+ readonly id: 1043;
961
+ readonly name: "Recurve Bow";
962
+ readonly srType: 2;
963
+ } | {
964
+ readonly id: 1052;
965
+ readonly name: "Amplifying Tome";
966
+ readonly srType: 1;
967
+ } | {
968
+ readonly id: 1053;
969
+ readonly name: "Vampiric Scepter";
970
+ readonly srType: 2;
971
+ } | {
972
+ readonly id: 1054;
973
+ readonly name: "Doran's Shield";
974
+ readonly srType: 0;
975
+ } | {
976
+ readonly id: 1055;
977
+ readonly name: "Doran's Blade";
978
+ readonly srType: 0;
979
+ } | {
980
+ readonly id: 1056;
981
+ readonly name: "Doran's Ring";
982
+ readonly srType: 0;
983
+ } | {
984
+ readonly id: 1057;
985
+ readonly name: "Negatron Cloak";
986
+ readonly srType: 2;
987
+ } | {
988
+ readonly id: 1058;
989
+ readonly name: "Needlessly Large Rod";
990
+ readonly srType: 1;
991
+ } | {
992
+ readonly id: 1082;
993
+ readonly name: "Dark Seal";
994
+ readonly srType: 0;
995
+ } | {
996
+ readonly id: 1083;
997
+ readonly name: "Cull";
998
+ readonly srType: 0;
999
+ } | {
1000
+ readonly id: 1101;
1001
+ readonly name: "Scorchclaw Pup";
1002
+ readonly srType: 0;
1003
+ } | {
1004
+ readonly id: 1102;
1005
+ readonly name: "Gustwalker Hatchling";
1006
+ readonly srType: 0;
1007
+ } | {
1008
+ readonly id: 1103;
1009
+ readonly name: "Mosstomper Seedling";
1010
+ readonly srType: 0;
1011
+ } | {
1012
+ readonly id: 1104;
1013
+ readonly name: "Eye of the Herald";
1014
+ readonly srType: -1;
1015
+ } | {
1016
+ readonly id: 1500;
1017
+ readonly name: "Penetrating Bullets";
1018
+ readonly srType: -1;
1019
+ } | {
1020
+ readonly id: 1503;
1021
+ readonly name: "Warden's Eye";
1022
+ readonly srType: -1;
1023
+ } | {
1024
+ readonly id: 1504;
1025
+ readonly name: "Vanguard";
1026
+ readonly srType: -1;
1027
+ } | {
1028
+ readonly id: 1507;
1029
+ readonly name: "Overcharged";
1030
+ readonly srType: -1;
1031
+ } | {
1032
+ readonly id: 1508;
1033
+ readonly name: "Anti-tower Socks";
1034
+ readonly srType: -1;
1035
+ } | {
1036
+ readonly id: 1509;
1037
+ readonly name: "Gusto";
1038
+ readonly srType: -1;
1039
+ } | {
1040
+ readonly id: 1510;
1041
+ readonly name: "Phreakish Gusto";
1042
+ readonly srType: -1;
1043
+ } | {
1044
+ readonly id: 1511;
1045
+ readonly name: "Super Mech Armor";
1046
+ readonly srType: -1;
1047
+ } | {
1048
+ readonly id: 1512;
1049
+ readonly name: "Super Mech Power Field";
1050
+ readonly srType: -1;
1051
+ } | {
1052
+ readonly id: 1515;
1053
+ readonly name: "Turret Plating";
1054
+ readonly srType: -1;
1055
+ } | {
1056
+ readonly id: 1520;
1057
+ readonly name: "OvererchargedHA";
1058
+ readonly srType: -1;
1059
+ } | {
1060
+ readonly id: 1522;
1061
+ readonly name: "Tower Power-Up";
1062
+ readonly srType: -1;
1063
+ } | {
1064
+ readonly id: 2003;
1065
+ readonly name: "Health Potion";
1066
+ readonly srType: 13;
1067
+ } | {
1068
+ readonly id: 2010;
1069
+ readonly name: "Total Biscuit of Everlasting Will";
1070
+ readonly srType: 13;
1071
+ } | {
1072
+ readonly id: 2015;
1073
+ readonly name: "Kircheis Shard";
1074
+ readonly srType: -1;
1075
+ } | {
1076
+ readonly id: 2019;
1077
+ readonly name: "Steel Sigil";
1078
+ readonly srType: 2;
1079
+ } | {
1080
+ readonly id: 2020;
1081
+ readonly name: "The Brutalizer";
1082
+ readonly srType: 2;
1083
+ } | {
1084
+ readonly id: 2021;
1085
+ readonly name: "Tunneler";
1086
+ readonly srType: 2;
1087
+ } | {
1088
+ readonly id: 2022;
1089
+ readonly name: "Glowing Mote";
1090
+ readonly srType: 1;
1091
+ } | {
1092
+ readonly id: 2031;
1093
+ readonly name: "Refillable Potion";
1094
+ readonly srType: 13;
1095
+ } | {
1096
+ readonly id: 2033;
1097
+ readonly name: "Corrupting Potion";
1098
+ readonly srType: -1;
1099
+ } | {
1100
+ readonly id: 2049;
1101
+ readonly name: "Guardian's Amulet";
1102
+ readonly srType: -1;
1103
+ } | {
1104
+ readonly id: 2050;
1105
+ readonly name: "Guardian's Shroud";
1106
+ readonly srType: -1;
1107
+ } | {
1108
+ readonly id: 2051;
1109
+ readonly name: "Guardian's Horn";
1110
+ readonly srType: -1;
1111
+ } | {
1112
+ readonly id: 2052;
1113
+ readonly name: "Poro-Snax";
1114
+ readonly srType: 13;
1115
+ } | {
1116
+ readonly id: 2055;
1117
+ readonly name: "Control Ward";
1118
+ readonly srType: 13;
1119
+ } | {
1120
+ readonly id: 2056;
1121
+ readonly name: "Stealth Ward";
1122
+ readonly srType: -1;
1123
+ } | {
1124
+ readonly id: 2065;
1125
+ readonly name: "Shurelya's Battlesong";
1126
+ readonly srType: 3;
1127
+ } | {
1128
+ readonly id: 2138;
1129
+ readonly name: "Elixir of Iron";
1130
+ readonly srType: 13;
1131
+ } | {
1132
+ readonly id: 2139;
1133
+ readonly name: "Elixir of Sorcery";
1134
+ readonly srType: 13;
1135
+ } | {
1136
+ readonly id: 2140;
1137
+ readonly name: "Elixir of Wrath";
1138
+ readonly srType: 13;
1139
+ } | {
1140
+ readonly id: 2141;
1141
+ readonly name: "Cappa Juice";
1142
+ readonly srType: -1;
1143
+ } | {
1144
+ readonly id: 2142;
1145
+ readonly name: "Juice of Power";
1146
+ readonly srType: -1;
1147
+ } | {
1148
+ readonly id: 2143;
1149
+ readonly name: "Juice of Vitality";
1150
+ readonly srType: -1;
1151
+ } | {
1152
+ readonly id: 2144;
1153
+ readonly name: "Juice of Haste";
1154
+ readonly srType: -1;
1155
+ } | {
1156
+ readonly id: 2145;
1157
+ readonly name: "Lucky Dice";
1158
+ readonly srType: -1;
1159
+ } | {
1160
+ readonly id: 2150;
1161
+ readonly name: "Elixir of Skill";
1162
+ readonly srType: 13;
1163
+ } | {
1164
+ readonly id: 2151;
1165
+ readonly name: "Elixir of Avarice";
1166
+ readonly srType: 13;
1167
+ } | {
1168
+ readonly id: 2152;
1169
+ readonly name: "Elixir of Force";
1170
+ readonly srType: 13;
1171
+ } | {
1172
+ readonly id: 2403;
1173
+ readonly name: "Minion Dematerializer";
1174
+ readonly srType: -1;
1175
+ } | {
1176
+ readonly id: 2420;
1177
+ readonly name: "Seeker's Armguard";
1178
+ readonly srType: 2;
1179
+ } | {
1180
+ readonly id: 2421;
1181
+ readonly name: "Shattered Armguard";
1182
+ readonly srType: 2;
1183
+ } | {
1184
+ readonly id: 2422;
1185
+ readonly name: "Slightly Magical Footwear";
1186
+ readonly srType: 12;
1187
+ } | {
1188
+ readonly id: 2501;
1189
+ readonly name: "Overlord's Bloodmail";
1190
+ readonly srType: 3;
1191
+ } | {
1192
+ readonly id: 2502;
1193
+ readonly name: "Unending Despair";
1194
+ readonly srType: 3;
1195
+ } | {
1196
+ readonly id: 2503;
1197
+ readonly name: "Blackfire Torch";
1198
+ readonly srType: 3;
1199
+ } | {
1200
+ readonly id: 2504;
1201
+ readonly name: "Kaenic Rookern";
1202
+ readonly srType: 3;
1203
+ } | {
1204
+ readonly id: 2508;
1205
+ readonly name: "Fated Ashes";
1206
+ readonly srType: 2;
1207
+ } | {
1208
+ readonly id: 3001;
1209
+ readonly name: "Evenshroud";
1210
+ readonly srType: -1;
1211
+ } | {
1212
+ readonly id: 3002;
1213
+ readonly name: "Trailblazer";
1214
+ readonly srType: 3;
1215
+ } | {
1216
+ readonly id: 3003;
1217
+ readonly name: "Archangel's Staff";
1218
+ readonly srType: 3;
1219
+ } | {
1220
+ readonly id: 3004;
1221
+ readonly name: "Manamune";
1222
+ readonly srType: 3;
1223
+ } | {
1224
+ readonly id: 3005;
1225
+ readonly name: "Ghostcrawlers";
1226
+ readonly srType: -1;
1227
+ } | {
1228
+ readonly id: 3006;
1229
+ readonly name: "Berserker's Greaves";
1230
+ readonly srType: 12;
1231
+ } | {
1232
+ readonly id: 3009;
1233
+ readonly name: "Boots of Swiftness";
1234
+ readonly srType: 12;
1235
+ } | {
1236
+ readonly id: 3010;
1237
+ readonly name: "Symbiotic Soles";
1238
+ readonly srType: 12;
1239
+ } | {
1240
+ readonly id: 3011;
1241
+ readonly name: "Chemtech Putrifier";
1242
+ readonly srType: -1;
1243
+ } | {
1244
+ readonly id: 3012;
1245
+ readonly name: "Chalice of Blessing";
1246
+ readonly srType: -1;
1247
+ } | {
1248
+ readonly id: 3013;
1249
+ readonly name: "Synchronized Souls";
1250
+ readonly srType: 12;
1251
+ } | {
1252
+ readonly id: 3020;
1253
+ readonly name: "Sorcerer's Shoes";
1254
+ readonly srType: 12;
1255
+ } | {
1256
+ readonly id: 3023;
1257
+ readonly name: "Lifewell Pendant";
1258
+ readonly srType: -1;
1259
+ } | {
1260
+ readonly id: 3024;
1261
+ readonly name: "Glacial Buckler";
1262
+ readonly srType: 2;
1263
+ } | {
1264
+ readonly id: 3026;
1265
+ readonly name: "Guardian Angel";
1266
+ readonly srType: 3;
1267
+ } | {
1268
+ readonly id: 3031;
1269
+ readonly name: "Infinity Edge";
1270
+ readonly srType: 3;
1271
+ } | {
1272
+ readonly id: 3032;
1273
+ readonly name: "Yun Tal Wildarrows";
1274
+ readonly srType: 3;
1275
+ } | {
1276
+ readonly id: 3033;
1277
+ readonly name: "Mortal Reminder";
1278
+ readonly srType: 3;
1279
+ } | {
1280
+ readonly id: 3035;
1281
+ readonly name: "Last Whisper";
1282
+ readonly srType: 2;
1283
+ } | {
1284
+ readonly id: 3036;
1285
+ readonly name: "Lord Dominik's Regards";
1286
+ readonly srType: 3;
1287
+ } | {
1288
+ readonly id: 3039;
1289
+ readonly name: "Atma's Reckoning";
1290
+ readonly srType: -1;
1291
+ } | {
1292
+ readonly id: 3040;
1293
+ readonly name: "Seraph's Embrace";
1294
+ readonly srType: 3;
1295
+ } | {
1296
+ readonly id: 3041;
1297
+ readonly name: "Mejai's Soulstealer";
1298
+ readonly srType: 3;
1299
+ } | {
1300
+ readonly id: 3042;
1301
+ readonly name: "Muramana";
1302
+ readonly srType: 3;
1303
+ } | {
1304
+ readonly id: 3044;
1305
+ readonly name: "Phage";
1306
+ readonly srType: 2;
1307
+ } | {
1308
+ readonly id: 3046;
1309
+ readonly name: "Phantom Dancer";
1310
+ readonly srType: 3;
1311
+ } | {
1312
+ readonly id: 3047;
1313
+ readonly name: "Plated Steelcaps";
1314
+ readonly srType: 12;
1315
+ } | {
1316
+ readonly id: 3050;
1317
+ readonly name: "Zeke's Convergence";
1318
+ readonly srType: 3;
1319
+ } | {
1320
+ readonly id: 3051;
1321
+ readonly name: "Hearthbound Axe";
1322
+ readonly srType: 2;
1323
+ } | {
1324
+ readonly id: 3053;
1325
+ readonly name: "Sterak's Gage";
1326
+ readonly srType: 3;
1327
+ } | {
1328
+ readonly id: 3057;
1329
+ readonly name: "Sheen";
1330
+ readonly srType: 2;
1331
+ } | {
1332
+ readonly id: 3065;
1333
+ readonly name: "Spirit Visage";
1334
+ readonly srType: 3;
1335
+ } | {
1336
+ readonly id: 3066;
1337
+ readonly name: "Winged Moonplate";
1338
+ readonly srType: 2;
1339
+ } | {
1340
+ readonly id: 3067;
1341
+ readonly name: "Kindlegem";
1342
+ readonly srType: 2;
1343
+ } | {
1344
+ readonly id: 3068;
1345
+ readonly name: "Sunfire Aegis";
1346
+ readonly srType: 3;
1347
+ } | {
1348
+ readonly id: 3070;
1349
+ readonly name: "Tear of the Goddess";
1350
+ readonly srType: 0;
1351
+ } | {
1352
+ readonly id: 3071;
1353
+ readonly name: "Black Cleaver";
1354
+ readonly srType: 3;
1355
+ } | {
1356
+ readonly id: 3072;
1357
+ readonly name: "Bloodthirster";
1358
+ readonly srType: 3;
1359
+ } | {
1360
+ readonly id: 3073;
1361
+ readonly name: "Experimental Hexplate";
1362
+ readonly srType: 3;
1363
+ } | {
1364
+ readonly id: 3074;
1365
+ readonly name: "Ravenous Hydra";
1366
+ readonly srType: 3;
1367
+ } | {
1368
+ readonly id: 3075;
1369
+ readonly name: "Thornmail";
1370
+ readonly srType: 3;
1371
+ } | {
1372
+ readonly id: 3076;
1373
+ readonly name: "Bramble Vest";
1374
+ readonly srType: 2;
1375
+ } | {
1376
+ readonly id: 3077;
1377
+ readonly name: "Tiamat";
1378
+ readonly srType: 2;
1379
+ } | {
1380
+ readonly id: 3078;
1381
+ readonly name: "Trinity Force";
1382
+ readonly srType: 3;
1383
+ } | {
1384
+ readonly id: 3082;
1385
+ readonly name: "Warden's Mail";
1386
+ readonly srType: 2;
1387
+ } | {
1388
+ readonly id: 3083;
1389
+ readonly name: "Warmog's Armor";
1390
+ readonly srType: 3;
1391
+ } | {
1392
+ readonly id: 3084;
1393
+ readonly name: "Heartsteel";
1394
+ readonly srType: 3;
1395
+ } | {
1396
+ readonly id: 3085;
1397
+ readonly name: "Runaan's Hurricane";
1398
+ readonly srType: 3;
1399
+ } | {
1400
+ readonly id: 3086;
1401
+ readonly name: "Zeal";
1402
+ readonly srType: 2;
1403
+ } | {
1404
+ readonly id: 3087;
1405
+ readonly name: "Statikk Shiv";
1406
+ readonly srType: 3;
1407
+ } | {
1408
+ readonly id: 3089;
1409
+ readonly name: "Rabadon's Deathcap";
1410
+ readonly srType: 3;
1411
+ } | {
1412
+ readonly id: 3091;
1413
+ readonly name: "Wit's End";
1414
+ readonly srType: 3;
1415
+ } | {
1416
+ readonly id: 3094;
1417
+ readonly name: "Rapid Firecannon";
1418
+ readonly srType: 3;
1419
+ } | {
1420
+ readonly id: 3095;
1421
+ readonly name: "Stormrazor";
1422
+ readonly srType: -1;
1423
+ } | {
1424
+ readonly id: 3100;
1425
+ readonly name: "Lich Bane";
1426
+ readonly srType: 3;
1427
+ } | {
1428
+ readonly id: 3102;
1429
+ readonly name: "Banshee's Veil";
1430
+ readonly srType: 3;
1431
+ } | {
1432
+ readonly id: 3105;
1433
+ readonly name: "Aegis of the Legion";
1434
+ readonly srType: -1;
1435
+ } | {
1436
+ readonly id: 3107;
1437
+ readonly name: "Redemption";
1438
+ readonly srType: 3;
1439
+ } | {
1440
+ readonly id: 3108;
1441
+ readonly name: "Fiendish Codex";
1442
+ readonly srType: 2;
1443
+ } | {
1444
+ readonly id: 3109;
1445
+ readonly name: "Knight's Vow";
1446
+ readonly srType: 3;
1447
+ } | {
1448
+ readonly id: 3110;
1449
+ readonly name: "Frozen Heart";
1450
+ readonly srType: 3;
1451
+ } | {
1452
+ readonly id: 3111;
1453
+ readonly name: "Mercury's Treads";
1454
+ readonly srType: 12;
1455
+ } | {
1456
+ readonly id: 3112;
1457
+ readonly name: "Guardian's Orb";
1458
+ readonly srType: -1;
1459
+ } | {
1460
+ readonly id: 3113;
1461
+ readonly name: "Aether Wisp";
1462
+ readonly srType: 2;
1463
+ } | {
1464
+ readonly id: 3114;
1465
+ readonly name: "Forbidden Idol";
1466
+ readonly srType: 2;
1467
+ } | {
1468
+ readonly id: 3115;
1469
+ readonly name: "Nashor's Tooth";
1470
+ readonly srType: 3;
1471
+ } | {
1472
+ readonly id: 3116;
1473
+ readonly name: "Rylai's Crystal Scepter";
1474
+ readonly srType: 3;
1475
+ } | {
1476
+ readonly id: 3117;
1477
+ readonly name: "Mobility Boots";
1478
+ readonly srType: -1;
1479
+ } | {
1480
+ readonly id: 3118;
1481
+ readonly name: "Malignance";
1482
+ readonly srType: 3;
1483
+ } | {
1484
+ readonly id: 3119;
1485
+ readonly name: "Winter's Approach";
1486
+ readonly srType: 3;
1487
+ } | {
1488
+ readonly id: 3121;
1489
+ readonly name: "Fimbulwinter";
1490
+ readonly srType: 3;
1491
+ } | {
1492
+ readonly id: 3123;
1493
+ readonly name: "Executioner's Calling";
1494
+ readonly srType: 2;
1495
+ } | {
1496
+ readonly id: 3124;
1497
+ readonly name: "Guinsoo's Rageblade";
1498
+ readonly srType: 3;
1499
+ } | {
1500
+ readonly id: 3128;
1501
+ readonly name: "Deathfire Grasp";
1502
+ readonly srType: -1;
1503
+ } | {
1504
+ readonly id: 3131;
1505
+ readonly name: "Sword of the Divine";
1506
+ readonly srType: -1;
1507
+ } | {
1508
+ readonly id: 3133;
1509
+ readonly name: "Caulfield's Warhammer";
1510
+ readonly srType: 2;
1511
+ } | {
1512
+ readonly id: 3134;
1513
+ readonly name: "Serrated Dirk";
1514
+ readonly srType: 2;
1515
+ } | {
1516
+ readonly id: 3135;
1517
+ readonly name: "Void Staff";
1518
+ readonly srType: 3;
1519
+ } | {
1520
+ readonly id: 3137;
1521
+ readonly name: "Cryptbloom";
1522
+ readonly srType: 3;
1523
+ } | {
1524
+ readonly id: 3139;
1525
+ readonly name: "Mercurial Scimitar";
1526
+ readonly srType: 3;
1527
+ } | {
1528
+ readonly id: 3140;
1529
+ readonly name: "Quicksilver Sash";
1530
+ readonly srType: 2;
1531
+ } | {
1532
+ readonly id: 3142;
1533
+ readonly name: "Youmuu's Ghostblade";
1534
+ readonly srType: 3;
1535
+ } | {
1536
+ readonly id: 3143;
1537
+ readonly name: "Randuin's Omen";
1538
+ readonly srType: 3;
1539
+ } | {
1540
+ readonly id: 3144;
1541
+ readonly name: "Scout's Slingshot";
1542
+ readonly srType: 2;
1543
+ } | {
1544
+ readonly id: 3145;
1545
+ readonly name: "Hextech Alternator";
1546
+ readonly srType: 2;
1547
+ } | {
1548
+ readonly id: 3146;
1549
+ readonly name: "Hextech Gunblade";
1550
+ readonly srType: -1;
1551
+ } | {
1552
+ readonly id: 3147;
1553
+ readonly name: "Haunting Guise";
1554
+ readonly srType: 2;
1555
+ } | {
1556
+ readonly id: 3152;
1557
+ readonly name: "Hextech Rocketbelt";
1558
+ readonly srType: 3;
1559
+ } | {
1560
+ readonly id: 3153;
1561
+ readonly name: "Blade of The Ruined King";
1562
+ readonly srType: 3;
1563
+ } | {
1564
+ readonly id: 3155;
1565
+ readonly name: "Hexdrinker";
1566
+ readonly srType: 2;
1567
+ } | {
1568
+ readonly id: 3156;
1569
+ readonly name: "Maw of Malmortius";
1570
+ readonly srType: 3;
1571
+ } | {
1572
+ readonly id: 3157;
1573
+ readonly name: "Zhonya's Hourglass";
1574
+ readonly srType: 3;
1575
+ } | {
1576
+ readonly id: 3158;
1577
+ readonly name: "Ionian Boots of Lucidity";
1578
+ readonly srType: 12;
1579
+ } | {
1580
+ readonly id: 3161;
1581
+ readonly name: "Spear of Shojin";
1582
+ readonly srType: 3;
1583
+ } | {
1584
+ readonly id: 3165;
1585
+ readonly name: "Morellonomicon";
1586
+ readonly srType: 3;
1587
+ } | {
1588
+ readonly id: 3172;
1589
+ readonly name: "Zephyr";
1590
+ readonly srType: 12;
1591
+ } | {
1592
+ readonly id: 3177;
1593
+ readonly name: "Guardian's Blade";
1594
+ readonly srType: -1;
1595
+ } | {
1596
+ readonly id: 3179;
1597
+ readonly name: "Umbral Glaive";
1598
+ readonly srType: 3;
1599
+ } | {
1600
+ readonly id: 3181;
1601
+ readonly name: "Hullbreaker";
1602
+ readonly srType: 3;
1603
+ } | {
1604
+ readonly id: 3184;
1605
+ readonly name: "Guardian's Hammer";
1606
+ readonly srType: -1;
1607
+ } | {
1608
+ readonly id: 3190;
1609
+ readonly name: "Locket of the Iron Solari";
1610
+ readonly srType: 3;
1611
+ } | {
1612
+ readonly id: 3193;
1613
+ readonly name: "Gargoyle Stoneplate";
1614
+ readonly srType: -1;
1615
+ } | {
1616
+ readonly id: 3211;
1617
+ readonly name: "Spectre's Cowl";
1618
+ readonly srType: 2;
1619
+ } | {
1620
+ readonly id: 3222;
1621
+ readonly name: "Mikael's Blessing";
1622
+ readonly srType: 3;
1623
+ } | {
1624
+ readonly id: 3302;
1625
+ readonly name: "Terminus";
1626
+ readonly srType: 3;
1627
+ } | {
1628
+ readonly id: 3330;
1629
+ readonly name: "Scarecrow Effigy";
1630
+ readonly srType: -1;
1631
+ } | {
1632
+ readonly id: 3340;
1633
+ readonly name: "Stealth Ward";
1634
+ readonly srType: 11;
1635
+ } | {
1636
+ readonly id: 3348;
1637
+ readonly name: "Arcane Sweeper";
1638
+ readonly srType: -1;
1639
+ } | {
1640
+ readonly id: 3349;
1641
+ readonly name: "Lucent Singularity";
1642
+ readonly srType: -1;
1643
+ } | {
1644
+ readonly id: 3363;
1645
+ readonly name: "Farsight Alteration";
1646
+ readonly srType: 11;
1647
+ } | {
1648
+ readonly id: 3364;
1649
+ readonly name: "Oracle Lens";
1650
+ readonly srType: 11;
1651
+ } | {
1652
+ readonly id: 3400;
1653
+ readonly name: "Your Cut";
1654
+ readonly srType: 13;
1655
+ } | {
1656
+ readonly id: 3430;
1657
+ readonly name: "Rite Of Ruin";
1658
+ readonly srType: -1;
1659
+ } | {
1660
+ readonly id: 3504;
1661
+ readonly name: "Ardent Censer";
1662
+ readonly srType: 3;
1663
+ } | {
1664
+ readonly id: 3508;
1665
+ readonly name: "Essence Reaver";
1666
+ readonly srType: 3;
1667
+ } | {
1668
+ readonly id: 3513;
1669
+ readonly name: "Eye of the Herald";
1670
+ readonly srType: -1;
1671
+ } | {
1672
+ readonly id: 3599;
1673
+ readonly name: "Kalista's Black Spear";
1674
+ readonly srType: -1;
1675
+ } | {
1676
+ readonly id: 3600;
1677
+ readonly name: "Sylas' Black Spear";
1678
+ readonly srType: -1;
1679
+ } | {
1680
+ readonly id: 3742;
1681
+ readonly name: "Dead Man's Plate";
1682
+ readonly srType: 3;
1683
+ } | {
1684
+ readonly id: 3748;
1685
+ readonly name: "Titanic Hydra";
1686
+ readonly srType: 3;
1687
+ } | {
1688
+ readonly id: 3801;
1689
+ readonly name: "Crystalline Bracer";
1690
+ readonly srType: 2;
1691
+ } | {
1692
+ readonly id: 3802;
1693
+ readonly name: "Lost Chapter";
1694
+ readonly srType: 2;
1695
+ } | {
1696
+ readonly id: 3803;
1697
+ readonly name: "Catalyst of Aeons";
1698
+ readonly srType: 2;
1699
+ } | {
1700
+ readonly id: 3814;
1701
+ readonly name: "Edge of Night";
1702
+ readonly srType: 3;
1703
+ } | {
1704
+ readonly id: 3850;
1705
+ readonly name: "Spellthief's Edge";
1706
+ readonly srType: -1;
1707
+ } | {
1708
+ readonly id: 3851;
1709
+ readonly name: "Frostfang";
1710
+ readonly srType: -1;
1711
+ } | {
1712
+ readonly id: 3853;
1713
+ readonly name: "Shard of True Ice";
1714
+ readonly srType: -1;
1715
+ } | {
1716
+ readonly id: 3854;
1717
+ readonly name: "Steel Shoulderguards";
1718
+ readonly srType: -1;
1719
+ } | {
1720
+ readonly id: 3855;
1721
+ readonly name: "Runesteel Spaulders";
1722
+ readonly srType: -1;
1723
+ } | {
1724
+ readonly id: 3857;
1725
+ readonly name: "Pauldrons of Whiterock";
1726
+ readonly srType: -1;
1727
+ } | {
1728
+ readonly id: 3858;
1729
+ readonly name: "Relic Shield";
1730
+ readonly srType: -1;
1731
+ } | {
1732
+ readonly id: 3859;
1733
+ readonly name: "Targon's Buckler";
1734
+ readonly srType: -1;
1735
+ } | {
1736
+ readonly id: 3860;
1737
+ readonly name: "Bulwark of the Mountain";
1738
+ readonly srType: -1;
1739
+ } | {
1740
+ readonly id: 3862;
1741
+ readonly name: "Spectral Sickle";
1742
+ readonly srType: -1;
1743
+ } | {
1744
+ readonly id: 3863;
1745
+ readonly name: "Harrowing Crescent";
1746
+ readonly srType: -1;
1747
+ } | {
1748
+ readonly id: 3864;
1749
+ readonly name: "Black Mist Scythe";
1750
+ readonly srType: -1;
1751
+ } | {
1752
+ readonly id: 3865;
1753
+ readonly name: "World Atlas";
1754
+ readonly srType: 0;
1755
+ } | {
1756
+ readonly id: 3866;
1757
+ readonly name: "Runic Compass";
1758
+ readonly srType: 2;
1759
+ } | {
1760
+ readonly id: 3867;
1761
+ readonly name: "Bounty of Worlds";
1762
+ readonly srType: 3;
1763
+ } | {
1764
+ readonly id: 3869;
1765
+ readonly name: "Celestial Opposition";
1766
+ readonly srType: 3;
1767
+ } | {
1768
+ readonly id: 3870;
1769
+ readonly name: "Dream Maker";
1770
+ readonly srType: 3;
1771
+ } | {
1772
+ readonly id: 3871;
1773
+ readonly name: "Zaz'Zak's Realmspike";
1774
+ readonly srType: 3;
1775
+ } | {
1776
+ readonly id: 3876;
1777
+ readonly name: "Solstice Sleigh";
1778
+ readonly srType: 3;
1779
+ } | {
1780
+ readonly id: 3877;
1781
+ readonly name: "Bloodsong";
1782
+ readonly srType: 3;
1783
+ } | {
1784
+ readonly id: 3901;
1785
+ readonly name: "Fire at Will";
1786
+ readonly srType: -1;
1787
+ } | {
1788
+ readonly id: 3902;
1789
+ readonly name: "Death's Daughter";
1790
+ readonly srType: -1;
1791
+ } | {
1792
+ readonly id: 3903;
1793
+ readonly name: "Raise Morale";
1794
+ readonly srType: -1;
1795
+ } | {
1796
+ readonly id: 3916;
1797
+ readonly name: "Oblivion Orb";
1798
+ readonly srType: 2;
1799
+ } | {
1800
+ readonly id: 4003;
1801
+ readonly name: "Lifeline";
1802
+ readonly srType: -1;
1803
+ } | {
1804
+ readonly id: 4004;
1805
+ readonly name: "Spectral Cutlass";
1806
+ readonly srType: -1;
1807
+ } | {
1808
+ readonly id: 4005;
1809
+ readonly name: "Imperial Mandate";
1810
+ readonly srType: 3;
1811
+ } | {
1812
+ readonly id: 4010;
1813
+ readonly name: "Bloodletter's Curse";
1814
+ readonly srType: -1;
1815
+ } | {
1816
+ readonly id: 4011;
1817
+ readonly name: "Sword of Blossoming Dawn";
1818
+ readonly srType: -1;
1819
+ } | {
1820
+ readonly id: 4012;
1821
+ readonly name: "Sin Eater";
1822
+ readonly srType: -1;
1823
+ } | {
1824
+ readonly id: 4013;
1825
+ readonly name: "Lightning Braid";
1826
+ readonly srType: -1;
1827
+ } | {
1828
+ readonly id: 4014;
1829
+ readonly name: "Frozen Mallet";
1830
+ readonly srType: -1;
1831
+ } | {
1832
+ readonly id: 4015;
1833
+ readonly name: "Perplexity";
1834
+ readonly srType: -1;
1835
+ } | {
1836
+ readonly id: 4016;
1837
+ readonly name: "Wordless Promise";
1838
+ readonly srType: -1;
1839
+ } | {
1840
+ readonly id: 4017;
1841
+ readonly name: "Hellfire Hatchet";
1842
+ readonly srType: -1;
1843
+ } | {
1844
+ readonly id: 4401;
1845
+ readonly name: "Force of Nature";
1846
+ readonly srType: 3;
1847
+ } | {
1848
+ readonly id: 4402;
1849
+ readonly name: "Innervating Locket";
1850
+ readonly srType: -1;
1851
+ } | {
1852
+ readonly id: 4403;
1853
+ readonly name: "The Golden Spatula";
1854
+ readonly srType: -1;
1855
+ } | {
1856
+ readonly id: 4628;
1857
+ readonly name: "Horizon Focus";
1858
+ readonly srType: 3;
1859
+ } | {
1860
+ readonly id: 4629;
1861
+ readonly name: "Cosmic Drive";
1862
+ readonly srType: 3;
1863
+ } | {
1864
+ readonly id: 4630;
1865
+ readonly name: "Blighting Jewel";
1866
+ readonly srType: 2;
1867
+ } | {
1868
+ readonly id: 4632;
1869
+ readonly name: "Verdant Barrier";
1870
+ readonly srType: 2;
1871
+ } | {
1872
+ readonly id: 4633;
1873
+ readonly name: "Riftmaker";
1874
+ readonly srType: 3;
1875
+ } | {
1876
+ readonly id: 4635;
1877
+ readonly name: "Leeching Leer";
1878
+ readonly srType: -1;
1879
+ } | {
1880
+ readonly id: 4636;
1881
+ readonly name: "Night Harvester";
1882
+ readonly srType: -1;
1883
+ } | {
1884
+ readonly id: 4637;
1885
+ readonly name: "Demonic Embrace";
1886
+ readonly srType: -1;
1887
+ } | {
1888
+ readonly id: 4638;
1889
+ readonly name: "Watchful Wardstone";
1890
+ readonly srType: 2;
1891
+ } | {
1892
+ readonly id: 4641;
1893
+ readonly name: "Stirring Wardstone";
1894
+ readonly srType: -1;
1895
+ } | {
1896
+ readonly id: 4642;
1897
+ readonly name: "Bandleglass Mirror";
1898
+ readonly srType: 2;
1899
+ } | {
1900
+ readonly id: 4643;
1901
+ readonly name: "Vigilant Wardstone";
1902
+ readonly srType: 3;
1903
+ } | {
1904
+ readonly id: 4644;
1905
+ readonly name: "Crown of the Shattered Queen";
1906
+ readonly srType: -1;
1907
+ } | {
1908
+ readonly id: 4645;
1909
+ readonly name: "Shadowflame";
1910
+ readonly srType: 3;
1911
+ } | {
1912
+ readonly id: 4646;
1913
+ readonly name: "Stormsurge";
1914
+ readonly srType: 3;
1915
+ } | {
1916
+ readonly id: 6029;
1917
+ readonly name: "Ironspike Whip";
1918
+ readonly srType: -1;
1919
+ } | {
1920
+ readonly id: 6035;
1921
+ readonly name: "Silvermere Dawn";
1922
+ readonly srType: -1;
1923
+ } | {
1924
+ readonly id: 6333;
1925
+ readonly name: "Death's Dance";
1926
+ readonly srType: 3;
1927
+ } | {
1928
+ readonly id: 6609;
1929
+ readonly name: "Chempunk Chainsword";
1930
+ readonly srType: 3;
1931
+ } | {
1932
+ readonly id: 6610;
1933
+ readonly name: "Sundered Sky";
1934
+ readonly srType: 3;
1935
+ } | {
1936
+ readonly id: 6616;
1937
+ readonly name: "Staff of Flowing Water";
1938
+ readonly srType: 3;
1939
+ } | {
1940
+ readonly id: 6617;
1941
+ readonly name: "Moonstone Renewer";
1942
+ readonly srType: 3;
1943
+ } | {
1944
+ readonly id: 6620;
1945
+ readonly name: "Echoes of Helia";
1946
+ readonly srType: 3;
1947
+ } | {
1948
+ readonly id: 6621;
1949
+ readonly name: "Dawncore";
1950
+ readonly srType: 3;
1951
+ } | {
1952
+ readonly id: 6630;
1953
+ readonly name: "Goredrinker";
1954
+ readonly srType: -1;
1955
+ } | {
1956
+ readonly id: 6631;
1957
+ readonly name: "Stridebreaker";
1958
+ readonly srType: 3;
1959
+ } | {
1960
+ readonly id: 6632;
1961
+ readonly name: "Divine Sunderer";
1962
+ readonly srType: -1;
1963
+ } | {
1964
+ readonly id: 6653;
1965
+ readonly name: "Liandry's Torment";
1966
+ readonly srType: 3;
1967
+ } | {
1968
+ readonly id: 6655;
1969
+ readonly name: "Luden's Companion";
1970
+ readonly srType: 3;
1971
+ } | {
1972
+ readonly id: 6656;
1973
+ readonly name: "Everfrost";
1974
+ readonly srType: -1;
1975
+ } | {
1976
+ readonly id: 6657;
1977
+ readonly name: "Rod of Ages";
1978
+ readonly srType: 3;
1979
+ } | {
1980
+ readonly id: 6660;
1981
+ readonly name: "Bami's Cinder";
1982
+ readonly srType: 2;
1983
+ } | {
1984
+ readonly id: 6662;
1985
+ readonly name: "Iceborn Gauntlet";
1986
+ readonly srType: 3;
1987
+ } | {
1988
+ readonly id: 6664;
1989
+ readonly name: "Hollow Radiance";
1990
+ readonly srType: 3;
1991
+ } | {
1992
+ readonly id: 6665;
1993
+ readonly name: "Jak'Sho, The Protean";
1994
+ readonly srType: 3;
1995
+ } | {
1996
+ readonly id: 6667;
1997
+ readonly name: "Radiant Virtue";
1998
+ readonly srType: -1;
1999
+ } | {
2000
+ readonly id: 6670;
2001
+ readonly name: "Noonquiver";
2002
+ readonly srType: 2;
2003
+ } | {
2004
+ readonly id: 6671;
2005
+ readonly name: "Galeforce";
2006
+ readonly srType: -1;
2007
+ } | {
2008
+ readonly id: 6672;
2009
+ readonly name: "Kraken Slayer";
2010
+ readonly srType: 3;
2011
+ } | {
2012
+ readonly id: 6673;
2013
+ readonly name: "Immortal Shieldbow";
2014
+ readonly srType: 3;
2015
+ } | {
2016
+ readonly id: 6675;
2017
+ readonly name: "Navori Flickerblade";
2018
+ readonly srType: 3;
2019
+ } | {
2020
+ readonly id: 6676;
2021
+ readonly name: "The Collector";
2022
+ readonly srType: 3;
2023
+ } | {
2024
+ readonly id: 6677;
2025
+ readonly name: "Rageknife";
2026
+ readonly srType: -1;
2027
+ } | {
2028
+ readonly id: 6690;
2029
+ readonly name: "Rectrix";
2030
+ readonly srType: 2;
2031
+ } | {
2032
+ readonly id: 6691;
2033
+ readonly name: "Duskblade of Draktharr";
2034
+ readonly srType: -1;
2035
+ } | {
2036
+ readonly id: 6692;
2037
+ readonly name: "Eclipse";
2038
+ readonly srType: 3;
2039
+ } | {
2040
+ readonly id: 6693;
2041
+ readonly name: "Prowler's Claw";
2042
+ readonly srType: -1;
2043
+ } | {
2044
+ readonly id: 6694;
2045
+ readonly name: "Serylda's Grudge";
2046
+ readonly srType: 3;
2047
+ } | {
2048
+ readonly id: 6695;
2049
+ readonly name: "Serpent's Fang";
2050
+ readonly srType: 3;
2051
+ } | {
2052
+ readonly id: 6696;
2053
+ readonly name: "Axiom Arc";
2054
+ readonly srType: 3;
2055
+ } | {
2056
+ readonly id: 6697;
2057
+ readonly name: "Hubris";
2058
+ readonly srType: 3;
2059
+ } | {
2060
+ readonly id: 6698;
2061
+ readonly name: "Profane Hydra";
2062
+ readonly srType: 3;
2063
+ } | {
2064
+ readonly id: 6699;
2065
+ readonly name: "Voltaic Cyclosword";
2066
+ readonly srType: 3;
2067
+ } | {
2068
+ readonly id: 6700;
2069
+ readonly name: "Shield of the Rakkor";
2070
+ readonly srType: -1;
2071
+ } | {
2072
+ readonly id: 6701;
2073
+ readonly name: "Opportunity";
2074
+ readonly srType: 3;
2075
+ } | {
2076
+ readonly id: 7050;
2077
+ readonly name: "Gangplank Placeholder";
2078
+ readonly srType: -1;
2079
+ } | {
2080
+ readonly id: 8001;
2081
+ readonly name: "Anathema's Chains";
2082
+ readonly srType: -1;
2083
+ } | {
2084
+ readonly id: 8020;
2085
+ readonly name: "Abyssal Mask";
2086
+ readonly srType: 3;
2087
+ } | {
2088
+ readonly id: 9168;
2089
+ readonly name: "Locked Weapon Slot";
2090
+ readonly srType: -1;
2091
+ } | {
2092
+ readonly id: 9171;
2093
+ readonly name: "Cyclonic Slicers";
2094
+ readonly srType: -1;
2095
+ } | {
2096
+ readonly id: 9172;
2097
+ readonly name: "YuumiBot";
2098
+ readonly srType: -1;
2099
+ } | {
2100
+ readonly id: 9173;
2101
+ readonly name: "Radiant Field";
2102
+ readonly srType: -1;
2103
+ } | {
2104
+ readonly id: 9174;
2105
+ readonly name: "Statikk Sword";
2106
+ readonly srType: -1;
2107
+ } | {
2108
+ readonly id: 9175;
2109
+ readonly name: "Lioness's Lament";
2110
+ readonly srType: -1;
2111
+ } | {
2112
+ readonly id: 9176;
2113
+ readonly name: "Gatling Bunny-Guns";
2114
+ readonly srType: -1;
2115
+ } | {
2116
+ readonly id: 9177;
2117
+ readonly name: "Searing Shortbow";
2118
+ readonly srType: -1;
2119
+ } | {
2120
+ readonly id: 9178;
2121
+ readonly name: "The Annihilator";
2122
+ readonly srType: -1;
2123
+ } | {
2124
+ readonly id: 9179;
2125
+ readonly name: "Battle Bunny Crossbow";
2126
+ readonly srType: -1;
2127
+ } | {
2128
+ readonly id: 9180;
2129
+ readonly name: "UwU Blaster";
2130
+ readonly srType: -1;
2131
+ } | {
2132
+ readonly id: 9181;
2133
+ readonly name: "Vortex Glove";
2134
+ readonly srType: -1;
2135
+ } | {
2136
+ readonly id: 9183;
2137
+ readonly name: "Blade-o-rang";
2138
+ readonly srType: -1;
2139
+ } | {
2140
+ readonly id: 9184;
2141
+ readonly name: "Bunny Mega-Blast";
2142
+ readonly srType: -1;
2143
+ } | {
2144
+ readonly id: 9185;
2145
+ readonly name: "Anti-Shark Sea Mine";
2146
+ readonly srType: -1;
2147
+ } | {
2148
+ readonly id: 9187;
2149
+ readonly name: "T.I.B.B.E.R.S";
2150
+ readonly srType: -1;
2151
+ } | {
2152
+ readonly id: 9188;
2153
+ readonly name: "Ani-Mines";
2154
+ readonly srType: -1;
2155
+ } | {
2156
+ readonly id: 9189;
2157
+ readonly name: "Final City Transit";
2158
+ readonly srType: -1;
2159
+ } | {
2160
+ readonly id: 9190;
2161
+ readonly name: "Echoing Batblades";
2162
+ readonly srType: -1;
2163
+ } | {
2164
+ readonly id: 9192;
2165
+ readonly name: "Paw Print Poisoner";
2166
+ readonly srType: -1;
2167
+ } | {
2168
+ readonly id: 9193;
2169
+ readonly name: "Iceblast Armor";
2170
+ readonly srType: -1;
2171
+ } | {
2172
+ readonly id: 9271;
2173
+ readonly name: "Unceasing Cyclone";
2174
+ readonly srType: -1;
2175
+ } | {
2176
+ readonly id: 9272;
2177
+ readonly name: "YuumiBot_Final_FINAL";
2178
+ readonly srType: -1;
2179
+ } | {
2180
+ readonly id: 9273;
2181
+ readonly name: "Explosive Embrace";
2182
+ readonly srType: -1;
2183
+ } | {
2184
+ readonly id: 9274;
2185
+ readonly name: "Prumbis's Electrocarver";
2186
+ readonly srType: -1;
2187
+ } | {
2188
+ readonly id: 9275;
2189
+ readonly name: "Enveloping Light";
2190
+ readonly srType: -1;
2191
+ } | {
2192
+ readonly id: 9276;
2193
+ readonly name: "Double Bun-Bun Barrage";
2194
+ readonly srType: -1;
2195
+ } | {
2196
+ readonly id: 9277;
2197
+ readonly name: "Evolved Embershot";
2198
+ readonly srType: -1;
2199
+ } | {
2200
+ readonly id: 9278;
2201
+ readonly name: "Animapocalypse";
2202
+ readonly srType: -1;
2203
+ } | {
2204
+ readonly id: 9279;
2205
+ readonly name: "Bunny Prime Ballista";
2206
+ readonly srType: -1;
2207
+ } | {
2208
+ readonly id: 9280;
2209
+ readonly name: "OwO Blaster";
2210
+ readonly srType: -1;
2211
+ } | {
2212
+ readonly id: 9281;
2213
+ readonly name: "Tempest's Gauntlet";
2214
+ readonly srType: -1;
2215
+ } | {
2216
+ readonly id: 9283;
2217
+ readonly name: "Quad-o-rang";
2218
+ readonly srType: -1;
2219
+ } | {
2220
+ readonly id: 9284;
2221
+ readonly name: "Rapid Rabbit Raindown";
2222
+ readonly srType: -1;
2223
+ } | {
2224
+ readonly id: 9285;
2225
+ readonly name: "Neverending Mobstomper";
2226
+ readonly srType: -1;
2227
+ } | {
2228
+ readonly id: 9287;
2229
+ readonly name: "T.I.B.B.E.R.S (B.E.E.G Edition)";
2230
+ readonly srType: -1;
2231
+ } | {
2232
+ readonly id: 9288;
2233
+ readonly name: "Jinx's Tri-Namite";
2234
+ readonly srType: -1;
2235
+ } | {
2236
+ readonly id: 9289;
2237
+ readonly name: "FC Limited Express";
2238
+ readonly srType: -1;
2239
+ } | {
2240
+ readonly id: 9290;
2241
+ readonly name: "Vayne's Chromablades";
2242
+ readonly srType: -1;
2243
+ } | {
2244
+ readonly id: 9292;
2245
+ readonly name: "Bearfoot Chem-Dispenser";
2246
+ readonly srType: -1;
2247
+ } | {
2248
+ readonly id: 9293;
2249
+ readonly name: "Deep Freeze";
2250
+ readonly srType: -1;
2251
+ } | {
2252
+ readonly id: 9300;
2253
+ readonly name: "Meow Meow";
2254
+ readonly srType: -1;
2255
+ } | {
2256
+ readonly id: 9301;
2257
+ readonly name: "Shield Slam";
2258
+ readonly srType: -1;
2259
+ } | {
2260
+ readonly id: 9302;
2261
+ readonly name: "Sound Wave";
2262
+ readonly srType: -1;
2263
+ } | {
2264
+ readonly id: 9303;
2265
+ readonly name: "Pillory Swipe";
2266
+ readonly srType: -1;
2267
+ } | {
2268
+ readonly id: 9304;
2269
+ readonly name: "Steel Tempest";
2270
+ readonly srType: -1;
2271
+ } | {
2272
+ readonly id: 9305;
2273
+ readonly name: "Tentacle Slam";
2274
+ readonly srType: -1;
2275
+ } | {
2276
+ readonly id: 9306;
2277
+ readonly name: "Winged Dagger";
2278
+ readonly srType: -1;
2279
+ } | {
2280
+ readonly id: 9307;
2281
+ readonly name: "Guiding Hex";
2282
+ readonly srType: -1;
2283
+ } | {
2284
+ readonly id: 9308;
2285
+ readonly name: "Bunny Hop";
2286
+ readonly srType: -1;
2287
+ } | {
2288
+ readonly id: 9400;
2289
+ readonly name: "Battle Cat Barrage";
2290
+ readonly srType: -1;
2291
+ } | {
2292
+ readonly id: 9401;
2293
+ readonly name: "Light of the Lion";
2294
+ readonly srType: -1;
2295
+ } | {
2296
+ readonly id: 9402;
2297
+ readonly name: "Anima Echo";
2298
+ readonly srType: -1;
2299
+ } | {
2300
+ readonly id: 9403;
2301
+ readonly name: "Savage Slice";
2302
+ readonly srType: -1;
2303
+ } | {
2304
+ readonly id: 9404;
2305
+ readonly name: "Wandering Storms";
2306
+ readonly srType: -1;
2307
+ } | {
2308
+ readonly id: 9405;
2309
+ readonly name: "Grizzly Smash";
2310
+ readonly srType: -1;
2311
+ } | {
2312
+ readonly id: 9406;
2313
+ readonly name: "Lover's Ricochet";
2314
+ readonly srType: -1;
2315
+ } | {
2316
+ readonly id: 9407;
2317
+ readonly name: "Hopped-Up Hex";
2318
+ readonly srType: -1;
2319
+ } | {
2320
+ readonly id: 9408;
2321
+ readonly name: "Carrot Crash";
2322
+ readonly srType: -1;
2323
+ } | {
2324
+ readonly id: 126697;
2325
+ readonly name: "Hubris";
2326
+ readonly srType: -1;
2327
+ } | {
2328
+ readonly id: 220000;
2329
+ readonly name: "Stat Bonus";
2330
+ readonly srType: -1;
2331
+ } | {
2332
+ readonly id: 220001;
2333
+ readonly name: "Legendary Fighter Item";
2334
+ readonly srType: -1;
2335
+ } | {
2336
+ readonly id: 220002;
2337
+ readonly name: "Legendary Marksman Item";
2338
+ readonly srType: -1;
2339
+ } | {
2340
+ readonly id: 220003;
2341
+ readonly name: "Legendary Assassin Item";
2342
+ readonly srType: -1;
2343
+ } | {
2344
+ readonly id: 220004;
2345
+ readonly name: "Legendary Mage Item";
2346
+ readonly srType: -1;
2347
+ } | {
2348
+ readonly id: 220005;
2349
+ readonly name: "Legendary Tank Item";
2350
+ readonly srType: -1;
2351
+ } | {
2352
+ readonly id: 220006;
2353
+ readonly name: "Legendary Support Item";
2354
+ readonly srType: -1;
2355
+ } | {
2356
+ readonly id: 220007;
2357
+ readonly name: "Prismatic Item";
2358
+ readonly srType: -1;
2359
+ } | {
2360
+ readonly id: 221011;
2361
+ readonly name: "Giant's Belt";
2362
+ readonly srType: -1;
2363
+ } | {
2364
+ readonly id: 221026;
2365
+ readonly name: "Blasting Wand";
2366
+ readonly srType: -1;
2367
+ } | {
2368
+ readonly id: 221031;
2369
+ readonly name: "Chain Vest";
2370
+ readonly srType: -1;
2371
+ } | {
2372
+ readonly id: 221038;
2373
+ readonly name: "B. F. Sword";
2374
+ readonly srType: -1;
2375
+ } | {
2376
+ readonly id: 221043;
2377
+ readonly name: "Recurve Bow";
2378
+ readonly srType: -1;
2379
+ } | {
2380
+ readonly id: 221053;
2381
+ readonly name: "Vampiric Scepter";
2382
+ readonly srType: -1;
2383
+ } | {
2384
+ readonly id: 221057;
2385
+ readonly name: "Negatron Cloak";
2386
+ readonly srType: -1;
2387
+ } | {
2388
+ readonly id: 221058;
2389
+ readonly name: "Needlessly Large Rod";
2390
+ readonly srType: -1;
2391
+ } | {
2392
+ readonly id: 222022;
2393
+ readonly name: "Glowing Mote";
2394
+ readonly srType: -1;
2395
+ } | {
2396
+ readonly id: 222051;
2397
+ readonly name: "Guardian's Horn";
2398
+ readonly srType: -1;
2399
+ } | {
2400
+ readonly id: 222065;
2401
+ readonly name: "Shurelya's Battlesong";
2402
+ readonly srType: -1;
2403
+ } | {
2404
+ readonly id: 222141;
2405
+ readonly name: "Cappa Juice";
2406
+ readonly srType: -1;
2407
+ } | {
2408
+ readonly id: 222502;
2409
+ readonly name: "Unending Despair";
2410
+ readonly srType: -1;
2411
+ } | {
2412
+ readonly id: 222503;
2413
+ readonly name: "Blackfire Torch";
2414
+ readonly srType: -1;
2415
+ } | {
2416
+ readonly id: 222504;
2417
+ readonly name: "Kaenic Rookern";
2418
+ readonly srType: -1;
2419
+ } | {
2420
+ readonly id: 223001;
2421
+ readonly name: "Evenshroud";
2422
+ readonly srType: -1;
2423
+ } | {
2424
+ readonly id: 223002;
2425
+ readonly name: "Trailblazer";
2426
+ readonly srType: -1;
2427
+ } | {
2428
+ readonly id: 223003;
2429
+ readonly name: "Archangel's Staff";
2430
+ readonly srType: -1;
2431
+ } | {
2432
+ readonly id: 223004;
2433
+ readonly name: "Manamune";
2434
+ readonly srType: -1;
2435
+ } | {
2436
+ readonly id: 223005;
2437
+ readonly name: "Ghostcrawlers";
2438
+ readonly srType: -1;
2439
+ } | {
2440
+ readonly id: 223006;
2441
+ readonly name: "Berserker's Greaves";
2442
+ readonly srType: -1;
2443
+ } | {
2444
+ readonly id: 223009;
2445
+ readonly name: "Boots of Swiftness";
2446
+ readonly srType: -1;
2447
+ } | {
2448
+ readonly id: 223011;
2449
+ readonly name: "Chemtech Putrifier";
2450
+ readonly srType: -1;
2451
+ } | {
2452
+ readonly id: 223020;
2453
+ readonly name: "Sorcerer's Shoes";
2454
+ readonly srType: -1;
2455
+ } | {
2456
+ readonly id: 223026;
2457
+ readonly name: "Guardian Angel";
2458
+ readonly srType: -1;
2459
+ } | {
2460
+ readonly id: 223031;
2461
+ readonly name: "Infinity Edge";
2462
+ readonly srType: -1;
2463
+ } | {
2464
+ readonly id: 223032;
2465
+ readonly name: "Yun Tal Wildarrows";
2466
+ readonly srType: -1;
2467
+ } | {
2468
+ readonly id: 223033;
2469
+ readonly name: "Mortal Reminder";
2470
+ readonly srType: -1;
2471
+ } | {
2472
+ readonly id: 223036;
2473
+ readonly name: "Lord Dominik's Regards";
2474
+ readonly srType: -1;
2475
+ } | {
2476
+ readonly id: 223039;
2477
+ readonly name: "Atma's Reckoning";
2478
+ readonly srType: -1;
2479
+ } | {
2480
+ readonly id: 223040;
2481
+ readonly name: "Seraph's Embrace";
2482
+ readonly srType: -1;
2483
+ } | {
2484
+ readonly id: 223042;
2485
+ readonly name: "Muramana";
2486
+ readonly srType: -1;
2487
+ } | {
2488
+ readonly id: 223046;
2489
+ readonly name: "Phantom Dancer";
2490
+ readonly srType: -1;
2491
+ } | {
2492
+ readonly id: 223047;
2493
+ readonly name: "Plated Steelcaps";
2494
+ readonly srType: -1;
2495
+ } | {
2496
+ readonly id: 223050;
2497
+ readonly name: "Zeke's Convergence";
2498
+ readonly srType: -1;
2499
+ } | {
2500
+ readonly id: 223053;
2501
+ readonly name: "Sterak's Gage";
2502
+ readonly srType: -1;
2503
+ } | {
2504
+ readonly id: 223057;
2505
+ readonly name: "Sheen";
2506
+ readonly srType: -1;
2507
+ } | {
2508
+ readonly id: 223065;
2509
+ readonly name: "Spirit Visage";
2510
+ readonly srType: -1;
2511
+ } | {
2512
+ readonly id: 223067;
2513
+ readonly name: "Kindlegem";
2514
+ readonly srType: -1;
2515
+ } | {
2516
+ readonly id: 223068;
2517
+ readonly name: "Sunfire Aegis";
2518
+ readonly srType: -1;
2519
+ } | {
2520
+ readonly id: 223071;
2521
+ readonly name: "Black Cleaver";
2522
+ readonly srType: -1;
2523
+ } | {
2524
+ readonly id: 223072;
2525
+ readonly name: "Bloodthirster";
2526
+ readonly srType: -1;
2527
+ } | {
2528
+ readonly id: 223073;
2529
+ readonly name: "Experimental Hexplate";
2530
+ readonly srType: -1;
2531
+ } | {
2532
+ readonly id: 223074;
2533
+ readonly name: "Ravenous Hydra";
2534
+ readonly srType: -1;
2535
+ } | {
2536
+ readonly id: 223075;
2537
+ readonly name: "Thornmail";
2538
+ readonly srType: -1;
2539
+ } | {
2540
+ readonly id: 223078;
2541
+ readonly name: "Trinity Force";
2542
+ readonly srType: -1;
2543
+ } | {
2544
+ readonly id: 223084;
2545
+ readonly name: "Heartsteel";
2546
+ readonly srType: -1;
2547
+ } | {
2548
+ readonly id: 223085;
2549
+ readonly name: "Runaan's Hurricane";
2550
+ readonly srType: -1;
2551
+ } | {
2552
+ readonly id: 223087;
2553
+ readonly name: "Statikk Shiv";
2554
+ readonly srType: -1;
2555
+ } | {
2556
+ readonly id: 223089;
2557
+ readonly name: "Rabadon's Deathcap";
2558
+ readonly srType: -1;
2559
+ } | {
2560
+ readonly id: 223091;
2561
+ readonly name: "Wit's End";
2562
+ readonly srType: -1;
2563
+ } | {
2564
+ readonly id: 223094;
2565
+ readonly name: "Rapid Firecannon";
2566
+ readonly srType: -1;
2567
+ } | {
2568
+ readonly id: 223095;
2569
+ readonly name: "Stormrazor";
2570
+ readonly srType: -1;
2571
+ } | {
2572
+ readonly id: 223100;
2573
+ readonly name: "Lich Bane";
2574
+ readonly srType: -1;
2575
+ } | {
2576
+ readonly id: 223102;
2577
+ readonly name: "Banshee's Veil";
2578
+ readonly srType: -1;
2579
+ } | {
2580
+ readonly id: 223105;
2581
+ readonly name: "Aegis of the Legion";
2582
+ readonly srType: -1;
2583
+ } | {
2584
+ readonly id: 223107;
2585
+ readonly name: "Redemption";
2586
+ readonly srType: -1;
2587
+ } | {
2588
+ readonly id: 223109;
2589
+ readonly name: "Knight's Vow";
2590
+ readonly srType: -1;
2591
+ } | {
2592
+ readonly id: 223110;
2593
+ readonly name: "Frozen Heart";
2594
+ readonly srType: -1;
2595
+ } | {
2596
+ readonly id: 223111;
2597
+ readonly name: "Mercury's Treads";
2598
+ readonly srType: -1;
2599
+ } | {
2600
+ readonly id: 223112;
2601
+ readonly name: "Guardian's Orb";
2602
+ readonly srType: -1;
2603
+ } | {
2604
+ readonly id: 223115;
2605
+ readonly name: "Nashor's Tooth";
2606
+ readonly srType: -1;
2607
+ } | {
2608
+ readonly id: 223116;
2609
+ readonly name: "Rylai's Crystal Scepter";
2610
+ readonly srType: -1;
2611
+ } | {
2612
+ readonly id: 223118;
2613
+ readonly name: "Malignance";
2614
+ readonly srType: -1;
2615
+ } | {
2616
+ readonly id: 223119;
2617
+ readonly name: "Winter's Approach";
2618
+ readonly srType: -1;
2619
+ } | {
2620
+ readonly id: 223121;
2621
+ readonly name: "Fimbulwinter";
2622
+ readonly srType: -1;
2623
+ } | {
2624
+ readonly id: 223124;
2625
+ readonly name: "Guinsoo's Rageblade";
2626
+ readonly srType: -1;
2627
+ } | {
2628
+ readonly id: 223135;
2629
+ readonly name: "Void Staff";
2630
+ readonly srType: -1;
2631
+ } | {
2632
+ readonly id: 223137;
2633
+ readonly name: "Cryptbloom";
2634
+ readonly srType: -1;
2635
+ } | {
2636
+ readonly id: 223139;
2637
+ readonly name: "Mercurial Scimitar";
2638
+ readonly srType: -1;
2639
+ } | {
2640
+ readonly id: 223142;
2641
+ readonly name: "Youmuu's Ghostblade";
2642
+ readonly srType: -1;
2643
+ } | {
2644
+ readonly id: 223143;
2645
+ readonly name: "Randuin's Omen";
2646
+ readonly srType: -1;
2647
+ } | {
2648
+ readonly id: 223146;
2649
+ readonly name: "Hextech Gunblade";
2650
+ readonly srType: -1;
2651
+ } | {
2652
+ readonly id: 223152;
2653
+ readonly name: "Hextech Rocketbelt";
2654
+ readonly srType: -1;
2655
+ } | {
2656
+ readonly id: 223153;
2657
+ readonly name: "Blade of The Ruined King";
2658
+ readonly srType: -1;
2659
+ } | {
2660
+ readonly id: 223156;
2661
+ readonly name: "Maw of Malmortius";
2662
+ readonly srType: -1;
2663
+ } | {
2664
+ readonly id: 223157;
2665
+ readonly name: "Zhonya's Hourglass";
2666
+ readonly srType: -1;
2667
+ } | {
2668
+ readonly id: 223158;
2669
+ readonly name: "Ionian Boots of Lucidity";
2670
+ readonly srType: -1;
2671
+ } | {
2672
+ readonly id: 223161;
2673
+ readonly name: "Spear of Shojin";
2674
+ readonly srType: -1;
2675
+ } | {
2676
+ readonly id: 223165;
2677
+ readonly name: "Morellonomicon";
2678
+ readonly srType: -1;
2679
+ } | {
2680
+ readonly id: 223172;
2681
+ readonly name: "Zephyr";
2682
+ readonly srType: -1;
2683
+ } | {
2684
+ readonly id: 223177;
2685
+ readonly name: "Guardian's Blade";
2686
+ readonly srType: -1;
2687
+ } | {
2688
+ readonly id: 223181;
2689
+ readonly name: "Hullbreaker";
2690
+ readonly srType: -1;
2691
+ } | {
2692
+ readonly id: 223184;
2693
+ readonly name: "Guardian's Hammer";
2694
+ readonly srType: -1;
2695
+ } | {
2696
+ readonly id: 223185;
2697
+ readonly name: "Guardian's Dirk";
2698
+ readonly srType: -1;
2699
+ } | {
2700
+ readonly id: 223190;
2701
+ readonly name: "Locket of the Iron Solari";
2702
+ readonly srType: -1;
2703
+ } | {
2704
+ readonly id: 223193;
2705
+ readonly name: "Gargoyle Stoneplate";
2706
+ readonly srType: -1;
2707
+ } | {
2708
+ readonly id: 223222;
2709
+ readonly name: "Mikael's Blessing";
2710
+ readonly srType: -1;
2711
+ } | {
2712
+ readonly id: 223302;
2713
+ readonly name: "Terminus";
2714
+ readonly srType: -1;
2715
+ } | {
2716
+ readonly id: 223504;
2717
+ readonly name: "Ardent Censer";
2718
+ readonly srType: -1;
2719
+ } | {
2720
+ readonly id: 223508;
2721
+ readonly name: "Essence Reaver";
2722
+ readonly srType: -1;
2723
+ } | {
2724
+ readonly id: 223742;
2725
+ readonly name: "Dead Man's Plate";
2726
+ readonly srType: -1;
2727
+ } | {
2728
+ readonly id: 223748;
2729
+ readonly name: "Titanic Hydra";
2730
+ readonly srType: -1;
2731
+ } | {
2732
+ readonly id: 223814;
2733
+ readonly name: "Edge of Night";
2734
+ readonly srType: -1;
2735
+ } | {
2736
+ readonly id: 224004;
2737
+ readonly name: "Spectral Cutlass";
2738
+ readonly srType: -1;
2739
+ } | {
2740
+ readonly id: 224005;
2741
+ readonly name: "Imperial Mandate";
2742
+ readonly srType: -1;
2743
+ } | {
2744
+ readonly id: 224401;
2745
+ readonly name: "Force of Nature";
2746
+ readonly srType: -1;
2747
+ } | {
2748
+ readonly id: 224403;
2749
+ readonly name: "The Golden Spatula";
2750
+ readonly srType: -1;
2751
+ } | {
2752
+ readonly id: 224628;
2753
+ readonly name: "Horizon Focus";
2754
+ readonly srType: -1;
2755
+ } | {
2756
+ readonly id: 224629;
2757
+ readonly name: "Cosmic Drive";
2758
+ readonly srType: -1;
2759
+ } | {
2760
+ readonly id: 224633;
2761
+ readonly name: "Riftmaker";
2762
+ readonly srType: -1;
2763
+ } | {
2764
+ readonly id: 224636;
2765
+ readonly name: "Night Harvester";
2766
+ readonly srType: -1;
2767
+ } | {
2768
+ readonly id: 224637;
2769
+ readonly name: "Demonic Embrace";
2770
+ readonly srType: -1;
2771
+ } | {
2772
+ readonly id: 224644;
2773
+ readonly name: "Crown of the Shattered Queen";
2774
+ readonly srType: -1;
2775
+ } | {
2776
+ readonly id: 224645;
2777
+ readonly name: "Shadowflame";
2778
+ readonly srType: -1;
2779
+ } | {
2780
+ readonly id: 224646;
2781
+ readonly name: "Stormsurge";
2782
+ readonly srType: -1;
2783
+ } | {
2784
+ readonly id: 226035;
2785
+ readonly name: "Silvermere Dawn";
2786
+ readonly srType: -1;
2787
+ } | {
2788
+ readonly id: 226333;
2789
+ readonly name: "Death's Dance";
2790
+ readonly srType: -1;
2791
+ } | {
2792
+ readonly id: 226609;
2793
+ readonly name: "Chempunk Chainsword";
2794
+ readonly srType: -1;
2795
+ } | {
2796
+ readonly id: 226610;
2797
+ readonly name: "Sundered Sky";
2798
+ readonly srType: -1;
2799
+ } | {
2800
+ readonly id: 226616;
2801
+ readonly name: "Staff of Flowing Water";
2802
+ readonly srType: -1;
2803
+ } | {
2804
+ readonly id: 226617;
2805
+ readonly name: "Moonstone Renewer";
2806
+ readonly srType: -1;
2807
+ } | {
2808
+ readonly id: 226620;
2809
+ readonly name: "Echoes of Helia";
2810
+ readonly srType: -1;
2811
+ } | {
2812
+ readonly id: 226621;
2813
+ readonly name: "Dawncore";
2814
+ readonly srType: -1;
2815
+ } | {
2816
+ readonly id: 226630;
2817
+ readonly name: "Goredrinker";
2818
+ readonly srType: -1;
2819
+ } | {
2820
+ readonly id: 226631;
2821
+ readonly name: "Stridebreaker";
2822
+ readonly srType: -1;
2823
+ } | {
2824
+ readonly id: 226632;
2825
+ readonly name: "Divine Sunderer";
2826
+ readonly srType: -1;
2827
+ } | {
2828
+ readonly id: 226653;
2829
+ readonly name: "Liandry's Torment";
2830
+ readonly srType: -1;
2831
+ } | {
2832
+ readonly id: 226655;
2833
+ readonly name: "Luden's Companion";
2834
+ readonly srType: -1;
2835
+ } | {
2836
+ readonly id: 226656;
2837
+ readonly name: "Everfrost";
2838
+ readonly srType: -1;
2839
+ } | {
2840
+ readonly id: 226657;
2841
+ readonly name: "Rod of Ages";
2842
+ readonly srType: -1;
2843
+ } | {
2844
+ readonly id: 226662;
2845
+ readonly name: "Iceborn Gauntlet";
2846
+ readonly srType: -1;
2847
+ } | {
2848
+ readonly id: 226664;
2849
+ readonly name: "Hollow Radiance";
2850
+ readonly srType: -1;
2851
+ } | {
2852
+ readonly id: 226665;
2853
+ readonly name: "Jak'Sho, The Protean";
2854
+ readonly srType: -1;
2855
+ } | {
2856
+ readonly id: 226667;
2857
+ readonly name: "Radiant Virtue";
2858
+ readonly srType: -1;
2859
+ } | {
2860
+ readonly id: 226671;
2861
+ readonly name: "Galeforce";
2862
+ readonly srType: -1;
2863
+ } | {
2864
+ readonly id: 226672;
2865
+ readonly name: "Kraken Slayer";
2866
+ readonly srType: -1;
2867
+ } | {
2868
+ readonly id: 226673;
2869
+ readonly name: "Immortal Shieldbow";
2870
+ readonly srType: -1;
2871
+ } | {
2872
+ readonly id: 226675;
2873
+ readonly name: "Navori Flickerblade";
2874
+ readonly srType: -1;
2875
+ } | {
2876
+ readonly id: 226676;
2877
+ readonly name: "The Collector";
2878
+ readonly srType: -1;
2879
+ } | {
2880
+ readonly id: 226691;
2881
+ readonly name: "Duskblade of Draktharr";
2882
+ readonly srType: -1;
2883
+ } | {
2884
+ readonly id: 226692;
2885
+ readonly name: "Eclipse";
2886
+ readonly srType: -1;
2887
+ } | {
2888
+ readonly id: 226693;
2889
+ readonly name: "Prowler's Claw";
2890
+ readonly srType: -1;
2891
+ } | {
2892
+ readonly id: 226694;
2893
+ readonly name: "Serylda's Grudge";
2894
+ readonly srType: -1;
2895
+ } | {
2896
+ readonly id: 226695;
2897
+ readonly name: "Serpent's Fang";
2898
+ readonly srType: -1;
2899
+ } | {
2900
+ readonly id: 226696;
2901
+ readonly name: "Axiom Arc";
2902
+ readonly srType: -1;
2903
+ } | {
2904
+ readonly id: 226697;
2905
+ readonly name: "Hubris";
2906
+ readonly srType: -1;
2907
+ } | {
2908
+ readonly id: 226698;
2909
+ readonly name: "Profane Hydra";
2910
+ readonly srType: -1;
2911
+ } | {
2912
+ readonly id: 226699;
2913
+ readonly name: "Voltaic Cyclosword";
2914
+ readonly srType: -1;
2915
+ } | {
2916
+ readonly id: 226701;
2917
+ readonly name: "Opportunity";
2918
+ readonly srType: -1;
2919
+ } | {
2920
+ readonly id: 228001;
2921
+ readonly name: "Anathema's Chains";
2922
+ readonly srType: -1;
2923
+ } | {
2924
+ readonly id: 228002;
2925
+ readonly name: "Wooglet's Witchcap";
2926
+ readonly srType: -1;
2927
+ } | {
2928
+ readonly id: 228003;
2929
+ readonly name: "Deathblade";
2930
+ readonly srType: -1;
2931
+ } | {
2932
+ readonly id: 228004;
2933
+ readonly name: "Adaptive Helm";
2934
+ readonly srType: -1;
2935
+ } | {
2936
+ readonly id: 228005;
2937
+ readonly name: "Obsidian Cleaver";
2938
+ readonly srType: -1;
2939
+ } | {
2940
+ readonly id: 228006;
2941
+ readonly name: "Sanguine Blade";
2942
+ readonly srType: -1;
2943
+ } | {
2944
+ readonly id: 228008;
2945
+ readonly name: "Runeglaive";
2946
+ readonly srType: -1;
2947
+ } | {
2948
+ readonly id: 228020;
2949
+ readonly name: "Abyssal Mask";
2950
+ readonly srType: -1;
2951
+ } | {
2952
+ readonly id: 443054;
2953
+ readonly name: "Darksteel Talons";
2954
+ readonly srType: -1;
2955
+ } | {
2956
+ readonly id: 443055;
2957
+ readonly name: "Fulmination";
2958
+ readonly srType: -1;
2959
+ } | {
2960
+ readonly id: 443056;
2961
+ readonly name: "Demon King's Crown";
2962
+ readonly srType: -1;
2963
+ } | {
2964
+ readonly id: 443058;
2965
+ readonly name: "Shield of Molten Stone";
2966
+ readonly srType: -1;
2967
+ } | {
2968
+ readonly id: 443059;
2969
+ readonly name: "Cloak of Starry Night";
2970
+ readonly srType: -1;
2971
+ } | {
2972
+ readonly id: 443060;
2973
+ readonly name: "Sword of the Divine";
2974
+ readonly srType: -1;
2975
+ } | {
2976
+ readonly id: 443061;
2977
+ readonly name: "Force Of Entropy";
2978
+ readonly srType: -1;
2979
+ } | {
2980
+ readonly id: 443062;
2981
+ readonly name: "Sanguine Gift";
2982
+ readonly srType: -1;
2983
+ } | {
2984
+ readonly id: 443063;
2985
+ readonly name: "Eleisa's Miracle";
2986
+ readonly srType: -1;
2987
+ } | {
2988
+ readonly id: 443064;
2989
+ readonly name: "Talisman Of Ascension";
2990
+ readonly srType: -1;
2991
+ } | {
2992
+ readonly id: 443069;
2993
+ readonly name: "Hamstringer";
2994
+ readonly srType: -1;
2995
+ } | {
2996
+ readonly id: 443079;
2997
+ readonly name: "Turbo Chemtank";
2998
+ readonly srType: -1;
2999
+ } | {
3000
+ readonly id: 443080;
3001
+ readonly name: "Twin Mask";
3002
+ readonly srType: -1;
3003
+ } | {
3004
+ readonly id: 443081;
3005
+ readonly name: "Hexbolt Companion";
3006
+ readonly srType: -1;
3007
+ } | {
3008
+ readonly id: 443090;
3009
+ readonly name: "Reaper's Toll";
3010
+ readonly srType: -1;
3011
+ } | {
3012
+ readonly id: 443193;
3013
+ readonly name: "Gargoyle Stoneplate";
3014
+ readonly srType: -1;
3015
+ } | {
3016
+ readonly id: 444636;
3017
+ readonly name: "Night Harvester";
3018
+ readonly srType: -1;
3019
+ } | {
3020
+ readonly id: 444637;
3021
+ readonly name: "Demonic Embrace";
3022
+ readonly srType: -1;
3023
+ } | {
3024
+ readonly id: 444644;
3025
+ readonly name: "Crown of the Shattered Queen";
3026
+ readonly srType: -1;
3027
+ } | {
3028
+ readonly id: 446632;
3029
+ readonly name: "Divine Sunderer";
3030
+ readonly srType: -1;
3031
+ } | {
3032
+ readonly id: 446656;
3033
+ readonly name: "Everfrost";
3034
+ readonly srType: -1;
3035
+ } | {
3036
+ readonly id: 446667;
3037
+ readonly name: "Radiant Virtue";
3038
+ readonly srType: -1;
3039
+ } | {
3040
+ readonly id: 446671;
3041
+ readonly name: "Galeforce";
3042
+ readonly srType: -1;
3043
+ } | {
3044
+ readonly id: 446691;
3045
+ readonly name: "Duskblade of Draktharr";
3046
+ readonly srType: -1;
3047
+ } | {
3048
+ readonly id: 446693;
3049
+ readonly name: "Prowler's Claw";
3050
+ readonly srType: -1;
3051
+ } | {
3052
+ readonly id: 447100;
3053
+ readonly name: "Mirage Blade";
3054
+ readonly srType: -1;
3055
+ } | {
3056
+ readonly id: 447101;
3057
+ readonly name: "Gambler's Blade";
3058
+ readonly srType: -1;
3059
+ } | {
3060
+ readonly id: 447102;
3061
+ readonly name: "Reality Fracture";
3062
+ readonly srType: -1;
3063
+ } | {
3064
+ readonly id: 447103;
3065
+ readonly name: "Hemomancer's Helm";
3066
+ readonly srType: -1;
3067
+ } | {
3068
+ readonly id: 447104;
3069
+ readonly name: "Innervating Locket";
3070
+ readonly srType: -1;
3071
+ } | {
3072
+ readonly id: 447105;
3073
+ readonly name: "Empyrean Promise";
3074
+ readonly srType: -1;
3075
+ } | {
3076
+ readonly id: 447106;
3077
+ readonly name: "Dragonheart";
3078
+ readonly srType: -1;
3079
+ } | {
3080
+ readonly id: 447107;
3081
+ readonly name: "Decapitator";
3082
+ readonly srType: -1;
3083
+ } | {
3084
+ readonly id: 447108;
3085
+ readonly name: "Runecarver";
3086
+ readonly srType: -1;
3087
+ } | {
3088
+ readonly id: 447109;
3089
+ readonly name: "Cruelty";
3090
+ readonly srType: -1;
3091
+ } | {
3092
+ readonly id: 447110;
3093
+ readonly name: "Moonflair Spellblade";
3094
+ readonly srType: -1;
3095
+ } | {
3096
+ readonly id: 447111;
3097
+ readonly name: "Overlord's Bloodmail";
3098
+ readonly srType: -1;
3099
+ } | {
3100
+ readonly id: 447112;
3101
+ readonly name: "Flesheater";
3102
+ readonly srType: -1;
3103
+ } | {
3104
+ readonly id: 447113;
3105
+ readonly name: "Detonation Orb";
3106
+ readonly srType: -1;
3107
+ } | {
3108
+ readonly id: 447114;
3109
+ readonly name: "Reverberation";
3110
+ readonly srType: -1;
3111
+ } | {
3112
+ readonly id: 447115;
3113
+ readonly name: "Regicide";
3114
+ readonly srType: -1;
3115
+ } | {
3116
+ readonly id: 447116;
3117
+ readonly name: "Kinkou Jitte";
3118
+ readonly srType: -1;
3119
+ } | {
3120
+ readonly id: 447118;
3121
+ readonly name: "Pyromancer's Cloak";
3122
+ readonly srType: -1;
3123
+ } | {
3124
+ readonly id: 447119;
3125
+ readonly name: "Lightning Rod";
3126
+ readonly srType: -1;
3127
+ } | {
3128
+ readonly id: 447120;
3129
+ readonly name: "Diamond-Tipped Spear";
3130
+ readonly srType: -1;
3131
+ } | {
3132
+ readonly id: 447121;
3133
+ readonly name: "Twilight's Edge";
3134
+ readonly srType: -1;
3135
+ } | {
3136
+ readonly id: 447122;
3137
+ readonly name: "Black Hole Gauntlet";
3138
+ readonly srType: -1;
3139
+ } | {
3140
+ readonly id: 447123;
3141
+ readonly name: "Puppeteer";
3142
+ readonly srType: -1;
3143
+ })[];
3144
+ get: typeof getItem;
3145
+ isStarter: typeof isStarterItem;
3146
+ isBasic: typeof isBasicItem;
3147
+ isEpic: typeof isEpicItem;
3148
+ isLegendary: typeof isLegendaryItem;
3149
+ isTrinket: typeof isTrinketItem;
3150
+ isBoots: typeof isBootsItem;
3151
+ isConsumable: typeof isConsumableItem;
3152
+ isAvailable: typeof isItemAvailableForMap;
3153
+ };
3154
+ /** ## Runes, Stat Runes, and Rune Trees */
3155
+ rune: {
3156
+ /** Array of rune objects, containing information about runes (excl. stat runes). */
3157
+ list: ({
3158
+ readonly id: 8005;
3159
+ readonly key: "PressTheAttack";
3160
+ readonly name: "Press the Attack";
3161
+ readonly treeId: 8000;
3162
+ readonly isKeystone: true;
3163
+ readonly slot: 0;
3164
+ readonly horizontal: readonly [8008, 8021, 8010];
3165
+ } | {
3166
+ readonly id: 8008;
3167
+ readonly key: "LethalTempo";
3168
+ readonly name: "Lethal Tempo";
3169
+ readonly treeId: 8000;
3170
+ readonly isKeystone: true;
3171
+ readonly slot: 0;
3172
+ readonly horizontal: readonly [8005, 8021, 8010];
3173
+ } | {
3174
+ readonly id: 8009;
3175
+ readonly key: "PresenceOfMind";
3176
+ readonly name: "Presence of Mind";
3177
+ readonly treeId: 8000;
3178
+ readonly isKeystone: false;
3179
+ readonly slot: 1;
3180
+ readonly horizontal: readonly [9101, 9111];
3181
+ } | {
3182
+ readonly id: 8010;
3183
+ readonly key: "Conqueror";
3184
+ readonly name: "Conqueror";
3185
+ readonly treeId: 8000;
3186
+ readonly isKeystone: true;
3187
+ readonly slot: 0;
3188
+ readonly horizontal: readonly [8005, 8008, 8021];
3189
+ } | {
3190
+ readonly id: 8014;
3191
+ readonly key: "CoupDeGrace";
3192
+ readonly name: "Coup de Grace";
3193
+ readonly treeId: 8000;
3194
+ readonly isKeystone: false;
3195
+ readonly slot: 3;
3196
+ readonly horizontal: readonly [8017, 8299];
3197
+ } | {
3198
+ readonly id: 8017;
3199
+ readonly key: "CutDown";
3200
+ readonly name: "Cut Down";
3201
+ readonly treeId: 8000;
3202
+ readonly isKeystone: false;
3203
+ readonly slot: 3;
3204
+ readonly horizontal: readonly [8014, 8299];
3205
+ } | {
3206
+ readonly id: 8021;
3207
+ readonly key: "FleetFootwork";
3208
+ readonly name: "Fleet Footwork";
3209
+ readonly treeId: 8000;
3210
+ readonly isKeystone: true;
3211
+ readonly slot: 0;
3212
+ readonly horizontal: readonly [8005, 8008, 8010];
3213
+ } | {
3214
+ readonly id: 8105;
3215
+ readonly key: "RelentlessHunter";
3216
+ readonly name: "Relentless Hunter";
3217
+ readonly treeId: 8100;
3218
+ readonly isKeystone: false;
3219
+ readonly slot: 3;
3220
+ readonly horizontal: readonly [8135, 8106];
3221
+ } | {
3222
+ readonly id: 8106;
3223
+ readonly key: "UltimateHunter";
3224
+ readonly name: "Ultimate Hunter";
3225
+ readonly treeId: 8100;
3226
+ readonly isKeystone: false;
3227
+ readonly slot: 3;
3228
+ readonly horizontal: readonly [8135, 8105];
3229
+ } | {
3230
+ readonly id: 8112;
3231
+ readonly key: "Electrocute";
3232
+ readonly name: "Electrocute";
3233
+ readonly treeId: 8100;
3234
+ readonly isKeystone: true;
3235
+ readonly slot: 0;
3236
+ readonly horizontal: readonly [8128, 9923];
3237
+ } | {
3238
+ readonly id: 8120;
3239
+ readonly key: "GhostPoro";
3240
+ readonly name: "Ghost Poro";
3241
+ readonly treeId: 8100;
3242
+ readonly isKeystone: false;
3243
+ readonly slot: 2;
3244
+ readonly horizontal: readonly [8136, 8138];
3245
+ } | {
3246
+ readonly id: 8126;
3247
+ readonly key: "CheapShot";
3248
+ readonly name: "Cheap Shot";
3249
+ readonly treeId: 8100;
3250
+ readonly isKeystone: false;
3251
+ readonly slot: 1;
3252
+ readonly horizontal: readonly [8139, 8143];
3253
+ } | {
3254
+ readonly id: 8128;
3255
+ readonly key: "DarkHarvest";
3256
+ readonly name: "Dark Harvest";
3257
+ readonly treeId: 8100;
3258
+ readonly isKeystone: true;
3259
+ readonly slot: 0;
3260
+ readonly horizontal: readonly [8112, 9923];
3261
+ } | {
3262
+ readonly id: 8135;
3263
+ readonly key: "TreasureHunter";
3264
+ readonly name: "Treasure Hunter";
3265
+ readonly treeId: 8100;
3266
+ readonly isKeystone: false;
3267
+ readonly slot: 3;
3268
+ readonly horizontal: readonly [8105, 8106];
3269
+ } | {
3270
+ readonly id: 8136;
3271
+ readonly key: "ZombieWard";
3272
+ readonly name: "Zombie Ward";
3273
+ readonly treeId: 8100;
3274
+ readonly isKeystone: false;
3275
+ readonly slot: 2;
3276
+ readonly horizontal: readonly [8120, 8138];
3277
+ } | {
3278
+ readonly id: 8138;
3279
+ readonly key: "EyeballCollection";
3280
+ readonly name: "Eyeball Collection";
3281
+ readonly treeId: 8100;
3282
+ readonly isKeystone: false;
3283
+ readonly slot: 2;
3284
+ readonly horizontal: readonly [8136, 8120];
3285
+ } | {
3286
+ readonly id: 8139;
3287
+ readonly key: "TasteOfBlood";
3288
+ readonly name: "Taste of Blood";
3289
+ readonly treeId: 8100;
3290
+ readonly isKeystone: false;
3291
+ readonly slot: 1;
3292
+ readonly horizontal: readonly [8126, 8143];
3293
+ } | {
3294
+ readonly id: 8143;
3295
+ readonly key: "SuddenImpact";
3296
+ readonly name: "Sudden Impact";
3297
+ readonly treeId: 8100;
3298
+ readonly isKeystone: false;
3299
+ readonly slot: 1;
3300
+ readonly horizontal: readonly [8126, 8139];
3301
+ } | {
3302
+ readonly id: 8210;
3303
+ readonly key: "Transcendence";
3304
+ readonly name: "Transcendence";
3305
+ readonly treeId: 8200;
3306
+ readonly isKeystone: false;
3307
+ readonly slot: 2;
3308
+ readonly horizontal: readonly [8234, 8233];
3309
+ } | {
3310
+ readonly id: 8214;
3311
+ readonly key: "SummonAery";
3312
+ readonly name: "Summon Aery";
3313
+ readonly treeId: 8200;
3314
+ readonly isKeystone: true;
3315
+ readonly slot: 0;
3316
+ readonly horizontal: readonly [8229, 8230];
3317
+ } | {
3318
+ readonly id: 8224;
3319
+ readonly key: "NullifyingOrb";
3320
+ readonly name: "Nullifying Orb";
3321
+ readonly treeId: 8200;
3322
+ readonly isKeystone: false;
3323
+ readonly slot: 1;
3324
+ readonly horizontal: readonly [8226, 8275];
3325
+ } | {
3326
+ readonly id: 8226;
3327
+ readonly key: "ManaflowBand";
3328
+ readonly name: "Manaflow Band";
3329
+ readonly treeId: 8200;
3330
+ readonly isKeystone: false;
3331
+ readonly slot: 1;
3332
+ readonly horizontal: readonly [8224, 8275];
3333
+ } | {
3334
+ readonly id: 8229;
3335
+ readonly key: "ArcaneComet";
3336
+ readonly name: "Arcane Comet";
3337
+ readonly treeId: 8200;
3338
+ readonly isKeystone: true;
3339
+ readonly slot: 0;
3340
+ readonly horizontal: readonly [8214, 8230];
3341
+ } | {
3342
+ readonly id: 8230;
3343
+ readonly key: "PhaseRush";
3344
+ readonly name: "Phase Rush";
3345
+ readonly treeId: 8200;
3346
+ readonly isKeystone: true;
3347
+ readonly slot: 0;
3348
+ readonly horizontal: readonly [8214, 8229];
3349
+ } | {
3350
+ readonly id: 8232;
3351
+ readonly key: "Waterwalking";
3352
+ readonly name: "Waterwalking";
3353
+ readonly treeId: 8200;
3354
+ readonly isKeystone: false;
3355
+ readonly slot: 3;
3356
+ readonly horizontal: readonly [8237, 8236];
3357
+ } | {
3358
+ readonly id: 8233;
3359
+ readonly key: "AbsoluteFocus";
3360
+ readonly name: "Absolute Focus";
3361
+ readonly treeId: 8200;
3362
+ readonly isKeystone: false;
3363
+ readonly slot: 2;
3364
+ readonly horizontal: readonly [8210, 8234];
3365
+ } | {
3366
+ readonly id: 8234;
3367
+ readonly key: "Celerity";
3368
+ readonly name: "Celerity";
3369
+ readonly treeId: 8200;
3370
+ readonly isKeystone: false;
3371
+ readonly slot: 2;
3372
+ readonly horizontal: readonly [8210, 8233];
3373
+ } | {
3374
+ readonly id: 8236;
3375
+ readonly key: "GatheringStorm";
3376
+ readonly name: "Gathering Storm";
3377
+ readonly treeId: 8200;
3378
+ readonly isKeystone: false;
3379
+ readonly slot: 3;
3380
+ readonly horizontal: readonly [8237, 8232];
3381
+ } | {
3382
+ readonly id: 8237;
3383
+ readonly key: "Scorch";
3384
+ readonly name: "Scorch";
3385
+ readonly treeId: 8200;
3386
+ readonly isKeystone: false;
3387
+ readonly slot: 3;
3388
+ readonly horizontal: readonly [8232, 8236];
3389
+ } | {
3390
+ readonly id: 8242;
3391
+ readonly key: "Unflinching";
3392
+ readonly name: "Unflinching";
3393
+ readonly treeId: 8400;
3394
+ readonly isKeystone: false;
3395
+ readonly slot: 3;
3396
+ readonly horizontal: readonly [8451, 8453];
3397
+ } | {
3398
+ readonly id: 8275;
3399
+ readonly key: "NimbusCloak";
3400
+ readonly name: "Nimbus Cloak";
3401
+ readonly treeId: 8200;
3402
+ readonly isKeystone: false;
3403
+ readonly slot: 1;
3404
+ readonly horizontal: readonly [8224, 8226];
3405
+ } | {
3406
+ readonly id: 8299;
3407
+ readonly key: "LastStand";
3408
+ readonly name: "Last Stand";
3409
+ readonly treeId: 8000;
3410
+ readonly isKeystone: false;
3411
+ readonly slot: 3;
3412
+ readonly horizontal: readonly [8014, 8017];
3413
+ } | {
3414
+ readonly id: 8304;
3415
+ readonly key: "MagicalFootwear";
3416
+ readonly name: "Magical Footwear";
3417
+ readonly treeId: 8300;
3418
+ readonly isKeystone: false;
3419
+ readonly slot: 1;
3420
+ readonly horizontal: readonly [8306, 8321];
3421
+ } | {
3422
+ readonly id: 8306;
3423
+ readonly key: "HextechFlashtraption";
3424
+ readonly name: "Hextech Flashtraption";
3425
+ readonly treeId: 8300;
3426
+ readonly isKeystone: false;
3427
+ readonly slot: 1;
3428
+ readonly horizontal: readonly [8304, 8321];
3429
+ } | {
3430
+ readonly id: 8313;
3431
+ readonly key: "PerfectTiming";
3432
+ readonly name: "Triple Tonic";
3433
+ readonly treeId: 8300;
3434
+ readonly isKeystone: false;
3435
+ readonly slot: 2;
3436
+ readonly horizontal: readonly [8352, 8345];
3437
+ } | {
3438
+ readonly id: 8316;
3439
+ readonly key: "JackOfAllTrades";
3440
+ readonly name: "Jack Of All Trades";
3441
+ readonly treeId: 8300;
3442
+ readonly isKeystone: false;
3443
+ readonly slot: 3;
3444
+ readonly horizontal: readonly [8347, 8410];
3445
+ } | {
3446
+ readonly id: 8321;
3447
+ readonly key: "CashBack";
3448
+ readonly name: "Cash Back";
3449
+ readonly treeId: 8300;
3450
+ readonly isKeystone: false;
3451
+ readonly slot: 1;
3452
+ readonly horizontal: readonly [8306, 8304];
3453
+ } | {
3454
+ readonly id: 8345;
3455
+ readonly key: "BiscuitDelivery";
3456
+ readonly name: "Biscuit Delivery";
3457
+ readonly treeId: 8300;
3458
+ readonly isKeystone: false;
3459
+ readonly slot: 2;
3460
+ readonly horizontal: readonly [8313, 8352];
3461
+ } | {
3462
+ readonly id: 8347;
3463
+ readonly key: "CosmicInsight";
3464
+ readonly name: "Cosmic Insight";
3465
+ readonly treeId: 8300;
3466
+ readonly isKeystone: false;
3467
+ readonly slot: 3;
3468
+ readonly horizontal: readonly [8410, 8316];
3469
+ } | {
3470
+ readonly id: 8351;
3471
+ readonly key: "GlacialAugment";
3472
+ readonly name: "Glacial Augment";
3473
+ readonly treeId: 8300;
3474
+ readonly isKeystone: true;
3475
+ readonly slot: 0;
3476
+ readonly horizontal: readonly [8360, 8369];
3477
+ } | {
3478
+ readonly id: 8352;
3479
+ readonly key: "TimeWarpTonic";
3480
+ readonly name: "Time Warp Tonic";
3481
+ readonly treeId: 8300;
3482
+ readonly isKeystone: false;
3483
+ readonly slot: 2;
3484
+ readonly horizontal: readonly [8313, 8345];
3485
+ } | {
3486
+ readonly id: 8360;
3487
+ readonly key: "UnsealedSpellbook";
3488
+ readonly name: "Unsealed Spellbook";
3489
+ readonly treeId: 8300;
3490
+ readonly isKeystone: true;
3491
+ readonly slot: 0;
3492
+ readonly horizontal: readonly [8351, 8369];
3493
+ } | {
3494
+ readonly id: 8369;
3495
+ readonly key: "FirstStrike";
3496
+ readonly name: "First Strike";
3497
+ readonly treeId: 8300;
3498
+ readonly isKeystone: true;
3499
+ readonly slot: 0;
3500
+ readonly horizontal: readonly [8351, 8360];
3501
+ } | {
3502
+ readonly id: 8401;
3503
+ readonly key: "ShieldBash";
3504
+ readonly name: "Shield Bash";
3505
+ readonly treeId: 8400;
3506
+ readonly isKeystone: false;
3507
+ readonly slot: 1;
3508
+ readonly horizontal: readonly [8446, 8463];
3509
+ } | {
3510
+ readonly id: 8410;
3511
+ readonly key: "ApproachVelocity";
3512
+ readonly name: "Approach Velocity";
3513
+ readonly treeId: 8300;
3514
+ readonly isKeystone: false;
3515
+ readonly slot: 3;
3516
+ readonly horizontal: readonly [8347, 8316];
3517
+ } | {
3518
+ readonly id: 8429;
3519
+ readonly key: "Conditioning";
3520
+ readonly name: "Conditioning";
3521
+ readonly treeId: 8400;
3522
+ readonly isKeystone: false;
3523
+ readonly slot: 2;
3524
+ readonly horizontal: readonly [8444, 8473];
3525
+ } | {
3526
+ readonly id: 8437;
3527
+ readonly key: "GraspOfTheUndying";
3528
+ readonly name: "Grasp of the Undying";
3529
+ readonly treeId: 8400;
3530
+ readonly isKeystone: true;
3531
+ readonly slot: 0;
3532
+ readonly horizontal: readonly [8439, 8465];
3533
+ } | {
3534
+ readonly id: 8439;
3535
+ readonly key: "Aftershock";
3536
+ readonly name: "Aftershock";
3537
+ readonly treeId: 8400;
3538
+ readonly isKeystone: true;
3539
+ readonly slot: 0;
3540
+ readonly horizontal: readonly [8437, 8465];
3541
+ } | {
3542
+ readonly id: 8444;
3543
+ readonly key: "SecondWind";
3544
+ readonly name: "Second Wind";
3545
+ readonly treeId: 8400;
3546
+ readonly isKeystone: false;
3547
+ readonly slot: 2;
3548
+ readonly horizontal: readonly [8429, 8473];
3549
+ } | {
3550
+ readonly id: 8446;
3551
+ readonly key: "Demolish";
3552
+ readonly name: "Demolish";
3553
+ readonly treeId: 8400;
3554
+ readonly isKeystone: false;
3555
+ readonly slot: 1;
3556
+ readonly horizontal: readonly [8463, 8401];
3557
+ } | {
3558
+ readonly id: 8451;
3559
+ readonly key: "Overgrowth";
3560
+ readonly name: "Overgrowth";
3561
+ readonly treeId: 8400;
3562
+ readonly isKeystone: false;
3563
+ readonly slot: 3;
3564
+ readonly horizontal: readonly [8453, 8242];
3565
+ } | {
3566
+ readonly id: 8453;
3567
+ readonly key: "Revitalize";
3568
+ readonly name: "Revitalize";
3569
+ readonly treeId: 8400;
3570
+ readonly isKeystone: false;
3571
+ readonly slot: 3;
3572
+ readonly horizontal: readonly [8451, 8242];
3573
+ } | {
3574
+ readonly id: 8463;
3575
+ readonly key: "FontOfLife";
3576
+ readonly name: "Font of Life";
3577
+ readonly treeId: 8400;
3578
+ readonly isKeystone: false;
3579
+ readonly slot: 1;
3580
+ readonly horizontal: readonly [8446, 8401];
3581
+ } | {
3582
+ readonly id: 8465;
3583
+ readonly key: "Guardian";
3584
+ readonly name: "Guardian";
3585
+ readonly treeId: 8400;
3586
+ readonly isKeystone: true;
3587
+ readonly slot: 0;
3588
+ readonly horizontal: readonly [8437, 8439];
3589
+ } | {
3590
+ readonly id: 8473;
3591
+ readonly key: "BonePlating";
3592
+ readonly name: "Bone Plating";
3593
+ readonly treeId: 8400;
3594
+ readonly isKeystone: false;
3595
+ readonly slot: 2;
3596
+ readonly horizontal: readonly [8429, 8444];
3597
+ } | {
3598
+ readonly id: 9101;
3599
+ readonly key: "AbsorbLife";
3600
+ readonly name: "Absorb Life";
3601
+ readonly treeId: 8000;
3602
+ readonly isKeystone: false;
3603
+ readonly slot: 1;
3604
+ readonly horizontal: readonly [9111, 8009];
3605
+ } | {
3606
+ readonly id: 9103;
3607
+ readonly key: "LegendBloodline";
3608
+ readonly name: "Legend: Bloodline";
3609
+ readonly treeId: 8000;
3610
+ readonly isKeystone: false;
3611
+ readonly slot: 2;
3612
+ readonly horizontal: readonly [9104, 9105];
3613
+ } | {
3614
+ readonly id: 9104;
3615
+ readonly key: "LegendAlacrity";
3616
+ readonly name: "Legend: Alacrity";
3617
+ readonly treeId: 8000;
3618
+ readonly isKeystone: false;
3619
+ readonly slot: 2;
3620
+ readonly horizontal: readonly [9105, 9103];
3621
+ } | {
3622
+ readonly id: 9105;
3623
+ readonly key: "LegendHaste";
3624
+ readonly name: "Legend: Haste";
3625
+ readonly treeId: 8000;
3626
+ readonly isKeystone: false;
3627
+ readonly slot: 2;
3628
+ readonly horizontal: readonly [9104, 9103];
3629
+ } | {
3630
+ readonly id: 9111;
3631
+ readonly key: "Triumph";
3632
+ readonly name: "Triumph";
3633
+ readonly treeId: 8000;
3634
+ readonly isKeystone: false;
3635
+ readonly slot: 1;
3636
+ readonly horizontal: readonly [9101, 8009];
3637
+ } | {
3638
+ readonly id: 9923;
3639
+ readonly key: "HailOfBlades";
3640
+ readonly name: "Hail of Blades";
3641
+ readonly treeId: 8100;
3642
+ readonly isKeystone: true;
3643
+ readonly slot: 0;
3644
+ readonly horizontal: readonly [8112, 8128];
3645
+ })[];
3646
+ get: typeof getRune;
3647
+ stat: {
3648
+ /** Array of stat rune objects, containing information about little stat runes. */
3649
+ list: ({
3650
+ readonly id: 5001;
3651
+ readonly name: "Health Scaling";
3652
+ readonly description: "+10–180 Health (based on level)";
3653
+ readonly value: 0;
3654
+ } | {
3655
+ readonly id: 5005;
3656
+ readonly name: "Attack Speed";
3657
+ readonly description: "+10% Attack Speed";
3658
+ readonly value: 0.1;
3659
+ } | {
3660
+ readonly id: 5007;
3661
+ readonly name: "Ability Haste";
3662
+ readonly description: "+8 Ability Haste";
3663
+ readonly value: 8;
3664
+ } | {
3665
+ readonly id: 5008;
3666
+ readonly name: "Adaptive Force";
3667
+ readonly description: "+9 Adaptive Force";
3668
+ readonly value: 9;
3669
+ } | {
3670
+ readonly id: 5010;
3671
+ readonly name: "Move Speed";
3672
+ readonly description: "+2% Move Speed";
3673
+ readonly value: 0.02;
3674
+ } | {
3675
+ readonly id: 5011;
3676
+ readonly name: "Health";
3677
+ readonly description: "+65 Health";
3678
+ readonly value: 65;
3679
+ } | {
3680
+ readonly id: 5013;
3681
+ readonly name: "Tenacity and Slow Resist";
3682
+ readonly description: "+10% Tenacity and Slow Resist";
3683
+ readonly value: 0.1;
3684
+ })[];
3685
+ get: typeof getStatRune;
3686
+ };
3687
+ tree: {
3688
+ /** Array of rune tree objects, containing information about rune trees. */
3689
+ list: ({
3690
+ readonly id: 8000;
3691
+ readonly key: "Precision";
3692
+ readonly name: "Precision";
3693
+ } | {
3694
+ readonly id: 8100;
3695
+ readonly key: "Domination";
3696
+ readonly name: "Domination";
3697
+ } | {
3698
+ readonly id: 8200;
3699
+ readonly key: "Sorcery";
3700
+ readonly name: "Sorcery";
3701
+ } | {
3702
+ readonly id: 8300;
3703
+ readonly key: "Inspiration";
3704
+ readonly name: "Inspiration";
3705
+ } | {
3706
+ readonly id: 8400;
3707
+ readonly key: "Resolve";
3708
+ readonly name: "Resolve";
3709
+ })[];
3710
+ get: typeof getRuneTree;
3711
+ };
3712
+ };
3713
+ /** ## Summoner Spells */
3714
+ spell: {
3715
+ /** Array of spell objects, containing information about summoner spells. */
3716
+ list: ({
3717
+ readonly id: 1;
3718
+ readonly key: "SummonerBoost";
3719
+ readonly name: "Cleanse";
3720
+ } | {
3721
+ readonly id: 3;
3722
+ readonly key: "SummonerExhaust";
3723
+ readonly name: "Exhaust";
3724
+ } | {
3725
+ readonly id: 4;
3726
+ readonly key: "SummonerFlash";
3727
+ readonly name: "Flash";
3728
+ } | {
3729
+ readonly id: 6;
3730
+ readonly key: "SummonerHaste";
3731
+ readonly name: "Ghost";
3732
+ } | {
3733
+ readonly id: 7;
3734
+ readonly key: "SummonerHeal";
3735
+ readonly name: "Heal";
3736
+ } | {
3737
+ readonly id: 11;
3738
+ readonly key: "SummonerSmite";
3739
+ readonly name: "Smite";
3740
+ } | {
3741
+ readonly id: 12;
3742
+ readonly key: "SummonerTeleport";
3743
+ readonly name: "Teleport";
3744
+ } | {
3745
+ readonly id: 13;
3746
+ readonly key: "SummonerMana";
3747
+ readonly name: "Clarity";
3748
+ } | {
3749
+ readonly id: 14;
3750
+ readonly key: "SummonerDot";
3751
+ readonly name: "Ignite";
3752
+ } | {
3753
+ readonly id: 21;
3754
+ readonly key: "SummonerBarrier";
3755
+ readonly name: "Barrier";
3756
+ } | {
3757
+ readonly id: 30;
3758
+ readonly key: "SummonerPoroRecall";
3759
+ readonly name: "To the King!";
3760
+ } | {
3761
+ readonly id: 31;
3762
+ readonly key: "SummonerPoroThrow";
3763
+ readonly name: "Poro Toss";
3764
+ } | {
3765
+ readonly id: 32;
3766
+ readonly key: "SummonerSnowball";
3767
+ readonly name: "Mark";
3768
+ } | {
3769
+ readonly id: 39;
3770
+ readonly key: "SummonerSnowURFSnowball_Mark";
3771
+ readonly name: "Mark (Snow URF)";
3772
+ } | {
3773
+ readonly id: 54;
3774
+ readonly key: "Summoner_UltBookPlaceholder";
3775
+ readonly name: "Placeholder";
3776
+ } | {
3777
+ readonly id: 55;
3778
+ readonly key: "Summoner_UltBookSmitePlaceholder";
3779
+ readonly name: "Placeholder and Attack-Smite";
3780
+ } | {
3781
+ readonly id: 2201;
3782
+ readonly key: "SummonerCherryHold";
3783
+ readonly name: "Flee";
3784
+ } | {
3785
+ readonly id: 2202;
3786
+ readonly key: "SummonerCherryFlash";
3787
+ readonly name: "Flash (Arena)";
3788
+ })[];
3789
+ get: typeof getSpell;
3790
+ };
3791
+ /** ## Maps */
3792
+ map: {
3793
+ /** Array of map objects, containing information about maps. */
3794
+ list: ({
3795
+ readonly id: 3;
3796
+ readonly title: "The Proving Grounds";
3797
+ } | {
3798
+ readonly id: 10;
3799
+ readonly title: "Twisted Treeline";
3800
+ } | {
3801
+ readonly id: 11;
3802
+ readonly title: "Summoner's Rift";
3803
+ } | {
3804
+ readonly id: 12;
3805
+ readonly title: "Howling Abyss";
3806
+ } | {
3807
+ readonly id: 14;
3808
+ readonly title: "Butcher's Bridge";
3809
+ } | {
3810
+ readonly id: 16;
3811
+ readonly title: "Cosmic Ruins";
3812
+ } | {
3813
+ readonly id: 18;
3814
+ readonly title: "Valoran City Park";
3815
+ } | {
3816
+ readonly id: 19;
3817
+ readonly title: "Substructure 43";
3818
+ } | {
3819
+ readonly id: 20;
3820
+ readonly title: "Crash Site";
3821
+ } | {
3822
+ readonly id: 21;
3823
+ readonly title: "Nexus Blitz";
3824
+ } | {
3825
+ readonly id: 22;
3826
+ readonly title: "Convergence";
3827
+ } | {
3828
+ readonly id: 30;
3829
+ readonly title: "Rings of Wrath";
3830
+ } | {
3831
+ readonly id: 33;
3832
+ readonly title: "Swarm";
3833
+ })[];
3834
+ get: typeof getMap;
3835
+ };
3836
+ /** ## Queues */
3837
+ queue: {
3838
+ /** Array of queue objects, containing information about queues. */
3839
+ list: ({
3840
+ readonly id: 0;
3841
+ readonly title: "Custom";
3842
+ } | {
3843
+ readonly id: 400;
3844
+ readonly title: "5v5 Draft Pick";
3845
+ } | {
3846
+ readonly id: 420;
3847
+ readonly title: "5v5 Ranked Solo";
3848
+ } | {
3849
+ readonly id: 430;
3850
+ readonly title: "5v5 Blind Pick";
3851
+ } | {
3852
+ readonly id: 440;
3853
+ readonly title: "5v5 Ranked Flex";
3854
+ } | {
3855
+ readonly id: 450;
3856
+ readonly title: "5v5 ARAM";
3857
+ } | {
3858
+ readonly id: 700;
3859
+ readonly title: "Clash";
3860
+ } | {
3861
+ readonly id: 720;
3862
+ readonly title: "ARAM Clash";
3863
+ } | {
3864
+ readonly id: 830;
3865
+ readonly title: "Co-op vs. AI: Intro";
3866
+ } | {
3867
+ readonly id: 840;
3868
+ readonly title: "Co-op vs. AI: Beginner";
3869
+ } | {
3870
+ readonly id: 850;
3871
+ readonly title: "Co-op vs. AI: Intermediate";
3872
+ } | {
3873
+ readonly id: 900;
3874
+ readonly title: "ARURF";
3875
+ } | {
3876
+ readonly id: 920;
3877
+ readonly title: "Legend of the Poro King";
3878
+ } | {
3879
+ readonly id: 1010;
3880
+ readonly title: "Snow ARURF";
3881
+ } | {
3882
+ readonly id: 1020;
3883
+ readonly title: "One for All";
3884
+ } | {
3885
+ readonly id: 1090;
3886
+ readonly title: "Teamfight Tactics";
3887
+ } | {
3888
+ readonly id: 1100;
3889
+ readonly title: "Teamfight Tactics (Ranked)";
3890
+ } | {
3891
+ readonly id: 1110;
3892
+ readonly title: "Teamfight Tactics (Tutorial)";
3893
+ } | {
3894
+ readonly id: 1111;
3895
+ readonly title: "Teamfight Tactics (Test)";
3896
+ } | {
3897
+ readonly id: 1300;
3898
+ readonly title: "Nexus Blitz";
3899
+ } | {
3900
+ readonly id: 1400;
3901
+ readonly title: "Ultimate Spellbook";
3902
+ } | {
3903
+ readonly id: 1700;
3904
+ readonly title: "Arena";
3905
+ } | {
3906
+ readonly id: 1900;
3907
+ readonly title: "URF";
3908
+ } | {
3909
+ readonly id: 2000;
3910
+ readonly title: "Tutorial 1";
3911
+ } | {
3912
+ readonly id: 2010;
3913
+ readonly title: "Tutorial 2";
3914
+ } | {
3915
+ readonly id: 2020;
3916
+ readonly title: "Tutorial 3";
3917
+ })[];
3918
+ get: typeof getQueue;
3919
+ };
3920
+ /** ## Regions, Platforms, Locales, and Riot ID */
3921
+ region: {
3922
+ /** Array of region objects, containing information about regions/platforms. */
3923
+ list: ({
3924
+ readonly region: "BR";
3925
+ readonly platform: "BR1";
3926
+ } | {
3927
+ readonly region: "EUNE";
3928
+ readonly platform: "EUN1";
3929
+ } | {
3930
+ readonly region: "EUW";
3931
+ readonly platform: "EUW1";
3932
+ } | {
3933
+ readonly region: "JP";
3934
+ readonly platform: "JP1";
3935
+ } | {
3936
+ readonly region: "KR";
3937
+ readonly platform: "KR";
3938
+ } | {
3939
+ readonly region: "LAN";
3940
+ readonly platform: "LA1";
3941
+ } | {
3942
+ readonly region: "LAS";
3943
+ readonly platform: "LA2";
3944
+ } | {
3945
+ readonly region: "NA";
3946
+ readonly platform: "NA1";
3947
+ } | {
3948
+ readonly region: "OCE";
3949
+ readonly platform: "OC1";
3950
+ } | {
3951
+ readonly region: "TR";
3952
+ readonly platform: "TR1";
3953
+ } | {
3954
+ readonly region: "RU";
3955
+ readonly platform: "RU";
3956
+ } | {
3957
+ readonly region: "PH";
3958
+ readonly platform: "PH2";
3959
+ } | {
3960
+ readonly region: "SG";
3961
+ readonly platform: "SG2";
3962
+ } | {
3963
+ readonly region: "TH";
3964
+ readonly platform: "TH2";
3965
+ } | {
3966
+ readonly region: "TW";
3967
+ readonly platform: "TW2";
3968
+ } | {
3969
+ readonly region: "VN";
3970
+ readonly platform: "VN2";
3971
+ } | {
3972
+ readonly region: "PBE";
3973
+ readonly platform: "PBE1";
3974
+ })[];
3975
+ get: typeof getRegion;
3976
+ /**
3977
+ * ### Riot ID
3978
+ * Helper functions for processing Riot ID.
3979
+ */
3980
+ riotId: {
3981
+ make: typeof makeRiotId;
3982
+ split: typeof splitRiotId;
3983
+ validate: typeof validateRiotId;
3984
+ };
3985
+ };
3986
+ /** ## Type validators */
3987
+ type: {
3988
+ isChampionClass: typeof isChampionClass;
3989
+ isKillType: typeof isKillType;
3990
+ isMapId: typeof isMapId;
3991
+ isMapTitle: typeof isMapTitle;
3992
+ isDragonType: typeof isDragonType;
3993
+ isMonsterType: typeof isMonsterType;
3994
+ isLane: typeof isLane;
3995
+ isLaneType: typeof isLaneType;
3996
+ isPosition: typeof isPosition;
3997
+ isRole: typeof isRole;
3998
+ isTeamId: typeof isTeamId;
3999
+ isGameMode: typeof isGameMode;
4000
+ isGameType: typeof isGameType;
4001
+ isQueueId: typeof isQueueId;
4002
+ isQueueTitle: typeof isQueueTitle;
4003
+ isQueueType: typeof isQueueType;
4004
+ isRankedRank: typeof isRankedRank;
4005
+ isRankedTier: typeof isRankedTier;
4006
+ isLocale: typeof isLocale;
4007
+ isPlatform: typeof isPlatform;
4008
+ isRegion: typeof isRegion;
4009
+ isBuildingType: typeof isBuildingType;
4010
+ isTowerType: typeof isTowerType;
4011
+ isWardType: typeof isWardType;
4012
+ isChampionId: typeof isChampionId;
4013
+ isChampionKey: typeof isChampionKey;
4014
+ isChampionName: typeof isChampionName;
4015
+ isItemId: typeof isItemId;
4016
+ isItemName: typeof isItemName;
4017
+ isRuneId: typeof isRuneId;
4018
+ isRuneKey: typeof isRuneKey;
4019
+ isRuneName: typeof isRuneName;
4020
+ isStatRuneId: typeof isStatRuneId;
4021
+ isStatRuneName: typeof isStatRuneName;
4022
+ isRuneTreeId: typeof isRuneTreeId;
4023
+ isRuneTreeKey: typeof isRuneTreeKey;
4024
+ isRuneTreeName: typeof isRuneTreeName;
4025
+ isSpellId: typeof isSpellId;
4026
+ isSpellKey: typeof isSpellKey;
4027
+ isSpellName: typeof isSpellName;
4028
+ };
4029
+ };