lol-constants 2.25.0 → 3.0.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (427) hide show
  1. package/README.md +130 -28
  2. package/dist/Locale.d.ts +2 -0
  3. package/dist/Locale.js +1 -0
  4. package/dist/Patch.d.ts +3 -0
  5. package/dist/Patch.js +3 -0
  6. package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
  7. package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
  8. package/dist/constants/events.d.ts +49 -0
  9. package/dist/constants/events.js +55 -0
  10. package/dist/constants/history.d.ts +26 -0
  11. package/dist/constants/history.js +29 -0
  12. package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
  13. package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
  14. package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
  15. package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
  16. package/dist/constants/participants.d.ts +38 -0
  17. package/dist/constants/participants.js +43 -0
  18. package/dist/enums/ItemSrTypes.d.ts +11 -0
  19. package/dist/enums/ItemSrTypes.js +10 -0
  20. package/dist/enums/StatRuneSlots.d.ts +6 -0
  21. package/dist/enums/StatRuneSlots.js +5 -0
  22. package/dist/helpers/champion.d.ts +678 -0
  23. package/dist/helpers/champion.js +18 -0
  24. package/dist/helpers/item.d.ts +39 -0
  25. package/dist/helpers/item.js +113 -0
  26. package/dist/helpers/riotId.d.ts +16 -0
  27. package/dist/helpers/riotId.js +33 -0
  28. package/dist/helpers/rune.d.ts +36 -0
  29. package/dist/helpers/rune.js +70 -0
  30. package/dist/helpers/spell.d.ts +6 -0
  31. package/dist/helpers/spell.js +18 -0
  32. package/dist/helpers/type.d.ts +3 -0
  33. package/dist/index.d.ts +30 -0
  34. package/dist/index.js +27 -0
  35. package/dist/lol.d.ts +4029 -0
  36. package/dist/lol.js +182 -0
  37. package/dist/objects/Maps.d.ts +113 -0
  38. package/dist/objects/Maps.js +69 -0
  39. package/dist/objects/Queues.d.ts +192 -0
  40. package/dist/objects/Queues.js +71 -0
  41. package/dist/objects/Regions.d.ts +132 -0
  42. package/dist/objects/Regions.js +55 -0
  43. package/dist/objects/generated/Champions.d.ts +1858 -0
  44. package/dist/objects/generated/Champions.js +4 -0
  45. package/dist/objects/generated/Items.d.ts +5108 -0
  46. package/dist/objects/generated/Items.js +4 -0
  47. package/dist/objects/generated/Runes.d.ts +1477 -0
  48. package/dist/objects/generated/Runes.js +13 -0
  49. package/dist/objects/generated/Spells.d.ts +208 -0
  50. package/dist/objects/generated/Spells.js +4 -0
  51. package/package.json +17 -15
  52. package/assets/constants/BootsItemNames.d.ts +0 -1
  53. package/assets/constants/BootsItemNames.js +0 -13
  54. package/assets/constants/Champion.d.ts +0 -7903
  55. package/assets/constants/Champion.js +0 -1
  56. package/assets/constants/Item.d.ts +0 -20779
  57. package/assets/constants/Item.js +0 -1
  58. package/assets/constants/LegendaryItemNames.d.ts +0 -4
  59. package/assets/constants/LegendaryItemNames.js +0 -125
  60. package/assets/constants/RunesReforged.d.ts +0 -491
  61. package/assets/constants/RunesReforged.js +0 -1
  62. package/assets/constants/StatRunes.d.ts +0 -28
  63. package/assets/constants/StatRunes.js +0 -11
  64. package/assets/constants/StatRunesByRow.d.ts +0 -17
  65. package/assets/constants/StatRunesByRow.js +0 -17
  66. package/assets/constants/Summoner.d.ts +0 -582
  67. package/assets/constants/Summoner.js +0 -1
  68. package/assets/index.d.ts +0 -4
  69. package/assets/index.js +0 -11
  70. package/assets/scripts/asset-scripts/champion.js +0 -9
  71. package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
  72. package/assets/scripts/asset-scripts/generate-all.js +0 -4
  73. package/assets/scripts/asset-scripts/item.d.ts +0 -1
  74. package/assets/scripts/asset-scripts/item.js +0 -9
  75. package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
  76. package/assets/scripts/asset-scripts/runes-reforged.js +0 -9
  77. package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
  78. package/assets/scripts/asset-scripts/summoner.js +0 -9
  79. package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
  80. package/assets/scripts/constants/RuneIdComment.js +0 -24
  81. package/assets/scripts/generate-all.d.ts +0 -23
  82. package/assets/scripts/generate-all.js +0 -27
  83. package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
  84. package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
  85. package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
  86. package/assets/scripts/generate-categorized-item-keys.js +0 -59
  87. package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
  88. package/assets/scripts/generate-categorized-item-names.js +0 -56
  89. package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
  90. package/assets/scripts/generate-champion-ids-by-name.js +0 -17
  91. package/assets/scripts/generate-champion-ids.d.ts +0 -1
  92. package/assets/scripts/generate-champion-ids.js +0 -18
  93. package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
  94. package/assets/scripts/generate-champion-keys-num.js +0 -20
  95. package/assets/scripts/generate-champion-keys.d.ts +0 -1
  96. package/assets/scripts/generate-champion-keys.js +0 -18
  97. package/assets/scripts/generate-champion-names.d.ts +0 -1
  98. package/assets/scripts/generate-champion-names.js +0 -18
  99. package/assets/scripts/generate-item-keys-num.d.ts +0 -1
  100. package/assets/scripts/generate-item-keys-num.js +0 -24
  101. package/assets/scripts/generate-item-keys.d.ts +0 -1
  102. package/assets/scripts/generate-item-keys.js +0 -22
  103. package/assets/scripts/generate-item-names.d.ts +0 -1
  104. package/assets/scripts/generate-item-names.js +0 -22
  105. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
  106. package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
  107. package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
  108. package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
  109. package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
  110. package/assets/scripts/generate-non-stat-rune-names.js +0 -20
  111. package/assets/scripts/generate-rune-ids.d.ts +0 -1
  112. package/assets/scripts/generate-rune-ids.js +0 -27
  113. package/assets/scripts/generate-rune-names.d.ts +0 -1
  114. package/assets/scripts/generate-rune-names.js +0 -25
  115. package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
  116. package/assets/scripts/generate-rune-picking-relationships.js +0 -52
  117. package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
  118. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
  119. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
  120. package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
  121. package/assets/scripts/generate-rune-sets.d.ts +0 -1
  122. package/assets/scripts/generate-rune-sets.js +0 -116
  123. package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
  124. package/assets/scripts/generate-spell-ids-by-name.js +0 -17
  125. package/assets/scripts/generate-spell-ids.d.ts +0 -1
  126. package/assets/scripts/generate-spell-ids.js +0 -18
  127. package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
  128. package/assets/scripts/generate-spell-keys-num.js +0 -20
  129. package/assets/scripts/generate-spell-keys.d.ts +0 -1
  130. package/assets/scripts/generate-spell-keys.js +0 -18
  131. package/assets/scripts/generate-spell-names.d.ts +0 -1
  132. package/assets/scripts/generate-spell-names.js +0 -18
  133. package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
  134. package/assets/scripts/generate-stat-rune-ids.js +0 -18
  135. package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
  136. package/assets/scripts/generate-stat-rune-names.js +0 -16
  137. package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
  138. package/assets/scripts/helpers/enableEscapedValues.js +0 -34
  139. package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
  140. package/assets/scripts/helpers/generateIndexFile.js +0 -3
  141. package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
  142. package/assets/scripts/helpers/getExportStatement.js +0 -37
  143. package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
  144. package/assets/scripts/helpers/getFmtdComment.js +0 -11
  145. package/assets/scripts/helpers/validateNumber.d.ts +0 -1
  146. package/assets/scripts/helpers/validateNumber.js +0 -6
  147. package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
  148. package/assets/scripts/helpers/writeToTmpFile.js +0 -18
  149. package/assets/scripts/print-file-names.d.ts +0 -1
  150. package/assets/scripts/print-file-names.js +0 -89
  151. package/core/constants/Abilities.d.ts +0 -17
  152. package/core/constants/Abilities.js +0 -19
  153. package/core/constants/BuildingTypes.d.ts +0 -6
  154. package/core/constants/BuildingTypes.js +0 -7
  155. package/core/constants/Champions/ChampionIds.d.ts +0 -171
  156. package/core/constants/Champions/ChampionIds.js +0 -1
  157. package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
  158. package/core/constants/Champions/ChampionIdsByName.js +0 -1
  159. package/core/constants/Champions/ChampionKeys.d.ts +0 -171
  160. package/core/constants/Champions/ChampionKeys.js +0 -1
  161. package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
  162. package/core/constants/Champions/ChampionKeysNum.js +0 -1
  163. package/core/constants/Champions/ChampionNames.d.ts +0 -171
  164. package/core/constants/Champions/ChampionNames.js +0 -1
  165. package/core/constants/Continents.d.ts +0 -8
  166. package/core/constants/Continents.js +0 -9
  167. package/core/constants/DataDragonUrls.d.ts +0 -52
  168. package/core/constants/DataDragonUrls.js +0 -56
  169. package/core/constants/DragonTypes.d.ts +0 -11
  170. package/core/constants/DragonTypes.js +0 -12
  171. package/core/constants/GameModes.d.ts +0 -12
  172. package/core/constants/GameModes.js +0 -13
  173. package/core/constants/GameTypes.d.ts +0 -7
  174. package/core/constants/GameTypes.js +0 -8
  175. package/core/constants/Items/BootsItemKeys.d.ts +0 -14
  176. package/core/constants/Items/BootsItemKeys.js +0 -1
  177. package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
  178. package/core/constants/Items/BootsItemKeysNum.js +0 -1
  179. package/core/constants/Items/BootsItemNames.d.ts +0 -14
  180. package/core/constants/Items/BootsItemNames.js +0 -1
  181. package/core/constants/Items/ItemKeys.d.ts +0 -238
  182. package/core/constants/Items/ItemKeys.js +0 -1
  183. package/core/constants/Items/ItemKeysNum.d.ts +0 -238
  184. package/core/constants/Items/ItemKeysNum.js +0 -1
  185. package/core/constants/Items/ItemNames.d.ts +0 -244
  186. package/core/constants/Items/ItemNames.js +0 -1
  187. package/core/constants/Items/ItemTypes.d.ts +0 -7
  188. package/core/constants/Items/ItemTypes.js +0 -8
  189. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
  190. package/core/constants/Items/LegendaryItemKeys.js +0 -1
  191. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
  192. package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
  193. package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
  194. package/core/constants/Items/LegendaryItemNames.js +0 -1
  195. package/core/constants/KillTypes.d.ts +0 -7
  196. package/core/constants/KillTypes.js +0 -8
  197. package/core/constants/LaneTypes.d.ts +0 -7
  198. package/core/constants/LaneTypes.js +0 -8
  199. package/core/constants/Lanes.d.ts +0 -8
  200. package/core/constants/Lanes.js +0 -9
  201. package/core/constants/LeagueTexts.d.ts +0 -49
  202. package/core/constants/LeagueTexts.js +0 -54
  203. package/core/constants/Levels.d.ts +0 -22
  204. package/core/constants/Levels.js +0 -23
  205. package/core/constants/MapIds.d.ts +0 -17
  206. package/core/constants/MapIds.js +0 -18
  207. package/core/constants/MonsterTypes.d.ts +0 -8
  208. package/core/constants/MonsterTypes.js +0 -9
  209. package/core/constants/ParticipantIds.d.ts +0 -14
  210. package/core/constants/ParticipantIds.js +0 -15
  211. package/core/constants/PlatformApiUris.d.ts +0 -20
  212. package/core/constants/PlatformApiUris.js +0 -21
  213. package/core/constants/PlatformIds.d.ts +0 -23
  214. package/core/constants/PlatformIds.js +0 -26
  215. package/core/constants/Positions.d.ts +0 -9
  216. package/core/constants/Positions.js +0 -10
  217. package/core/constants/QueueIds.d.ts +0 -114
  218. package/core/constants/QueueIds.js +0 -140
  219. package/core/constants/QueueTypes.d.ts +0 -7
  220. package/core/constants/QueueTypes.js +0 -8
  221. package/core/constants/RankedRanks.d.ts +0 -8
  222. package/core/constants/RankedRanks.js +0 -9
  223. package/core/constants/RegionalApiUris.d.ts +0 -8
  224. package/core/constants/RegionalApiUris.js +0 -9
  225. package/core/constants/Regions.d.ts +0 -23
  226. package/core/constants/Regions.js +0 -26
  227. package/core/constants/RelativeTeams.d.ts +0 -6
  228. package/core/constants/RelativeTeams.js +0 -7
  229. package/core/constants/Roles.d.ts +0 -8
  230. package/core/constants/Roles.js +0 -9
  231. package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
  232. package/core/constants/Runes/NonStatRuneIds.js +0 -1
  233. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
  234. package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
  235. package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
  236. package/core/constants/Runes/NonStatRuneNames.js +0 -1
  237. package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
  238. package/core/constants/Runes/RuneIconFileNames.js +0 -97
  239. package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
  240. package/core/constants/Runes/RunePickingRelationships.js +0 -4
  241. package/core/constants/Runes/RuneSets.d.ts +0 -721
  242. package/core/constants/Runes/RuneSets.js +0 -11
  243. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
  244. package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
  245. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
  246. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
  247. package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
  248. package/core/constants/Runes/RuneTreeIds.js +0 -14
  249. package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
  250. package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
  251. package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
  252. package/core/constants/Runes/RuneTreeNames.js +0 -14
  253. package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
  254. package/core/constants/Runes/RuneTreeTypes.js +0 -7
  255. package/core/constants/SkillSlots.d.ts +0 -8
  256. package/core/constants/SkillSlots.js +0 -9
  257. package/core/constants/Skills.d.ts +0 -8
  258. package/core/constants/Skills.js +0 -9
  259. package/core/constants/Spells/SpellIds.d.ts +0 -21
  260. package/core/constants/Spells/SpellIds.js +0 -1
  261. package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
  262. package/core/constants/Spells/SpellIdsByName.js +0 -1
  263. package/core/constants/Spells/SpellKeys.d.ts +0 -21
  264. package/core/constants/Spells/SpellKeys.js +0 -1
  265. package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
  266. package/core/constants/Spells/SpellKeysNum.js +0 -1
  267. package/core/constants/Spells/SpellNames.d.ts +0 -21
  268. package/core/constants/Spells/SpellNames.js +0 -1
  269. package/core/constants/TeamIds.d.ts +0 -6
  270. package/core/constants/TeamIds.js +0 -7
  271. package/core/constants/TowerTypes.d.ts +0 -8
  272. package/core/constants/TowerTypes.js +0 -9
  273. package/core/constants/WardTypes.d.ts +0 -9
  274. package/core/constants/WardTypes.js +0 -10
  275. package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
  276. package/core/helpers/Champions/getChampionIdByKey.js +0 -4
  277. package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
  278. package/core/helpers/Champions/getChampionIdByName.js +0 -4
  279. package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
  280. package/core/helpers/Champions/getChampionKeyById.js +0 -4
  281. package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
  282. package/core/helpers/Champions/getChampionKeyByName.js +0 -5
  283. package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
  284. package/core/helpers/Champions/getChampionNameById.js +0 -5
  285. package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
  286. package/core/helpers/Champions/getChampionNameByKey.js +0 -4
  287. package/core/helpers/Champions/isChampionId.d.ts +0 -2
  288. package/core/helpers/Champions/isChampionId.js +0 -4
  289. package/core/helpers/Champions/isChampionKey.d.ts +0 -2
  290. package/core/helpers/Champions/isChampionKey.js +0 -4
  291. package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
  292. package/core/helpers/Champions/isChampionKeyNum.js +0 -4
  293. package/core/helpers/Champions/isChampionName.d.ts +0 -2
  294. package/core/helpers/Champions/isChampionName.js +0 -4
  295. package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
  296. package/core/helpers/Items/getItemKeyByName.js +0 -4
  297. package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
  298. package/core/helpers/Items/getItemKeyNumByName.js +0 -4
  299. package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
  300. package/core/helpers/Items/getItemNameByKey.js +0 -4
  301. package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
  302. package/core/helpers/Items/isBootsItemKey.js +0 -4
  303. package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
  304. package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
  305. package/core/helpers/Items/isBootsItemName.d.ts +0 -2
  306. package/core/helpers/Items/isBootsItemName.js +0 -4
  307. package/core/helpers/Items/isItemKey.d.ts +0 -2
  308. package/core/helpers/Items/isItemKey.js +0 -4
  309. package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
  310. package/core/helpers/Items/isItemKeyNum.js +0 -4
  311. package/core/helpers/Items/isItemName.d.ts +0 -2
  312. package/core/helpers/Items/isItemName.js +0 -4
  313. package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
  314. package/core/helpers/Items/isLegendaryItemKey.js +0 -4
  315. package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
  316. package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
  317. package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
  318. package/core/helpers/Items/isLegendaryItemName.js +0 -4
  319. package/core/helpers/Items/isTier2Boots.d.ts +0 -3
  320. package/core/helpers/Items/isTier2Boots.js +0 -9
  321. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
  322. package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
  323. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
  324. package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
  325. package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
  326. package/core/helpers/Runes/getRuneCategoryName.js +0 -16
  327. package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
  328. package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
  329. package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
  330. package/core/helpers/Runes/getRuneIdByName.js +0 -4
  331. package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
  332. package/core/helpers/Runes/getRuneNameById.js +0 -4
  333. package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
  334. package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
  335. package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
  336. package/core/helpers/Runes/getStatRuneNameById.js +0 -4
  337. package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
  338. package/core/helpers/Runes/isDominationRuneId.js +0 -4
  339. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
  340. package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
  341. package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
  342. package/core/helpers/Runes/isDominationRuneName.js +0 -4
  343. package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
  344. package/core/helpers/Runes/isInspirationRuneId.js +0 -4
  345. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
  346. package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
  347. package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
  348. package/core/helpers/Runes/isInspirationRuneName.js +0 -4
  349. package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
  350. package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
  351. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
  352. package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
  353. package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
  354. package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
  355. package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
  356. package/core/helpers/Runes/isNonStatRuneId.js +0 -4
  357. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
  358. package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
  359. package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
  360. package/core/helpers/Runes/isNonStatRuneName.js +0 -4
  361. package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
  362. package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
  363. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
  364. package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
  365. package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
  366. package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
  367. package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
  368. package/core/helpers/Runes/isResolveRuneId.js +0 -4
  369. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
  370. package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
  371. package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
  372. package/core/helpers/Runes/isResolveRuneName.js +0 -4
  373. package/core/helpers/Runes/isRuneId.d.ts +0 -2
  374. package/core/helpers/Runes/isRuneId.js +0 -4
  375. package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
  376. package/core/helpers/Runes/isRuneIdNum.js +0 -4
  377. package/core/helpers/Runes/isRuneName.d.ts +0 -2
  378. package/core/helpers/Runes/isRuneName.js +0 -4
  379. package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
  380. package/core/helpers/Runes/isSorceryRuneId.js +0 -4
  381. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
  382. package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
  383. package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
  384. package/core/helpers/Runes/isSorceryRuneName.js +0 -4
  385. package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
  386. package/core/helpers/Runes/isStatRuneId.js +0 -4
  387. package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
  388. package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
  389. package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
  390. package/core/helpers/Runes/isStatRuneName.js +0 -4
  391. package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
  392. package/core/helpers/Spells/getSpellIdByKey.js +0 -4
  393. package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
  394. package/core/helpers/Spells/getSpellIdByName.js +0 -4
  395. package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
  396. package/core/helpers/Spells/getSpellKeyById.js +0 -4
  397. package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
  398. package/core/helpers/Spells/getSpellKeyByName.js +0 -5
  399. package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
  400. package/core/helpers/Spells/getSpellNameById.js +0 -5
  401. package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
  402. package/core/helpers/Spells/getSpellNameByKey.js +0 -4
  403. package/core/helpers/Spells/isSpellId.d.ts +0 -2
  404. package/core/helpers/Spells/isSpellId.js +0 -4
  405. package/core/helpers/Spells/isSpellKey.d.ts +0 -2
  406. package/core/helpers/Spells/isSpellKey.js +0 -4
  407. package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
  408. package/core/helpers/Spells/isSpellKeyNum.js +0 -4
  409. package/core/helpers/Spells/isSpellName.d.ts +0 -2
  410. package/core/helpers/Spells/isSpellName.js +0 -4
  411. package/core/helpers/getPositionImageUrl.d.ts +0 -2
  412. package/core/helpers/getPositionImageUrl.js +0 -11
  413. package/core/helpers/isRiotId.d.ts +0 -5
  414. package/core/helpers/isRiotId.js +0 -15
  415. package/core/helpers/makeRiotId.d.ts +0 -4
  416. package/core/helpers/makeRiotId.js +0 -5
  417. package/core/helpers/splitRiotId.d.ts +0 -10
  418. package/core/helpers/splitRiotId.js +0 -16
  419. package/core/index.d.ts +0 -139
  420. package/core/index.js +0 -150
  421. package/core/types/championJson.d.ts +0 -85
  422. package/core/types/championJson.js +0 -1
  423. package/core/types/interfaces.d.ts +0 -22
  424. package/core/types/interfaces.js +0 -1
  425. package/core/types/types.d.ts +0 -268
  426. package/core/types/types.js +0 -1
  427. /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1,244 +0,0 @@
1
- export declare const ItemNames: {
2
- readonly "1001": "Boots";
3
- readonly "1004": "Faerie Charm";
4
- readonly "1006": "Rejuvenation Bead";
5
- readonly "1011": "Giant's Belt";
6
- readonly "1018": "Cloak of Agility";
7
- readonly "1026": "Blasting Wand";
8
- readonly "1027": "Sapphire Crystal";
9
- readonly "1028": "Ruby Crystal";
10
- readonly "1029": "Cloth Armor";
11
- readonly "1031": "Chain Vest";
12
- readonly "1033": "Null-Magic Mantle";
13
- readonly "1036": "Long Sword";
14
- readonly "1037": "Pickaxe";
15
- readonly "1038": "B. F. Sword";
16
- readonly "1040": "Obsidian Edge";
17
- readonly "1042": "Dagger";
18
- readonly "1043": "Recurve Bow";
19
- readonly "1052": "Amplifying Tome";
20
- readonly "1053": "Vampiric Scepter";
21
- readonly "1054": "Doran's Shield";
22
- readonly "1055": "Doran's Blade";
23
- readonly "1056": "Doran's Ring";
24
- readonly "1057": "Negatron Cloak";
25
- readonly "1058": "Needlessly Large Rod";
26
- readonly "1082": "Dark Seal";
27
- readonly "1083": "Cull";
28
- readonly "1101": "Scorchclaw Pup";
29
- readonly "1102": "Gustwalker Hatchling";
30
- readonly "1103": "Mosstomper Seedling";
31
- readonly "1500": "Penetrating Bullets";
32
- readonly "1501": "Fortification";
33
- readonly "1502": "Reinforced Armor";
34
- readonly "1503": "Warden's Eye";
35
- readonly "1506": "Reinforced Armor";
36
- readonly "1507": "Overcharged";
37
- readonly "1508": "Anti-tower Socks";
38
- readonly "1509": "Gusto";
39
- readonly "1510": "Phreakish Gusto";
40
- readonly "1511": "Super Mech Armor";
41
- readonly "1512": "Super Mech Power Field";
42
- readonly "1515": "Turret Plating";
43
- readonly "1516": "Structure Bounty";
44
- readonly "1517": "Structure Bounty";
45
- readonly "1518": "Structure Bounty";
46
- readonly "1519": "Structure Bounty";
47
- readonly "1520": "OvererchargedHA";
48
- readonly "1521": "Fortification";
49
- readonly "1522": "Tower Power-Up";
50
- readonly "2003": "Health Potion";
51
- readonly "2010": "Total Biscuit of Everlasting Will";
52
- readonly "2019": "Steel Sigil";
53
- readonly "2020": "The Brutalizer";
54
- readonly "2021": "Tunneler";
55
- readonly "2022": "Glowing Mote";
56
- readonly "2031": "Refillable Potion";
57
- readonly "2033": "Corrupting Potion";
58
- readonly "2052": "Poro-Snax";
59
- readonly "2055": "Control Ward";
60
- readonly "2065": "Shurelya's Battlesong";
61
- readonly "2138": "Elixir of Iron";
62
- readonly "2139": "Elixir of Sorcery";
63
- readonly "2140": "Elixir of Wrath";
64
- readonly "2150": "Elixir of Skill";
65
- readonly "2151": "Elixir of Avarice";
66
- readonly "2152": "Elixir of Force";
67
- readonly "2403": "Minion Dematerializer";
68
- readonly "2420": "Seeker's Armguard";
69
- readonly "2421": "Shattered Armguard";
70
- readonly "2422": "Slightly Magical Footwear";
71
- readonly "2501": "Overlord's Bloodmail";
72
- readonly "2502": "Unending Despair";
73
- readonly "2503": "Blackfire Torch";
74
- readonly "2504": "Kaenic Rookern";
75
- readonly "2508": "Fated Ashes";
76
- readonly "3002": "Trailblazer";
77
- readonly "3003": "Archangel's Staff";
78
- readonly "3004": "Manamune";
79
- readonly "3006": "Berserker's Greaves";
80
- readonly "3009": "Boots of Swiftness";
81
- readonly "3010": "Symbiotic Soles";
82
- readonly "3011": "Chemtech Putrifier";
83
- readonly "3013": "Synchronized Souls";
84
- readonly "3020": "Sorcerer's Shoes";
85
- readonly "3024": "Glacial Buckler";
86
- readonly "3026": "Guardian Angel";
87
- readonly "3031": "Infinity Edge";
88
- readonly "3032": "Yun Tal Wildarrows";
89
- readonly "3033": "Mortal Reminder";
90
- readonly "3035": "Last Whisper";
91
- readonly "3036": "Lord Dominik's Regards";
92
- readonly "3040": "Seraph's Embrace";
93
- readonly "3041": "Mejai's Soulstealer";
94
- readonly "3042": "Muramana";
95
- readonly "3044": "Phage";
96
- readonly "3046": "Phantom Dancer";
97
- readonly "3047": "Plated Steelcaps";
98
- readonly "3050": "Zeke's Convergence";
99
- readonly "3051": "Hearthbound Axe";
100
- readonly "3053": "Sterak's Gage";
101
- readonly "3057": "Sheen";
102
- readonly "3065": "Spirit Visage";
103
- readonly "3066": "Winged Moonplate";
104
- readonly "3067": "Kindlegem";
105
- readonly "3068": "Sunfire Aegis";
106
- readonly "3070": "Tear of the Goddess";
107
- readonly "3071": "Black Cleaver";
108
- readonly "3072": "Bloodthirster";
109
- readonly "3073": "Experimental Hexplate";
110
- readonly "3074": "Ravenous Hydra";
111
- readonly "3075": "Thornmail";
112
- readonly "3076": "Bramble Vest";
113
- readonly "3077": "Tiamat";
114
- readonly "3078": "Trinity Force";
115
- readonly "3082": "Warden's Mail";
116
- readonly "3083": "Warmog's Armor";
117
- readonly "3084": "Heartsteel";
118
- readonly "3085": "Runaan's Hurricane";
119
- readonly "3086": "Zeal";
120
- readonly "3087": "Statikk Shiv";
121
- readonly "3089": "Rabadon's Deathcap";
122
- readonly "3091": "Wit's End";
123
- readonly "3094": "Rapid Firecannon";
124
- readonly "3100": "Lich Bane";
125
- readonly "3102": "Banshee's Veil";
126
- readonly "3107": "Redemption";
127
- readonly "3108": "Fiendish Codex";
128
- readonly "3109": "Knight's Vow";
129
- readonly "3110": "Frozen Heart";
130
- readonly "3111": "Mercury's Treads";
131
- readonly "3113": "Aether Wisp";
132
- readonly "3114": "Forbidden Idol";
133
- readonly "3115": "Nashor's Tooth";
134
- readonly "3116": "Rylai's Crystal Scepter";
135
- readonly "3117": "Mobility Boots";
136
- readonly "3118": "Malignance";
137
- readonly "3119": "Winter's Approach";
138
- readonly "3121": "Fimbulwinter";
139
- readonly "3123": "Executioner's Calling";
140
- readonly "3124": "Guinsoo's Rageblade";
141
- readonly "3133": "Caulfield's Warhammer";
142
- readonly "3134": "Serrated Dirk";
143
- readonly "3135": "Void Staff";
144
- readonly "3137": "Cryptbloom";
145
- readonly "3139": "Mercurial Scimitar";
146
- readonly "3140": "Quicksilver Sash";
147
- readonly "3142": "Youmuu's Ghostblade";
148
- readonly "3143": "Randuin's Omen";
149
- readonly "3144": "Scout's Slingshot";
150
- readonly "3145": "Hextech Alternator";
151
- readonly "3147": "Haunting Guise";
152
- readonly "3152": "Hextech Rocketbelt";
153
- readonly "3153": "Blade of The Ruined King";
154
- readonly "3155": "Hexdrinker";
155
- readonly "3156": "Maw of Malmortius";
156
- readonly "3157": "Zhonya's Hourglass";
157
- readonly "3158": "Ionian Boots of Lucidity";
158
- readonly "3161": "Spear of Shojin";
159
- readonly "3165": "Morellonomicon";
160
- readonly "3172": "Zephyr";
161
- readonly "3179": "Umbral Glaive";
162
- readonly "3181": "Hullbreaker";
163
- readonly "3190": "Locket of the Iron Solari";
164
- readonly "3211": "Spectre's Cowl";
165
- readonly "3222": "Mikael's Blessing";
166
- readonly "3302": "Terminus";
167
- readonly "3330": "Scarecrow Effigy";
168
- readonly "3340": "Stealth Ward";
169
- readonly "3363": "Farsight Alteration";
170
- readonly "3364": "Oracle Lens";
171
- readonly "3400": "Your Cut";
172
- readonly "3504": "Ardent Censer";
173
- readonly "3508": "Essence Reaver";
174
- readonly "3599": "Kalista's Black Spear";
175
- readonly "3600": "Kalista's Black Spear";
176
- readonly "3742": "Dead Man's Plate";
177
- readonly "3748": "Titanic Hydra";
178
- readonly "3801": "Crystalline Bracer";
179
- readonly "3802": "Lost Chapter";
180
- readonly "3803": "Catalyst of Aeons";
181
- readonly "3814": "Edge of Night";
182
- readonly "3865": "World Atlas";
183
- readonly "3866": "Runic Compass";
184
- readonly "3867": "Bounty of Worlds";
185
- readonly "3869": "Celestial Opposition";
186
- readonly "3870": "Dream Maker";
187
- readonly "3871": "Zaz'Zak's Realmspike";
188
- readonly "3876": "Solstice Sleigh";
189
- readonly "3877": "Bloodsong";
190
- readonly "3901": "Fire at Will500 Silver Serpents";
191
- readonly "3902": "Death's Daughter500 Silver Serpents";
192
- readonly "3903": "Raise Morale500 Silver Serpents";
193
- readonly "3916": "Oblivion Orb";
194
- readonly "4005": "Imperial Mandate";
195
- readonly "4401": "Force of Nature";
196
- readonly "4628": "Horizon Focus";
197
- readonly "4629": "Cosmic Drive";
198
- readonly "4630": "Blighting Jewel";
199
- readonly "4632": "Verdant Barrier";
200
- readonly "4633": "Riftmaker";
201
- readonly "4635": "Leeching Leer";
202
- readonly "4636": "Night Harvester";
203
- readonly "4637": "Demonic Embrace";
204
- readonly "4638": "Watchful Wardstone";
205
- readonly "4641": "Stirring Wardstone";
206
- readonly "4642": "Bandleglass Mirror";
207
- readonly "4643": "Vigilant Wardstone";
208
- readonly "4645": "Shadowflame";
209
- readonly "4646": "Stormsurge";
210
- readonly "6333": "Death's Dance";
211
- readonly "6609": "Chempunk Chainsword";
212
- readonly "6610": "Sundered Sky";
213
- readonly "6616": "Staff of Flowing Water";
214
- readonly "6617": "Moonstone Renewer";
215
- readonly "6620": "Echoes of Helia";
216
- readonly "6621": "Dawncore";
217
- readonly "6631": "Stridebreaker";
218
- readonly "6653": "Liandry's Torment";
219
- readonly "6655": "Luden's Companion";
220
- readonly "6657": "Rod of Ages";
221
- readonly "6660": "Bami's Cinder";
222
- readonly "6662": "Iceborn Gauntlet";
223
- readonly "6664": "Hollow Radiance";
224
- readonly "6665": "Jak'Sho, The Protean";
225
- readonly "6670": "Noonquiver";
226
- readonly "6672": "Kraken Slayer";
227
- readonly "6673": "Immortal Shieldbow";
228
- readonly "6675": "Navori Flickerblade";
229
- readonly "6676": "The Collector";
230
- readonly "6690": "Rectrix";
231
- readonly "6692": "Eclipse";
232
- readonly "6693": "Prowler's Claw";
233
- readonly "6694": "Serylda's Grudge";
234
- readonly "6695": "Serpent's Fang";
235
- readonly "6696": "Axiom Arc";
236
- readonly "6697": "Hubris";
237
- readonly "6698": "Profane Hydra";
238
- readonly "6699": "Voltaic Cyclosword";
239
- readonly "6701": "Opportunity";
240
- readonly "7050": "Gangplank Placeholder";
241
- readonly "8001": "Anathema's Chains";
242
- readonly "8020": "Abyssal Mask";
243
- };
244
- export type ItemName = typeof ItemNames[keyof typeof ItemNames];
@@ -1 +0,0 @@
1
- export const ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "1521": "Fortification", "1522": "Tower Power-Up", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2019": "Steel Sigil", "2020": "The Brutalizer", "2021": "Tunneler", "2022": "Glowing Mote", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2150": "Elixir of Skill", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2403": "Minion Dematerializer", "2420": "Seeker's Armguard", "2421": "Shattered Armguard", "2422": "Slightly Magical Footwear", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "2508": "Fated Ashes", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3011": "Chemtech Putrifier", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3144": "Scout's Slingshot", "3145": "Hextech Alternator", "3147": "Haunting Guise", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3172": "Zephyr", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3302": "Terminus", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6670": "Noonquiver", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Flickerblade", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,7 +0,0 @@
1
- export declare const ItemTypes: {
2
- readonly Legendary: "Legendary";
3
- readonly Epic: "Epic";
4
- readonly Boots: "Boots";
5
- };
6
- export type ItemType = typeof ItemTypes[keyof typeof ItemTypes];
7
- export declare function isItemType(type: any): type is ItemType;
@@ -1,8 +0,0 @@
1
- export const ItemTypes = {
2
- 'Legendary': 'Legendary',
3
- 'Epic': 'Epic',
4
- 'Boots': 'Boots',
5
- };
6
- export function isItemType(type) {
7
- return typeof type == 'string' && type in ItemTypes;
8
- }
@@ -1,112 +0,0 @@
1
- export declare const LegendaryItemKeys: {
2
- readonly "Abyssal Mask": "8020";
3
- readonly "Anathema's Chains": "8001";
4
- readonly "Archangel's Staff": "3003";
5
- readonly "Ardent Censer": "3504";
6
- readonly "Axiom Arc": "6696";
7
- readonly "Banshee's Veil": "3102";
8
- readonly "Black Cleaver": "3071";
9
- readonly "Blackfire Torch": "2503";
10
- readonly "Blade of The Ruined King": "3153";
11
- readonly Bloodsong: "3877";
12
- readonly Bloodthirster: "3072";
13
- readonly "Bounty of Worlds": "3867";
14
- readonly "Celestial Opposition": "3869";
15
- readonly "Chempunk Chainsword": "6609";
16
- readonly "Cosmic Drive": "4629";
17
- readonly Cryptbloom: "3137";
18
- readonly Dawncore: "6621";
19
- readonly "Dead Man's Plate": "3742";
20
- readonly "Death's Dance": "6333";
21
- readonly "Dream Maker": "3870";
22
- readonly "Edge of Night": "3814";
23
- readonly "Essence Reaver": "3508";
24
- readonly "Experimental Hexplate": "3073";
25
- readonly Fimbulwinter: "3121";
26
- readonly "Force of Nature": "4401";
27
- readonly "Frozen Heart": "3110";
28
- readonly "Guardian Angel": "3026";
29
- readonly "Hollow Radiance": "6664";
30
- readonly "Horizon Focus": "4628";
31
- readonly Hubris: "6697";
32
- readonly Hullbreaker: "3181";
33
- readonly "Immortal Shieldbow": "6673";
34
- readonly "Imperial Mandate": "4005";
35
- readonly "Kaenic Rookern": "2504";
36
- readonly "Knight's Vow": "3109";
37
- readonly "Kraken Slayer": "6672";
38
- readonly "Lich Bane": "3100";
39
- readonly "Lord Dominik's Regards": "3036";
40
- readonly "Luden's Companion": "6655";
41
- readonly Malignance: "3118";
42
- readonly Manamune: "3004";
43
- readonly "Maw of Malmortius": "3156";
44
- readonly "Mejai's Soulstealer": "3041";
45
- readonly "Mercurial Scimitar": "3139";
46
- readonly "Mikael's Blessing": "3222";
47
- readonly Morellonomicon: "3165";
48
- readonly "Mortal Reminder": "3033";
49
- readonly Muramana: "3042";
50
- readonly "Nashor's Tooth": "3115";
51
- readonly Opportunity: "6701";
52
- readonly "Overlord's Bloodmail": "2501";
53
- readonly "Phantom Dancer": "3046";
54
- readonly "Profane Hydra": "6698";
55
- readonly "Rabadon's Deathcap": "3089";
56
- readonly "Randuin's Omen": "3143";
57
- readonly "Rapid Firecannon": "3094";
58
- readonly "Ravenous Hydra": "3074";
59
- readonly Redemption: "3107";
60
- readonly "Runaan's Hurricane": "3085";
61
- readonly "Rylai's Crystal Scepter": "3116";
62
- readonly "Seraph's Embrace": "3040";
63
- readonly "Serpent's Fang": "6695";
64
- readonly "Serylda's Grudge": "6694";
65
- readonly Shadowflame: "4645";
66
- readonly "Solstice Sleigh": "3876";
67
- readonly "Spear of Shojin": "3161";
68
- readonly "Spirit Visage": "3065";
69
- readonly "Staff of Flowing Water": "6616";
70
- readonly "Statikk Shiv": "3087";
71
- readonly "Sterak's Gage": "3053";
72
- readonly Stormsurge: "4646";
73
- readonly "Sundered Sky": "6610";
74
- readonly "Sunfire Aegis": "3068";
75
- readonly Terminus: "3302";
76
- readonly "The Collector": "6676";
77
- readonly Thornmail: "3075";
78
- readonly "Titanic Hydra": "3748";
79
- readonly Trailblazer: "3002";
80
- readonly "Umbral Glaive": "3179";
81
- readonly "Unending Despair": "2502";
82
- readonly "Vigilant Wardstone": "4643";
83
- readonly "Void Staff": "3135";
84
- readonly "Voltaic Cyclosword": "6699";
85
- readonly "Warmog's Armor": "3083";
86
- readonly "Winter's Approach": "3119";
87
- readonly "Wit's End": "3091";
88
- readonly "Zaz'Zak's Realmspike": "3871";
89
- readonly "Zeke's Convergence": "3050";
90
- readonly "Zhonya's Hourglass": "3157";
91
- readonly "Echoes of Helia": "6620";
92
- readonly "Liandry's Torment": "6653";
93
- readonly "Locket of the Iron Solari": "3190";
94
- readonly "Moonstone Renewer": "6617";
95
- readonly "Navori Flickerblade": "6675";
96
- readonly Riftmaker: "4633";
97
- readonly "Shurelya's Battlesong": "2065";
98
- readonly Stridebreaker: "6631";
99
- readonly "Trinity Force": "3078";
100
- readonly Eclipse: "6692";
101
- readonly "Iceborn Gauntlet": "6662";
102
- readonly "Infinity Edge": "3031";
103
- readonly "Guinsoo's Rageblade": "3124";
104
- readonly "Hextech Rocketbelt": "3152";
105
- readonly "Jak'Sho, The Protean": "6665";
106
- readonly Heartsteel: "3084";
107
- readonly "Rod of Ages": "6657";
108
- readonly "Youmuu's Ghostblade": "3142";
109
- readonly "Yun Tal Wildarrows": "3032";
110
- readonly "Chemtech Putrifier": "3011";
111
- };
112
- export type LegendaryItemKey = typeof LegendaryItemKeys[keyof typeof LegendaryItemKeys];
@@ -1 +0,0 @@
1
- export const LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Blackfire Torch": "2503", "Blade of The Ruined King": "3153", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Dream Maker": "3870", "Edge of Night": "3814", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Guardian Angel": "3026", "Hollow Radiance": "6664", "Horizon Focus": "4628", "Hubris": "6697", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kaenic Rookern": "2504", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Luden's Companion": "6655", "Malignance": "3118", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Opportunity": "6701", "Overlord's Bloodmail": "2501", "Phantom Dancer": "3046", "Profane Hydra": "6698", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Solstice Sleigh": "3876", "Spear of Shojin": "3161", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Statikk Shiv": "3087", "Sterak's Gage": "3053", "Stormsurge": "4646", "Sundered Sky": "6610", "Sunfire Aegis": "3068", "Terminus": "3302", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Trailblazer": "3002", "Umbral Glaive": "3179", "Unending Despair": "2502", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Voltaic Cyclosword": "6699", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Zaz'Zak's Realmspike": "3871", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Echoes of Helia": "6620", "Liandry's Torment": "6653", "Locket of the Iron Solari": "3190", "Moonstone Renewer": "6617", "Navori Flickerblade": "6675", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Eclipse": "6692", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Jak'Sho, The Protean": "6665", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Yun Tal Wildarrows": "3032", "Chemtech Putrifier": "3011" };
@@ -1,112 +0,0 @@
1
- export declare const LegendaryItemKeysNum: {
2
- readonly "Abyssal Mask": 8020;
3
- readonly "Anathema's Chains": 8001;
4
- readonly "Archangel's Staff": 3003;
5
- readonly "Ardent Censer": 3504;
6
- readonly "Axiom Arc": 6696;
7
- readonly "Banshee's Veil": 3102;
8
- readonly "Black Cleaver": 3071;
9
- readonly "Blackfire Torch": 2503;
10
- readonly "Blade of The Ruined King": 3153;
11
- readonly Bloodsong: 3877;
12
- readonly Bloodthirster: 3072;
13
- readonly "Bounty of Worlds": 3867;
14
- readonly "Celestial Opposition": 3869;
15
- readonly "Chempunk Chainsword": 6609;
16
- readonly "Cosmic Drive": 4629;
17
- readonly Cryptbloom: 3137;
18
- readonly Dawncore: 6621;
19
- readonly "Dead Man's Plate": 3742;
20
- readonly "Death's Dance": 6333;
21
- readonly "Dream Maker": 3870;
22
- readonly "Edge of Night": 3814;
23
- readonly "Essence Reaver": 3508;
24
- readonly "Experimental Hexplate": 3073;
25
- readonly Fimbulwinter: 3121;
26
- readonly "Force of Nature": 4401;
27
- readonly "Frozen Heart": 3110;
28
- readonly "Guardian Angel": 3026;
29
- readonly "Hollow Radiance": 6664;
30
- readonly "Horizon Focus": 4628;
31
- readonly Hubris: 6697;
32
- readonly Hullbreaker: 3181;
33
- readonly "Immortal Shieldbow": 6673;
34
- readonly "Imperial Mandate": 4005;
35
- readonly "Kaenic Rookern": 2504;
36
- readonly "Knight's Vow": 3109;
37
- readonly "Kraken Slayer": 6672;
38
- readonly "Lich Bane": 3100;
39
- readonly "Lord Dominik's Regards": 3036;
40
- readonly "Luden's Companion": 6655;
41
- readonly Malignance: 3118;
42
- readonly Manamune: 3004;
43
- readonly "Maw of Malmortius": 3156;
44
- readonly "Mejai's Soulstealer": 3041;
45
- readonly "Mercurial Scimitar": 3139;
46
- readonly "Mikael's Blessing": 3222;
47
- readonly Morellonomicon: 3165;
48
- readonly "Mortal Reminder": 3033;
49
- readonly Muramana: 3042;
50
- readonly "Nashor's Tooth": 3115;
51
- readonly Opportunity: 6701;
52
- readonly "Overlord's Bloodmail": 2501;
53
- readonly "Phantom Dancer": 3046;
54
- readonly "Profane Hydra": 6698;
55
- readonly "Rabadon's Deathcap": 3089;
56
- readonly "Randuin's Omen": 3143;
57
- readonly "Rapid Firecannon": 3094;
58
- readonly "Ravenous Hydra": 3074;
59
- readonly Redemption: 3107;
60
- readonly "Runaan's Hurricane": 3085;
61
- readonly "Rylai's Crystal Scepter": 3116;
62
- readonly "Seraph's Embrace": 3040;
63
- readonly "Serpent's Fang": 6695;
64
- readonly "Serylda's Grudge": 6694;
65
- readonly Shadowflame: 4645;
66
- readonly "Solstice Sleigh": 3876;
67
- readonly "Spear of Shojin": 3161;
68
- readonly "Spirit Visage": 3065;
69
- readonly "Staff of Flowing Water": 6616;
70
- readonly "Statikk Shiv": 3087;
71
- readonly "Sterak's Gage": 3053;
72
- readonly Stormsurge: 4646;
73
- readonly "Sundered Sky": 6610;
74
- readonly "Sunfire Aegis": 3068;
75
- readonly Terminus: 3302;
76
- readonly "The Collector": 6676;
77
- readonly Thornmail: 3075;
78
- readonly "Titanic Hydra": 3748;
79
- readonly Trailblazer: 3002;
80
- readonly "Umbral Glaive": 3179;
81
- readonly "Unending Despair": 2502;
82
- readonly "Vigilant Wardstone": 4643;
83
- readonly "Void Staff": 3135;
84
- readonly "Voltaic Cyclosword": 6699;
85
- readonly "Warmog's Armor": 3083;
86
- readonly "Winter's Approach": 3119;
87
- readonly "Wit's End": 3091;
88
- readonly "Zaz'Zak's Realmspike": 3871;
89
- readonly "Zeke's Convergence": 3050;
90
- readonly "Zhonya's Hourglass": 3157;
91
- readonly "Echoes of Helia": 6620;
92
- readonly "Liandry's Torment": 6653;
93
- readonly "Locket of the Iron Solari": 3190;
94
- readonly "Moonstone Renewer": 6617;
95
- readonly "Navori Flickerblade": 6675;
96
- readonly Riftmaker: 4633;
97
- readonly "Shurelya's Battlesong": 2065;
98
- readonly Stridebreaker: 6631;
99
- readonly "Trinity Force": 3078;
100
- readonly Eclipse: 6692;
101
- readonly "Iceborn Gauntlet": 6662;
102
- readonly "Infinity Edge": 3031;
103
- readonly "Guinsoo's Rageblade": 3124;
104
- readonly "Hextech Rocketbelt": 3152;
105
- readonly "Jak'Sho, The Protean": 6665;
106
- readonly Heartsteel: 3084;
107
- readonly "Rod of Ages": 6657;
108
- readonly "Youmuu's Ghostblade": 3142;
109
- readonly "Yun Tal Wildarrows": 3032;
110
- readonly "Chemtech Putrifier": 3011;
111
- };
112
- export type LegendaryItemKeyNum = typeof LegendaryItemKeysNum[keyof typeof LegendaryItemKeysNum];
@@ -1 +0,0 @@
1
- export const LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Blackfire Torch": 2503, "Blade of The Ruined King": 3153, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Dream Maker": 3870, "Edge of Night": 3814, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Guardian Angel": 3026, "Hollow Radiance": 6664, "Horizon Focus": 4628, "Hubris": 6697, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kaenic Rookern": 2504, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Luden's Companion": 6655, "Malignance": 3118, "Manamune": 3004, "Maw of Malmortius": 3156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 3139, "Mikael's Blessing": 3222, "Morellonomicon": 3165, "Mortal Reminder": 3033, "Muramana": 3042, "Nashor's Tooth": 3115, "Opportunity": 6701, "Overlord's Bloodmail": 2501, "Phantom Dancer": 3046, "Profane Hydra": 6698, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Redemption": 3107, "Runaan's Hurricane": 3085, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Solstice Sleigh": 3876, "Spear of Shojin": 3161, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Statikk Shiv": 3087, "Sterak's Gage": 3053, "Stormsurge": 4646, "Sundered Sky": 6610, "Sunfire Aegis": 3068, "Terminus": 3302, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Trailblazer": 3002, "Umbral Glaive": 3179, "Unending Despair": 2502, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Voltaic Cyclosword": 6699, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "Zaz'Zak's Realmspike": 3871, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Echoes of Helia": 6620, "Liandry's Torment": 6653, "Locket of the Iron Solari": 3190, "Moonstone Renewer": 6617, "Navori Flickerblade": 6675, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Eclipse": 6692, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Jak'Sho, The Protean": 6665, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Yun Tal Wildarrows": 3032, "Chemtech Putrifier": 3011 };
@@ -1,112 +0,0 @@
1
- export declare const LegendaryItemNames: {
2
- readonly "2065": "Shurelya's Battlesong";
3
- readonly "2501": "Overlord's Bloodmail";
4
- readonly "2502": "Unending Despair";
5
- readonly "2503": "Blackfire Torch";
6
- readonly "2504": "Kaenic Rookern";
7
- readonly "3002": "Trailblazer";
8
- readonly "3003": "Archangel's Staff";
9
- readonly "3004": "Manamune";
10
- readonly "3011": "Chemtech Putrifier";
11
- readonly "3026": "Guardian Angel";
12
- readonly "3031": "Infinity Edge";
13
- readonly "3032": "Yun Tal Wildarrows";
14
- readonly "3033": "Mortal Reminder";
15
- readonly "3036": "Lord Dominik's Regards";
16
- readonly "3040": "Seraph's Embrace";
17
- readonly "3041": "Mejai's Soulstealer";
18
- readonly "3042": "Muramana";
19
- readonly "3046": "Phantom Dancer";
20
- readonly "3050": "Zeke's Convergence";
21
- readonly "3053": "Sterak's Gage";
22
- readonly "3065": "Spirit Visage";
23
- readonly "3068": "Sunfire Aegis";
24
- readonly "3071": "Black Cleaver";
25
- readonly "3072": "Bloodthirster";
26
- readonly "3073": "Experimental Hexplate";
27
- readonly "3074": "Ravenous Hydra";
28
- readonly "3075": "Thornmail";
29
- readonly "3078": "Trinity Force";
30
- readonly "3083": "Warmog's Armor";
31
- readonly "3084": "Heartsteel";
32
- readonly "3085": "Runaan's Hurricane";
33
- readonly "3087": "Statikk Shiv";
34
- readonly "3089": "Rabadon's Deathcap";
35
- readonly "3091": "Wit's End";
36
- readonly "3094": "Rapid Firecannon";
37
- readonly "3100": "Lich Bane";
38
- readonly "3102": "Banshee's Veil";
39
- readonly "3107": "Redemption";
40
- readonly "3109": "Knight's Vow";
41
- readonly "3110": "Frozen Heart";
42
- readonly "3115": "Nashor's Tooth";
43
- readonly "3116": "Rylai's Crystal Scepter";
44
- readonly "3118": "Malignance";
45
- readonly "3119": "Winter's Approach";
46
- readonly "3121": "Fimbulwinter";
47
- readonly "3124": "Guinsoo's Rageblade";
48
- readonly "3135": "Void Staff";
49
- readonly "3137": "Cryptbloom";
50
- readonly "3139": "Mercurial Scimitar";
51
- readonly "3142": "Youmuu's Ghostblade";
52
- readonly "3143": "Randuin's Omen";
53
- readonly "3152": "Hextech Rocketbelt";
54
- readonly "3153": "Blade of The Ruined King";
55
- readonly "3156": "Maw of Malmortius";
56
- readonly "3157": "Zhonya's Hourglass";
57
- readonly "3161": "Spear of Shojin";
58
- readonly "3165": "Morellonomicon";
59
- readonly "3179": "Umbral Glaive";
60
- readonly "3181": "Hullbreaker";
61
- readonly "3190": "Locket of the Iron Solari";
62
- readonly "3222": "Mikael's Blessing";
63
- readonly "3302": "Terminus";
64
- readonly "3504": "Ardent Censer";
65
- readonly "3508": "Essence Reaver";
66
- readonly "3742": "Dead Man's Plate";
67
- readonly "3748": "Titanic Hydra";
68
- readonly "3814": "Edge of Night";
69
- readonly "3867": "Bounty of Worlds";
70
- readonly "3869": "Celestial Opposition";
71
- readonly "3870": "Dream Maker";
72
- readonly "3871": "Zaz'Zak's Realmspike";
73
- readonly "3876": "Solstice Sleigh";
74
- readonly "3877": "Bloodsong";
75
- readonly "4005": "Imperial Mandate";
76
- readonly "4401": "Force of Nature";
77
- readonly "4628": "Horizon Focus";
78
- readonly "4629": "Cosmic Drive";
79
- readonly "4633": "Riftmaker";
80
- readonly "4643": "Vigilant Wardstone";
81
- readonly "4645": "Shadowflame";
82
- readonly "4646": "Stormsurge";
83
- readonly "6333": "Death's Dance";
84
- readonly "6609": "Chempunk Chainsword";
85
- readonly "6610": "Sundered Sky";
86
- readonly "6616": "Staff of Flowing Water";
87
- readonly "6617": "Moonstone Renewer";
88
- readonly "6620": "Echoes of Helia";
89
- readonly "6621": "Dawncore";
90
- readonly "6631": "Stridebreaker";
91
- readonly "6653": "Liandry's Torment";
92
- readonly "6655": "Luden's Companion";
93
- readonly "6657": "Rod of Ages";
94
- readonly "6662": "Iceborn Gauntlet";
95
- readonly "6664": "Hollow Radiance";
96
- readonly "6665": "Jak'Sho, The Protean";
97
- readonly "6672": "Kraken Slayer";
98
- readonly "6673": "Immortal Shieldbow";
99
- readonly "6675": "Navori Flickerblade";
100
- readonly "6676": "The Collector";
101
- readonly "6692": "Eclipse";
102
- readonly "6694": "Serylda's Grudge";
103
- readonly "6695": "Serpent's Fang";
104
- readonly "6696": "Axiom Arc";
105
- readonly "6697": "Hubris";
106
- readonly "6698": "Profane Hydra";
107
- readonly "6699": "Voltaic Cyclosword";
108
- readonly "6701": "Opportunity";
109
- readonly "8001": "Anathema's Chains";
110
- readonly "8020": "Abyssal Mask";
111
- };
112
- export type LegendaryItemName = typeof LegendaryItemNames[keyof typeof LegendaryItemNames];