lol-constants 2.25.0 → 3.0.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (427) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Locale.js +1 -0
  4. package/dist/Patch.d.ts +3 -0
  5. package/dist/Patch.js +3 -0
  6. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  7. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  8. package/dist/constants/events.d.ts +49 -0
  9. package/dist/constants/events.js +55 -0
  10. package/dist/constants/history.d.ts +26 -0
  11. package/dist/constants/history.js +29 -0
  12. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  13. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  14. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  15. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  16. package/dist/constants/participants.d.ts +38 -0
  17. package/dist/constants/participants.js +43 -0
  18. package/dist/enums/ItemSrTypes.d.ts +11 -0
  19. package/dist/enums/ItemSrTypes.js +10 -0
  20. package/dist/enums/StatRuneSlots.d.ts +6 -0
  21. package/dist/enums/StatRuneSlots.js +5 -0
  22. package/dist/helpers/champion.d.ts +678 -0
  23. package/dist/helpers/champion.js +18 -0
  24. package/dist/helpers/item.d.ts +39 -0
  25. package/dist/helpers/item.js +113 -0
  26. package/dist/helpers/riotId.d.ts +16 -0
  27. package/dist/helpers/riotId.js +33 -0
  28. package/dist/helpers/rune.d.ts +36 -0
  29. package/dist/helpers/rune.js +70 -0
  30. package/dist/helpers/spell.d.ts +6 -0
  31. package/dist/helpers/spell.js +18 -0
  32. package/dist/helpers/type.d.ts +3 -0
  33. package/dist/index.d.ts +30 -0
  34. package/dist/index.js +27 -0
  35. package/dist/lol.d.ts +4029 -0
  36. package/dist/lol.js +182 -0
  37. package/dist/objects/Maps.d.ts +113 -0
  38. package/dist/objects/Maps.js +69 -0
  39. package/dist/objects/Queues.d.ts +192 -0
  40. package/dist/objects/Queues.js +71 -0
  41. package/dist/objects/Regions.d.ts +132 -0
  42. package/dist/objects/Regions.js +55 -0
  43. package/dist/objects/generated/Champions.d.ts +1858 -0
  44. package/dist/objects/generated/Champions.js +4 -0
  45. package/dist/objects/generated/Items.d.ts +5108 -0
  46. package/dist/objects/generated/Items.js +4 -0
  47. package/dist/objects/generated/Runes.d.ts +1477 -0
  48. package/dist/objects/generated/Runes.js +13 -0
  49. package/dist/objects/generated/Spells.d.ts +208 -0
  50. package/dist/objects/generated/Spells.js +4 -0
  51. package/package.json +17 -15
  52. package/assets/constants/BootsItemNames.d.ts +0 -1
  53. package/assets/constants/BootsItemNames.js +0 -13
  54. package/assets/constants/Champion.d.ts +0 -7903
  55. package/assets/constants/Champion.js +0 -1
  56. package/assets/constants/Item.d.ts +0 -20779
  57. package/assets/constants/Item.js +0 -1
  58. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  59. package/assets/constants/LegendaryItemNames.js +0 -125
  60. package/assets/constants/RunesReforged.d.ts +0 -491
  61. package/assets/constants/RunesReforged.js +0 -1
  62. package/assets/constants/StatRunes.d.ts +0 -28
  63. package/assets/constants/StatRunes.js +0 -11
  64. package/assets/constants/StatRunesByRow.d.ts +0 -17
  65. package/assets/constants/StatRunesByRow.js +0 -17
  66. package/assets/constants/Summoner.d.ts +0 -582
  67. package/assets/constants/Summoner.js +0 -1
  68. package/assets/index.d.ts +0 -4
  69. package/assets/index.js +0 -11
  70. package/assets/scripts/asset-scripts/champion.js +0 -9
  71. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  72. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  73. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  74. package/assets/scripts/asset-scripts/item.js +0 -9
  75. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  76. package/assets/scripts/asset-scripts/runes-reforged.js +0 -9
  77. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  78. package/assets/scripts/asset-scripts/summoner.js +0 -9
  79. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  80. package/assets/scripts/constants/RuneIdComment.js +0 -24
  81. package/assets/scripts/generate-all.d.ts +0 -23
  82. package/assets/scripts/generate-all.js +0 -27
  83. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  84. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  85. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  86. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  87. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  88. package/assets/scripts/generate-categorized-item-names.js +0 -56
  89. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  90. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  91. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  92. package/assets/scripts/generate-champion-ids.js +0 -18
  93. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  94. package/assets/scripts/generate-champion-keys-num.js +0 -20
  95. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  96. package/assets/scripts/generate-champion-keys.js +0 -18
  97. package/assets/scripts/generate-champion-names.d.ts +0 -1
  98. package/assets/scripts/generate-champion-names.js +0 -18
  99. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  100. package/assets/scripts/generate-item-keys-num.js +0 -24
  101. package/assets/scripts/generate-item-keys.d.ts +0 -1
  102. package/assets/scripts/generate-item-keys.js +0 -22
  103. package/assets/scripts/generate-item-names.d.ts +0 -1
  104. package/assets/scripts/generate-item-names.js +0 -22
  105. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  106. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  107. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  108. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  109. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  110. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  111. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  112. package/assets/scripts/generate-rune-ids.js +0 -27
  113. package/assets/scripts/generate-rune-names.d.ts +0 -1
  114. package/assets/scripts/generate-rune-names.js +0 -25
  115. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  116. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  118. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  119. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  120. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  121. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  122. package/assets/scripts/generate-rune-sets.js +0 -116
  123. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  124. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  125. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  126. package/assets/scripts/generate-spell-ids.js +0 -18
  127. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  128. package/assets/scripts/generate-spell-keys-num.js +0 -20
  129. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  130. package/assets/scripts/generate-spell-keys.js +0 -18
  131. package/assets/scripts/generate-spell-names.d.ts +0 -1
  132. package/assets/scripts/generate-spell-names.js +0 -18
  133. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  134. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  135. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  136. package/assets/scripts/generate-stat-rune-names.js +0 -16
  137. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  138. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  139. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  140. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  141. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  142. package/assets/scripts/helpers/getExportStatement.js +0 -37
  143. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  144. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  145. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  146. package/assets/scripts/helpers/validateNumber.js +0 -6
  147. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  148. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  149. package/assets/scripts/print-file-names.d.ts +0 -1
  150. package/assets/scripts/print-file-names.js +0 -89
  151. package/core/constants/Abilities.d.ts +0 -17
  152. package/core/constants/Abilities.js +0 -19
  153. package/core/constants/BuildingTypes.d.ts +0 -6
  154. package/core/constants/BuildingTypes.js +0 -7
  155. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  156. package/core/constants/Champions/ChampionIds.js +0 -1
  157. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  158. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  159. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  160. package/core/constants/Champions/ChampionKeys.js +0 -1
  161. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  163. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  164. package/core/constants/Champions/ChampionNames.js +0 -1
  165. package/core/constants/Continents.d.ts +0 -8
  166. package/core/constants/Continents.js +0 -9
  167. package/core/constants/DataDragonUrls.d.ts +0 -52
  168. package/core/constants/DataDragonUrls.js +0 -56
  169. package/core/constants/DragonTypes.d.ts +0 -11
  170. package/core/constants/DragonTypes.js +0 -12
  171. package/core/constants/GameModes.d.ts +0 -12
  172. package/core/constants/GameModes.js +0 -13
  173. package/core/constants/GameTypes.d.ts +0 -7
  174. package/core/constants/GameTypes.js +0 -8
  175. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  176. package/core/constants/Items/BootsItemKeys.js +0 -1
  177. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  179. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  180. package/core/constants/Items/BootsItemNames.js +0 -1
  181. package/core/constants/Items/ItemKeys.d.ts +0 -238
  182. package/core/constants/Items/ItemKeys.js +0 -1
  183. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  184. package/core/constants/Items/ItemKeysNum.js +0 -1
  185. package/core/constants/Items/ItemNames.d.ts +0 -244
  186. package/core/constants/Items/ItemNames.js +0 -1
  187. package/core/constants/Items/ItemTypes.d.ts +0 -7
  188. package/core/constants/Items/ItemTypes.js +0 -8
  189. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  190. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  191. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  193. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemNames.js +0 -1
  195. package/core/constants/KillTypes.d.ts +0 -7
  196. package/core/constants/KillTypes.js +0 -8
  197. package/core/constants/LaneTypes.d.ts +0 -7
  198. package/core/constants/LaneTypes.js +0 -8
  199. package/core/constants/Lanes.d.ts +0 -8
  200. package/core/constants/Lanes.js +0 -9
  201. package/core/constants/LeagueTexts.d.ts +0 -49
  202. package/core/constants/LeagueTexts.js +0 -54
  203. package/core/constants/Levels.d.ts +0 -22
  204. package/core/constants/Levels.js +0 -23
  205. package/core/constants/MapIds.d.ts +0 -17
  206. package/core/constants/MapIds.js +0 -18
  207. package/core/constants/MonsterTypes.d.ts +0 -8
  208. package/core/constants/MonsterTypes.js +0 -9
  209. package/core/constants/ParticipantIds.d.ts +0 -14
  210. package/core/constants/ParticipantIds.js +0 -15
  211. package/core/constants/PlatformApiUris.d.ts +0 -20
  212. package/core/constants/PlatformApiUris.js +0 -21
  213. package/core/constants/PlatformIds.d.ts +0 -23
  214. package/core/constants/PlatformIds.js +0 -26
  215. package/core/constants/Positions.d.ts +0 -9
  216. package/core/constants/Positions.js +0 -10
  217. package/core/constants/QueueIds.d.ts +0 -114
  218. package/core/constants/QueueIds.js +0 -140
  219. package/core/constants/QueueTypes.d.ts +0 -7
  220. package/core/constants/QueueTypes.js +0 -8
  221. package/core/constants/RankedRanks.d.ts +0 -8
  222. package/core/constants/RankedRanks.js +0 -9
  223. package/core/constants/RegionalApiUris.d.ts +0 -8
  224. package/core/constants/RegionalApiUris.js +0 -9
  225. package/core/constants/Regions.d.ts +0 -23
  226. package/core/constants/Regions.js +0 -26
  227. package/core/constants/RelativeTeams.d.ts +0 -6
  228. package/core/constants/RelativeTeams.js +0 -7
  229. package/core/constants/Roles.d.ts +0 -8
  230. package/core/constants/Roles.js +0 -9
  231. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  232. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  233. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  234. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  235. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  237. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  238. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  239. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  240. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  241. package/core/constants/Runes/RuneSets.d.ts +0 -721
  242. package/core/constants/Runes/RuneSets.js +0 -11
  243. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  244. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  247. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  248. package/core/constants/Runes/RuneTreeIds.js +0 -14
  249. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  251. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeNames.js +0 -14
  253. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  254. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  255. package/core/constants/SkillSlots.d.ts +0 -8
  256. package/core/constants/SkillSlots.js +0 -9
  257. package/core/constants/Skills.d.ts +0 -8
  258. package/core/constants/Skills.js +0 -9
  259. package/core/constants/Spells/SpellIds.d.ts +0 -21
  260. package/core/constants/Spells/SpellIds.js +0 -1
  261. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  262. package/core/constants/Spells/SpellIdsByName.js +0 -1
  263. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  264. package/core/constants/Spells/SpellKeys.js +0 -1
  265. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeysNum.js +0 -1
  267. package/core/constants/Spells/SpellNames.d.ts +0 -21
  268. package/core/constants/Spells/SpellNames.js +0 -1
  269. package/core/constants/TeamIds.d.ts +0 -6
  270. package/core/constants/TeamIds.js +0 -7
  271. package/core/constants/TowerTypes.d.ts +0 -8
  272. package/core/constants/TowerTypes.js +0 -9
  273. package/core/constants/WardTypes.d.ts +0 -9
  274. package/core/constants/WardTypes.js +0 -10
  275. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  276. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  277. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  278. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  279. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  283. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionNameById.js +0 -5
  285. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  286. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  287. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  288. package/core/helpers/Champions/isChampionId.js +0 -4
  289. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionKey.js +0 -4
  291. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  293. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionName.js +0 -4
  295. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  296. package/core/helpers/Items/getItemKeyByName.js +0 -4
  297. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  299. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  300. package/core/helpers/Items/getItemNameByKey.js +0 -4
  301. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  302. package/core/helpers/Items/isBootsItemKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  305. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemName.js +0 -4
  307. package/core/helpers/Items/isItemKey.d.ts +0 -2
  308. package/core/helpers/Items/isItemKey.js +0 -4
  309. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  310. package/core/helpers/Items/isItemKeyNum.js +0 -4
  311. package/core/helpers/Items/isItemName.d.ts +0 -2
  312. package/core/helpers/Items/isItemName.js +0 -4
  313. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  314. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  319. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  320. package/core/helpers/Items/isTier2Boots.js +0 -9
  321. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  322. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  323. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  325. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  326. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  327. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  328. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  329. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  331. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneNameById.js +0 -4
  333. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  334. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  335. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  337. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  338. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  343. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  344. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  349. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  350. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  355. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  356. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  361. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  362. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  367. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  368. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  373. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  374. package/core/helpers/Runes/isRuneId.js +0 -4
  375. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  377. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneName.js +0 -4
  379. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  380. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  385. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  386. package/core/helpers/Runes/isStatRuneId.js +0 -4
  387. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  389. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneName.js +0 -4
  391. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  392. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  394. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  395. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  399. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellNameById.js +0 -5
  401. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  402. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  403. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  404. package/core/helpers/Spells/isSpellId.js +0 -4
  405. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellKey.js +0 -4
  407. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  409. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellName.js +0 -4
  411. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  412. package/core/helpers/getPositionImageUrl.js +0 -11
  413. package/core/helpers/isRiotId.d.ts +0 -5
  414. package/core/helpers/isRiotId.js +0 -15
  415. package/core/helpers/makeRiotId.d.ts +0 -4
  416. package/core/helpers/makeRiotId.js +0 -5
  417. package/core/helpers/splitRiotId.d.ts +0 -10
  418. package/core/helpers/splitRiotId.js +0 -16
  419. package/core/index.d.ts +0 -139
  420. package/core/index.js +0 -150
  421. package/core/types/championJson.d.ts +0 -85
  422. package/core/types/championJson.js +0 -1
  423. package/core/types/interfaces.d.ts +0 -22
  424. package/core/types/interfaces.js +0 -1
  425. package/core/types/types.d.ts +0 -268
  426. package/core/types/types.js +0 -1
  427. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -0,0 +1,5108 @@
1
+ export declare const Items: {
2
+ readonly 1001: {
3
+ readonly id: 1001;
4
+ readonly name: "Boots";
5
+ readonly srType: 12;
6
+ };
7
+ readonly 1004: {
8
+ readonly id: 1004;
9
+ readonly name: "Faerie Charm";
10
+ readonly srType: 1;
11
+ };
12
+ readonly 1006: {
13
+ readonly id: 1006;
14
+ readonly name: "Rejuvenation Bead";
15
+ readonly srType: 1;
16
+ };
17
+ readonly 1011: {
18
+ readonly id: 1011;
19
+ readonly name: "Giant's Belt";
20
+ readonly srType: 2;
21
+ };
22
+ readonly 1018: {
23
+ readonly id: 1018;
24
+ readonly name: "Cloak of Agility";
25
+ readonly srType: 1;
26
+ };
27
+ readonly 1026: {
28
+ readonly id: 1026;
29
+ readonly name: "Blasting Wand";
30
+ readonly srType: 1;
31
+ };
32
+ readonly 1027: {
33
+ readonly id: 1027;
34
+ readonly name: "Sapphire Crystal";
35
+ readonly srType: 1;
36
+ };
37
+ readonly 1028: {
38
+ readonly id: 1028;
39
+ readonly name: "Ruby Crystal";
40
+ readonly srType: 1;
41
+ };
42
+ readonly 1029: {
43
+ readonly id: 1029;
44
+ readonly name: "Cloth Armor";
45
+ readonly srType: 1;
46
+ };
47
+ readonly 1031: {
48
+ readonly id: 1031;
49
+ readonly name: "Chain Vest";
50
+ readonly srType: 2;
51
+ };
52
+ readonly 1033: {
53
+ readonly id: 1033;
54
+ readonly name: "Null-Magic Mantle";
55
+ readonly srType: 1;
56
+ };
57
+ readonly 1035: {
58
+ readonly id: 1035;
59
+ readonly name: "Emberknife";
60
+ readonly srType: -1;
61
+ };
62
+ readonly 1036: {
63
+ readonly id: 1036;
64
+ readonly name: "Long Sword";
65
+ readonly srType: 1;
66
+ };
67
+ readonly 1037: {
68
+ readonly id: 1037;
69
+ readonly name: "Pickaxe";
70
+ readonly srType: 1;
71
+ };
72
+ readonly 1038: {
73
+ readonly id: 1038;
74
+ readonly name: "B. F. Sword";
75
+ readonly srType: 1;
76
+ };
77
+ readonly 1039: {
78
+ readonly id: 1039;
79
+ readonly name: "Hailblade";
80
+ readonly srType: -1;
81
+ };
82
+ readonly 1040: {
83
+ readonly id: 1040;
84
+ readonly name: "Obsidian Edge";
85
+ readonly srType: -1;
86
+ };
87
+ readonly 1042: {
88
+ readonly id: 1042;
89
+ readonly name: "Dagger";
90
+ readonly srType: 1;
91
+ };
92
+ readonly 1043: {
93
+ readonly id: 1043;
94
+ readonly name: "Recurve Bow";
95
+ readonly srType: 2;
96
+ };
97
+ readonly 1052: {
98
+ readonly id: 1052;
99
+ readonly name: "Amplifying Tome";
100
+ readonly srType: 1;
101
+ };
102
+ readonly 1053: {
103
+ readonly id: 1053;
104
+ readonly name: "Vampiric Scepter";
105
+ readonly srType: 2;
106
+ };
107
+ readonly 1054: {
108
+ readonly id: 1054;
109
+ readonly name: "Doran's Shield";
110
+ readonly srType: 0;
111
+ };
112
+ readonly 1055: {
113
+ readonly id: 1055;
114
+ readonly name: "Doran's Blade";
115
+ readonly srType: 0;
116
+ };
117
+ readonly 1056: {
118
+ readonly id: 1056;
119
+ readonly name: "Doran's Ring";
120
+ readonly srType: 0;
121
+ };
122
+ readonly 1057: {
123
+ readonly id: 1057;
124
+ readonly name: "Negatron Cloak";
125
+ readonly srType: 2;
126
+ };
127
+ readonly 1058: {
128
+ readonly id: 1058;
129
+ readonly name: "Needlessly Large Rod";
130
+ readonly srType: 1;
131
+ };
132
+ readonly 1082: {
133
+ readonly id: 1082;
134
+ readonly name: "Dark Seal";
135
+ readonly srType: 0;
136
+ };
137
+ readonly 1083: {
138
+ readonly id: 1083;
139
+ readonly name: "Cull";
140
+ readonly srType: 0;
141
+ };
142
+ readonly 1101: {
143
+ readonly id: 1101;
144
+ readonly name: "Scorchclaw Pup";
145
+ readonly srType: 0;
146
+ };
147
+ readonly 1102: {
148
+ readonly id: 1102;
149
+ readonly name: "Gustwalker Hatchling";
150
+ readonly srType: 0;
151
+ };
152
+ readonly 1103: {
153
+ readonly id: 1103;
154
+ readonly name: "Mosstomper Seedling";
155
+ readonly srType: 0;
156
+ };
157
+ readonly 1104: {
158
+ readonly id: 1104;
159
+ readonly name: "Eye of the Herald";
160
+ readonly srType: -1;
161
+ };
162
+ readonly 1500: {
163
+ readonly id: 1500;
164
+ readonly name: "Penetrating Bullets";
165
+ readonly srType: -1;
166
+ };
167
+ readonly 1503: {
168
+ readonly id: 1503;
169
+ readonly name: "Warden's Eye";
170
+ readonly srType: -1;
171
+ };
172
+ readonly 1504: {
173
+ readonly id: 1504;
174
+ readonly name: "Vanguard";
175
+ readonly srType: -1;
176
+ };
177
+ readonly 1507: {
178
+ readonly id: 1507;
179
+ readonly name: "Overcharged";
180
+ readonly srType: -1;
181
+ };
182
+ readonly 1508: {
183
+ readonly id: 1508;
184
+ readonly name: "Anti-tower Socks";
185
+ readonly srType: -1;
186
+ };
187
+ readonly 1509: {
188
+ readonly id: 1509;
189
+ readonly name: "Gusto";
190
+ readonly srType: -1;
191
+ };
192
+ readonly 1510: {
193
+ readonly id: 1510;
194
+ readonly name: "Phreakish Gusto";
195
+ readonly srType: -1;
196
+ };
197
+ readonly 1511: {
198
+ readonly id: 1511;
199
+ readonly name: "Super Mech Armor";
200
+ readonly srType: -1;
201
+ };
202
+ readonly 1512: {
203
+ readonly id: 1512;
204
+ readonly name: "Super Mech Power Field";
205
+ readonly srType: -1;
206
+ };
207
+ readonly 1515: {
208
+ readonly id: 1515;
209
+ readonly name: "Turret Plating";
210
+ readonly srType: -1;
211
+ };
212
+ readonly 1520: {
213
+ readonly id: 1520;
214
+ readonly name: "OvererchargedHA";
215
+ readonly srType: -1;
216
+ };
217
+ readonly 1522: {
218
+ readonly id: 1522;
219
+ readonly name: "Tower Power-Up";
220
+ readonly srType: -1;
221
+ };
222
+ readonly 2003: {
223
+ readonly id: 2003;
224
+ readonly name: "Health Potion";
225
+ readonly srType: 13;
226
+ };
227
+ readonly 2010: {
228
+ readonly id: 2010;
229
+ readonly name: "Total Biscuit of Everlasting Will";
230
+ readonly srType: 13;
231
+ };
232
+ readonly 2015: {
233
+ readonly id: 2015;
234
+ readonly name: "Kircheis Shard";
235
+ readonly srType: -1;
236
+ };
237
+ readonly 2019: {
238
+ readonly id: 2019;
239
+ readonly name: "Steel Sigil";
240
+ readonly srType: 2;
241
+ };
242
+ readonly 2020: {
243
+ readonly id: 2020;
244
+ readonly name: "The Brutalizer";
245
+ readonly srType: 2;
246
+ };
247
+ readonly 2021: {
248
+ readonly id: 2021;
249
+ readonly name: "Tunneler";
250
+ readonly srType: 2;
251
+ };
252
+ readonly 2022: {
253
+ readonly id: 2022;
254
+ readonly name: "Glowing Mote";
255
+ readonly srType: 1;
256
+ };
257
+ readonly 2031: {
258
+ readonly id: 2031;
259
+ readonly name: "Refillable Potion";
260
+ readonly srType: 13;
261
+ };
262
+ readonly 2033: {
263
+ readonly id: 2033;
264
+ readonly name: "Corrupting Potion";
265
+ readonly srType: -1;
266
+ };
267
+ readonly 2049: {
268
+ readonly id: 2049;
269
+ readonly name: "Guardian's Amulet";
270
+ readonly srType: -1;
271
+ };
272
+ readonly 2050: {
273
+ readonly id: 2050;
274
+ readonly name: "Guardian's Shroud";
275
+ readonly srType: -1;
276
+ };
277
+ readonly 2051: {
278
+ readonly id: 2051;
279
+ readonly name: "Guardian's Horn";
280
+ readonly srType: -1;
281
+ };
282
+ readonly 2052: {
283
+ readonly id: 2052;
284
+ readonly name: "Poro-Snax";
285
+ readonly srType: 13;
286
+ };
287
+ readonly 2055: {
288
+ readonly id: 2055;
289
+ readonly name: "Control Ward";
290
+ readonly srType: 13;
291
+ };
292
+ readonly 2056: {
293
+ readonly id: 2056;
294
+ readonly name: "Stealth Ward";
295
+ readonly srType: -1;
296
+ };
297
+ readonly 2065: {
298
+ readonly id: 2065;
299
+ readonly name: "Shurelya's Battlesong";
300
+ readonly srType: 3;
301
+ };
302
+ readonly 2138: {
303
+ readonly id: 2138;
304
+ readonly name: "Elixir of Iron";
305
+ readonly srType: 13;
306
+ };
307
+ readonly 2139: {
308
+ readonly id: 2139;
309
+ readonly name: "Elixir of Sorcery";
310
+ readonly srType: 13;
311
+ };
312
+ readonly 2140: {
313
+ readonly id: 2140;
314
+ readonly name: "Elixir of Wrath";
315
+ readonly srType: 13;
316
+ };
317
+ readonly 2141: {
318
+ readonly id: 2141;
319
+ readonly name: "Cappa Juice";
320
+ readonly srType: -1;
321
+ };
322
+ readonly 2142: {
323
+ readonly id: 2142;
324
+ readonly name: "Juice of Power";
325
+ readonly srType: -1;
326
+ };
327
+ readonly 2143: {
328
+ readonly id: 2143;
329
+ readonly name: "Juice of Vitality";
330
+ readonly srType: -1;
331
+ };
332
+ readonly 2144: {
333
+ readonly id: 2144;
334
+ readonly name: "Juice of Haste";
335
+ readonly srType: -1;
336
+ };
337
+ readonly 2145: {
338
+ readonly id: 2145;
339
+ readonly name: "Lucky Dice";
340
+ readonly srType: -1;
341
+ };
342
+ readonly 2150: {
343
+ readonly id: 2150;
344
+ readonly name: "Elixir of Skill";
345
+ readonly srType: 13;
346
+ };
347
+ readonly 2151: {
348
+ readonly id: 2151;
349
+ readonly name: "Elixir of Avarice";
350
+ readonly srType: 13;
351
+ };
352
+ readonly 2152: {
353
+ readonly id: 2152;
354
+ readonly name: "Elixir of Force";
355
+ readonly srType: 13;
356
+ };
357
+ readonly 2403: {
358
+ readonly id: 2403;
359
+ readonly name: "Minion Dematerializer";
360
+ readonly srType: -1;
361
+ };
362
+ readonly 2420: {
363
+ readonly id: 2420;
364
+ readonly name: "Seeker's Armguard";
365
+ readonly srType: 2;
366
+ };
367
+ readonly 2421: {
368
+ readonly id: 2421;
369
+ readonly name: "Shattered Armguard";
370
+ readonly srType: 2;
371
+ };
372
+ readonly 2422: {
373
+ readonly id: 2422;
374
+ readonly name: "Slightly Magical Footwear";
375
+ readonly srType: 12;
376
+ };
377
+ readonly 2501: {
378
+ readonly id: 2501;
379
+ readonly name: "Overlord's Bloodmail";
380
+ readonly srType: 3;
381
+ };
382
+ readonly 2502: {
383
+ readonly id: 2502;
384
+ readonly name: "Unending Despair";
385
+ readonly srType: 3;
386
+ };
387
+ readonly 2503: {
388
+ readonly id: 2503;
389
+ readonly name: "Blackfire Torch";
390
+ readonly srType: 3;
391
+ };
392
+ readonly 2504: {
393
+ readonly id: 2504;
394
+ readonly name: "Kaenic Rookern";
395
+ readonly srType: 3;
396
+ };
397
+ readonly 2508: {
398
+ readonly id: 2508;
399
+ readonly name: "Fated Ashes";
400
+ readonly srType: 2;
401
+ };
402
+ readonly 3001: {
403
+ readonly id: 3001;
404
+ readonly name: "Evenshroud";
405
+ readonly srType: -1;
406
+ };
407
+ readonly 3002: {
408
+ readonly id: 3002;
409
+ readonly name: "Trailblazer";
410
+ readonly srType: 3;
411
+ };
412
+ readonly 3003: {
413
+ readonly id: 3003;
414
+ readonly name: "Archangel's Staff";
415
+ readonly srType: 3;
416
+ };
417
+ readonly 3004: {
418
+ readonly id: 3004;
419
+ readonly name: "Manamune";
420
+ readonly srType: 3;
421
+ };
422
+ readonly 3005: {
423
+ readonly id: 3005;
424
+ readonly name: "Ghostcrawlers";
425
+ readonly srType: -1;
426
+ };
427
+ readonly 3006: {
428
+ readonly id: 3006;
429
+ readonly name: "Berserker's Greaves";
430
+ readonly srType: 12;
431
+ };
432
+ readonly 3009: {
433
+ readonly id: 3009;
434
+ readonly name: "Boots of Swiftness";
435
+ readonly srType: 12;
436
+ };
437
+ readonly 3010: {
438
+ readonly id: 3010;
439
+ readonly name: "Symbiotic Soles";
440
+ readonly srType: 12;
441
+ };
442
+ readonly 3011: {
443
+ readonly id: 3011;
444
+ readonly name: "Chemtech Putrifier";
445
+ readonly srType: -1;
446
+ };
447
+ readonly 3012: {
448
+ readonly id: 3012;
449
+ readonly name: "Chalice of Blessing";
450
+ readonly srType: -1;
451
+ };
452
+ readonly 3013: {
453
+ readonly id: 3013;
454
+ readonly name: "Synchronized Souls";
455
+ readonly srType: 12;
456
+ };
457
+ readonly 3020: {
458
+ readonly id: 3020;
459
+ readonly name: "Sorcerer's Shoes";
460
+ readonly srType: 12;
461
+ };
462
+ readonly 3023: {
463
+ readonly id: 3023;
464
+ readonly name: "Lifewell Pendant";
465
+ readonly srType: -1;
466
+ };
467
+ readonly 3024: {
468
+ readonly id: 3024;
469
+ readonly name: "Glacial Buckler";
470
+ readonly srType: 2;
471
+ };
472
+ readonly 3026: {
473
+ readonly id: 3026;
474
+ readonly name: "Guardian Angel";
475
+ readonly srType: 3;
476
+ };
477
+ readonly 3031: {
478
+ readonly id: 3031;
479
+ readonly name: "Infinity Edge";
480
+ readonly srType: 3;
481
+ };
482
+ readonly 3032: {
483
+ readonly id: 3032;
484
+ readonly name: "Yun Tal Wildarrows";
485
+ readonly srType: 3;
486
+ };
487
+ readonly 3033: {
488
+ readonly id: 3033;
489
+ readonly name: "Mortal Reminder";
490
+ readonly srType: 3;
491
+ };
492
+ readonly 3035: {
493
+ readonly id: 3035;
494
+ readonly name: "Last Whisper";
495
+ readonly srType: 2;
496
+ };
497
+ readonly 3036: {
498
+ readonly id: 3036;
499
+ readonly name: "Lord Dominik's Regards";
500
+ readonly srType: 3;
501
+ };
502
+ readonly 3039: {
503
+ readonly id: 3039;
504
+ readonly name: "Atma's Reckoning";
505
+ readonly srType: -1;
506
+ };
507
+ readonly 3040: {
508
+ readonly id: 3040;
509
+ readonly name: "Seraph's Embrace";
510
+ readonly srType: 3;
511
+ };
512
+ readonly 3041: {
513
+ readonly id: 3041;
514
+ readonly name: "Mejai's Soulstealer";
515
+ readonly srType: 3;
516
+ };
517
+ readonly 3042: {
518
+ readonly id: 3042;
519
+ readonly name: "Muramana";
520
+ readonly srType: 3;
521
+ };
522
+ readonly 3044: {
523
+ readonly id: 3044;
524
+ readonly name: "Phage";
525
+ readonly srType: 2;
526
+ };
527
+ readonly 3046: {
528
+ readonly id: 3046;
529
+ readonly name: "Phantom Dancer";
530
+ readonly srType: 3;
531
+ };
532
+ readonly 3047: {
533
+ readonly id: 3047;
534
+ readonly name: "Plated Steelcaps";
535
+ readonly srType: 12;
536
+ };
537
+ readonly 3050: {
538
+ readonly id: 3050;
539
+ readonly name: "Zeke's Convergence";
540
+ readonly srType: 3;
541
+ };
542
+ readonly 3051: {
543
+ readonly id: 3051;
544
+ readonly name: "Hearthbound Axe";
545
+ readonly srType: 2;
546
+ };
547
+ readonly 3053: {
548
+ readonly id: 3053;
549
+ readonly name: "Sterak's Gage";
550
+ readonly srType: 3;
551
+ };
552
+ readonly 3057: {
553
+ readonly id: 3057;
554
+ readonly name: "Sheen";
555
+ readonly srType: 2;
556
+ };
557
+ readonly 3065: {
558
+ readonly id: 3065;
559
+ readonly name: "Spirit Visage";
560
+ readonly srType: 3;
561
+ };
562
+ readonly 3066: {
563
+ readonly id: 3066;
564
+ readonly name: "Winged Moonplate";
565
+ readonly srType: 2;
566
+ };
567
+ readonly 3067: {
568
+ readonly id: 3067;
569
+ readonly name: "Kindlegem";
570
+ readonly srType: 2;
571
+ };
572
+ readonly 3068: {
573
+ readonly id: 3068;
574
+ readonly name: "Sunfire Aegis";
575
+ readonly srType: 3;
576
+ };
577
+ readonly 3070: {
578
+ readonly id: 3070;
579
+ readonly name: "Tear of the Goddess";
580
+ readonly srType: 0;
581
+ };
582
+ readonly 3071: {
583
+ readonly id: 3071;
584
+ readonly name: "Black Cleaver";
585
+ readonly srType: 3;
586
+ };
587
+ readonly 3072: {
588
+ readonly id: 3072;
589
+ readonly name: "Bloodthirster";
590
+ readonly srType: 3;
591
+ };
592
+ readonly 3073: {
593
+ readonly id: 3073;
594
+ readonly name: "Experimental Hexplate";
595
+ readonly srType: 3;
596
+ };
597
+ readonly 3074: {
598
+ readonly id: 3074;
599
+ readonly name: "Ravenous Hydra";
600
+ readonly srType: 3;
601
+ };
602
+ readonly 3075: {
603
+ readonly id: 3075;
604
+ readonly name: "Thornmail";
605
+ readonly srType: 3;
606
+ };
607
+ readonly 3076: {
608
+ readonly id: 3076;
609
+ readonly name: "Bramble Vest";
610
+ readonly srType: 2;
611
+ };
612
+ readonly 3077: {
613
+ readonly id: 3077;
614
+ readonly name: "Tiamat";
615
+ readonly srType: 2;
616
+ };
617
+ readonly 3078: {
618
+ readonly id: 3078;
619
+ readonly name: "Trinity Force";
620
+ readonly srType: 3;
621
+ };
622
+ readonly 3082: {
623
+ readonly id: 3082;
624
+ readonly name: "Warden's Mail";
625
+ readonly srType: 2;
626
+ };
627
+ readonly 3083: {
628
+ readonly id: 3083;
629
+ readonly name: "Warmog's Armor";
630
+ readonly srType: 3;
631
+ };
632
+ readonly 3084: {
633
+ readonly id: 3084;
634
+ readonly name: "Heartsteel";
635
+ readonly srType: 3;
636
+ };
637
+ readonly 3085: {
638
+ readonly id: 3085;
639
+ readonly name: "Runaan's Hurricane";
640
+ readonly srType: 3;
641
+ };
642
+ readonly 3086: {
643
+ readonly id: 3086;
644
+ readonly name: "Zeal";
645
+ readonly srType: 2;
646
+ };
647
+ readonly 3087: {
648
+ readonly id: 3087;
649
+ readonly name: "Statikk Shiv";
650
+ readonly srType: 3;
651
+ };
652
+ readonly 3089: {
653
+ readonly id: 3089;
654
+ readonly name: "Rabadon's Deathcap";
655
+ readonly srType: 3;
656
+ };
657
+ readonly 3091: {
658
+ readonly id: 3091;
659
+ readonly name: "Wit's End";
660
+ readonly srType: 3;
661
+ };
662
+ readonly 3094: {
663
+ readonly id: 3094;
664
+ readonly name: "Rapid Firecannon";
665
+ readonly srType: 3;
666
+ };
667
+ readonly 3095: {
668
+ readonly id: 3095;
669
+ readonly name: "Stormrazor";
670
+ readonly srType: -1;
671
+ };
672
+ readonly 3100: {
673
+ readonly id: 3100;
674
+ readonly name: "Lich Bane";
675
+ readonly srType: 3;
676
+ };
677
+ readonly 3102: {
678
+ readonly id: 3102;
679
+ readonly name: "Banshee's Veil";
680
+ readonly srType: 3;
681
+ };
682
+ readonly 3105: {
683
+ readonly id: 3105;
684
+ readonly name: "Aegis of the Legion";
685
+ readonly srType: -1;
686
+ };
687
+ readonly 3107: {
688
+ readonly id: 3107;
689
+ readonly name: "Redemption";
690
+ readonly srType: 3;
691
+ };
692
+ readonly 3108: {
693
+ readonly id: 3108;
694
+ readonly name: "Fiendish Codex";
695
+ readonly srType: 2;
696
+ };
697
+ readonly 3109: {
698
+ readonly id: 3109;
699
+ readonly name: "Knight's Vow";
700
+ readonly srType: 3;
701
+ };
702
+ readonly 3110: {
703
+ readonly id: 3110;
704
+ readonly name: "Frozen Heart";
705
+ readonly srType: 3;
706
+ };
707
+ readonly 3111: {
708
+ readonly id: 3111;
709
+ readonly name: "Mercury's Treads";
710
+ readonly srType: 12;
711
+ };
712
+ readonly 3112: {
713
+ readonly id: 3112;
714
+ readonly name: "Guardian's Orb";
715
+ readonly srType: -1;
716
+ };
717
+ readonly 3113: {
718
+ readonly id: 3113;
719
+ readonly name: "Aether Wisp";
720
+ readonly srType: 2;
721
+ };
722
+ readonly 3114: {
723
+ readonly id: 3114;
724
+ readonly name: "Forbidden Idol";
725
+ readonly srType: 2;
726
+ };
727
+ readonly 3115: {
728
+ readonly id: 3115;
729
+ readonly name: "Nashor's Tooth";
730
+ readonly srType: 3;
731
+ };
732
+ readonly 3116: {
733
+ readonly id: 3116;
734
+ readonly name: "Rylai's Crystal Scepter";
735
+ readonly srType: 3;
736
+ };
737
+ readonly 3117: {
738
+ readonly id: 3117;
739
+ readonly name: "Mobility Boots";
740
+ readonly srType: -1;
741
+ };
742
+ readonly 3118: {
743
+ readonly id: 3118;
744
+ readonly name: "Malignance";
745
+ readonly srType: 3;
746
+ };
747
+ readonly 3119: {
748
+ readonly id: 3119;
749
+ readonly name: "Winter's Approach";
750
+ readonly srType: 3;
751
+ };
752
+ readonly 3121: {
753
+ readonly id: 3121;
754
+ readonly name: "Fimbulwinter";
755
+ readonly srType: 3;
756
+ };
757
+ readonly 3123: {
758
+ readonly id: 3123;
759
+ readonly name: "Executioner's Calling";
760
+ readonly srType: 2;
761
+ };
762
+ readonly 3124: {
763
+ readonly id: 3124;
764
+ readonly name: "Guinsoo's Rageblade";
765
+ readonly srType: 3;
766
+ };
767
+ readonly 3128: {
768
+ readonly id: 3128;
769
+ readonly name: "Deathfire Grasp";
770
+ readonly srType: -1;
771
+ };
772
+ readonly 3131: {
773
+ readonly id: 3131;
774
+ readonly name: "Sword of the Divine";
775
+ readonly srType: -1;
776
+ };
777
+ readonly 3133: {
778
+ readonly id: 3133;
779
+ readonly name: "Caulfield's Warhammer";
780
+ readonly srType: 2;
781
+ };
782
+ readonly 3134: {
783
+ readonly id: 3134;
784
+ readonly name: "Serrated Dirk";
785
+ readonly srType: 2;
786
+ };
787
+ readonly 3135: {
788
+ readonly id: 3135;
789
+ readonly name: "Void Staff";
790
+ readonly srType: 3;
791
+ };
792
+ readonly 3137: {
793
+ readonly id: 3137;
794
+ readonly name: "Cryptbloom";
795
+ readonly srType: 3;
796
+ };
797
+ readonly 3139: {
798
+ readonly id: 3139;
799
+ readonly name: "Mercurial Scimitar";
800
+ readonly srType: 3;
801
+ };
802
+ readonly 3140: {
803
+ readonly id: 3140;
804
+ readonly name: "Quicksilver Sash";
805
+ readonly srType: 2;
806
+ };
807
+ readonly 3142: {
808
+ readonly id: 3142;
809
+ readonly name: "Youmuu's Ghostblade";
810
+ readonly srType: 3;
811
+ };
812
+ readonly 3143: {
813
+ readonly id: 3143;
814
+ readonly name: "Randuin's Omen";
815
+ readonly srType: 3;
816
+ };
817
+ readonly 3144: {
818
+ readonly id: 3144;
819
+ readonly name: "Scout's Slingshot";
820
+ readonly srType: 2;
821
+ };
822
+ readonly 3145: {
823
+ readonly id: 3145;
824
+ readonly name: "Hextech Alternator";
825
+ readonly srType: 2;
826
+ };
827
+ readonly 3146: {
828
+ readonly id: 3146;
829
+ readonly name: "Hextech Gunblade";
830
+ readonly srType: -1;
831
+ };
832
+ readonly 3147: {
833
+ readonly id: 3147;
834
+ readonly name: "Haunting Guise";
835
+ readonly srType: 2;
836
+ };
837
+ readonly 3152: {
838
+ readonly id: 3152;
839
+ readonly name: "Hextech Rocketbelt";
840
+ readonly srType: 3;
841
+ };
842
+ readonly 3153: {
843
+ readonly id: 3153;
844
+ readonly name: "Blade of The Ruined King";
845
+ readonly srType: 3;
846
+ };
847
+ readonly 3155: {
848
+ readonly id: 3155;
849
+ readonly name: "Hexdrinker";
850
+ readonly srType: 2;
851
+ };
852
+ readonly 3156: {
853
+ readonly id: 3156;
854
+ readonly name: "Maw of Malmortius";
855
+ readonly srType: 3;
856
+ };
857
+ readonly 3157: {
858
+ readonly id: 3157;
859
+ readonly name: "Zhonya's Hourglass";
860
+ readonly srType: 3;
861
+ };
862
+ readonly 3158: {
863
+ readonly id: 3158;
864
+ readonly name: "Ionian Boots of Lucidity";
865
+ readonly srType: 12;
866
+ };
867
+ readonly 3161: {
868
+ readonly id: 3161;
869
+ readonly name: "Spear of Shojin";
870
+ readonly srType: 3;
871
+ };
872
+ readonly 3165: {
873
+ readonly id: 3165;
874
+ readonly name: "Morellonomicon";
875
+ readonly srType: 3;
876
+ };
877
+ readonly 3172: {
878
+ readonly id: 3172;
879
+ readonly name: "Zephyr";
880
+ readonly srType: 12;
881
+ };
882
+ readonly 3177: {
883
+ readonly id: 3177;
884
+ readonly name: "Guardian's Blade";
885
+ readonly srType: -1;
886
+ };
887
+ readonly 3179: {
888
+ readonly id: 3179;
889
+ readonly name: "Umbral Glaive";
890
+ readonly srType: 3;
891
+ };
892
+ readonly 3181: {
893
+ readonly id: 3181;
894
+ readonly name: "Hullbreaker";
895
+ readonly srType: 3;
896
+ };
897
+ readonly 3184: {
898
+ readonly id: 3184;
899
+ readonly name: "Guardian's Hammer";
900
+ readonly srType: -1;
901
+ };
902
+ readonly 3190: {
903
+ readonly id: 3190;
904
+ readonly name: "Locket of the Iron Solari";
905
+ readonly srType: 3;
906
+ };
907
+ readonly 3193: {
908
+ readonly id: 3193;
909
+ readonly name: "Gargoyle Stoneplate";
910
+ readonly srType: -1;
911
+ };
912
+ readonly 3211: {
913
+ readonly id: 3211;
914
+ readonly name: "Spectre's Cowl";
915
+ readonly srType: 2;
916
+ };
917
+ readonly 3222: {
918
+ readonly id: 3222;
919
+ readonly name: "Mikael's Blessing";
920
+ readonly srType: 3;
921
+ };
922
+ readonly 3302: {
923
+ readonly id: 3302;
924
+ readonly name: "Terminus";
925
+ readonly srType: 3;
926
+ };
927
+ readonly 3330: {
928
+ readonly id: 3330;
929
+ readonly name: "Scarecrow Effigy";
930
+ readonly srType: -1;
931
+ };
932
+ readonly 3340: {
933
+ readonly id: 3340;
934
+ readonly name: "Stealth Ward";
935
+ readonly srType: 11;
936
+ };
937
+ readonly 3348: {
938
+ readonly id: 3348;
939
+ readonly name: "Arcane Sweeper";
940
+ readonly srType: -1;
941
+ };
942
+ readonly 3349: {
943
+ readonly id: 3349;
944
+ readonly name: "Lucent Singularity";
945
+ readonly srType: -1;
946
+ };
947
+ readonly 3363: {
948
+ readonly id: 3363;
949
+ readonly name: "Farsight Alteration";
950
+ readonly srType: 11;
951
+ };
952
+ readonly 3364: {
953
+ readonly id: 3364;
954
+ readonly name: "Oracle Lens";
955
+ readonly srType: 11;
956
+ };
957
+ readonly 3400: {
958
+ readonly id: 3400;
959
+ readonly name: "Your Cut";
960
+ readonly srType: 13;
961
+ };
962
+ readonly 3430: {
963
+ readonly id: 3430;
964
+ readonly name: "Rite Of Ruin";
965
+ readonly srType: -1;
966
+ };
967
+ readonly 3504: {
968
+ readonly id: 3504;
969
+ readonly name: "Ardent Censer";
970
+ readonly srType: 3;
971
+ };
972
+ readonly 3508: {
973
+ readonly id: 3508;
974
+ readonly name: "Essence Reaver";
975
+ readonly srType: 3;
976
+ };
977
+ readonly 3513: {
978
+ readonly id: 3513;
979
+ readonly name: "Eye of the Herald";
980
+ readonly srType: -1;
981
+ };
982
+ readonly 3599: {
983
+ readonly id: 3599;
984
+ readonly name: "Kalista's Black Spear";
985
+ readonly srType: -1;
986
+ };
987
+ readonly 3600: {
988
+ readonly id: 3600;
989
+ readonly name: "Sylas' Black Spear";
990
+ readonly srType: -1;
991
+ };
992
+ readonly 3742: {
993
+ readonly id: 3742;
994
+ readonly name: "Dead Man's Plate";
995
+ readonly srType: 3;
996
+ };
997
+ readonly 3748: {
998
+ readonly id: 3748;
999
+ readonly name: "Titanic Hydra";
1000
+ readonly srType: 3;
1001
+ };
1002
+ readonly 3801: {
1003
+ readonly id: 3801;
1004
+ readonly name: "Crystalline Bracer";
1005
+ readonly srType: 2;
1006
+ };
1007
+ readonly 3802: {
1008
+ readonly id: 3802;
1009
+ readonly name: "Lost Chapter";
1010
+ readonly srType: 2;
1011
+ };
1012
+ readonly 3803: {
1013
+ readonly id: 3803;
1014
+ readonly name: "Catalyst of Aeons";
1015
+ readonly srType: 2;
1016
+ };
1017
+ readonly 3814: {
1018
+ readonly id: 3814;
1019
+ readonly name: "Edge of Night";
1020
+ readonly srType: 3;
1021
+ };
1022
+ readonly 3850: {
1023
+ readonly id: 3850;
1024
+ readonly name: "Spellthief's Edge";
1025
+ readonly srType: -1;
1026
+ };
1027
+ readonly 3851: {
1028
+ readonly id: 3851;
1029
+ readonly name: "Frostfang";
1030
+ readonly srType: -1;
1031
+ };
1032
+ readonly 3853: {
1033
+ readonly id: 3853;
1034
+ readonly name: "Shard of True Ice";
1035
+ readonly srType: -1;
1036
+ };
1037
+ readonly 3854: {
1038
+ readonly id: 3854;
1039
+ readonly name: "Steel Shoulderguards";
1040
+ readonly srType: -1;
1041
+ };
1042
+ readonly 3855: {
1043
+ readonly id: 3855;
1044
+ readonly name: "Runesteel Spaulders";
1045
+ readonly srType: -1;
1046
+ };
1047
+ readonly 3857: {
1048
+ readonly id: 3857;
1049
+ readonly name: "Pauldrons of Whiterock";
1050
+ readonly srType: -1;
1051
+ };
1052
+ readonly 3858: {
1053
+ readonly id: 3858;
1054
+ readonly name: "Relic Shield";
1055
+ readonly srType: -1;
1056
+ };
1057
+ readonly 3859: {
1058
+ readonly id: 3859;
1059
+ readonly name: "Targon's Buckler";
1060
+ readonly srType: -1;
1061
+ };
1062
+ readonly 3860: {
1063
+ readonly id: 3860;
1064
+ readonly name: "Bulwark of the Mountain";
1065
+ readonly srType: -1;
1066
+ };
1067
+ readonly 3862: {
1068
+ readonly id: 3862;
1069
+ readonly name: "Spectral Sickle";
1070
+ readonly srType: -1;
1071
+ };
1072
+ readonly 3863: {
1073
+ readonly id: 3863;
1074
+ readonly name: "Harrowing Crescent";
1075
+ readonly srType: -1;
1076
+ };
1077
+ readonly 3864: {
1078
+ readonly id: 3864;
1079
+ readonly name: "Black Mist Scythe";
1080
+ readonly srType: -1;
1081
+ };
1082
+ readonly 3865: {
1083
+ readonly id: 3865;
1084
+ readonly name: "World Atlas";
1085
+ readonly srType: 0;
1086
+ };
1087
+ readonly 3866: {
1088
+ readonly id: 3866;
1089
+ readonly name: "Runic Compass";
1090
+ readonly srType: 2;
1091
+ };
1092
+ readonly 3867: {
1093
+ readonly id: 3867;
1094
+ readonly name: "Bounty of Worlds";
1095
+ readonly srType: 3;
1096
+ };
1097
+ readonly 3869: {
1098
+ readonly id: 3869;
1099
+ readonly name: "Celestial Opposition";
1100
+ readonly srType: 3;
1101
+ };
1102
+ readonly 3870: {
1103
+ readonly id: 3870;
1104
+ readonly name: "Dream Maker";
1105
+ readonly srType: 3;
1106
+ };
1107
+ readonly 3871: {
1108
+ readonly id: 3871;
1109
+ readonly name: "Zaz'Zak's Realmspike";
1110
+ readonly srType: 3;
1111
+ };
1112
+ readonly 3876: {
1113
+ readonly id: 3876;
1114
+ readonly name: "Solstice Sleigh";
1115
+ readonly srType: 3;
1116
+ };
1117
+ readonly 3877: {
1118
+ readonly id: 3877;
1119
+ readonly name: "Bloodsong";
1120
+ readonly srType: 3;
1121
+ };
1122
+ readonly 3901: {
1123
+ readonly id: 3901;
1124
+ readonly name: "Fire at Will";
1125
+ readonly srType: -1;
1126
+ };
1127
+ readonly 3902: {
1128
+ readonly id: 3902;
1129
+ readonly name: "Death's Daughter";
1130
+ readonly srType: -1;
1131
+ };
1132
+ readonly 3903: {
1133
+ readonly id: 3903;
1134
+ readonly name: "Raise Morale";
1135
+ readonly srType: -1;
1136
+ };
1137
+ readonly 3916: {
1138
+ readonly id: 3916;
1139
+ readonly name: "Oblivion Orb";
1140
+ readonly srType: 2;
1141
+ };
1142
+ readonly 4003: {
1143
+ readonly id: 4003;
1144
+ readonly name: "Lifeline";
1145
+ readonly srType: -1;
1146
+ };
1147
+ readonly 4004: {
1148
+ readonly id: 4004;
1149
+ readonly name: "Spectral Cutlass";
1150
+ readonly srType: -1;
1151
+ };
1152
+ readonly 4005: {
1153
+ readonly id: 4005;
1154
+ readonly name: "Imperial Mandate";
1155
+ readonly srType: 3;
1156
+ };
1157
+ readonly 4010: {
1158
+ readonly id: 4010;
1159
+ readonly name: "Bloodletter's Curse";
1160
+ readonly srType: -1;
1161
+ };
1162
+ readonly 4011: {
1163
+ readonly id: 4011;
1164
+ readonly name: "Sword of Blossoming Dawn";
1165
+ readonly srType: -1;
1166
+ };
1167
+ readonly 4012: {
1168
+ readonly id: 4012;
1169
+ readonly name: "Sin Eater";
1170
+ readonly srType: -1;
1171
+ };
1172
+ readonly 4013: {
1173
+ readonly id: 4013;
1174
+ readonly name: "Lightning Braid";
1175
+ readonly srType: -1;
1176
+ };
1177
+ readonly 4014: {
1178
+ readonly id: 4014;
1179
+ readonly name: "Frozen Mallet";
1180
+ readonly srType: -1;
1181
+ };
1182
+ readonly 4015: {
1183
+ readonly id: 4015;
1184
+ readonly name: "Perplexity";
1185
+ readonly srType: -1;
1186
+ };
1187
+ readonly 4016: {
1188
+ readonly id: 4016;
1189
+ readonly name: "Wordless Promise";
1190
+ readonly srType: -1;
1191
+ };
1192
+ readonly 4017: {
1193
+ readonly id: 4017;
1194
+ readonly name: "Hellfire Hatchet";
1195
+ readonly srType: -1;
1196
+ };
1197
+ readonly 4401: {
1198
+ readonly id: 4401;
1199
+ readonly name: "Force of Nature";
1200
+ readonly srType: 3;
1201
+ };
1202
+ readonly 4402: {
1203
+ readonly id: 4402;
1204
+ readonly name: "Innervating Locket";
1205
+ readonly srType: -1;
1206
+ };
1207
+ readonly 4403: {
1208
+ readonly id: 4403;
1209
+ readonly name: "The Golden Spatula";
1210
+ readonly srType: -1;
1211
+ };
1212
+ readonly 4628: {
1213
+ readonly id: 4628;
1214
+ readonly name: "Horizon Focus";
1215
+ readonly srType: 3;
1216
+ };
1217
+ readonly 4629: {
1218
+ readonly id: 4629;
1219
+ readonly name: "Cosmic Drive";
1220
+ readonly srType: 3;
1221
+ };
1222
+ readonly 4630: {
1223
+ readonly id: 4630;
1224
+ readonly name: "Blighting Jewel";
1225
+ readonly srType: 2;
1226
+ };
1227
+ readonly 4632: {
1228
+ readonly id: 4632;
1229
+ readonly name: "Verdant Barrier";
1230
+ readonly srType: 2;
1231
+ };
1232
+ readonly 4633: {
1233
+ readonly id: 4633;
1234
+ readonly name: "Riftmaker";
1235
+ readonly srType: 3;
1236
+ };
1237
+ readonly 4635: {
1238
+ readonly id: 4635;
1239
+ readonly name: "Leeching Leer";
1240
+ readonly srType: -1;
1241
+ };
1242
+ readonly 4636: {
1243
+ readonly id: 4636;
1244
+ readonly name: "Night Harvester";
1245
+ readonly srType: -1;
1246
+ };
1247
+ readonly 4637: {
1248
+ readonly id: 4637;
1249
+ readonly name: "Demonic Embrace";
1250
+ readonly srType: -1;
1251
+ };
1252
+ readonly 4638: {
1253
+ readonly id: 4638;
1254
+ readonly name: "Watchful Wardstone";
1255
+ readonly srType: 2;
1256
+ };
1257
+ readonly 4641: {
1258
+ readonly id: 4641;
1259
+ readonly name: "Stirring Wardstone";
1260
+ readonly srType: -1;
1261
+ };
1262
+ readonly 4642: {
1263
+ readonly id: 4642;
1264
+ readonly name: "Bandleglass Mirror";
1265
+ readonly srType: 2;
1266
+ };
1267
+ readonly 4643: {
1268
+ readonly id: 4643;
1269
+ readonly name: "Vigilant Wardstone";
1270
+ readonly srType: 3;
1271
+ };
1272
+ readonly 4644: {
1273
+ readonly id: 4644;
1274
+ readonly name: "Crown of the Shattered Queen";
1275
+ readonly srType: -1;
1276
+ };
1277
+ readonly 4645: {
1278
+ readonly id: 4645;
1279
+ readonly name: "Shadowflame";
1280
+ readonly srType: 3;
1281
+ };
1282
+ readonly 4646: {
1283
+ readonly id: 4646;
1284
+ readonly name: "Stormsurge";
1285
+ readonly srType: 3;
1286
+ };
1287
+ readonly 6029: {
1288
+ readonly id: 6029;
1289
+ readonly name: "Ironspike Whip";
1290
+ readonly srType: -1;
1291
+ };
1292
+ readonly 6035: {
1293
+ readonly id: 6035;
1294
+ readonly name: "Silvermere Dawn";
1295
+ readonly srType: -1;
1296
+ };
1297
+ readonly 6333: {
1298
+ readonly id: 6333;
1299
+ readonly name: "Death's Dance";
1300
+ readonly srType: 3;
1301
+ };
1302
+ readonly 6609: {
1303
+ readonly id: 6609;
1304
+ readonly name: "Chempunk Chainsword";
1305
+ readonly srType: 3;
1306
+ };
1307
+ readonly 6610: {
1308
+ readonly id: 6610;
1309
+ readonly name: "Sundered Sky";
1310
+ readonly srType: 3;
1311
+ };
1312
+ readonly 6616: {
1313
+ readonly id: 6616;
1314
+ readonly name: "Staff of Flowing Water";
1315
+ readonly srType: 3;
1316
+ };
1317
+ readonly 6617: {
1318
+ readonly id: 6617;
1319
+ readonly name: "Moonstone Renewer";
1320
+ readonly srType: 3;
1321
+ };
1322
+ readonly 6620: {
1323
+ readonly id: 6620;
1324
+ readonly name: "Echoes of Helia";
1325
+ readonly srType: 3;
1326
+ };
1327
+ readonly 6621: {
1328
+ readonly id: 6621;
1329
+ readonly name: "Dawncore";
1330
+ readonly srType: 3;
1331
+ };
1332
+ readonly 6630: {
1333
+ readonly id: 6630;
1334
+ readonly name: "Goredrinker";
1335
+ readonly srType: -1;
1336
+ };
1337
+ readonly 6631: {
1338
+ readonly id: 6631;
1339
+ readonly name: "Stridebreaker";
1340
+ readonly srType: 3;
1341
+ };
1342
+ readonly 6632: {
1343
+ readonly id: 6632;
1344
+ readonly name: "Divine Sunderer";
1345
+ readonly srType: -1;
1346
+ };
1347
+ readonly 6653: {
1348
+ readonly id: 6653;
1349
+ readonly name: "Liandry's Torment";
1350
+ readonly srType: 3;
1351
+ };
1352
+ readonly 6655: {
1353
+ readonly id: 6655;
1354
+ readonly name: "Luden's Companion";
1355
+ readonly srType: 3;
1356
+ };
1357
+ readonly 6656: {
1358
+ readonly id: 6656;
1359
+ readonly name: "Everfrost";
1360
+ readonly srType: -1;
1361
+ };
1362
+ readonly 6657: {
1363
+ readonly id: 6657;
1364
+ readonly name: "Rod of Ages";
1365
+ readonly srType: 3;
1366
+ };
1367
+ readonly 6660: {
1368
+ readonly id: 6660;
1369
+ readonly name: "Bami's Cinder";
1370
+ readonly srType: 2;
1371
+ };
1372
+ readonly 6662: {
1373
+ readonly id: 6662;
1374
+ readonly name: "Iceborn Gauntlet";
1375
+ readonly srType: 3;
1376
+ };
1377
+ readonly 6664: {
1378
+ readonly id: 6664;
1379
+ readonly name: "Hollow Radiance";
1380
+ readonly srType: 3;
1381
+ };
1382
+ readonly 6665: {
1383
+ readonly id: 6665;
1384
+ readonly name: "Jak'Sho, The Protean";
1385
+ readonly srType: 3;
1386
+ };
1387
+ readonly 6667: {
1388
+ readonly id: 6667;
1389
+ readonly name: "Radiant Virtue";
1390
+ readonly srType: -1;
1391
+ };
1392
+ readonly 6670: {
1393
+ readonly id: 6670;
1394
+ readonly name: "Noonquiver";
1395
+ readonly srType: 2;
1396
+ };
1397
+ readonly 6671: {
1398
+ readonly id: 6671;
1399
+ readonly name: "Galeforce";
1400
+ readonly srType: -1;
1401
+ };
1402
+ readonly 6672: {
1403
+ readonly id: 6672;
1404
+ readonly name: "Kraken Slayer";
1405
+ readonly srType: 3;
1406
+ };
1407
+ readonly 6673: {
1408
+ readonly id: 6673;
1409
+ readonly name: "Immortal Shieldbow";
1410
+ readonly srType: 3;
1411
+ };
1412
+ readonly 6675: {
1413
+ readonly id: 6675;
1414
+ readonly name: "Navori Flickerblade";
1415
+ readonly srType: 3;
1416
+ };
1417
+ readonly 6676: {
1418
+ readonly id: 6676;
1419
+ readonly name: "The Collector";
1420
+ readonly srType: 3;
1421
+ };
1422
+ readonly 6677: {
1423
+ readonly id: 6677;
1424
+ readonly name: "Rageknife";
1425
+ readonly srType: -1;
1426
+ };
1427
+ readonly 6690: {
1428
+ readonly id: 6690;
1429
+ readonly name: "Rectrix";
1430
+ readonly srType: 2;
1431
+ };
1432
+ readonly 6691: {
1433
+ readonly id: 6691;
1434
+ readonly name: "Duskblade of Draktharr";
1435
+ readonly srType: -1;
1436
+ };
1437
+ readonly 6692: {
1438
+ readonly id: 6692;
1439
+ readonly name: "Eclipse";
1440
+ readonly srType: 3;
1441
+ };
1442
+ readonly 6693: {
1443
+ readonly id: 6693;
1444
+ readonly name: "Prowler's Claw";
1445
+ readonly srType: -1;
1446
+ };
1447
+ readonly 6694: {
1448
+ readonly id: 6694;
1449
+ readonly name: "Serylda's Grudge";
1450
+ readonly srType: 3;
1451
+ };
1452
+ readonly 6695: {
1453
+ readonly id: 6695;
1454
+ readonly name: "Serpent's Fang";
1455
+ readonly srType: 3;
1456
+ };
1457
+ readonly 6696: {
1458
+ readonly id: 6696;
1459
+ readonly name: "Axiom Arc";
1460
+ readonly srType: 3;
1461
+ };
1462
+ readonly 6697: {
1463
+ readonly id: 6697;
1464
+ readonly name: "Hubris";
1465
+ readonly srType: 3;
1466
+ };
1467
+ readonly 6698: {
1468
+ readonly id: 6698;
1469
+ readonly name: "Profane Hydra";
1470
+ readonly srType: 3;
1471
+ };
1472
+ readonly 6699: {
1473
+ readonly id: 6699;
1474
+ readonly name: "Voltaic Cyclosword";
1475
+ readonly srType: 3;
1476
+ };
1477
+ readonly 6700: {
1478
+ readonly id: 6700;
1479
+ readonly name: "Shield of the Rakkor";
1480
+ readonly srType: -1;
1481
+ };
1482
+ readonly 6701: {
1483
+ readonly id: 6701;
1484
+ readonly name: "Opportunity";
1485
+ readonly srType: 3;
1486
+ };
1487
+ readonly 7050: {
1488
+ readonly id: 7050;
1489
+ readonly name: "Gangplank Placeholder";
1490
+ readonly srType: -1;
1491
+ };
1492
+ readonly 8001: {
1493
+ readonly id: 8001;
1494
+ readonly name: "Anathema's Chains";
1495
+ readonly srType: -1;
1496
+ };
1497
+ readonly 8020: {
1498
+ readonly id: 8020;
1499
+ readonly name: "Abyssal Mask";
1500
+ readonly srType: 3;
1501
+ };
1502
+ readonly 9168: {
1503
+ readonly id: 9168;
1504
+ readonly name: "Locked Weapon Slot";
1505
+ readonly srType: -1;
1506
+ };
1507
+ readonly 9171: {
1508
+ readonly id: 9171;
1509
+ readonly name: "Cyclonic Slicers";
1510
+ readonly srType: -1;
1511
+ };
1512
+ readonly 9172: {
1513
+ readonly id: 9172;
1514
+ readonly name: "YuumiBot";
1515
+ readonly srType: -1;
1516
+ };
1517
+ readonly 9173: {
1518
+ readonly id: 9173;
1519
+ readonly name: "Radiant Field";
1520
+ readonly srType: -1;
1521
+ };
1522
+ readonly 9174: {
1523
+ readonly id: 9174;
1524
+ readonly name: "Statikk Sword";
1525
+ readonly srType: -1;
1526
+ };
1527
+ readonly 9175: {
1528
+ readonly id: 9175;
1529
+ readonly name: "Lioness's Lament";
1530
+ readonly srType: -1;
1531
+ };
1532
+ readonly 9176: {
1533
+ readonly id: 9176;
1534
+ readonly name: "Gatling Bunny-Guns";
1535
+ readonly srType: -1;
1536
+ };
1537
+ readonly 9177: {
1538
+ readonly id: 9177;
1539
+ readonly name: "Searing Shortbow";
1540
+ readonly srType: -1;
1541
+ };
1542
+ readonly 9178: {
1543
+ readonly id: 9178;
1544
+ readonly name: "The Annihilator";
1545
+ readonly srType: -1;
1546
+ };
1547
+ readonly 9179: {
1548
+ readonly id: 9179;
1549
+ readonly name: "Battle Bunny Crossbow";
1550
+ readonly srType: -1;
1551
+ };
1552
+ readonly 9180: {
1553
+ readonly id: 9180;
1554
+ readonly name: "UwU Blaster";
1555
+ readonly srType: -1;
1556
+ };
1557
+ readonly 9181: {
1558
+ readonly id: 9181;
1559
+ readonly name: "Vortex Glove";
1560
+ readonly srType: -1;
1561
+ };
1562
+ readonly 9183: {
1563
+ readonly id: 9183;
1564
+ readonly name: "Blade-o-rang";
1565
+ readonly srType: -1;
1566
+ };
1567
+ readonly 9184: {
1568
+ readonly id: 9184;
1569
+ readonly name: "Bunny Mega-Blast";
1570
+ readonly srType: -1;
1571
+ };
1572
+ readonly 9185: {
1573
+ readonly id: 9185;
1574
+ readonly name: "Anti-Shark Sea Mine";
1575
+ readonly srType: -1;
1576
+ };
1577
+ readonly 9187: {
1578
+ readonly id: 9187;
1579
+ readonly name: "T.I.B.B.E.R.S";
1580
+ readonly srType: -1;
1581
+ };
1582
+ readonly 9188: {
1583
+ readonly id: 9188;
1584
+ readonly name: "Ani-Mines";
1585
+ readonly srType: -1;
1586
+ };
1587
+ readonly 9189: {
1588
+ readonly id: 9189;
1589
+ readonly name: "Final City Transit";
1590
+ readonly srType: -1;
1591
+ };
1592
+ readonly 9190: {
1593
+ readonly id: 9190;
1594
+ readonly name: "Echoing Batblades";
1595
+ readonly srType: -1;
1596
+ };
1597
+ readonly 9192: {
1598
+ readonly id: 9192;
1599
+ readonly name: "Paw Print Poisoner";
1600
+ readonly srType: -1;
1601
+ };
1602
+ readonly 9193: {
1603
+ readonly id: 9193;
1604
+ readonly name: "Iceblast Armor";
1605
+ readonly srType: -1;
1606
+ };
1607
+ readonly 9271: {
1608
+ readonly id: 9271;
1609
+ readonly name: "Unceasing Cyclone";
1610
+ readonly srType: -1;
1611
+ };
1612
+ readonly 9272: {
1613
+ readonly id: 9272;
1614
+ readonly name: "YuumiBot_Final_FINAL";
1615
+ readonly srType: -1;
1616
+ };
1617
+ readonly 9273: {
1618
+ readonly id: 9273;
1619
+ readonly name: "Explosive Embrace";
1620
+ readonly srType: -1;
1621
+ };
1622
+ readonly 9274: {
1623
+ readonly id: 9274;
1624
+ readonly name: "Prumbis's Electrocarver";
1625
+ readonly srType: -1;
1626
+ };
1627
+ readonly 9275: {
1628
+ readonly id: 9275;
1629
+ readonly name: "Enveloping Light";
1630
+ readonly srType: -1;
1631
+ };
1632
+ readonly 9276: {
1633
+ readonly id: 9276;
1634
+ readonly name: "Double Bun-Bun Barrage";
1635
+ readonly srType: -1;
1636
+ };
1637
+ readonly 9277: {
1638
+ readonly id: 9277;
1639
+ readonly name: "Evolved Embershot";
1640
+ readonly srType: -1;
1641
+ };
1642
+ readonly 9278: {
1643
+ readonly id: 9278;
1644
+ readonly name: "Animapocalypse";
1645
+ readonly srType: -1;
1646
+ };
1647
+ readonly 9279: {
1648
+ readonly id: 9279;
1649
+ readonly name: "Bunny Prime Ballista";
1650
+ readonly srType: -1;
1651
+ };
1652
+ readonly 9280: {
1653
+ readonly id: 9280;
1654
+ readonly name: "OwO Blaster";
1655
+ readonly srType: -1;
1656
+ };
1657
+ readonly 9281: {
1658
+ readonly id: 9281;
1659
+ readonly name: "Tempest's Gauntlet";
1660
+ readonly srType: -1;
1661
+ };
1662
+ readonly 9283: {
1663
+ readonly id: 9283;
1664
+ readonly name: "Quad-o-rang";
1665
+ readonly srType: -1;
1666
+ };
1667
+ readonly 9284: {
1668
+ readonly id: 9284;
1669
+ readonly name: "Rapid Rabbit Raindown";
1670
+ readonly srType: -1;
1671
+ };
1672
+ readonly 9285: {
1673
+ readonly id: 9285;
1674
+ readonly name: "Neverending Mobstomper";
1675
+ readonly srType: -1;
1676
+ };
1677
+ readonly 9287: {
1678
+ readonly id: 9287;
1679
+ readonly name: "T.I.B.B.E.R.S (B.E.E.G Edition)";
1680
+ readonly srType: -1;
1681
+ };
1682
+ readonly 9288: {
1683
+ readonly id: 9288;
1684
+ readonly name: "Jinx's Tri-Namite";
1685
+ readonly srType: -1;
1686
+ };
1687
+ readonly 9289: {
1688
+ readonly id: 9289;
1689
+ readonly name: "FC Limited Express";
1690
+ readonly srType: -1;
1691
+ };
1692
+ readonly 9290: {
1693
+ readonly id: 9290;
1694
+ readonly name: "Vayne's Chromablades";
1695
+ readonly srType: -1;
1696
+ };
1697
+ readonly 9292: {
1698
+ readonly id: 9292;
1699
+ readonly name: "Bearfoot Chem-Dispenser";
1700
+ readonly srType: -1;
1701
+ };
1702
+ readonly 9293: {
1703
+ readonly id: 9293;
1704
+ readonly name: "Deep Freeze";
1705
+ readonly srType: -1;
1706
+ };
1707
+ readonly 9300: {
1708
+ readonly id: 9300;
1709
+ readonly name: "Meow Meow";
1710
+ readonly srType: -1;
1711
+ };
1712
+ readonly 9301: {
1713
+ readonly id: 9301;
1714
+ readonly name: "Shield Slam";
1715
+ readonly srType: -1;
1716
+ };
1717
+ readonly 9302: {
1718
+ readonly id: 9302;
1719
+ readonly name: "Sound Wave";
1720
+ readonly srType: -1;
1721
+ };
1722
+ readonly 9303: {
1723
+ readonly id: 9303;
1724
+ readonly name: "Pillory Swipe";
1725
+ readonly srType: -1;
1726
+ };
1727
+ readonly 9304: {
1728
+ readonly id: 9304;
1729
+ readonly name: "Steel Tempest";
1730
+ readonly srType: -1;
1731
+ };
1732
+ readonly 9305: {
1733
+ readonly id: 9305;
1734
+ readonly name: "Tentacle Slam";
1735
+ readonly srType: -1;
1736
+ };
1737
+ readonly 9306: {
1738
+ readonly id: 9306;
1739
+ readonly name: "Winged Dagger";
1740
+ readonly srType: -1;
1741
+ };
1742
+ readonly 9307: {
1743
+ readonly id: 9307;
1744
+ readonly name: "Guiding Hex";
1745
+ readonly srType: -1;
1746
+ };
1747
+ readonly 9308: {
1748
+ readonly id: 9308;
1749
+ readonly name: "Bunny Hop";
1750
+ readonly srType: -1;
1751
+ };
1752
+ readonly 9400: {
1753
+ readonly id: 9400;
1754
+ readonly name: "Battle Cat Barrage";
1755
+ readonly srType: -1;
1756
+ };
1757
+ readonly 9401: {
1758
+ readonly id: 9401;
1759
+ readonly name: "Light of the Lion";
1760
+ readonly srType: -1;
1761
+ };
1762
+ readonly 9402: {
1763
+ readonly id: 9402;
1764
+ readonly name: "Anima Echo";
1765
+ readonly srType: -1;
1766
+ };
1767
+ readonly 9403: {
1768
+ readonly id: 9403;
1769
+ readonly name: "Savage Slice";
1770
+ readonly srType: -1;
1771
+ };
1772
+ readonly 9404: {
1773
+ readonly id: 9404;
1774
+ readonly name: "Wandering Storms";
1775
+ readonly srType: -1;
1776
+ };
1777
+ readonly 9405: {
1778
+ readonly id: 9405;
1779
+ readonly name: "Grizzly Smash";
1780
+ readonly srType: -1;
1781
+ };
1782
+ readonly 9406: {
1783
+ readonly id: 9406;
1784
+ readonly name: "Lover's Ricochet";
1785
+ readonly srType: -1;
1786
+ };
1787
+ readonly 9407: {
1788
+ readonly id: 9407;
1789
+ readonly name: "Hopped-Up Hex";
1790
+ readonly srType: -1;
1791
+ };
1792
+ readonly 9408: {
1793
+ readonly id: 9408;
1794
+ readonly name: "Carrot Crash";
1795
+ readonly srType: -1;
1796
+ };
1797
+ readonly 126697: {
1798
+ readonly id: 126697;
1799
+ readonly name: "Hubris";
1800
+ readonly srType: -1;
1801
+ };
1802
+ readonly 220000: {
1803
+ readonly id: 220000;
1804
+ readonly name: "Stat Bonus";
1805
+ readonly srType: -1;
1806
+ };
1807
+ readonly 220001: {
1808
+ readonly id: 220001;
1809
+ readonly name: "Legendary Fighter Item";
1810
+ readonly srType: -1;
1811
+ };
1812
+ readonly 220002: {
1813
+ readonly id: 220002;
1814
+ readonly name: "Legendary Marksman Item";
1815
+ readonly srType: -1;
1816
+ };
1817
+ readonly 220003: {
1818
+ readonly id: 220003;
1819
+ readonly name: "Legendary Assassin Item";
1820
+ readonly srType: -1;
1821
+ };
1822
+ readonly 220004: {
1823
+ readonly id: 220004;
1824
+ readonly name: "Legendary Mage Item";
1825
+ readonly srType: -1;
1826
+ };
1827
+ readonly 220005: {
1828
+ readonly id: 220005;
1829
+ readonly name: "Legendary Tank Item";
1830
+ readonly srType: -1;
1831
+ };
1832
+ readonly 220006: {
1833
+ readonly id: 220006;
1834
+ readonly name: "Legendary Support Item";
1835
+ readonly srType: -1;
1836
+ };
1837
+ readonly 220007: {
1838
+ readonly id: 220007;
1839
+ readonly name: "Prismatic Item";
1840
+ readonly srType: -1;
1841
+ };
1842
+ readonly 221011: {
1843
+ readonly id: 221011;
1844
+ readonly name: "Giant's Belt";
1845
+ readonly srType: -1;
1846
+ };
1847
+ readonly 221026: {
1848
+ readonly id: 221026;
1849
+ readonly name: "Blasting Wand";
1850
+ readonly srType: -1;
1851
+ };
1852
+ readonly 221031: {
1853
+ readonly id: 221031;
1854
+ readonly name: "Chain Vest";
1855
+ readonly srType: -1;
1856
+ };
1857
+ readonly 221038: {
1858
+ readonly id: 221038;
1859
+ readonly name: "B. F. Sword";
1860
+ readonly srType: -1;
1861
+ };
1862
+ readonly 221043: {
1863
+ readonly id: 221043;
1864
+ readonly name: "Recurve Bow";
1865
+ readonly srType: -1;
1866
+ };
1867
+ readonly 221053: {
1868
+ readonly id: 221053;
1869
+ readonly name: "Vampiric Scepter";
1870
+ readonly srType: -1;
1871
+ };
1872
+ readonly 221057: {
1873
+ readonly id: 221057;
1874
+ readonly name: "Negatron Cloak";
1875
+ readonly srType: -1;
1876
+ };
1877
+ readonly 221058: {
1878
+ readonly id: 221058;
1879
+ readonly name: "Needlessly Large Rod";
1880
+ readonly srType: -1;
1881
+ };
1882
+ readonly 222022: {
1883
+ readonly id: 222022;
1884
+ readonly name: "Glowing Mote";
1885
+ readonly srType: -1;
1886
+ };
1887
+ readonly 222051: {
1888
+ readonly id: 222051;
1889
+ readonly name: "Guardian's Horn";
1890
+ readonly srType: -1;
1891
+ };
1892
+ readonly 222065: {
1893
+ readonly id: 222065;
1894
+ readonly name: "Shurelya's Battlesong";
1895
+ readonly srType: -1;
1896
+ };
1897
+ readonly 222141: {
1898
+ readonly id: 222141;
1899
+ readonly name: "Cappa Juice";
1900
+ readonly srType: -1;
1901
+ };
1902
+ readonly 222502: {
1903
+ readonly id: 222502;
1904
+ readonly name: "Unending Despair";
1905
+ readonly srType: -1;
1906
+ };
1907
+ readonly 222503: {
1908
+ readonly id: 222503;
1909
+ readonly name: "Blackfire Torch";
1910
+ readonly srType: -1;
1911
+ };
1912
+ readonly 222504: {
1913
+ readonly id: 222504;
1914
+ readonly name: "Kaenic Rookern";
1915
+ readonly srType: -1;
1916
+ };
1917
+ readonly 223001: {
1918
+ readonly id: 223001;
1919
+ readonly name: "Evenshroud";
1920
+ readonly srType: -1;
1921
+ };
1922
+ readonly 223002: {
1923
+ readonly id: 223002;
1924
+ readonly name: "Trailblazer";
1925
+ readonly srType: -1;
1926
+ };
1927
+ readonly 223003: {
1928
+ readonly id: 223003;
1929
+ readonly name: "Archangel's Staff";
1930
+ readonly srType: -1;
1931
+ };
1932
+ readonly 223004: {
1933
+ readonly id: 223004;
1934
+ readonly name: "Manamune";
1935
+ readonly srType: -1;
1936
+ };
1937
+ readonly 223005: {
1938
+ readonly id: 223005;
1939
+ readonly name: "Ghostcrawlers";
1940
+ readonly srType: -1;
1941
+ };
1942
+ readonly 223006: {
1943
+ readonly id: 223006;
1944
+ readonly name: "Berserker's Greaves";
1945
+ readonly srType: -1;
1946
+ };
1947
+ readonly 223009: {
1948
+ readonly id: 223009;
1949
+ readonly name: "Boots of Swiftness";
1950
+ readonly srType: -1;
1951
+ };
1952
+ readonly 223011: {
1953
+ readonly id: 223011;
1954
+ readonly name: "Chemtech Putrifier";
1955
+ readonly srType: -1;
1956
+ };
1957
+ readonly 223020: {
1958
+ readonly id: 223020;
1959
+ readonly name: "Sorcerer's Shoes";
1960
+ readonly srType: -1;
1961
+ };
1962
+ readonly 223026: {
1963
+ readonly id: 223026;
1964
+ readonly name: "Guardian Angel";
1965
+ readonly srType: -1;
1966
+ };
1967
+ readonly 223031: {
1968
+ readonly id: 223031;
1969
+ readonly name: "Infinity Edge";
1970
+ readonly srType: -1;
1971
+ };
1972
+ readonly 223032: {
1973
+ readonly id: 223032;
1974
+ readonly name: "Yun Tal Wildarrows";
1975
+ readonly srType: -1;
1976
+ };
1977
+ readonly 223033: {
1978
+ readonly id: 223033;
1979
+ readonly name: "Mortal Reminder";
1980
+ readonly srType: -1;
1981
+ };
1982
+ readonly 223036: {
1983
+ readonly id: 223036;
1984
+ readonly name: "Lord Dominik's Regards";
1985
+ readonly srType: -1;
1986
+ };
1987
+ readonly 223039: {
1988
+ readonly id: 223039;
1989
+ readonly name: "Atma's Reckoning";
1990
+ readonly srType: -1;
1991
+ };
1992
+ readonly 223040: {
1993
+ readonly id: 223040;
1994
+ readonly name: "Seraph's Embrace";
1995
+ readonly srType: -1;
1996
+ };
1997
+ readonly 223042: {
1998
+ readonly id: 223042;
1999
+ readonly name: "Muramana";
2000
+ readonly srType: -1;
2001
+ };
2002
+ readonly 223046: {
2003
+ readonly id: 223046;
2004
+ readonly name: "Phantom Dancer";
2005
+ readonly srType: -1;
2006
+ };
2007
+ readonly 223047: {
2008
+ readonly id: 223047;
2009
+ readonly name: "Plated Steelcaps";
2010
+ readonly srType: -1;
2011
+ };
2012
+ readonly 223050: {
2013
+ readonly id: 223050;
2014
+ readonly name: "Zeke's Convergence";
2015
+ readonly srType: -1;
2016
+ };
2017
+ readonly 223053: {
2018
+ readonly id: 223053;
2019
+ readonly name: "Sterak's Gage";
2020
+ readonly srType: -1;
2021
+ };
2022
+ readonly 223057: {
2023
+ readonly id: 223057;
2024
+ readonly name: "Sheen";
2025
+ readonly srType: -1;
2026
+ };
2027
+ readonly 223065: {
2028
+ readonly id: 223065;
2029
+ readonly name: "Spirit Visage";
2030
+ readonly srType: -1;
2031
+ };
2032
+ readonly 223067: {
2033
+ readonly id: 223067;
2034
+ readonly name: "Kindlegem";
2035
+ readonly srType: -1;
2036
+ };
2037
+ readonly 223068: {
2038
+ readonly id: 223068;
2039
+ readonly name: "Sunfire Aegis";
2040
+ readonly srType: -1;
2041
+ };
2042
+ readonly 223071: {
2043
+ readonly id: 223071;
2044
+ readonly name: "Black Cleaver";
2045
+ readonly srType: -1;
2046
+ };
2047
+ readonly 223072: {
2048
+ readonly id: 223072;
2049
+ readonly name: "Bloodthirster";
2050
+ readonly srType: -1;
2051
+ };
2052
+ readonly 223073: {
2053
+ readonly id: 223073;
2054
+ readonly name: "Experimental Hexplate";
2055
+ readonly srType: -1;
2056
+ };
2057
+ readonly 223074: {
2058
+ readonly id: 223074;
2059
+ readonly name: "Ravenous Hydra";
2060
+ readonly srType: -1;
2061
+ };
2062
+ readonly 223075: {
2063
+ readonly id: 223075;
2064
+ readonly name: "Thornmail";
2065
+ readonly srType: -1;
2066
+ };
2067
+ readonly 223078: {
2068
+ readonly id: 223078;
2069
+ readonly name: "Trinity Force";
2070
+ readonly srType: -1;
2071
+ };
2072
+ readonly 223084: {
2073
+ readonly id: 223084;
2074
+ readonly name: "Heartsteel";
2075
+ readonly srType: -1;
2076
+ };
2077
+ readonly 223085: {
2078
+ readonly id: 223085;
2079
+ readonly name: "Runaan's Hurricane";
2080
+ readonly srType: -1;
2081
+ };
2082
+ readonly 223087: {
2083
+ readonly id: 223087;
2084
+ readonly name: "Statikk Shiv";
2085
+ readonly srType: -1;
2086
+ };
2087
+ readonly 223089: {
2088
+ readonly id: 223089;
2089
+ readonly name: "Rabadon's Deathcap";
2090
+ readonly srType: -1;
2091
+ };
2092
+ readonly 223091: {
2093
+ readonly id: 223091;
2094
+ readonly name: "Wit's End";
2095
+ readonly srType: -1;
2096
+ };
2097
+ readonly 223094: {
2098
+ readonly id: 223094;
2099
+ readonly name: "Rapid Firecannon";
2100
+ readonly srType: -1;
2101
+ };
2102
+ readonly 223095: {
2103
+ readonly id: 223095;
2104
+ readonly name: "Stormrazor";
2105
+ readonly srType: -1;
2106
+ };
2107
+ readonly 223100: {
2108
+ readonly id: 223100;
2109
+ readonly name: "Lich Bane";
2110
+ readonly srType: -1;
2111
+ };
2112
+ readonly 223102: {
2113
+ readonly id: 223102;
2114
+ readonly name: "Banshee's Veil";
2115
+ readonly srType: -1;
2116
+ };
2117
+ readonly 223105: {
2118
+ readonly id: 223105;
2119
+ readonly name: "Aegis of the Legion";
2120
+ readonly srType: -1;
2121
+ };
2122
+ readonly 223107: {
2123
+ readonly id: 223107;
2124
+ readonly name: "Redemption";
2125
+ readonly srType: -1;
2126
+ };
2127
+ readonly 223109: {
2128
+ readonly id: 223109;
2129
+ readonly name: "Knight's Vow";
2130
+ readonly srType: -1;
2131
+ };
2132
+ readonly 223110: {
2133
+ readonly id: 223110;
2134
+ readonly name: "Frozen Heart";
2135
+ readonly srType: -1;
2136
+ };
2137
+ readonly 223111: {
2138
+ readonly id: 223111;
2139
+ readonly name: "Mercury's Treads";
2140
+ readonly srType: -1;
2141
+ };
2142
+ readonly 223112: {
2143
+ readonly id: 223112;
2144
+ readonly name: "Guardian's Orb";
2145
+ readonly srType: -1;
2146
+ };
2147
+ readonly 223115: {
2148
+ readonly id: 223115;
2149
+ readonly name: "Nashor's Tooth";
2150
+ readonly srType: -1;
2151
+ };
2152
+ readonly 223116: {
2153
+ readonly id: 223116;
2154
+ readonly name: "Rylai's Crystal Scepter";
2155
+ readonly srType: -1;
2156
+ };
2157
+ readonly 223118: {
2158
+ readonly id: 223118;
2159
+ readonly name: "Malignance";
2160
+ readonly srType: -1;
2161
+ };
2162
+ readonly 223119: {
2163
+ readonly id: 223119;
2164
+ readonly name: "Winter's Approach";
2165
+ readonly srType: -1;
2166
+ };
2167
+ readonly 223121: {
2168
+ readonly id: 223121;
2169
+ readonly name: "Fimbulwinter";
2170
+ readonly srType: -1;
2171
+ };
2172
+ readonly 223124: {
2173
+ readonly id: 223124;
2174
+ readonly name: "Guinsoo's Rageblade";
2175
+ readonly srType: -1;
2176
+ };
2177
+ readonly 223135: {
2178
+ readonly id: 223135;
2179
+ readonly name: "Void Staff";
2180
+ readonly srType: -1;
2181
+ };
2182
+ readonly 223137: {
2183
+ readonly id: 223137;
2184
+ readonly name: "Cryptbloom";
2185
+ readonly srType: -1;
2186
+ };
2187
+ readonly 223139: {
2188
+ readonly id: 223139;
2189
+ readonly name: "Mercurial Scimitar";
2190
+ readonly srType: -1;
2191
+ };
2192
+ readonly 223142: {
2193
+ readonly id: 223142;
2194
+ readonly name: "Youmuu's Ghostblade";
2195
+ readonly srType: -1;
2196
+ };
2197
+ readonly 223143: {
2198
+ readonly id: 223143;
2199
+ readonly name: "Randuin's Omen";
2200
+ readonly srType: -1;
2201
+ };
2202
+ readonly 223146: {
2203
+ readonly id: 223146;
2204
+ readonly name: "Hextech Gunblade";
2205
+ readonly srType: -1;
2206
+ };
2207
+ readonly 223152: {
2208
+ readonly id: 223152;
2209
+ readonly name: "Hextech Rocketbelt";
2210
+ readonly srType: -1;
2211
+ };
2212
+ readonly 223153: {
2213
+ readonly id: 223153;
2214
+ readonly name: "Blade of The Ruined King";
2215
+ readonly srType: -1;
2216
+ };
2217
+ readonly 223156: {
2218
+ readonly id: 223156;
2219
+ readonly name: "Maw of Malmortius";
2220
+ readonly srType: -1;
2221
+ };
2222
+ readonly 223157: {
2223
+ readonly id: 223157;
2224
+ readonly name: "Zhonya's Hourglass";
2225
+ readonly srType: -1;
2226
+ };
2227
+ readonly 223158: {
2228
+ readonly id: 223158;
2229
+ readonly name: "Ionian Boots of Lucidity";
2230
+ readonly srType: -1;
2231
+ };
2232
+ readonly 223161: {
2233
+ readonly id: 223161;
2234
+ readonly name: "Spear of Shojin";
2235
+ readonly srType: -1;
2236
+ };
2237
+ readonly 223165: {
2238
+ readonly id: 223165;
2239
+ readonly name: "Morellonomicon";
2240
+ readonly srType: -1;
2241
+ };
2242
+ readonly 223172: {
2243
+ readonly id: 223172;
2244
+ readonly name: "Zephyr";
2245
+ readonly srType: -1;
2246
+ };
2247
+ readonly 223177: {
2248
+ readonly id: 223177;
2249
+ readonly name: "Guardian's Blade";
2250
+ readonly srType: -1;
2251
+ };
2252
+ readonly 223181: {
2253
+ readonly id: 223181;
2254
+ readonly name: "Hullbreaker";
2255
+ readonly srType: -1;
2256
+ };
2257
+ readonly 223184: {
2258
+ readonly id: 223184;
2259
+ readonly name: "Guardian's Hammer";
2260
+ readonly srType: -1;
2261
+ };
2262
+ readonly 223185: {
2263
+ readonly id: 223185;
2264
+ readonly name: "Guardian's Dirk";
2265
+ readonly srType: -1;
2266
+ };
2267
+ readonly 223190: {
2268
+ readonly id: 223190;
2269
+ readonly name: "Locket of the Iron Solari";
2270
+ readonly srType: -1;
2271
+ };
2272
+ readonly 223193: {
2273
+ readonly id: 223193;
2274
+ readonly name: "Gargoyle Stoneplate";
2275
+ readonly srType: -1;
2276
+ };
2277
+ readonly 223222: {
2278
+ readonly id: 223222;
2279
+ readonly name: "Mikael's Blessing";
2280
+ readonly srType: -1;
2281
+ };
2282
+ readonly 223302: {
2283
+ readonly id: 223302;
2284
+ readonly name: "Terminus";
2285
+ readonly srType: -1;
2286
+ };
2287
+ readonly 223504: {
2288
+ readonly id: 223504;
2289
+ readonly name: "Ardent Censer";
2290
+ readonly srType: -1;
2291
+ };
2292
+ readonly 223508: {
2293
+ readonly id: 223508;
2294
+ readonly name: "Essence Reaver";
2295
+ readonly srType: -1;
2296
+ };
2297
+ readonly 223742: {
2298
+ readonly id: 223742;
2299
+ readonly name: "Dead Man's Plate";
2300
+ readonly srType: -1;
2301
+ };
2302
+ readonly 223748: {
2303
+ readonly id: 223748;
2304
+ readonly name: "Titanic Hydra";
2305
+ readonly srType: -1;
2306
+ };
2307
+ readonly 223814: {
2308
+ readonly id: 223814;
2309
+ readonly name: "Edge of Night";
2310
+ readonly srType: -1;
2311
+ };
2312
+ readonly 224004: {
2313
+ readonly id: 224004;
2314
+ readonly name: "Spectral Cutlass";
2315
+ readonly srType: -1;
2316
+ };
2317
+ readonly 224005: {
2318
+ readonly id: 224005;
2319
+ readonly name: "Imperial Mandate";
2320
+ readonly srType: -1;
2321
+ };
2322
+ readonly 224401: {
2323
+ readonly id: 224401;
2324
+ readonly name: "Force of Nature";
2325
+ readonly srType: -1;
2326
+ };
2327
+ readonly 224403: {
2328
+ readonly id: 224403;
2329
+ readonly name: "The Golden Spatula";
2330
+ readonly srType: -1;
2331
+ };
2332
+ readonly 224628: {
2333
+ readonly id: 224628;
2334
+ readonly name: "Horizon Focus";
2335
+ readonly srType: -1;
2336
+ };
2337
+ readonly 224629: {
2338
+ readonly id: 224629;
2339
+ readonly name: "Cosmic Drive";
2340
+ readonly srType: -1;
2341
+ };
2342
+ readonly 224633: {
2343
+ readonly id: 224633;
2344
+ readonly name: "Riftmaker";
2345
+ readonly srType: -1;
2346
+ };
2347
+ readonly 224636: {
2348
+ readonly id: 224636;
2349
+ readonly name: "Night Harvester";
2350
+ readonly srType: -1;
2351
+ };
2352
+ readonly 224637: {
2353
+ readonly id: 224637;
2354
+ readonly name: "Demonic Embrace";
2355
+ readonly srType: -1;
2356
+ };
2357
+ readonly 224644: {
2358
+ readonly id: 224644;
2359
+ readonly name: "Crown of the Shattered Queen";
2360
+ readonly srType: -1;
2361
+ };
2362
+ readonly 224645: {
2363
+ readonly id: 224645;
2364
+ readonly name: "Shadowflame";
2365
+ readonly srType: -1;
2366
+ };
2367
+ readonly 224646: {
2368
+ readonly id: 224646;
2369
+ readonly name: "Stormsurge";
2370
+ readonly srType: -1;
2371
+ };
2372
+ readonly 226035: {
2373
+ readonly id: 226035;
2374
+ readonly name: "Silvermere Dawn";
2375
+ readonly srType: -1;
2376
+ };
2377
+ readonly 226333: {
2378
+ readonly id: 226333;
2379
+ readonly name: "Death's Dance";
2380
+ readonly srType: -1;
2381
+ };
2382
+ readonly 226609: {
2383
+ readonly id: 226609;
2384
+ readonly name: "Chempunk Chainsword";
2385
+ readonly srType: -1;
2386
+ };
2387
+ readonly 226610: {
2388
+ readonly id: 226610;
2389
+ readonly name: "Sundered Sky";
2390
+ readonly srType: -1;
2391
+ };
2392
+ readonly 226616: {
2393
+ readonly id: 226616;
2394
+ readonly name: "Staff of Flowing Water";
2395
+ readonly srType: -1;
2396
+ };
2397
+ readonly 226617: {
2398
+ readonly id: 226617;
2399
+ readonly name: "Moonstone Renewer";
2400
+ readonly srType: -1;
2401
+ };
2402
+ readonly 226620: {
2403
+ readonly id: 226620;
2404
+ readonly name: "Echoes of Helia";
2405
+ readonly srType: -1;
2406
+ };
2407
+ readonly 226621: {
2408
+ readonly id: 226621;
2409
+ readonly name: "Dawncore";
2410
+ readonly srType: -1;
2411
+ };
2412
+ readonly 226630: {
2413
+ readonly id: 226630;
2414
+ readonly name: "Goredrinker";
2415
+ readonly srType: -1;
2416
+ };
2417
+ readonly 226631: {
2418
+ readonly id: 226631;
2419
+ readonly name: "Stridebreaker";
2420
+ readonly srType: -1;
2421
+ };
2422
+ readonly 226632: {
2423
+ readonly id: 226632;
2424
+ readonly name: "Divine Sunderer";
2425
+ readonly srType: -1;
2426
+ };
2427
+ readonly 226653: {
2428
+ readonly id: 226653;
2429
+ readonly name: "Liandry's Torment";
2430
+ readonly srType: -1;
2431
+ };
2432
+ readonly 226655: {
2433
+ readonly id: 226655;
2434
+ readonly name: "Luden's Companion";
2435
+ readonly srType: -1;
2436
+ };
2437
+ readonly 226656: {
2438
+ readonly id: 226656;
2439
+ readonly name: "Everfrost";
2440
+ readonly srType: -1;
2441
+ };
2442
+ readonly 226657: {
2443
+ readonly id: 226657;
2444
+ readonly name: "Rod of Ages";
2445
+ readonly srType: -1;
2446
+ };
2447
+ readonly 226662: {
2448
+ readonly id: 226662;
2449
+ readonly name: "Iceborn Gauntlet";
2450
+ readonly srType: -1;
2451
+ };
2452
+ readonly 226664: {
2453
+ readonly id: 226664;
2454
+ readonly name: "Hollow Radiance";
2455
+ readonly srType: -1;
2456
+ };
2457
+ readonly 226665: {
2458
+ readonly id: 226665;
2459
+ readonly name: "Jak'Sho, The Protean";
2460
+ readonly srType: -1;
2461
+ };
2462
+ readonly 226667: {
2463
+ readonly id: 226667;
2464
+ readonly name: "Radiant Virtue";
2465
+ readonly srType: -1;
2466
+ };
2467
+ readonly 226671: {
2468
+ readonly id: 226671;
2469
+ readonly name: "Galeforce";
2470
+ readonly srType: -1;
2471
+ };
2472
+ readonly 226672: {
2473
+ readonly id: 226672;
2474
+ readonly name: "Kraken Slayer";
2475
+ readonly srType: -1;
2476
+ };
2477
+ readonly 226673: {
2478
+ readonly id: 226673;
2479
+ readonly name: "Immortal Shieldbow";
2480
+ readonly srType: -1;
2481
+ };
2482
+ readonly 226675: {
2483
+ readonly id: 226675;
2484
+ readonly name: "Navori Flickerblade";
2485
+ readonly srType: -1;
2486
+ };
2487
+ readonly 226676: {
2488
+ readonly id: 226676;
2489
+ readonly name: "The Collector";
2490
+ readonly srType: -1;
2491
+ };
2492
+ readonly 226691: {
2493
+ readonly id: 226691;
2494
+ readonly name: "Duskblade of Draktharr";
2495
+ readonly srType: -1;
2496
+ };
2497
+ readonly 226692: {
2498
+ readonly id: 226692;
2499
+ readonly name: "Eclipse";
2500
+ readonly srType: -1;
2501
+ };
2502
+ readonly 226693: {
2503
+ readonly id: 226693;
2504
+ readonly name: "Prowler's Claw";
2505
+ readonly srType: -1;
2506
+ };
2507
+ readonly 226694: {
2508
+ readonly id: 226694;
2509
+ readonly name: "Serylda's Grudge";
2510
+ readonly srType: -1;
2511
+ };
2512
+ readonly 226695: {
2513
+ readonly id: 226695;
2514
+ readonly name: "Serpent's Fang";
2515
+ readonly srType: -1;
2516
+ };
2517
+ readonly 226696: {
2518
+ readonly id: 226696;
2519
+ readonly name: "Axiom Arc";
2520
+ readonly srType: -1;
2521
+ };
2522
+ readonly 226697: {
2523
+ readonly id: 226697;
2524
+ readonly name: "Hubris";
2525
+ readonly srType: -1;
2526
+ };
2527
+ readonly 226698: {
2528
+ readonly id: 226698;
2529
+ readonly name: "Profane Hydra";
2530
+ readonly srType: -1;
2531
+ };
2532
+ readonly 226699: {
2533
+ readonly id: 226699;
2534
+ readonly name: "Voltaic Cyclosword";
2535
+ readonly srType: -1;
2536
+ };
2537
+ readonly 226701: {
2538
+ readonly id: 226701;
2539
+ readonly name: "Opportunity";
2540
+ readonly srType: -1;
2541
+ };
2542
+ readonly 228001: {
2543
+ readonly id: 228001;
2544
+ readonly name: "Anathema's Chains";
2545
+ readonly srType: -1;
2546
+ };
2547
+ readonly 228002: {
2548
+ readonly id: 228002;
2549
+ readonly name: "Wooglet's Witchcap";
2550
+ readonly srType: -1;
2551
+ };
2552
+ readonly 228003: {
2553
+ readonly id: 228003;
2554
+ readonly name: "Deathblade";
2555
+ readonly srType: -1;
2556
+ };
2557
+ readonly 228004: {
2558
+ readonly id: 228004;
2559
+ readonly name: "Adaptive Helm";
2560
+ readonly srType: -1;
2561
+ };
2562
+ readonly 228005: {
2563
+ readonly id: 228005;
2564
+ readonly name: "Obsidian Cleaver";
2565
+ readonly srType: -1;
2566
+ };
2567
+ readonly 228006: {
2568
+ readonly id: 228006;
2569
+ readonly name: "Sanguine Blade";
2570
+ readonly srType: -1;
2571
+ };
2572
+ readonly 228008: {
2573
+ readonly id: 228008;
2574
+ readonly name: "Runeglaive";
2575
+ readonly srType: -1;
2576
+ };
2577
+ readonly 228020: {
2578
+ readonly id: 228020;
2579
+ readonly name: "Abyssal Mask";
2580
+ readonly srType: -1;
2581
+ };
2582
+ readonly 443054: {
2583
+ readonly id: 443054;
2584
+ readonly name: "Darksteel Talons";
2585
+ readonly srType: -1;
2586
+ };
2587
+ readonly 443055: {
2588
+ readonly id: 443055;
2589
+ readonly name: "Fulmination";
2590
+ readonly srType: -1;
2591
+ };
2592
+ readonly 443056: {
2593
+ readonly id: 443056;
2594
+ readonly name: "Demon King's Crown";
2595
+ readonly srType: -1;
2596
+ };
2597
+ readonly 443058: {
2598
+ readonly id: 443058;
2599
+ readonly name: "Shield of Molten Stone";
2600
+ readonly srType: -1;
2601
+ };
2602
+ readonly 443059: {
2603
+ readonly id: 443059;
2604
+ readonly name: "Cloak of Starry Night";
2605
+ readonly srType: -1;
2606
+ };
2607
+ readonly 443060: {
2608
+ readonly id: 443060;
2609
+ readonly name: "Sword of the Divine";
2610
+ readonly srType: -1;
2611
+ };
2612
+ readonly 443061: {
2613
+ readonly id: 443061;
2614
+ readonly name: "Force Of Entropy";
2615
+ readonly srType: -1;
2616
+ };
2617
+ readonly 443062: {
2618
+ readonly id: 443062;
2619
+ readonly name: "Sanguine Gift";
2620
+ readonly srType: -1;
2621
+ };
2622
+ readonly 443063: {
2623
+ readonly id: 443063;
2624
+ readonly name: "Eleisa's Miracle";
2625
+ readonly srType: -1;
2626
+ };
2627
+ readonly 443064: {
2628
+ readonly id: 443064;
2629
+ readonly name: "Talisman Of Ascension";
2630
+ readonly srType: -1;
2631
+ };
2632
+ readonly 443069: {
2633
+ readonly id: 443069;
2634
+ readonly name: "Hamstringer";
2635
+ readonly srType: -1;
2636
+ };
2637
+ readonly 443079: {
2638
+ readonly id: 443079;
2639
+ readonly name: "Turbo Chemtank";
2640
+ readonly srType: -1;
2641
+ };
2642
+ readonly 443080: {
2643
+ readonly id: 443080;
2644
+ readonly name: "Twin Mask";
2645
+ readonly srType: -1;
2646
+ };
2647
+ readonly 443081: {
2648
+ readonly id: 443081;
2649
+ readonly name: "Hexbolt Companion";
2650
+ readonly srType: -1;
2651
+ };
2652
+ readonly 443090: {
2653
+ readonly id: 443090;
2654
+ readonly name: "Reaper's Toll";
2655
+ readonly srType: -1;
2656
+ };
2657
+ readonly 443193: {
2658
+ readonly id: 443193;
2659
+ readonly name: "Gargoyle Stoneplate";
2660
+ readonly srType: -1;
2661
+ };
2662
+ readonly 444636: {
2663
+ readonly id: 444636;
2664
+ readonly name: "Night Harvester";
2665
+ readonly srType: -1;
2666
+ };
2667
+ readonly 444637: {
2668
+ readonly id: 444637;
2669
+ readonly name: "Demonic Embrace";
2670
+ readonly srType: -1;
2671
+ };
2672
+ readonly 444644: {
2673
+ readonly id: 444644;
2674
+ readonly name: "Crown of the Shattered Queen";
2675
+ readonly srType: -1;
2676
+ };
2677
+ readonly 446632: {
2678
+ readonly id: 446632;
2679
+ readonly name: "Divine Sunderer";
2680
+ readonly srType: -1;
2681
+ };
2682
+ readonly 446656: {
2683
+ readonly id: 446656;
2684
+ readonly name: "Everfrost";
2685
+ readonly srType: -1;
2686
+ };
2687
+ readonly 446667: {
2688
+ readonly id: 446667;
2689
+ readonly name: "Radiant Virtue";
2690
+ readonly srType: -1;
2691
+ };
2692
+ readonly 446671: {
2693
+ readonly id: 446671;
2694
+ readonly name: "Galeforce";
2695
+ readonly srType: -1;
2696
+ };
2697
+ readonly 446691: {
2698
+ readonly id: 446691;
2699
+ readonly name: "Duskblade of Draktharr";
2700
+ readonly srType: -1;
2701
+ };
2702
+ readonly 446693: {
2703
+ readonly id: 446693;
2704
+ readonly name: "Prowler's Claw";
2705
+ readonly srType: -1;
2706
+ };
2707
+ readonly 447100: {
2708
+ readonly id: 447100;
2709
+ readonly name: "Mirage Blade";
2710
+ readonly srType: -1;
2711
+ };
2712
+ readonly 447101: {
2713
+ readonly id: 447101;
2714
+ readonly name: "Gambler's Blade";
2715
+ readonly srType: -1;
2716
+ };
2717
+ readonly 447102: {
2718
+ readonly id: 447102;
2719
+ readonly name: "Reality Fracture";
2720
+ readonly srType: -1;
2721
+ };
2722
+ readonly 447103: {
2723
+ readonly id: 447103;
2724
+ readonly name: "Hemomancer's Helm";
2725
+ readonly srType: -1;
2726
+ };
2727
+ readonly 447104: {
2728
+ readonly id: 447104;
2729
+ readonly name: "Innervating Locket";
2730
+ readonly srType: -1;
2731
+ };
2732
+ readonly 447105: {
2733
+ readonly id: 447105;
2734
+ readonly name: "Empyrean Promise";
2735
+ readonly srType: -1;
2736
+ };
2737
+ readonly 447106: {
2738
+ readonly id: 447106;
2739
+ readonly name: "Dragonheart";
2740
+ readonly srType: -1;
2741
+ };
2742
+ readonly 447107: {
2743
+ readonly id: 447107;
2744
+ readonly name: "Decapitator";
2745
+ readonly srType: -1;
2746
+ };
2747
+ readonly 447108: {
2748
+ readonly id: 447108;
2749
+ readonly name: "Runecarver";
2750
+ readonly srType: -1;
2751
+ };
2752
+ readonly 447109: {
2753
+ readonly id: 447109;
2754
+ readonly name: "Cruelty";
2755
+ readonly srType: -1;
2756
+ };
2757
+ readonly 447110: {
2758
+ readonly id: 447110;
2759
+ readonly name: "Moonflair Spellblade";
2760
+ readonly srType: -1;
2761
+ };
2762
+ readonly 447111: {
2763
+ readonly id: 447111;
2764
+ readonly name: "Overlord's Bloodmail";
2765
+ readonly srType: -1;
2766
+ };
2767
+ readonly 447112: {
2768
+ readonly id: 447112;
2769
+ readonly name: "Flesheater";
2770
+ readonly srType: -1;
2771
+ };
2772
+ readonly 447113: {
2773
+ readonly id: 447113;
2774
+ readonly name: "Detonation Orb";
2775
+ readonly srType: -1;
2776
+ };
2777
+ readonly 447114: {
2778
+ readonly id: 447114;
2779
+ readonly name: "Reverberation";
2780
+ readonly srType: -1;
2781
+ };
2782
+ readonly 447115: {
2783
+ readonly id: 447115;
2784
+ readonly name: "Regicide";
2785
+ readonly srType: -1;
2786
+ };
2787
+ readonly 447116: {
2788
+ readonly id: 447116;
2789
+ readonly name: "Kinkou Jitte";
2790
+ readonly srType: -1;
2791
+ };
2792
+ readonly 447118: {
2793
+ readonly id: 447118;
2794
+ readonly name: "Pyromancer's Cloak";
2795
+ readonly srType: -1;
2796
+ };
2797
+ readonly 447119: {
2798
+ readonly id: 447119;
2799
+ readonly name: "Lightning Rod";
2800
+ readonly srType: -1;
2801
+ };
2802
+ readonly 447120: {
2803
+ readonly id: 447120;
2804
+ readonly name: "Diamond-Tipped Spear";
2805
+ readonly srType: -1;
2806
+ };
2807
+ readonly 447121: {
2808
+ readonly id: 447121;
2809
+ readonly name: "Twilight's Edge";
2810
+ readonly srType: -1;
2811
+ };
2812
+ readonly 447122: {
2813
+ readonly id: 447122;
2814
+ readonly name: "Black Hole Gauntlet";
2815
+ readonly srType: -1;
2816
+ };
2817
+ readonly 447123: {
2818
+ readonly id: 447123;
2819
+ readonly name: "Puppeteer";
2820
+ readonly srType: -1;
2821
+ };
2822
+ };
2823
+ export declare const ItemsArr: ({
2824
+ readonly id: 1001;
2825
+ readonly name: "Boots";
2826
+ readonly srType: 12;
2827
+ } | {
2828
+ readonly id: 1004;
2829
+ readonly name: "Faerie Charm";
2830
+ readonly srType: 1;
2831
+ } | {
2832
+ readonly id: 1006;
2833
+ readonly name: "Rejuvenation Bead";
2834
+ readonly srType: 1;
2835
+ } | {
2836
+ readonly id: 1011;
2837
+ readonly name: "Giant's Belt";
2838
+ readonly srType: 2;
2839
+ } | {
2840
+ readonly id: 1018;
2841
+ readonly name: "Cloak of Agility";
2842
+ readonly srType: 1;
2843
+ } | {
2844
+ readonly id: 1026;
2845
+ readonly name: "Blasting Wand";
2846
+ readonly srType: 1;
2847
+ } | {
2848
+ readonly id: 1027;
2849
+ readonly name: "Sapphire Crystal";
2850
+ readonly srType: 1;
2851
+ } | {
2852
+ readonly id: 1028;
2853
+ readonly name: "Ruby Crystal";
2854
+ readonly srType: 1;
2855
+ } | {
2856
+ readonly id: 1029;
2857
+ readonly name: "Cloth Armor";
2858
+ readonly srType: 1;
2859
+ } | {
2860
+ readonly id: 1031;
2861
+ readonly name: "Chain Vest";
2862
+ readonly srType: 2;
2863
+ } | {
2864
+ readonly id: 1033;
2865
+ readonly name: "Null-Magic Mantle";
2866
+ readonly srType: 1;
2867
+ } | {
2868
+ readonly id: 1035;
2869
+ readonly name: "Emberknife";
2870
+ readonly srType: -1;
2871
+ } | {
2872
+ readonly id: 1036;
2873
+ readonly name: "Long Sword";
2874
+ readonly srType: 1;
2875
+ } | {
2876
+ readonly id: 1037;
2877
+ readonly name: "Pickaxe";
2878
+ readonly srType: 1;
2879
+ } | {
2880
+ readonly id: 1038;
2881
+ readonly name: "B. F. Sword";
2882
+ readonly srType: 1;
2883
+ } | {
2884
+ readonly id: 1039;
2885
+ readonly name: "Hailblade";
2886
+ readonly srType: -1;
2887
+ } | {
2888
+ readonly id: 1040;
2889
+ readonly name: "Obsidian Edge";
2890
+ readonly srType: -1;
2891
+ } | {
2892
+ readonly id: 1042;
2893
+ readonly name: "Dagger";
2894
+ readonly srType: 1;
2895
+ } | {
2896
+ readonly id: 1043;
2897
+ readonly name: "Recurve Bow";
2898
+ readonly srType: 2;
2899
+ } | {
2900
+ readonly id: 1052;
2901
+ readonly name: "Amplifying Tome";
2902
+ readonly srType: 1;
2903
+ } | {
2904
+ readonly id: 1053;
2905
+ readonly name: "Vampiric Scepter";
2906
+ readonly srType: 2;
2907
+ } | {
2908
+ readonly id: 1054;
2909
+ readonly name: "Doran's Shield";
2910
+ readonly srType: 0;
2911
+ } | {
2912
+ readonly id: 1055;
2913
+ readonly name: "Doran's Blade";
2914
+ readonly srType: 0;
2915
+ } | {
2916
+ readonly id: 1056;
2917
+ readonly name: "Doran's Ring";
2918
+ readonly srType: 0;
2919
+ } | {
2920
+ readonly id: 1057;
2921
+ readonly name: "Negatron Cloak";
2922
+ readonly srType: 2;
2923
+ } | {
2924
+ readonly id: 1058;
2925
+ readonly name: "Needlessly Large Rod";
2926
+ readonly srType: 1;
2927
+ } | {
2928
+ readonly id: 1082;
2929
+ readonly name: "Dark Seal";
2930
+ readonly srType: 0;
2931
+ } | {
2932
+ readonly id: 1083;
2933
+ readonly name: "Cull";
2934
+ readonly srType: 0;
2935
+ } | {
2936
+ readonly id: 1101;
2937
+ readonly name: "Scorchclaw Pup";
2938
+ readonly srType: 0;
2939
+ } | {
2940
+ readonly id: 1102;
2941
+ readonly name: "Gustwalker Hatchling";
2942
+ readonly srType: 0;
2943
+ } | {
2944
+ readonly id: 1103;
2945
+ readonly name: "Mosstomper Seedling";
2946
+ readonly srType: 0;
2947
+ } | {
2948
+ readonly id: 1104;
2949
+ readonly name: "Eye of the Herald";
2950
+ readonly srType: -1;
2951
+ } | {
2952
+ readonly id: 1500;
2953
+ readonly name: "Penetrating Bullets";
2954
+ readonly srType: -1;
2955
+ } | {
2956
+ readonly id: 1503;
2957
+ readonly name: "Warden's Eye";
2958
+ readonly srType: -1;
2959
+ } | {
2960
+ readonly id: 1504;
2961
+ readonly name: "Vanguard";
2962
+ readonly srType: -1;
2963
+ } | {
2964
+ readonly id: 1507;
2965
+ readonly name: "Overcharged";
2966
+ readonly srType: -1;
2967
+ } | {
2968
+ readonly id: 1508;
2969
+ readonly name: "Anti-tower Socks";
2970
+ readonly srType: -1;
2971
+ } | {
2972
+ readonly id: 1509;
2973
+ readonly name: "Gusto";
2974
+ readonly srType: -1;
2975
+ } | {
2976
+ readonly id: 1510;
2977
+ readonly name: "Phreakish Gusto";
2978
+ readonly srType: -1;
2979
+ } | {
2980
+ readonly id: 1511;
2981
+ readonly name: "Super Mech Armor";
2982
+ readonly srType: -1;
2983
+ } | {
2984
+ readonly id: 1512;
2985
+ readonly name: "Super Mech Power Field";
2986
+ readonly srType: -1;
2987
+ } | {
2988
+ readonly id: 1515;
2989
+ readonly name: "Turret Plating";
2990
+ readonly srType: -1;
2991
+ } | {
2992
+ readonly id: 1520;
2993
+ readonly name: "OvererchargedHA";
2994
+ readonly srType: -1;
2995
+ } | {
2996
+ readonly id: 1522;
2997
+ readonly name: "Tower Power-Up";
2998
+ readonly srType: -1;
2999
+ } | {
3000
+ readonly id: 2003;
3001
+ readonly name: "Health Potion";
3002
+ readonly srType: 13;
3003
+ } | {
3004
+ readonly id: 2010;
3005
+ readonly name: "Total Biscuit of Everlasting Will";
3006
+ readonly srType: 13;
3007
+ } | {
3008
+ readonly id: 2015;
3009
+ readonly name: "Kircheis Shard";
3010
+ readonly srType: -1;
3011
+ } | {
3012
+ readonly id: 2019;
3013
+ readonly name: "Steel Sigil";
3014
+ readonly srType: 2;
3015
+ } | {
3016
+ readonly id: 2020;
3017
+ readonly name: "The Brutalizer";
3018
+ readonly srType: 2;
3019
+ } | {
3020
+ readonly id: 2021;
3021
+ readonly name: "Tunneler";
3022
+ readonly srType: 2;
3023
+ } | {
3024
+ readonly id: 2022;
3025
+ readonly name: "Glowing Mote";
3026
+ readonly srType: 1;
3027
+ } | {
3028
+ readonly id: 2031;
3029
+ readonly name: "Refillable Potion";
3030
+ readonly srType: 13;
3031
+ } | {
3032
+ readonly id: 2033;
3033
+ readonly name: "Corrupting Potion";
3034
+ readonly srType: -1;
3035
+ } | {
3036
+ readonly id: 2049;
3037
+ readonly name: "Guardian's Amulet";
3038
+ readonly srType: -1;
3039
+ } | {
3040
+ readonly id: 2050;
3041
+ readonly name: "Guardian's Shroud";
3042
+ readonly srType: -1;
3043
+ } | {
3044
+ readonly id: 2051;
3045
+ readonly name: "Guardian's Horn";
3046
+ readonly srType: -1;
3047
+ } | {
3048
+ readonly id: 2052;
3049
+ readonly name: "Poro-Snax";
3050
+ readonly srType: 13;
3051
+ } | {
3052
+ readonly id: 2055;
3053
+ readonly name: "Control Ward";
3054
+ readonly srType: 13;
3055
+ } | {
3056
+ readonly id: 2056;
3057
+ readonly name: "Stealth Ward";
3058
+ readonly srType: -1;
3059
+ } | {
3060
+ readonly id: 2065;
3061
+ readonly name: "Shurelya's Battlesong";
3062
+ readonly srType: 3;
3063
+ } | {
3064
+ readonly id: 2138;
3065
+ readonly name: "Elixir of Iron";
3066
+ readonly srType: 13;
3067
+ } | {
3068
+ readonly id: 2139;
3069
+ readonly name: "Elixir of Sorcery";
3070
+ readonly srType: 13;
3071
+ } | {
3072
+ readonly id: 2140;
3073
+ readonly name: "Elixir of Wrath";
3074
+ readonly srType: 13;
3075
+ } | {
3076
+ readonly id: 2141;
3077
+ readonly name: "Cappa Juice";
3078
+ readonly srType: -1;
3079
+ } | {
3080
+ readonly id: 2142;
3081
+ readonly name: "Juice of Power";
3082
+ readonly srType: -1;
3083
+ } | {
3084
+ readonly id: 2143;
3085
+ readonly name: "Juice of Vitality";
3086
+ readonly srType: -1;
3087
+ } | {
3088
+ readonly id: 2144;
3089
+ readonly name: "Juice of Haste";
3090
+ readonly srType: -1;
3091
+ } | {
3092
+ readonly id: 2145;
3093
+ readonly name: "Lucky Dice";
3094
+ readonly srType: -1;
3095
+ } | {
3096
+ readonly id: 2150;
3097
+ readonly name: "Elixir of Skill";
3098
+ readonly srType: 13;
3099
+ } | {
3100
+ readonly id: 2151;
3101
+ readonly name: "Elixir of Avarice";
3102
+ readonly srType: 13;
3103
+ } | {
3104
+ readonly id: 2152;
3105
+ readonly name: "Elixir of Force";
3106
+ readonly srType: 13;
3107
+ } | {
3108
+ readonly id: 2403;
3109
+ readonly name: "Minion Dematerializer";
3110
+ readonly srType: -1;
3111
+ } | {
3112
+ readonly id: 2420;
3113
+ readonly name: "Seeker's Armguard";
3114
+ readonly srType: 2;
3115
+ } | {
3116
+ readonly id: 2421;
3117
+ readonly name: "Shattered Armguard";
3118
+ readonly srType: 2;
3119
+ } | {
3120
+ readonly id: 2422;
3121
+ readonly name: "Slightly Magical Footwear";
3122
+ readonly srType: 12;
3123
+ } | {
3124
+ readonly id: 2501;
3125
+ readonly name: "Overlord's Bloodmail";
3126
+ readonly srType: 3;
3127
+ } | {
3128
+ readonly id: 2502;
3129
+ readonly name: "Unending Despair";
3130
+ readonly srType: 3;
3131
+ } | {
3132
+ readonly id: 2503;
3133
+ readonly name: "Blackfire Torch";
3134
+ readonly srType: 3;
3135
+ } | {
3136
+ readonly id: 2504;
3137
+ readonly name: "Kaenic Rookern";
3138
+ readonly srType: 3;
3139
+ } | {
3140
+ readonly id: 2508;
3141
+ readonly name: "Fated Ashes";
3142
+ readonly srType: 2;
3143
+ } | {
3144
+ readonly id: 3001;
3145
+ readonly name: "Evenshroud";
3146
+ readonly srType: -1;
3147
+ } | {
3148
+ readonly id: 3002;
3149
+ readonly name: "Trailblazer";
3150
+ readonly srType: 3;
3151
+ } | {
3152
+ readonly id: 3003;
3153
+ readonly name: "Archangel's Staff";
3154
+ readonly srType: 3;
3155
+ } | {
3156
+ readonly id: 3004;
3157
+ readonly name: "Manamune";
3158
+ readonly srType: 3;
3159
+ } | {
3160
+ readonly id: 3005;
3161
+ readonly name: "Ghostcrawlers";
3162
+ readonly srType: -1;
3163
+ } | {
3164
+ readonly id: 3006;
3165
+ readonly name: "Berserker's Greaves";
3166
+ readonly srType: 12;
3167
+ } | {
3168
+ readonly id: 3009;
3169
+ readonly name: "Boots of Swiftness";
3170
+ readonly srType: 12;
3171
+ } | {
3172
+ readonly id: 3010;
3173
+ readonly name: "Symbiotic Soles";
3174
+ readonly srType: 12;
3175
+ } | {
3176
+ readonly id: 3011;
3177
+ readonly name: "Chemtech Putrifier";
3178
+ readonly srType: -1;
3179
+ } | {
3180
+ readonly id: 3012;
3181
+ readonly name: "Chalice of Blessing";
3182
+ readonly srType: -1;
3183
+ } | {
3184
+ readonly id: 3013;
3185
+ readonly name: "Synchronized Souls";
3186
+ readonly srType: 12;
3187
+ } | {
3188
+ readonly id: 3020;
3189
+ readonly name: "Sorcerer's Shoes";
3190
+ readonly srType: 12;
3191
+ } | {
3192
+ readonly id: 3023;
3193
+ readonly name: "Lifewell Pendant";
3194
+ readonly srType: -1;
3195
+ } | {
3196
+ readonly id: 3024;
3197
+ readonly name: "Glacial Buckler";
3198
+ readonly srType: 2;
3199
+ } | {
3200
+ readonly id: 3026;
3201
+ readonly name: "Guardian Angel";
3202
+ readonly srType: 3;
3203
+ } | {
3204
+ readonly id: 3031;
3205
+ readonly name: "Infinity Edge";
3206
+ readonly srType: 3;
3207
+ } | {
3208
+ readonly id: 3032;
3209
+ readonly name: "Yun Tal Wildarrows";
3210
+ readonly srType: 3;
3211
+ } | {
3212
+ readonly id: 3033;
3213
+ readonly name: "Mortal Reminder";
3214
+ readonly srType: 3;
3215
+ } | {
3216
+ readonly id: 3035;
3217
+ readonly name: "Last Whisper";
3218
+ readonly srType: 2;
3219
+ } | {
3220
+ readonly id: 3036;
3221
+ readonly name: "Lord Dominik's Regards";
3222
+ readonly srType: 3;
3223
+ } | {
3224
+ readonly id: 3039;
3225
+ readonly name: "Atma's Reckoning";
3226
+ readonly srType: -1;
3227
+ } | {
3228
+ readonly id: 3040;
3229
+ readonly name: "Seraph's Embrace";
3230
+ readonly srType: 3;
3231
+ } | {
3232
+ readonly id: 3041;
3233
+ readonly name: "Mejai's Soulstealer";
3234
+ readonly srType: 3;
3235
+ } | {
3236
+ readonly id: 3042;
3237
+ readonly name: "Muramana";
3238
+ readonly srType: 3;
3239
+ } | {
3240
+ readonly id: 3044;
3241
+ readonly name: "Phage";
3242
+ readonly srType: 2;
3243
+ } | {
3244
+ readonly id: 3046;
3245
+ readonly name: "Phantom Dancer";
3246
+ readonly srType: 3;
3247
+ } | {
3248
+ readonly id: 3047;
3249
+ readonly name: "Plated Steelcaps";
3250
+ readonly srType: 12;
3251
+ } | {
3252
+ readonly id: 3050;
3253
+ readonly name: "Zeke's Convergence";
3254
+ readonly srType: 3;
3255
+ } | {
3256
+ readonly id: 3051;
3257
+ readonly name: "Hearthbound Axe";
3258
+ readonly srType: 2;
3259
+ } | {
3260
+ readonly id: 3053;
3261
+ readonly name: "Sterak's Gage";
3262
+ readonly srType: 3;
3263
+ } | {
3264
+ readonly id: 3057;
3265
+ readonly name: "Sheen";
3266
+ readonly srType: 2;
3267
+ } | {
3268
+ readonly id: 3065;
3269
+ readonly name: "Spirit Visage";
3270
+ readonly srType: 3;
3271
+ } | {
3272
+ readonly id: 3066;
3273
+ readonly name: "Winged Moonplate";
3274
+ readonly srType: 2;
3275
+ } | {
3276
+ readonly id: 3067;
3277
+ readonly name: "Kindlegem";
3278
+ readonly srType: 2;
3279
+ } | {
3280
+ readonly id: 3068;
3281
+ readonly name: "Sunfire Aegis";
3282
+ readonly srType: 3;
3283
+ } | {
3284
+ readonly id: 3070;
3285
+ readonly name: "Tear of the Goddess";
3286
+ readonly srType: 0;
3287
+ } | {
3288
+ readonly id: 3071;
3289
+ readonly name: "Black Cleaver";
3290
+ readonly srType: 3;
3291
+ } | {
3292
+ readonly id: 3072;
3293
+ readonly name: "Bloodthirster";
3294
+ readonly srType: 3;
3295
+ } | {
3296
+ readonly id: 3073;
3297
+ readonly name: "Experimental Hexplate";
3298
+ readonly srType: 3;
3299
+ } | {
3300
+ readonly id: 3074;
3301
+ readonly name: "Ravenous Hydra";
3302
+ readonly srType: 3;
3303
+ } | {
3304
+ readonly id: 3075;
3305
+ readonly name: "Thornmail";
3306
+ readonly srType: 3;
3307
+ } | {
3308
+ readonly id: 3076;
3309
+ readonly name: "Bramble Vest";
3310
+ readonly srType: 2;
3311
+ } | {
3312
+ readonly id: 3077;
3313
+ readonly name: "Tiamat";
3314
+ readonly srType: 2;
3315
+ } | {
3316
+ readonly id: 3078;
3317
+ readonly name: "Trinity Force";
3318
+ readonly srType: 3;
3319
+ } | {
3320
+ readonly id: 3082;
3321
+ readonly name: "Warden's Mail";
3322
+ readonly srType: 2;
3323
+ } | {
3324
+ readonly id: 3083;
3325
+ readonly name: "Warmog's Armor";
3326
+ readonly srType: 3;
3327
+ } | {
3328
+ readonly id: 3084;
3329
+ readonly name: "Heartsteel";
3330
+ readonly srType: 3;
3331
+ } | {
3332
+ readonly id: 3085;
3333
+ readonly name: "Runaan's Hurricane";
3334
+ readonly srType: 3;
3335
+ } | {
3336
+ readonly id: 3086;
3337
+ readonly name: "Zeal";
3338
+ readonly srType: 2;
3339
+ } | {
3340
+ readonly id: 3087;
3341
+ readonly name: "Statikk Shiv";
3342
+ readonly srType: 3;
3343
+ } | {
3344
+ readonly id: 3089;
3345
+ readonly name: "Rabadon's Deathcap";
3346
+ readonly srType: 3;
3347
+ } | {
3348
+ readonly id: 3091;
3349
+ readonly name: "Wit's End";
3350
+ readonly srType: 3;
3351
+ } | {
3352
+ readonly id: 3094;
3353
+ readonly name: "Rapid Firecannon";
3354
+ readonly srType: 3;
3355
+ } | {
3356
+ readonly id: 3095;
3357
+ readonly name: "Stormrazor";
3358
+ readonly srType: -1;
3359
+ } | {
3360
+ readonly id: 3100;
3361
+ readonly name: "Lich Bane";
3362
+ readonly srType: 3;
3363
+ } | {
3364
+ readonly id: 3102;
3365
+ readonly name: "Banshee's Veil";
3366
+ readonly srType: 3;
3367
+ } | {
3368
+ readonly id: 3105;
3369
+ readonly name: "Aegis of the Legion";
3370
+ readonly srType: -1;
3371
+ } | {
3372
+ readonly id: 3107;
3373
+ readonly name: "Redemption";
3374
+ readonly srType: 3;
3375
+ } | {
3376
+ readonly id: 3108;
3377
+ readonly name: "Fiendish Codex";
3378
+ readonly srType: 2;
3379
+ } | {
3380
+ readonly id: 3109;
3381
+ readonly name: "Knight's Vow";
3382
+ readonly srType: 3;
3383
+ } | {
3384
+ readonly id: 3110;
3385
+ readonly name: "Frozen Heart";
3386
+ readonly srType: 3;
3387
+ } | {
3388
+ readonly id: 3111;
3389
+ readonly name: "Mercury's Treads";
3390
+ readonly srType: 12;
3391
+ } | {
3392
+ readonly id: 3112;
3393
+ readonly name: "Guardian's Orb";
3394
+ readonly srType: -1;
3395
+ } | {
3396
+ readonly id: 3113;
3397
+ readonly name: "Aether Wisp";
3398
+ readonly srType: 2;
3399
+ } | {
3400
+ readonly id: 3114;
3401
+ readonly name: "Forbidden Idol";
3402
+ readonly srType: 2;
3403
+ } | {
3404
+ readonly id: 3115;
3405
+ readonly name: "Nashor's Tooth";
3406
+ readonly srType: 3;
3407
+ } | {
3408
+ readonly id: 3116;
3409
+ readonly name: "Rylai's Crystal Scepter";
3410
+ readonly srType: 3;
3411
+ } | {
3412
+ readonly id: 3117;
3413
+ readonly name: "Mobility Boots";
3414
+ readonly srType: -1;
3415
+ } | {
3416
+ readonly id: 3118;
3417
+ readonly name: "Malignance";
3418
+ readonly srType: 3;
3419
+ } | {
3420
+ readonly id: 3119;
3421
+ readonly name: "Winter's Approach";
3422
+ readonly srType: 3;
3423
+ } | {
3424
+ readonly id: 3121;
3425
+ readonly name: "Fimbulwinter";
3426
+ readonly srType: 3;
3427
+ } | {
3428
+ readonly id: 3123;
3429
+ readonly name: "Executioner's Calling";
3430
+ readonly srType: 2;
3431
+ } | {
3432
+ readonly id: 3124;
3433
+ readonly name: "Guinsoo's Rageblade";
3434
+ readonly srType: 3;
3435
+ } | {
3436
+ readonly id: 3128;
3437
+ readonly name: "Deathfire Grasp";
3438
+ readonly srType: -1;
3439
+ } | {
3440
+ readonly id: 3131;
3441
+ readonly name: "Sword of the Divine";
3442
+ readonly srType: -1;
3443
+ } | {
3444
+ readonly id: 3133;
3445
+ readonly name: "Caulfield's Warhammer";
3446
+ readonly srType: 2;
3447
+ } | {
3448
+ readonly id: 3134;
3449
+ readonly name: "Serrated Dirk";
3450
+ readonly srType: 2;
3451
+ } | {
3452
+ readonly id: 3135;
3453
+ readonly name: "Void Staff";
3454
+ readonly srType: 3;
3455
+ } | {
3456
+ readonly id: 3137;
3457
+ readonly name: "Cryptbloom";
3458
+ readonly srType: 3;
3459
+ } | {
3460
+ readonly id: 3139;
3461
+ readonly name: "Mercurial Scimitar";
3462
+ readonly srType: 3;
3463
+ } | {
3464
+ readonly id: 3140;
3465
+ readonly name: "Quicksilver Sash";
3466
+ readonly srType: 2;
3467
+ } | {
3468
+ readonly id: 3142;
3469
+ readonly name: "Youmuu's Ghostblade";
3470
+ readonly srType: 3;
3471
+ } | {
3472
+ readonly id: 3143;
3473
+ readonly name: "Randuin's Omen";
3474
+ readonly srType: 3;
3475
+ } | {
3476
+ readonly id: 3144;
3477
+ readonly name: "Scout's Slingshot";
3478
+ readonly srType: 2;
3479
+ } | {
3480
+ readonly id: 3145;
3481
+ readonly name: "Hextech Alternator";
3482
+ readonly srType: 2;
3483
+ } | {
3484
+ readonly id: 3146;
3485
+ readonly name: "Hextech Gunblade";
3486
+ readonly srType: -1;
3487
+ } | {
3488
+ readonly id: 3147;
3489
+ readonly name: "Haunting Guise";
3490
+ readonly srType: 2;
3491
+ } | {
3492
+ readonly id: 3152;
3493
+ readonly name: "Hextech Rocketbelt";
3494
+ readonly srType: 3;
3495
+ } | {
3496
+ readonly id: 3153;
3497
+ readonly name: "Blade of The Ruined King";
3498
+ readonly srType: 3;
3499
+ } | {
3500
+ readonly id: 3155;
3501
+ readonly name: "Hexdrinker";
3502
+ readonly srType: 2;
3503
+ } | {
3504
+ readonly id: 3156;
3505
+ readonly name: "Maw of Malmortius";
3506
+ readonly srType: 3;
3507
+ } | {
3508
+ readonly id: 3157;
3509
+ readonly name: "Zhonya's Hourglass";
3510
+ readonly srType: 3;
3511
+ } | {
3512
+ readonly id: 3158;
3513
+ readonly name: "Ionian Boots of Lucidity";
3514
+ readonly srType: 12;
3515
+ } | {
3516
+ readonly id: 3161;
3517
+ readonly name: "Spear of Shojin";
3518
+ readonly srType: 3;
3519
+ } | {
3520
+ readonly id: 3165;
3521
+ readonly name: "Morellonomicon";
3522
+ readonly srType: 3;
3523
+ } | {
3524
+ readonly id: 3172;
3525
+ readonly name: "Zephyr";
3526
+ readonly srType: 12;
3527
+ } | {
3528
+ readonly id: 3177;
3529
+ readonly name: "Guardian's Blade";
3530
+ readonly srType: -1;
3531
+ } | {
3532
+ readonly id: 3179;
3533
+ readonly name: "Umbral Glaive";
3534
+ readonly srType: 3;
3535
+ } | {
3536
+ readonly id: 3181;
3537
+ readonly name: "Hullbreaker";
3538
+ readonly srType: 3;
3539
+ } | {
3540
+ readonly id: 3184;
3541
+ readonly name: "Guardian's Hammer";
3542
+ readonly srType: -1;
3543
+ } | {
3544
+ readonly id: 3190;
3545
+ readonly name: "Locket of the Iron Solari";
3546
+ readonly srType: 3;
3547
+ } | {
3548
+ readonly id: 3193;
3549
+ readonly name: "Gargoyle Stoneplate";
3550
+ readonly srType: -1;
3551
+ } | {
3552
+ readonly id: 3211;
3553
+ readonly name: "Spectre's Cowl";
3554
+ readonly srType: 2;
3555
+ } | {
3556
+ readonly id: 3222;
3557
+ readonly name: "Mikael's Blessing";
3558
+ readonly srType: 3;
3559
+ } | {
3560
+ readonly id: 3302;
3561
+ readonly name: "Terminus";
3562
+ readonly srType: 3;
3563
+ } | {
3564
+ readonly id: 3330;
3565
+ readonly name: "Scarecrow Effigy";
3566
+ readonly srType: -1;
3567
+ } | {
3568
+ readonly id: 3340;
3569
+ readonly name: "Stealth Ward";
3570
+ readonly srType: 11;
3571
+ } | {
3572
+ readonly id: 3348;
3573
+ readonly name: "Arcane Sweeper";
3574
+ readonly srType: -1;
3575
+ } | {
3576
+ readonly id: 3349;
3577
+ readonly name: "Lucent Singularity";
3578
+ readonly srType: -1;
3579
+ } | {
3580
+ readonly id: 3363;
3581
+ readonly name: "Farsight Alteration";
3582
+ readonly srType: 11;
3583
+ } | {
3584
+ readonly id: 3364;
3585
+ readonly name: "Oracle Lens";
3586
+ readonly srType: 11;
3587
+ } | {
3588
+ readonly id: 3400;
3589
+ readonly name: "Your Cut";
3590
+ readonly srType: 13;
3591
+ } | {
3592
+ readonly id: 3430;
3593
+ readonly name: "Rite Of Ruin";
3594
+ readonly srType: -1;
3595
+ } | {
3596
+ readonly id: 3504;
3597
+ readonly name: "Ardent Censer";
3598
+ readonly srType: 3;
3599
+ } | {
3600
+ readonly id: 3508;
3601
+ readonly name: "Essence Reaver";
3602
+ readonly srType: 3;
3603
+ } | {
3604
+ readonly id: 3513;
3605
+ readonly name: "Eye of the Herald";
3606
+ readonly srType: -1;
3607
+ } | {
3608
+ readonly id: 3599;
3609
+ readonly name: "Kalista's Black Spear";
3610
+ readonly srType: -1;
3611
+ } | {
3612
+ readonly id: 3600;
3613
+ readonly name: "Sylas' Black Spear";
3614
+ readonly srType: -1;
3615
+ } | {
3616
+ readonly id: 3742;
3617
+ readonly name: "Dead Man's Plate";
3618
+ readonly srType: 3;
3619
+ } | {
3620
+ readonly id: 3748;
3621
+ readonly name: "Titanic Hydra";
3622
+ readonly srType: 3;
3623
+ } | {
3624
+ readonly id: 3801;
3625
+ readonly name: "Crystalline Bracer";
3626
+ readonly srType: 2;
3627
+ } | {
3628
+ readonly id: 3802;
3629
+ readonly name: "Lost Chapter";
3630
+ readonly srType: 2;
3631
+ } | {
3632
+ readonly id: 3803;
3633
+ readonly name: "Catalyst of Aeons";
3634
+ readonly srType: 2;
3635
+ } | {
3636
+ readonly id: 3814;
3637
+ readonly name: "Edge of Night";
3638
+ readonly srType: 3;
3639
+ } | {
3640
+ readonly id: 3850;
3641
+ readonly name: "Spellthief's Edge";
3642
+ readonly srType: -1;
3643
+ } | {
3644
+ readonly id: 3851;
3645
+ readonly name: "Frostfang";
3646
+ readonly srType: -1;
3647
+ } | {
3648
+ readonly id: 3853;
3649
+ readonly name: "Shard of True Ice";
3650
+ readonly srType: -1;
3651
+ } | {
3652
+ readonly id: 3854;
3653
+ readonly name: "Steel Shoulderguards";
3654
+ readonly srType: -1;
3655
+ } | {
3656
+ readonly id: 3855;
3657
+ readonly name: "Runesteel Spaulders";
3658
+ readonly srType: -1;
3659
+ } | {
3660
+ readonly id: 3857;
3661
+ readonly name: "Pauldrons of Whiterock";
3662
+ readonly srType: -1;
3663
+ } | {
3664
+ readonly id: 3858;
3665
+ readonly name: "Relic Shield";
3666
+ readonly srType: -1;
3667
+ } | {
3668
+ readonly id: 3859;
3669
+ readonly name: "Targon's Buckler";
3670
+ readonly srType: -1;
3671
+ } | {
3672
+ readonly id: 3860;
3673
+ readonly name: "Bulwark of the Mountain";
3674
+ readonly srType: -1;
3675
+ } | {
3676
+ readonly id: 3862;
3677
+ readonly name: "Spectral Sickle";
3678
+ readonly srType: -1;
3679
+ } | {
3680
+ readonly id: 3863;
3681
+ readonly name: "Harrowing Crescent";
3682
+ readonly srType: -1;
3683
+ } | {
3684
+ readonly id: 3864;
3685
+ readonly name: "Black Mist Scythe";
3686
+ readonly srType: -1;
3687
+ } | {
3688
+ readonly id: 3865;
3689
+ readonly name: "World Atlas";
3690
+ readonly srType: 0;
3691
+ } | {
3692
+ readonly id: 3866;
3693
+ readonly name: "Runic Compass";
3694
+ readonly srType: 2;
3695
+ } | {
3696
+ readonly id: 3867;
3697
+ readonly name: "Bounty of Worlds";
3698
+ readonly srType: 3;
3699
+ } | {
3700
+ readonly id: 3869;
3701
+ readonly name: "Celestial Opposition";
3702
+ readonly srType: 3;
3703
+ } | {
3704
+ readonly id: 3870;
3705
+ readonly name: "Dream Maker";
3706
+ readonly srType: 3;
3707
+ } | {
3708
+ readonly id: 3871;
3709
+ readonly name: "Zaz'Zak's Realmspike";
3710
+ readonly srType: 3;
3711
+ } | {
3712
+ readonly id: 3876;
3713
+ readonly name: "Solstice Sleigh";
3714
+ readonly srType: 3;
3715
+ } | {
3716
+ readonly id: 3877;
3717
+ readonly name: "Bloodsong";
3718
+ readonly srType: 3;
3719
+ } | {
3720
+ readonly id: 3901;
3721
+ readonly name: "Fire at Will";
3722
+ readonly srType: -1;
3723
+ } | {
3724
+ readonly id: 3902;
3725
+ readonly name: "Death's Daughter";
3726
+ readonly srType: -1;
3727
+ } | {
3728
+ readonly id: 3903;
3729
+ readonly name: "Raise Morale";
3730
+ readonly srType: -1;
3731
+ } | {
3732
+ readonly id: 3916;
3733
+ readonly name: "Oblivion Orb";
3734
+ readonly srType: 2;
3735
+ } | {
3736
+ readonly id: 4003;
3737
+ readonly name: "Lifeline";
3738
+ readonly srType: -1;
3739
+ } | {
3740
+ readonly id: 4004;
3741
+ readonly name: "Spectral Cutlass";
3742
+ readonly srType: -1;
3743
+ } | {
3744
+ readonly id: 4005;
3745
+ readonly name: "Imperial Mandate";
3746
+ readonly srType: 3;
3747
+ } | {
3748
+ readonly id: 4010;
3749
+ readonly name: "Bloodletter's Curse";
3750
+ readonly srType: -1;
3751
+ } | {
3752
+ readonly id: 4011;
3753
+ readonly name: "Sword of Blossoming Dawn";
3754
+ readonly srType: -1;
3755
+ } | {
3756
+ readonly id: 4012;
3757
+ readonly name: "Sin Eater";
3758
+ readonly srType: -1;
3759
+ } | {
3760
+ readonly id: 4013;
3761
+ readonly name: "Lightning Braid";
3762
+ readonly srType: -1;
3763
+ } | {
3764
+ readonly id: 4014;
3765
+ readonly name: "Frozen Mallet";
3766
+ readonly srType: -1;
3767
+ } | {
3768
+ readonly id: 4015;
3769
+ readonly name: "Perplexity";
3770
+ readonly srType: -1;
3771
+ } | {
3772
+ readonly id: 4016;
3773
+ readonly name: "Wordless Promise";
3774
+ readonly srType: -1;
3775
+ } | {
3776
+ readonly id: 4017;
3777
+ readonly name: "Hellfire Hatchet";
3778
+ readonly srType: -1;
3779
+ } | {
3780
+ readonly id: 4401;
3781
+ readonly name: "Force of Nature";
3782
+ readonly srType: 3;
3783
+ } | {
3784
+ readonly id: 4402;
3785
+ readonly name: "Innervating Locket";
3786
+ readonly srType: -1;
3787
+ } | {
3788
+ readonly id: 4403;
3789
+ readonly name: "The Golden Spatula";
3790
+ readonly srType: -1;
3791
+ } | {
3792
+ readonly id: 4628;
3793
+ readonly name: "Horizon Focus";
3794
+ readonly srType: 3;
3795
+ } | {
3796
+ readonly id: 4629;
3797
+ readonly name: "Cosmic Drive";
3798
+ readonly srType: 3;
3799
+ } | {
3800
+ readonly id: 4630;
3801
+ readonly name: "Blighting Jewel";
3802
+ readonly srType: 2;
3803
+ } | {
3804
+ readonly id: 4632;
3805
+ readonly name: "Verdant Barrier";
3806
+ readonly srType: 2;
3807
+ } | {
3808
+ readonly id: 4633;
3809
+ readonly name: "Riftmaker";
3810
+ readonly srType: 3;
3811
+ } | {
3812
+ readonly id: 4635;
3813
+ readonly name: "Leeching Leer";
3814
+ readonly srType: -1;
3815
+ } | {
3816
+ readonly id: 4636;
3817
+ readonly name: "Night Harvester";
3818
+ readonly srType: -1;
3819
+ } | {
3820
+ readonly id: 4637;
3821
+ readonly name: "Demonic Embrace";
3822
+ readonly srType: -1;
3823
+ } | {
3824
+ readonly id: 4638;
3825
+ readonly name: "Watchful Wardstone";
3826
+ readonly srType: 2;
3827
+ } | {
3828
+ readonly id: 4641;
3829
+ readonly name: "Stirring Wardstone";
3830
+ readonly srType: -1;
3831
+ } | {
3832
+ readonly id: 4642;
3833
+ readonly name: "Bandleglass Mirror";
3834
+ readonly srType: 2;
3835
+ } | {
3836
+ readonly id: 4643;
3837
+ readonly name: "Vigilant Wardstone";
3838
+ readonly srType: 3;
3839
+ } | {
3840
+ readonly id: 4644;
3841
+ readonly name: "Crown of the Shattered Queen";
3842
+ readonly srType: -1;
3843
+ } | {
3844
+ readonly id: 4645;
3845
+ readonly name: "Shadowflame";
3846
+ readonly srType: 3;
3847
+ } | {
3848
+ readonly id: 4646;
3849
+ readonly name: "Stormsurge";
3850
+ readonly srType: 3;
3851
+ } | {
3852
+ readonly id: 6029;
3853
+ readonly name: "Ironspike Whip";
3854
+ readonly srType: -1;
3855
+ } | {
3856
+ readonly id: 6035;
3857
+ readonly name: "Silvermere Dawn";
3858
+ readonly srType: -1;
3859
+ } | {
3860
+ readonly id: 6333;
3861
+ readonly name: "Death's Dance";
3862
+ readonly srType: 3;
3863
+ } | {
3864
+ readonly id: 6609;
3865
+ readonly name: "Chempunk Chainsword";
3866
+ readonly srType: 3;
3867
+ } | {
3868
+ readonly id: 6610;
3869
+ readonly name: "Sundered Sky";
3870
+ readonly srType: 3;
3871
+ } | {
3872
+ readonly id: 6616;
3873
+ readonly name: "Staff of Flowing Water";
3874
+ readonly srType: 3;
3875
+ } | {
3876
+ readonly id: 6617;
3877
+ readonly name: "Moonstone Renewer";
3878
+ readonly srType: 3;
3879
+ } | {
3880
+ readonly id: 6620;
3881
+ readonly name: "Echoes of Helia";
3882
+ readonly srType: 3;
3883
+ } | {
3884
+ readonly id: 6621;
3885
+ readonly name: "Dawncore";
3886
+ readonly srType: 3;
3887
+ } | {
3888
+ readonly id: 6630;
3889
+ readonly name: "Goredrinker";
3890
+ readonly srType: -1;
3891
+ } | {
3892
+ readonly id: 6631;
3893
+ readonly name: "Stridebreaker";
3894
+ readonly srType: 3;
3895
+ } | {
3896
+ readonly id: 6632;
3897
+ readonly name: "Divine Sunderer";
3898
+ readonly srType: -1;
3899
+ } | {
3900
+ readonly id: 6653;
3901
+ readonly name: "Liandry's Torment";
3902
+ readonly srType: 3;
3903
+ } | {
3904
+ readonly id: 6655;
3905
+ readonly name: "Luden's Companion";
3906
+ readonly srType: 3;
3907
+ } | {
3908
+ readonly id: 6656;
3909
+ readonly name: "Everfrost";
3910
+ readonly srType: -1;
3911
+ } | {
3912
+ readonly id: 6657;
3913
+ readonly name: "Rod of Ages";
3914
+ readonly srType: 3;
3915
+ } | {
3916
+ readonly id: 6660;
3917
+ readonly name: "Bami's Cinder";
3918
+ readonly srType: 2;
3919
+ } | {
3920
+ readonly id: 6662;
3921
+ readonly name: "Iceborn Gauntlet";
3922
+ readonly srType: 3;
3923
+ } | {
3924
+ readonly id: 6664;
3925
+ readonly name: "Hollow Radiance";
3926
+ readonly srType: 3;
3927
+ } | {
3928
+ readonly id: 6665;
3929
+ readonly name: "Jak'Sho, The Protean";
3930
+ readonly srType: 3;
3931
+ } | {
3932
+ readonly id: 6667;
3933
+ readonly name: "Radiant Virtue";
3934
+ readonly srType: -1;
3935
+ } | {
3936
+ readonly id: 6670;
3937
+ readonly name: "Noonquiver";
3938
+ readonly srType: 2;
3939
+ } | {
3940
+ readonly id: 6671;
3941
+ readonly name: "Galeforce";
3942
+ readonly srType: -1;
3943
+ } | {
3944
+ readonly id: 6672;
3945
+ readonly name: "Kraken Slayer";
3946
+ readonly srType: 3;
3947
+ } | {
3948
+ readonly id: 6673;
3949
+ readonly name: "Immortal Shieldbow";
3950
+ readonly srType: 3;
3951
+ } | {
3952
+ readonly id: 6675;
3953
+ readonly name: "Navori Flickerblade";
3954
+ readonly srType: 3;
3955
+ } | {
3956
+ readonly id: 6676;
3957
+ readonly name: "The Collector";
3958
+ readonly srType: 3;
3959
+ } | {
3960
+ readonly id: 6677;
3961
+ readonly name: "Rageknife";
3962
+ readonly srType: -1;
3963
+ } | {
3964
+ readonly id: 6690;
3965
+ readonly name: "Rectrix";
3966
+ readonly srType: 2;
3967
+ } | {
3968
+ readonly id: 6691;
3969
+ readonly name: "Duskblade of Draktharr";
3970
+ readonly srType: -1;
3971
+ } | {
3972
+ readonly id: 6692;
3973
+ readonly name: "Eclipse";
3974
+ readonly srType: 3;
3975
+ } | {
3976
+ readonly id: 6693;
3977
+ readonly name: "Prowler's Claw";
3978
+ readonly srType: -1;
3979
+ } | {
3980
+ readonly id: 6694;
3981
+ readonly name: "Serylda's Grudge";
3982
+ readonly srType: 3;
3983
+ } | {
3984
+ readonly id: 6695;
3985
+ readonly name: "Serpent's Fang";
3986
+ readonly srType: 3;
3987
+ } | {
3988
+ readonly id: 6696;
3989
+ readonly name: "Axiom Arc";
3990
+ readonly srType: 3;
3991
+ } | {
3992
+ readonly id: 6697;
3993
+ readonly name: "Hubris";
3994
+ readonly srType: 3;
3995
+ } | {
3996
+ readonly id: 6698;
3997
+ readonly name: "Profane Hydra";
3998
+ readonly srType: 3;
3999
+ } | {
4000
+ readonly id: 6699;
4001
+ readonly name: "Voltaic Cyclosword";
4002
+ readonly srType: 3;
4003
+ } | {
4004
+ readonly id: 6700;
4005
+ readonly name: "Shield of the Rakkor";
4006
+ readonly srType: -1;
4007
+ } | {
4008
+ readonly id: 6701;
4009
+ readonly name: "Opportunity";
4010
+ readonly srType: 3;
4011
+ } | {
4012
+ readonly id: 7050;
4013
+ readonly name: "Gangplank Placeholder";
4014
+ readonly srType: -1;
4015
+ } | {
4016
+ readonly id: 8001;
4017
+ readonly name: "Anathema's Chains";
4018
+ readonly srType: -1;
4019
+ } | {
4020
+ readonly id: 8020;
4021
+ readonly name: "Abyssal Mask";
4022
+ readonly srType: 3;
4023
+ } | {
4024
+ readonly id: 9168;
4025
+ readonly name: "Locked Weapon Slot";
4026
+ readonly srType: -1;
4027
+ } | {
4028
+ readonly id: 9171;
4029
+ readonly name: "Cyclonic Slicers";
4030
+ readonly srType: -1;
4031
+ } | {
4032
+ readonly id: 9172;
4033
+ readonly name: "YuumiBot";
4034
+ readonly srType: -1;
4035
+ } | {
4036
+ readonly id: 9173;
4037
+ readonly name: "Radiant Field";
4038
+ readonly srType: -1;
4039
+ } | {
4040
+ readonly id: 9174;
4041
+ readonly name: "Statikk Sword";
4042
+ readonly srType: -1;
4043
+ } | {
4044
+ readonly id: 9175;
4045
+ readonly name: "Lioness's Lament";
4046
+ readonly srType: -1;
4047
+ } | {
4048
+ readonly id: 9176;
4049
+ readonly name: "Gatling Bunny-Guns";
4050
+ readonly srType: -1;
4051
+ } | {
4052
+ readonly id: 9177;
4053
+ readonly name: "Searing Shortbow";
4054
+ readonly srType: -1;
4055
+ } | {
4056
+ readonly id: 9178;
4057
+ readonly name: "The Annihilator";
4058
+ readonly srType: -1;
4059
+ } | {
4060
+ readonly id: 9179;
4061
+ readonly name: "Battle Bunny Crossbow";
4062
+ readonly srType: -1;
4063
+ } | {
4064
+ readonly id: 9180;
4065
+ readonly name: "UwU Blaster";
4066
+ readonly srType: -1;
4067
+ } | {
4068
+ readonly id: 9181;
4069
+ readonly name: "Vortex Glove";
4070
+ readonly srType: -1;
4071
+ } | {
4072
+ readonly id: 9183;
4073
+ readonly name: "Blade-o-rang";
4074
+ readonly srType: -1;
4075
+ } | {
4076
+ readonly id: 9184;
4077
+ readonly name: "Bunny Mega-Blast";
4078
+ readonly srType: -1;
4079
+ } | {
4080
+ readonly id: 9185;
4081
+ readonly name: "Anti-Shark Sea Mine";
4082
+ readonly srType: -1;
4083
+ } | {
4084
+ readonly id: 9187;
4085
+ readonly name: "T.I.B.B.E.R.S";
4086
+ readonly srType: -1;
4087
+ } | {
4088
+ readonly id: 9188;
4089
+ readonly name: "Ani-Mines";
4090
+ readonly srType: -1;
4091
+ } | {
4092
+ readonly id: 9189;
4093
+ readonly name: "Final City Transit";
4094
+ readonly srType: -1;
4095
+ } | {
4096
+ readonly id: 9190;
4097
+ readonly name: "Echoing Batblades";
4098
+ readonly srType: -1;
4099
+ } | {
4100
+ readonly id: 9192;
4101
+ readonly name: "Paw Print Poisoner";
4102
+ readonly srType: -1;
4103
+ } | {
4104
+ readonly id: 9193;
4105
+ readonly name: "Iceblast Armor";
4106
+ readonly srType: -1;
4107
+ } | {
4108
+ readonly id: 9271;
4109
+ readonly name: "Unceasing Cyclone";
4110
+ readonly srType: -1;
4111
+ } | {
4112
+ readonly id: 9272;
4113
+ readonly name: "YuumiBot_Final_FINAL";
4114
+ readonly srType: -1;
4115
+ } | {
4116
+ readonly id: 9273;
4117
+ readonly name: "Explosive Embrace";
4118
+ readonly srType: -1;
4119
+ } | {
4120
+ readonly id: 9274;
4121
+ readonly name: "Prumbis's Electrocarver";
4122
+ readonly srType: -1;
4123
+ } | {
4124
+ readonly id: 9275;
4125
+ readonly name: "Enveloping Light";
4126
+ readonly srType: -1;
4127
+ } | {
4128
+ readonly id: 9276;
4129
+ readonly name: "Double Bun-Bun Barrage";
4130
+ readonly srType: -1;
4131
+ } | {
4132
+ readonly id: 9277;
4133
+ readonly name: "Evolved Embershot";
4134
+ readonly srType: -1;
4135
+ } | {
4136
+ readonly id: 9278;
4137
+ readonly name: "Animapocalypse";
4138
+ readonly srType: -1;
4139
+ } | {
4140
+ readonly id: 9279;
4141
+ readonly name: "Bunny Prime Ballista";
4142
+ readonly srType: -1;
4143
+ } | {
4144
+ readonly id: 9280;
4145
+ readonly name: "OwO Blaster";
4146
+ readonly srType: -1;
4147
+ } | {
4148
+ readonly id: 9281;
4149
+ readonly name: "Tempest's Gauntlet";
4150
+ readonly srType: -1;
4151
+ } | {
4152
+ readonly id: 9283;
4153
+ readonly name: "Quad-o-rang";
4154
+ readonly srType: -1;
4155
+ } | {
4156
+ readonly id: 9284;
4157
+ readonly name: "Rapid Rabbit Raindown";
4158
+ readonly srType: -1;
4159
+ } | {
4160
+ readonly id: 9285;
4161
+ readonly name: "Neverending Mobstomper";
4162
+ readonly srType: -1;
4163
+ } | {
4164
+ readonly id: 9287;
4165
+ readonly name: "T.I.B.B.E.R.S (B.E.E.G Edition)";
4166
+ readonly srType: -1;
4167
+ } | {
4168
+ readonly id: 9288;
4169
+ readonly name: "Jinx's Tri-Namite";
4170
+ readonly srType: -1;
4171
+ } | {
4172
+ readonly id: 9289;
4173
+ readonly name: "FC Limited Express";
4174
+ readonly srType: -1;
4175
+ } | {
4176
+ readonly id: 9290;
4177
+ readonly name: "Vayne's Chromablades";
4178
+ readonly srType: -1;
4179
+ } | {
4180
+ readonly id: 9292;
4181
+ readonly name: "Bearfoot Chem-Dispenser";
4182
+ readonly srType: -1;
4183
+ } | {
4184
+ readonly id: 9293;
4185
+ readonly name: "Deep Freeze";
4186
+ readonly srType: -1;
4187
+ } | {
4188
+ readonly id: 9300;
4189
+ readonly name: "Meow Meow";
4190
+ readonly srType: -1;
4191
+ } | {
4192
+ readonly id: 9301;
4193
+ readonly name: "Shield Slam";
4194
+ readonly srType: -1;
4195
+ } | {
4196
+ readonly id: 9302;
4197
+ readonly name: "Sound Wave";
4198
+ readonly srType: -1;
4199
+ } | {
4200
+ readonly id: 9303;
4201
+ readonly name: "Pillory Swipe";
4202
+ readonly srType: -1;
4203
+ } | {
4204
+ readonly id: 9304;
4205
+ readonly name: "Steel Tempest";
4206
+ readonly srType: -1;
4207
+ } | {
4208
+ readonly id: 9305;
4209
+ readonly name: "Tentacle Slam";
4210
+ readonly srType: -1;
4211
+ } | {
4212
+ readonly id: 9306;
4213
+ readonly name: "Winged Dagger";
4214
+ readonly srType: -1;
4215
+ } | {
4216
+ readonly id: 9307;
4217
+ readonly name: "Guiding Hex";
4218
+ readonly srType: -1;
4219
+ } | {
4220
+ readonly id: 9308;
4221
+ readonly name: "Bunny Hop";
4222
+ readonly srType: -1;
4223
+ } | {
4224
+ readonly id: 9400;
4225
+ readonly name: "Battle Cat Barrage";
4226
+ readonly srType: -1;
4227
+ } | {
4228
+ readonly id: 9401;
4229
+ readonly name: "Light of the Lion";
4230
+ readonly srType: -1;
4231
+ } | {
4232
+ readonly id: 9402;
4233
+ readonly name: "Anima Echo";
4234
+ readonly srType: -1;
4235
+ } | {
4236
+ readonly id: 9403;
4237
+ readonly name: "Savage Slice";
4238
+ readonly srType: -1;
4239
+ } | {
4240
+ readonly id: 9404;
4241
+ readonly name: "Wandering Storms";
4242
+ readonly srType: -1;
4243
+ } | {
4244
+ readonly id: 9405;
4245
+ readonly name: "Grizzly Smash";
4246
+ readonly srType: -1;
4247
+ } | {
4248
+ readonly id: 9406;
4249
+ readonly name: "Lover's Ricochet";
4250
+ readonly srType: -1;
4251
+ } | {
4252
+ readonly id: 9407;
4253
+ readonly name: "Hopped-Up Hex";
4254
+ readonly srType: -1;
4255
+ } | {
4256
+ readonly id: 9408;
4257
+ readonly name: "Carrot Crash";
4258
+ readonly srType: -1;
4259
+ } | {
4260
+ readonly id: 126697;
4261
+ readonly name: "Hubris";
4262
+ readonly srType: -1;
4263
+ } | {
4264
+ readonly id: 220000;
4265
+ readonly name: "Stat Bonus";
4266
+ readonly srType: -1;
4267
+ } | {
4268
+ readonly id: 220001;
4269
+ readonly name: "Legendary Fighter Item";
4270
+ readonly srType: -1;
4271
+ } | {
4272
+ readonly id: 220002;
4273
+ readonly name: "Legendary Marksman Item";
4274
+ readonly srType: -1;
4275
+ } | {
4276
+ readonly id: 220003;
4277
+ readonly name: "Legendary Assassin Item";
4278
+ readonly srType: -1;
4279
+ } | {
4280
+ readonly id: 220004;
4281
+ readonly name: "Legendary Mage Item";
4282
+ readonly srType: -1;
4283
+ } | {
4284
+ readonly id: 220005;
4285
+ readonly name: "Legendary Tank Item";
4286
+ readonly srType: -1;
4287
+ } | {
4288
+ readonly id: 220006;
4289
+ readonly name: "Legendary Support Item";
4290
+ readonly srType: -1;
4291
+ } | {
4292
+ readonly id: 220007;
4293
+ readonly name: "Prismatic Item";
4294
+ readonly srType: -1;
4295
+ } | {
4296
+ readonly id: 221011;
4297
+ readonly name: "Giant's Belt";
4298
+ readonly srType: -1;
4299
+ } | {
4300
+ readonly id: 221026;
4301
+ readonly name: "Blasting Wand";
4302
+ readonly srType: -1;
4303
+ } | {
4304
+ readonly id: 221031;
4305
+ readonly name: "Chain Vest";
4306
+ readonly srType: -1;
4307
+ } | {
4308
+ readonly id: 221038;
4309
+ readonly name: "B. F. Sword";
4310
+ readonly srType: -1;
4311
+ } | {
4312
+ readonly id: 221043;
4313
+ readonly name: "Recurve Bow";
4314
+ readonly srType: -1;
4315
+ } | {
4316
+ readonly id: 221053;
4317
+ readonly name: "Vampiric Scepter";
4318
+ readonly srType: -1;
4319
+ } | {
4320
+ readonly id: 221057;
4321
+ readonly name: "Negatron Cloak";
4322
+ readonly srType: -1;
4323
+ } | {
4324
+ readonly id: 221058;
4325
+ readonly name: "Needlessly Large Rod";
4326
+ readonly srType: -1;
4327
+ } | {
4328
+ readonly id: 222022;
4329
+ readonly name: "Glowing Mote";
4330
+ readonly srType: -1;
4331
+ } | {
4332
+ readonly id: 222051;
4333
+ readonly name: "Guardian's Horn";
4334
+ readonly srType: -1;
4335
+ } | {
4336
+ readonly id: 222065;
4337
+ readonly name: "Shurelya's Battlesong";
4338
+ readonly srType: -1;
4339
+ } | {
4340
+ readonly id: 222141;
4341
+ readonly name: "Cappa Juice";
4342
+ readonly srType: -1;
4343
+ } | {
4344
+ readonly id: 222502;
4345
+ readonly name: "Unending Despair";
4346
+ readonly srType: -1;
4347
+ } | {
4348
+ readonly id: 222503;
4349
+ readonly name: "Blackfire Torch";
4350
+ readonly srType: -1;
4351
+ } | {
4352
+ readonly id: 222504;
4353
+ readonly name: "Kaenic Rookern";
4354
+ readonly srType: -1;
4355
+ } | {
4356
+ readonly id: 223001;
4357
+ readonly name: "Evenshroud";
4358
+ readonly srType: -1;
4359
+ } | {
4360
+ readonly id: 223002;
4361
+ readonly name: "Trailblazer";
4362
+ readonly srType: -1;
4363
+ } | {
4364
+ readonly id: 223003;
4365
+ readonly name: "Archangel's Staff";
4366
+ readonly srType: -1;
4367
+ } | {
4368
+ readonly id: 223004;
4369
+ readonly name: "Manamune";
4370
+ readonly srType: -1;
4371
+ } | {
4372
+ readonly id: 223005;
4373
+ readonly name: "Ghostcrawlers";
4374
+ readonly srType: -1;
4375
+ } | {
4376
+ readonly id: 223006;
4377
+ readonly name: "Berserker's Greaves";
4378
+ readonly srType: -1;
4379
+ } | {
4380
+ readonly id: 223009;
4381
+ readonly name: "Boots of Swiftness";
4382
+ readonly srType: -1;
4383
+ } | {
4384
+ readonly id: 223011;
4385
+ readonly name: "Chemtech Putrifier";
4386
+ readonly srType: -1;
4387
+ } | {
4388
+ readonly id: 223020;
4389
+ readonly name: "Sorcerer's Shoes";
4390
+ readonly srType: -1;
4391
+ } | {
4392
+ readonly id: 223026;
4393
+ readonly name: "Guardian Angel";
4394
+ readonly srType: -1;
4395
+ } | {
4396
+ readonly id: 223031;
4397
+ readonly name: "Infinity Edge";
4398
+ readonly srType: -1;
4399
+ } | {
4400
+ readonly id: 223032;
4401
+ readonly name: "Yun Tal Wildarrows";
4402
+ readonly srType: -1;
4403
+ } | {
4404
+ readonly id: 223033;
4405
+ readonly name: "Mortal Reminder";
4406
+ readonly srType: -1;
4407
+ } | {
4408
+ readonly id: 223036;
4409
+ readonly name: "Lord Dominik's Regards";
4410
+ readonly srType: -1;
4411
+ } | {
4412
+ readonly id: 223039;
4413
+ readonly name: "Atma's Reckoning";
4414
+ readonly srType: -1;
4415
+ } | {
4416
+ readonly id: 223040;
4417
+ readonly name: "Seraph's Embrace";
4418
+ readonly srType: -1;
4419
+ } | {
4420
+ readonly id: 223042;
4421
+ readonly name: "Muramana";
4422
+ readonly srType: -1;
4423
+ } | {
4424
+ readonly id: 223046;
4425
+ readonly name: "Phantom Dancer";
4426
+ readonly srType: -1;
4427
+ } | {
4428
+ readonly id: 223047;
4429
+ readonly name: "Plated Steelcaps";
4430
+ readonly srType: -1;
4431
+ } | {
4432
+ readonly id: 223050;
4433
+ readonly name: "Zeke's Convergence";
4434
+ readonly srType: -1;
4435
+ } | {
4436
+ readonly id: 223053;
4437
+ readonly name: "Sterak's Gage";
4438
+ readonly srType: -1;
4439
+ } | {
4440
+ readonly id: 223057;
4441
+ readonly name: "Sheen";
4442
+ readonly srType: -1;
4443
+ } | {
4444
+ readonly id: 223065;
4445
+ readonly name: "Spirit Visage";
4446
+ readonly srType: -1;
4447
+ } | {
4448
+ readonly id: 223067;
4449
+ readonly name: "Kindlegem";
4450
+ readonly srType: -1;
4451
+ } | {
4452
+ readonly id: 223068;
4453
+ readonly name: "Sunfire Aegis";
4454
+ readonly srType: -1;
4455
+ } | {
4456
+ readonly id: 223071;
4457
+ readonly name: "Black Cleaver";
4458
+ readonly srType: -1;
4459
+ } | {
4460
+ readonly id: 223072;
4461
+ readonly name: "Bloodthirster";
4462
+ readonly srType: -1;
4463
+ } | {
4464
+ readonly id: 223073;
4465
+ readonly name: "Experimental Hexplate";
4466
+ readonly srType: -1;
4467
+ } | {
4468
+ readonly id: 223074;
4469
+ readonly name: "Ravenous Hydra";
4470
+ readonly srType: -1;
4471
+ } | {
4472
+ readonly id: 223075;
4473
+ readonly name: "Thornmail";
4474
+ readonly srType: -1;
4475
+ } | {
4476
+ readonly id: 223078;
4477
+ readonly name: "Trinity Force";
4478
+ readonly srType: -1;
4479
+ } | {
4480
+ readonly id: 223084;
4481
+ readonly name: "Heartsteel";
4482
+ readonly srType: -1;
4483
+ } | {
4484
+ readonly id: 223085;
4485
+ readonly name: "Runaan's Hurricane";
4486
+ readonly srType: -1;
4487
+ } | {
4488
+ readonly id: 223087;
4489
+ readonly name: "Statikk Shiv";
4490
+ readonly srType: -1;
4491
+ } | {
4492
+ readonly id: 223089;
4493
+ readonly name: "Rabadon's Deathcap";
4494
+ readonly srType: -1;
4495
+ } | {
4496
+ readonly id: 223091;
4497
+ readonly name: "Wit's End";
4498
+ readonly srType: -1;
4499
+ } | {
4500
+ readonly id: 223094;
4501
+ readonly name: "Rapid Firecannon";
4502
+ readonly srType: -1;
4503
+ } | {
4504
+ readonly id: 223095;
4505
+ readonly name: "Stormrazor";
4506
+ readonly srType: -1;
4507
+ } | {
4508
+ readonly id: 223100;
4509
+ readonly name: "Lich Bane";
4510
+ readonly srType: -1;
4511
+ } | {
4512
+ readonly id: 223102;
4513
+ readonly name: "Banshee's Veil";
4514
+ readonly srType: -1;
4515
+ } | {
4516
+ readonly id: 223105;
4517
+ readonly name: "Aegis of the Legion";
4518
+ readonly srType: -1;
4519
+ } | {
4520
+ readonly id: 223107;
4521
+ readonly name: "Redemption";
4522
+ readonly srType: -1;
4523
+ } | {
4524
+ readonly id: 223109;
4525
+ readonly name: "Knight's Vow";
4526
+ readonly srType: -1;
4527
+ } | {
4528
+ readonly id: 223110;
4529
+ readonly name: "Frozen Heart";
4530
+ readonly srType: -1;
4531
+ } | {
4532
+ readonly id: 223111;
4533
+ readonly name: "Mercury's Treads";
4534
+ readonly srType: -1;
4535
+ } | {
4536
+ readonly id: 223112;
4537
+ readonly name: "Guardian's Orb";
4538
+ readonly srType: -1;
4539
+ } | {
4540
+ readonly id: 223115;
4541
+ readonly name: "Nashor's Tooth";
4542
+ readonly srType: -1;
4543
+ } | {
4544
+ readonly id: 223116;
4545
+ readonly name: "Rylai's Crystal Scepter";
4546
+ readonly srType: -1;
4547
+ } | {
4548
+ readonly id: 223118;
4549
+ readonly name: "Malignance";
4550
+ readonly srType: -1;
4551
+ } | {
4552
+ readonly id: 223119;
4553
+ readonly name: "Winter's Approach";
4554
+ readonly srType: -1;
4555
+ } | {
4556
+ readonly id: 223121;
4557
+ readonly name: "Fimbulwinter";
4558
+ readonly srType: -1;
4559
+ } | {
4560
+ readonly id: 223124;
4561
+ readonly name: "Guinsoo's Rageblade";
4562
+ readonly srType: -1;
4563
+ } | {
4564
+ readonly id: 223135;
4565
+ readonly name: "Void Staff";
4566
+ readonly srType: -1;
4567
+ } | {
4568
+ readonly id: 223137;
4569
+ readonly name: "Cryptbloom";
4570
+ readonly srType: -1;
4571
+ } | {
4572
+ readonly id: 223139;
4573
+ readonly name: "Mercurial Scimitar";
4574
+ readonly srType: -1;
4575
+ } | {
4576
+ readonly id: 223142;
4577
+ readonly name: "Youmuu's Ghostblade";
4578
+ readonly srType: -1;
4579
+ } | {
4580
+ readonly id: 223143;
4581
+ readonly name: "Randuin's Omen";
4582
+ readonly srType: -1;
4583
+ } | {
4584
+ readonly id: 223146;
4585
+ readonly name: "Hextech Gunblade";
4586
+ readonly srType: -1;
4587
+ } | {
4588
+ readonly id: 223152;
4589
+ readonly name: "Hextech Rocketbelt";
4590
+ readonly srType: -1;
4591
+ } | {
4592
+ readonly id: 223153;
4593
+ readonly name: "Blade of The Ruined King";
4594
+ readonly srType: -1;
4595
+ } | {
4596
+ readonly id: 223156;
4597
+ readonly name: "Maw of Malmortius";
4598
+ readonly srType: -1;
4599
+ } | {
4600
+ readonly id: 223157;
4601
+ readonly name: "Zhonya's Hourglass";
4602
+ readonly srType: -1;
4603
+ } | {
4604
+ readonly id: 223158;
4605
+ readonly name: "Ionian Boots of Lucidity";
4606
+ readonly srType: -1;
4607
+ } | {
4608
+ readonly id: 223161;
4609
+ readonly name: "Spear of Shojin";
4610
+ readonly srType: -1;
4611
+ } | {
4612
+ readonly id: 223165;
4613
+ readonly name: "Morellonomicon";
4614
+ readonly srType: -1;
4615
+ } | {
4616
+ readonly id: 223172;
4617
+ readonly name: "Zephyr";
4618
+ readonly srType: -1;
4619
+ } | {
4620
+ readonly id: 223177;
4621
+ readonly name: "Guardian's Blade";
4622
+ readonly srType: -1;
4623
+ } | {
4624
+ readonly id: 223181;
4625
+ readonly name: "Hullbreaker";
4626
+ readonly srType: -1;
4627
+ } | {
4628
+ readonly id: 223184;
4629
+ readonly name: "Guardian's Hammer";
4630
+ readonly srType: -1;
4631
+ } | {
4632
+ readonly id: 223185;
4633
+ readonly name: "Guardian's Dirk";
4634
+ readonly srType: -1;
4635
+ } | {
4636
+ readonly id: 223190;
4637
+ readonly name: "Locket of the Iron Solari";
4638
+ readonly srType: -1;
4639
+ } | {
4640
+ readonly id: 223193;
4641
+ readonly name: "Gargoyle Stoneplate";
4642
+ readonly srType: -1;
4643
+ } | {
4644
+ readonly id: 223222;
4645
+ readonly name: "Mikael's Blessing";
4646
+ readonly srType: -1;
4647
+ } | {
4648
+ readonly id: 223302;
4649
+ readonly name: "Terminus";
4650
+ readonly srType: -1;
4651
+ } | {
4652
+ readonly id: 223504;
4653
+ readonly name: "Ardent Censer";
4654
+ readonly srType: -1;
4655
+ } | {
4656
+ readonly id: 223508;
4657
+ readonly name: "Essence Reaver";
4658
+ readonly srType: -1;
4659
+ } | {
4660
+ readonly id: 223742;
4661
+ readonly name: "Dead Man's Plate";
4662
+ readonly srType: -1;
4663
+ } | {
4664
+ readonly id: 223748;
4665
+ readonly name: "Titanic Hydra";
4666
+ readonly srType: -1;
4667
+ } | {
4668
+ readonly id: 223814;
4669
+ readonly name: "Edge of Night";
4670
+ readonly srType: -1;
4671
+ } | {
4672
+ readonly id: 224004;
4673
+ readonly name: "Spectral Cutlass";
4674
+ readonly srType: -1;
4675
+ } | {
4676
+ readonly id: 224005;
4677
+ readonly name: "Imperial Mandate";
4678
+ readonly srType: -1;
4679
+ } | {
4680
+ readonly id: 224401;
4681
+ readonly name: "Force of Nature";
4682
+ readonly srType: -1;
4683
+ } | {
4684
+ readonly id: 224403;
4685
+ readonly name: "The Golden Spatula";
4686
+ readonly srType: -1;
4687
+ } | {
4688
+ readonly id: 224628;
4689
+ readonly name: "Horizon Focus";
4690
+ readonly srType: -1;
4691
+ } | {
4692
+ readonly id: 224629;
4693
+ readonly name: "Cosmic Drive";
4694
+ readonly srType: -1;
4695
+ } | {
4696
+ readonly id: 224633;
4697
+ readonly name: "Riftmaker";
4698
+ readonly srType: -1;
4699
+ } | {
4700
+ readonly id: 224636;
4701
+ readonly name: "Night Harvester";
4702
+ readonly srType: -1;
4703
+ } | {
4704
+ readonly id: 224637;
4705
+ readonly name: "Demonic Embrace";
4706
+ readonly srType: -1;
4707
+ } | {
4708
+ readonly id: 224644;
4709
+ readonly name: "Crown of the Shattered Queen";
4710
+ readonly srType: -1;
4711
+ } | {
4712
+ readonly id: 224645;
4713
+ readonly name: "Shadowflame";
4714
+ readonly srType: -1;
4715
+ } | {
4716
+ readonly id: 224646;
4717
+ readonly name: "Stormsurge";
4718
+ readonly srType: -1;
4719
+ } | {
4720
+ readonly id: 226035;
4721
+ readonly name: "Silvermere Dawn";
4722
+ readonly srType: -1;
4723
+ } | {
4724
+ readonly id: 226333;
4725
+ readonly name: "Death's Dance";
4726
+ readonly srType: -1;
4727
+ } | {
4728
+ readonly id: 226609;
4729
+ readonly name: "Chempunk Chainsword";
4730
+ readonly srType: -1;
4731
+ } | {
4732
+ readonly id: 226610;
4733
+ readonly name: "Sundered Sky";
4734
+ readonly srType: -1;
4735
+ } | {
4736
+ readonly id: 226616;
4737
+ readonly name: "Staff of Flowing Water";
4738
+ readonly srType: -1;
4739
+ } | {
4740
+ readonly id: 226617;
4741
+ readonly name: "Moonstone Renewer";
4742
+ readonly srType: -1;
4743
+ } | {
4744
+ readonly id: 226620;
4745
+ readonly name: "Echoes of Helia";
4746
+ readonly srType: -1;
4747
+ } | {
4748
+ readonly id: 226621;
4749
+ readonly name: "Dawncore";
4750
+ readonly srType: -1;
4751
+ } | {
4752
+ readonly id: 226630;
4753
+ readonly name: "Goredrinker";
4754
+ readonly srType: -1;
4755
+ } | {
4756
+ readonly id: 226631;
4757
+ readonly name: "Stridebreaker";
4758
+ readonly srType: -1;
4759
+ } | {
4760
+ readonly id: 226632;
4761
+ readonly name: "Divine Sunderer";
4762
+ readonly srType: -1;
4763
+ } | {
4764
+ readonly id: 226653;
4765
+ readonly name: "Liandry's Torment";
4766
+ readonly srType: -1;
4767
+ } | {
4768
+ readonly id: 226655;
4769
+ readonly name: "Luden's Companion";
4770
+ readonly srType: -1;
4771
+ } | {
4772
+ readonly id: 226656;
4773
+ readonly name: "Everfrost";
4774
+ readonly srType: -1;
4775
+ } | {
4776
+ readonly id: 226657;
4777
+ readonly name: "Rod of Ages";
4778
+ readonly srType: -1;
4779
+ } | {
4780
+ readonly id: 226662;
4781
+ readonly name: "Iceborn Gauntlet";
4782
+ readonly srType: -1;
4783
+ } | {
4784
+ readonly id: 226664;
4785
+ readonly name: "Hollow Radiance";
4786
+ readonly srType: -1;
4787
+ } | {
4788
+ readonly id: 226665;
4789
+ readonly name: "Jak'Sho, The Protean";
4790
+ readonly srType: -1;
4791
+ } | {
4792
+ readonly id: 226667;
4793
+ readonly name: "Radiant Virtue";
4794
+ readonly srType: -1;
4795
+ } | {
4796
+ readonly id: 226671;
4797
+ readonly name: "Galeforce";
4798
+ readonly srType: -1;
4799
+ } | {
4800
+ readonly id: 226672;
4801
+ readonly name: "Kraken Slayer";
4802
+ readonly srType: -1;
4803
+ } | {
4804
+ readonly id: 226673;
4805
+ readonly name: "Immortal Shieldbow";
4806
+ readonly srType: -1;
4807
+ } | {
4808
+ readonly id: 226675;
4809
+ readonly name: "Navori Flickerblade";
4810
+ readonly srType: -1;
4811
+ } | {
4812
+ readonly id: 226676;
4813
+ readonly name: "The Collector";
4814
+ readonly srType: -1;
4815
+ } | {
4816
+ readonly id: 226691;
4817
+ readonly name: "Duskblade of Draktharr";
4818
+ readonly srType: -1;
4819
+ } | {
4820
+ readonly id: 226692;
4821
+ readonly name: "Eclipse";
4822
+ readonly srType: -1;
4823
+ } | {
4824
+ readonly id: 226693;
4825
+ readonly name: "Prowler's Claw";
4826
+ readonly srType: -1;
4827
+ } | {
4828
+ readonly id: 226694;
4829
+ readonly name: "Serylda's Grudge";
4830
+ readonly srType: -1;
4831
+ } | {
4832
+ readonly id: 226695;
4833
+ readonly name: "Serpent's Fang";
4834
+ readonly srType: -1;
4835
+ } | {
4836
+ readonly id: 226696;
4837
+ readonly name: "Axiom Arc";
4838
+ readonly srType: -1;
4839
+ } | {
4840
+ readonly id: 226697;
4841
+ readonly name: "Hubris";
4842
+ readonly srType: -1;
4843
+ } | {
4844
+ readonly id: 226698;
4845
+ readonly name: "Profane Hydra";
4846
+ readonly srType: -1;
4847
+ } | {
4848
+ readonly id: 226699;
4849
+ readonly name: "Voltaic Cyclosword";
4850
+ readonly srType: -1;
4851
+ } | {
4852
+ readonly id: 226701;
4853
+ readonly name: "Opportunity";
4854
+ readonly srType: -1;
4855
+ } | {
4856
+ readonly id: 228001;
4857
+ readonly name: "Anathema's Chains";
4858
+ readonly srType: -1;
4859
+ } | {
4860
+ readonly id: 228002;
4861
+ readonly name: "Wooglet's Witchcap";
4862
+ readonly srType: -1;
4863
+ } | {
4864
+ readonly id: 228003;
4865
+ readonly name: "Deathblade";
4866
+ readonly srType: -1;
4867
+ } | {
4868
+ readonly id: 228004;
4869
+ readonly name: "Adaptive Helm";
4870
+ readonly srType: -1;
4871
+ } | {
4872
+ readonly id: 228005;
4873
+ readonly name: "Obsidian Cleaver";
4874
+ readonly srType: -1;
4875
+ } | {
4876
+ readonly id: 228006;
4877
+ readonly name: "Sanguine Blade";
4878
+ readonly srType: -1;
4879
+ } | {
4880
+ readonly id: 228008;
4881
+ readonly name: "Runeglaive";
4882
+ readonly srType: -1;
4883
+ } | {
4884
+ readonly id: 228020;
4885
+ readonly name: "Abyssal Mask";
4886
+ readonly srType: -1;
4887
+ } | {
4888
+ readonly id: 443054;
4889
+ readonly name: "Darksteel Talons";
4890
+ readonly srType: -1;
4891
+ } | {
4892
+ readonly id: 443055;
4893
+ readonly name: "Fulmination";
4894
+ readonly srType: -1;
4895
+ } | {
4896
+ readonly id: 443056;
4897
+ readonly name: "Demon King's Crown";
4898
+ readonly srType: -1;
4899
+ } | {
4900
+ readonly id: 443058;
4901
+ readonly name: "Shield of Molten Stone";
4902
+ readonly srType: -1;
4903
+ } | {
4904
+ readonly id: 443059;
4905
+ readonly name: "Cloak of Starry Night";
4906
+ readonly srType: -1;
4907
+ } | {
4908
+ readonly id: 443060;
4909
+ readonly name: "Sword of the Divine";
4910
+ readonly srType: -1;
4911
+ } | {
4912
+ readonly id: 443061;
4913
+ readonly name: "Force Of Entropy";
4914
+ readonly srType: -1;
4915
+ } | {
4916
+ readonly id: 443062;
4917
+ readonly name: "Sanguine Gift";
4918
+ readonly srType: -1;
4919
+ } | {
4920
+ readonly id: 443063;
4921
+ readonly name: "Eleisa's Miracle";
4922
+ readonly srType: -1;
4923
+ } | {
4924
+ readonly id: 443064;
4925
+ readonly name: "Talisman Of Ascension";
4926
+ readonly srType: -1;
4927
+ } | {
4928
+ readonly id: 443069;
4929
+ readonly name: "Hamstringer";
4930
+ readonly srType: -1;
4931
+ } | {
4932
+ readonly id: 443079;
4933
+ readonly name: "Turbo Chemtank";
4934
+ readonly srType: -1;
4935
+ } | {
4936
+ readonly id: 443080;
4937
+ readonly name: "Twin Mask";
4938
+ readonly srType: -1;
4939
+ } | {
4940
+ readonly id: 443081;
4941
+ readonly name: "Hexbolt Companion";
4942
+ readonly srType: -1;
4943
+ } | {
4944
+ readonly id: 443090;
4945
+ readonly name: "Reaper's Toll";
4946
+ readonly srType: -1;
4947
+ } | {
4948
+ readonly id: 443193;
4949
+ readonly name: "Gargoyle Stoneplate";
4950
+ readonly srType: -1;
4951
+ } | {
4952
+ readonly id: 444636;
4953
+ readonly name: "Night Harvester";
4954
+ readonly srType: -1;
4955
+ } | {
4956
+ readonly id: 444637;
4957
+ readonly name: "Demonic Embrace";
4958
+ readonly srType: -1;
4959
+ } | {
4960
+ readonly id: 444644;
4961
+ readonly name: "Crown of the Shattered Queen";
4962
+ readonly srType: -1;
4963
+ } | {
4964
+ readonly id: 446632;
4965
+ readonly name: "Divine Sunderer";
4966
+ readonly srType: -1;
4967
+ } | {
4968
+ readonly id: 446656;
4969
+ readonly name: "Everfrost";
4970
+ readonly srType: -1;
4971
+ } | {
4972
+ readonly id: 446667;
4973
+ readonly name: "Radiant Virtue";
4974
+ readonly srType: -1;
4975
+ } | {
4976
+ readonly id: 446671;
4977
+ readonly name: "Galeforce";
4978
+ readonly srType: -1;
4979
+ } | {
4980
+ readonly id: 446691;
4981
+ readonly name: "Duskblade of Draktharr";
4982
+ readonly srType: -1;
4983
+ } | {
4984
+ readonly id: 446693;
4985
+ readonly name: "Prowler's Claw";
4986
+ readonly srType: -1;
4987
+ } | {
4988
+ readonly id: 447100;
4989
+ readonly name: "Mirage Blade";
4990
+ readonly srType: -1;
4991
+ } | {
4992
+ readonly id: 447101;
4993
+ readonly name: "Gambler's Blade";
4994
+ readonly srType: -1;
4995
+ } | {
4996
+ readonly id: 447102;
4997
+ readonly name: "Reality Fracture";
4998
+ readonly srType: -1;
4999
+ } | {
5000
+ readonly id: 447103;
5001
+ readonly name: "Hemomancer's Helm";
5002
+ readonly srType: -1;
5003
+ } | {
5004
+ readonly id: 447104;
5005
+ readonly name: "Innervating Locket";
5006
+ readonly srType: -1;
5007
+ } | {
5008
+ readonly id: 447105;
5009
+ readonly name: "Empyrean Promise";
5010
+ readonly srType: -1;
5011
+ } | {
5012
+ readonly id: 447106;
5013
+ readonly name: "Dragonheart";
5014
+ readonly srType: -1;
5015
+ } | {
5016
+ readonly id: 447107;
5017
+ readonly name: "Decapitator";
5018
+ readonly srType: -1;
5019
+ } | {
5020
+ readonly id: 447108;
5021
+ readonly name: "Runecarver";
5022
+ readonly srType: -1;
5023
+ } | {
5024
+ readonly id: 447109;
5025
+ readonly name: "Cruelty";
5026
+ readonly srType: -1;
5027
+ } | {
5028
+ readonly id: 447110;
5029
+ readonly name: "Moonflair Spellblade";
5030
+ readonly srType: -1;
5031
+ } | {
5032
+ readonly id: 447111;
5033
+ readonly name: "Overlord's Bloodmail";
5034
+ readonly srType: -1;
5035
+ } | {
5036
+ readonly id: 447112;
5037
+ readonly name: "Flesheater";
5038
+ readonly srType: -1;
5039
+ } | {
5040
+ readonly id: 447113;
5041
+ readonly name: "Detonation Orb";
5042
+ readonly srType: -1;
5043
+ } | {
5044
+ readonly id: 447114;
5045
+ readonly name: "Reverberation";
5046
+ readonly srType: -1;
5047
+ } | {
5048
+ readonly id: 447115;
5049
+ readonly name: "Regicide";
5050
+ readonly srType: -1;
5051
+ } | {
5052
+ readonly id: 447116;
5053
+ readonly name: "Kinkou Jitte";
5054
+ readonly srType: -1;
5055
+ } | {
5056
+ readonly id: 447118;
5057
+ readonly name: "Pyromancer's Cloak";
5058
+ readonly srType: -1;
5059
+ } | {
5060
+ readonly id: 447119;
5061
+ readonly name: "Lightning Rod";
5062
+ readonly srType: -1;
5063
+ } | {
5064
+ readonly id: 447120;
5065
+ readonly name: "Diamond-Tipped Spear";
5066
+ readonly srType: -1;
5067
+ } | {
5068
+ readonly id: 447121;
5069
+ readonly name: "Twilight's Edge";
5070
+ readonly srType: -1;
5071
+ } | {
5072
+ readonly id: 447122;
5073
+ readonly name: "Black Hole Gauntlet";
5074
+ readonly srType: -1;
5075
+ } | {
5076
+ readonly id: 447123;
5077
+ readonly name: "Puppeteer";
5078
+ readonly srType: -1;
5079
+ })[];
5080
+ export type ItemId = typeof ItemsArr[number]['id'];
5081
+ export type ItemName = typeof ItemsArr[number]['name'];
5082
+ export declare const itemNames: {
5083
+ [name in ItemName]: ItemId | {
5084
+ [mapId: string]: ItemId;
5085
+ };
5086
+ };
5087
+ export declare const bootsItemIds: {
5088
+ readonly 1001: true;
5089
+ readonly 2422: true;
5090
+ readonly 3005: true;
5091
+ readonly 3006: true;
5092
+ readonly 3009: true;
5093
+ readonly 3010: true;
5094
+ readonly 3013: true;
5095
+ readonly 3020: true;
5096
+ readonly 3047: true;
5097
+ readonly 3111: true;
5098
+ readonly 3117: true;
5099
+ readonly 3158: true;
5100
+ readonly 3172: true;
5101
+ readonly 223005: true;
5102
+ readonly 223006: true;
5103
+ readonly 223009: true;
5104
+ readonly 223020: true;
5105
+ readonly 223047: true;
5106
+ readonly 223111: true;
5107
+ readonly 223158: true;
5108
+ };