lol-constants 2.26.0 → 3.0.0-rc.1

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