lol-constants 1.13.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (303) hide show
  1. package/assets/{Constants → constants}/BootsItemNames.d.ts +6 -4
  2. package/assets/{Constants → constants}/BootsItemNames.js +21 -17
  3. package/assets/{Constants → constants}/Champion.d.ts +7668 -7621
  4. package/assets/constants/Champion.js +4 -0
  5. package/assets/{Constants → constants}/Item.d.ts +10073 -10073
  6. package/assets/constants/Item.js +4 -0
  7. package/assets/{Constants → constants}/LegendaryItemNames.d.ts +6 -4
  8. package/assets/{Constants → constants}/LegendaryItemNames.js +86 -82
  9. package/assets/{Constants → constants}/MythicItemNames.d.ts +6 -4
  10. package/assets/{Constants → constants}/MythicItemNames.js +40 -36
  11. package/assets/{Constants → constants}/RunesReforged.d.ts +512 -512
  12. package/assets/{Constants → constants}/RunesReforged.js +4 -4
  13. package/assets/{Constants → constants}/StatRunes.d.ts +15 -14
  14. package/assets/{Constants → constants}/StatRunes.js +17 -17
  15. package/assets/{Constants → constants}/StatRunesByRow.d.ts +20 -20
  16. package/assets/{Constants → constants}/StatRunesByRow.js +23 -23
  17. package/assets/{Constants → constants}/Summoner.d.ts +518 -518
  18. package/assets/{Constants → constants}/Summoner.js +4 -4
  19. package/assets/index.d.ts +9 -9
  20. package/assets/index.js +28 -24
  21. package/assets/scripts/generate-all.d.ts +17 -17
  22. package/assets/scripts/generate-all.js +19 -19
  23. package/assets/scripts/generate-categorized-item-keys.d.ts +1 -1
  24. package/assets/scripts/generate-categorized-item-keys.js +57 -57
  25. package/assets/scripts/generate-categorized-item-names.d.ts +1 -1
  26. package/assets/scripts/generate-categorized-item-names.js +57 -57
  27. package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -1
  28. package/assets/scripts/generate-champion-ids-by-name.js +17 -17
  29. package/assets/scripts/generate-champion-ids.d.ts +1 -1
  30. package/assets/scripts/generate-champion-ids.js +17 -17
  31. package/assets/scripts/generate-champion-keys.d.ts +1 -1
  32. package/assets/scripts/generate-champion-keys.js +17 -17
  33. package/assets/scripts/generate-champion-names.d.ts +1 -1
  34. package/assets/scripts/generate-champion-names.js +17 -17
  35. package/assets/scripts/generate-item-keys.d.ts +1 -1
  36. package/assets/scripts/generate-item-keys.js +18 -18
  37. package/assets/scripts/generate-item-names.d.ts +1 -1
  38. package/assets/scripts/generate-item-names.js +18 -18
  39. package/assets/scripts/generate-rune-ids.d.ts +1 -1
  40. package/assets/scripts/generate-rune-ids.js +26 -26
  41. package/assets/scripts/generate-rune-names.d.ts +1 -1
  42. package/assets/scripts/generate-rune-names.js +26 -26
  43. package/assets/scripts/generate-rune-picking-relationships.d.ts +1 -1
  44. package/assets/scripts/generate-rune-picking-relationships.js +54 -54
  45. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +1 -1
  46. package/assets/scripts/generate-rune-sets-by-rune-names.js +116 -116
  47. package/assets/scripts/generate-rune-sets.d.ts +1 -1
  48. package/assets/scripts/generate-rune-sets.js +116 -116
  49. package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -1
  50. package/assets/scripts/generate-spell-ids-by-name.js +17 -17
  51. package/assets/scripts/generate-spell-ids.d.ts +1 -1
  52. package/assets/scripts/generate-spell-ids.js +17 -17
  53. package/assets/scripts/generate-spell-keys.d.ts +1 -1
  54. package/assets/scripts/generate-spell-keys.js +17 -17
  55. package/assets/scripts/generate-spell-names.d.ts +1 -1
  56. package/assets/scripts/generate-spell-names.js +17 -17
  57. package/assets/scripts/generate-stat-rune-ids.d.ts +1 -1
  58. package/assets/scripts/generate-stat-rune-ids.js +17 -17
  59. package/assets/scripts/generate-stat-rune-names.d.ts +1 -1
  60. package/assets/scripts/generate-stat-rune-names.js +17 -17
  61. package/assets/scripts/generate-tree-rune-ids.d.ts +1 -1
  62. package/assets/scripts/generate-tree-rune-ids.js +19 -19
  63. package/assets/scripts/generate-tree-rune-names.d.ts +1 -1
  64. package/assets/scripts/generate-tree-rune-names.js +19 -19
  65. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.d.ts +15 -15
  66. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.js +38 -38
  67. package/assets/scripts/{Helpers → helpers}/getExportStatement.d.ts +6 -6
  68. package/assets/scripts/{Helpers → helpers}/getExportStatement.js +16 -16
  69. package/assets/scripts/{Helpers → helpers}/getFmtdComment.d.ts +5 -5
  70. package/assets/scripts/{Helpers → helpers}/getFmtdComment.js +15 -15
  71. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.d.ts +8 -8
  72. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.js +22 -22
  73. package/core/{Constants → constants}/Champions/ChampionIds.d.ts +165 -164
  74. package/core/{Constants → constants}/Champions/ChampionIds.js +4 -4
  75. package/core/{Constants → constants}/Champions/ChampionIdsByName.d.ts +165 -164
  76. package/core/constants/Champions/ChampionIdsByName.js +4 -0
  77. package/core/{Constants → constants}/Champions/ChampionKeys.d.ts +165 -164
  78. package/core/constants/Champions/ChampionKeys.js +4 -0
  79. package/core/{Constants → constants}/Champions/ChampionNames.d.ts +165 -164
  80. package/core/{Constants → constants}/Champions/ChampionNames.js +4 -4
  81. package/core/{Constants/DDPaths.d.ts → constants/DataDragonUrls.d.ts} +38 -38
  82. package/core/{Constants/DDPaths.js → constants/DataDragonUrls.js} +45 -45
  83. package/core/constants/GameModes.d.ts +12 -0
  84. package/core/constants/GameModes.js +17 -0
  85. package/core/constants/GameTypes.d.ts +7 -0
  86. package/core/constants/GameTypes.js +12 -0
  87. package/core/{Constants → constants}/Items/BootsItemKeys.d.ts +11 -11
  88. package/core/{Constants → constants}/Items/BootsItemKeys.js +4 -4
  89. package/core/{Constants → constants}/Items/BootsItemNames.d.ts +11 -11
  90. package/core/{Constants → constants}/Items/BootsItemNames.js +4 -4
  91. package/core/{Constants → constants}/Items/ItemKeys.d.ts +263 -263
  92. package/core/{Constants → constants}/Items/ItemKeys.js +4 -4
  93. package/core/{Constants → constants}/Items/ItemNames.d.ts +271 -271
  94. package/core/{Constants → constants}/Items/ItemNames.js +4 -4
  95. package/core/{Constants → constants}/Items/ItemTypes.d.ts +8 -6
  96. package/core/{Constants → constants}/Items/ItemTypes.js +13 -9
  97. package/core/{Constants → constants}/Items/LegendaryItemKeys.d.ts +76 -76
  98. package/core/{Constants → constants}/Items/LegendaryItemKeys.js +4 -4
  99. package/core/{Constants → constants}/Items/LegendaryItemNames.d.ts +76 -76
  100. package/core/{Constants → constants}/Items/LegendaryItemNames.js +4 -4
  101. package/core/{Constants → constants}/Items/MythicItemKeys.d.ts +30 -30
  102. package/core/{Constants → constants}/Items/MythicItemKeys.js +4 -4
  103. package/core/{Constants → constants}/Items/MythicItemNames.d.ts +30 -30
  104. package/core/{Constants → constants}/Items/MythicItemNames.js +4 -4
  105. package/core/{Constants → constants}/Lanes.d.ts +8 -6
  106. package/core/{Constants → constants}/Lanes.js +13 -9
  107. package/core/{Constants → constants}/Levels.d.ts +22 -20
  108. package/core/{Constants → constants}/Levels.js +27 -23
  109. package/core/constants/Locales.d.ts +32 -0
  110. package/core/constants/Locales.js +37 -0
  111. package/core/constants/PlatformIds.d.ts +15 -0
  112. package/core/constants/PlatformIds.js +20 -0
  113. package/core/{Constants → constants}/Positions.d.ts +9 -7
  114. package/core/{Constants → constants}/Positions.js +14 -10
  115. package/core/constants/Queues.d.ts +7 -0
  116. package/core/constants/Queues.js +12 -0
  117. package/core/constants/RankedRanks.d.ts +8 -0
  118. package/core/constants/RankedRanks.js +13 -0
  119. package/core/constants/RankedTiers.d.ts +13 -0
  120. package/core/constants/RankedTiers.js +18 -0
  121. package/core/constants/Regions.d.ts +21 -0
  122. package/core/constants/Regions.js +26 -0
  123. package/core/constants/RelativeTeams.d.ts +6 -0
  124. package/core/constants/RelativeTeams.js +11 -0
  125. package/core/constants/Roles.d.ts +8 -0
  126. package/core/constants/Roles.js +13 -0
  127. package/core/{Constants → constants}/Runes/RuneIconFileNames.d.ts +13 -12
  128. package/core/{Constants → constants}/Runes/RuneIconFileNames.js +101 -101
  129. package/core/{Constants → constants}/Runes/RunePickingRelationships.d.ts +77 -77
  130. package/core/{Constants → constants}/Runes/RunePickingRelationships.js +7 -7
  131. package/core/{Constants → constants}/Runes/RuneSets.d.ts +743 -743
  132. package/core/{Constants → constants}/Runes/RuneSets.js +14 -14
  133. package/core/{Constants → constants}/Runes/RuneSetsByRuneNames.d.ts +743 -743
  134. package/core/constants/Runes/RuneSetsByRuneNames.js +14 -0
  135. package/core/constants/Runes/RuneTreeIds.d.ts +11 -0
  136. package/core/constants/Runes/RuneTreeIds.js +19 -0
  137. package/core/constants/Runes/RuneTreeNames.d.ts +11 -0
  138. package/core/constants/Runes/RuneTreeNames.js +19 -0
  139. package/core/constants/Runes/RuneTreeTypes.d.ts +6 -0
  140. package/core/constants/Runes/RuneTreeTypes.js +11 -0
  141. package/core/{Constants → constants}/Runes/TreeRuneIds.d.ts +65 -65
  142. package/core/{Constants → constants}/Runes/TreeRuneIds.js +4 -4
  143. package/core/{Constants → constants}/Runes/TreeRuneNames.d.ts +65 -65
  144. package/core/{Constants → constants}/Runes/TreeRuneNames.js +4 -4
  145. package/core/{Constants → constants}/Skills.d.ts +8 -6
  146. package/core/constants/Skills.js +13 -0
  147. package/core/{Constants → constants}/Spells/SpellIds.d.ts +18 -18
  148. package/core/{Constants → constants}/Spells/SpellIds.js +4 -4
  149. package/core/{Constants → constants}/Spells/SpellIdsByName.d.ts +17 -17
  150. package/core/{Constants → constants}/Spells/SpellIdsByName.js +4 -4
  151. package/core/{Constants → constants}/Spells/SpellKeys.d.ts +18 -18
  152. package/core/{Constants → constants}/Spells/SpellKeys.js +4 -4
  153. package/core/{Constants → constants}/Spells/SpellNames.d.ts +18 -18
  154. package/core/{Constants → constants}/Spells/SpellNames.js +4 -4
  155. package/core/constants/WardTypes.d.ts +7 -0
  156. package/core/constants/WardTypes.js +12 -0
  157. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.d.ts +2 -2
  158. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.js +8 -8
  159. package/core/{Helpers → helpers}/Champions/getChampionIdByName.d.ts +2 -2
  160. package/core/{Helpers → helpers}/Champions/getChampionIdByName.js +8 -8
  161. package/core/{Helpers → helpers}/Champions/getChampionKeyById.d.ts +2 -2
  162. package/core/{Helpers → helpers}/Champions/getChampionKeyById.js +8 -8
  163. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.d.ts +2 -2
  164. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.js +9 -9
  165. package/core/{Helpers → helpers}/Champions/getChampionNameById.d.ts +2 -2
  166. package/core/{Helpers → helpers}/Champions/getChampionNameById.js +9 -9
  167. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.d.ts +2 -2
  168. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.js +8 -8
  169. package/core/{Helpers → helpers}/Champions/isChampionId.d.ts +2 -2
  170. package/core/{Helpers → helpers}/Champions/isChampionId.js +8 -8
  171. package/core/{Helpers → helpers}/Champions/isChampionKey.d.ts +2 -2
  172. package/core/{Helpers → helpers}/Champions/isChampionKey.js +8 -8
  173. package/core/{Helpers → helpers}/Champions/isChampionName.d.ts +2 -2
  174. package/core/{Helpers → helpers}/Champions/isChampionName.js +8 -8
  175. package/core/{Helpers → helpers}/Items/getItemKeyByName.d.ts +2 -2
  176. package/core/{Helpers → helpers}/Items/getItemKeyByName.js +8 -8
  177. package/core/{Helpers → helpers}/Items/getItemNameByKey.d.ts +2 -2
  178. package/core/{Helpers → helpers}/Items/getItemNameByKey.js +8 -8
  179. package/core/{Helpers → helpers}/Items/isBootsItemKey.d.ts +2 -2
  180. package/core/{Helpers → helpers}/Items/isBootsItemKey.js +8 -8
  181. package/core/{Helpers → helpers}/Items/isBootsItemName.d.ts +2 -2
  182. package/core/{Helpers → helpers}/Items/isBootsItemName.js +8 -8
  183. package/core/{Helpers → helpers}/Items/isItemKey.d.ts +2 -2
  184. package/core/{Helpers → helpers}/Items/isItemKey.js +8 -8
  185. package/core/{Helpers → helpers}/Items/isItemName.d.ts +2 -2
  186. package/core/{Helpers → helpers}/Items/isItemName.js +8 -8
  187. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.d.ts +2 -2
  188. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.js +8 -8
  189. package/core/{Helpers → helpers}/Items/isLegendaryItemName.d.ts +2 -2
  190. package/core/{Helpers → helpers}/Items/isLegendaryItemName.js +8 -8
  191. package/core/{Helpers → helpers}/Items/isMythicItemKey.d.ts +2 -2
  192. package/core/{Helpers → helpers}/Items/isMythicItemKey.js +8 -8
  193. package/core/{Helpers → helpers}/Items/isMythicItemName.d.ts +2 -2
  194. package/core/{Helpers → helpers}/Items/isMythicItemName.js +8 -8
  195. package/core/helpers/Runes/getRuneCategoryName.d.ts +3 -0
  196. package/core/helpers/Runes/getRuneCategoryName.js +20 -0
  197. package/core/helpers/Runes/getRuneCdnUrl.d.ts +3 -0
  198. package/core/{Helpers/Runes/getRuneCDNURL.js → helpers/Runes/getRuneCdnUrl.js} +49 -53
  199. package/core/{Helpers → helpers}/Runes/getRuneIdByName.d.ts +2 -2
  200. package/core/{Helpers → helpers}/Runes/getRuneIdByName.js +8 -8
  201. package/core/{Helpers → helpers}/Runes/getRuneNameById.d.ts +2 -2
  202. package/core/{Helpers → helpers}/Runes/getRuneNameById.js +8 -8
  203. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.d.ts +2 -2
  204. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.js +8 -8
  205. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.d.ts +2 -2
  206. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.js +8 -8
  207. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.d.ts +2 -2
  208. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.js +8 -8
  209. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.d.ts +2 -2
  210. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.js +8 -8
  211. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.d.ts +2 -2
  212. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.js +8 -8
  213. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.d.ts +2 -2
  214. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.js +8 -8
  215. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.d.ts +2 -2
  216. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.js +8 -8
  217. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.d.ts +2 -2
  218. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.js +8 -8
  219. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.d.ts +2 -2
  220. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.js +8 -8
  221. package/core/{Helpers → helpers}/Runes/isRuneId.d.ts +2 -2
  222. package/core/{Helpers → helpers}/Runes/isRuneId.js +8 -8
  223. package/core/{Helpers → helpers}/Runes/isRuneName.d.ts +2 -2
  224. package/core/{Helpers → helpers}/Runes/isRuneName.js +8 -8
  225. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.d.ts +2 -2
  226. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.js +8 -8
  227. package/core/{Helpers → helpers}/Runes/isStatRuneId.d.ts +2 -2
  228. package/core/{Helpers → helpers}/Runes/isStatRuneId.js +8 -8
  229. package/core/{Helpers → helpers}/Runes/isStatRuneName.d.ts +2 -2
  230. package/core/{Helpers → helpers}/Runes/isStatRuneName.js +8 -8
  231. package/core/{Helpers → helpers}/Runes/isTreeRuneId.d.ts +2 -2
  232. package/core/{Helpers → helpers}/Runes/isTreeRuneId.js +8 -8
  233. package/core/{Helpers → helpers}/Runes/isTreeRuneName.d.ts +2 -2
  234. package/core/{Helpers → helpers}/Runes/isTreeRuneName.js +8 -8
  235. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.d.ts +2 -2
  236. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.js +8 -8
  237. package/core/{Helpers → helpers}/Spells/getSpellIdByName.d.ts +2 -2
  238. package/core/{Helpers → helpers}/Spells/getSpellIdByName.js +8 -8
  239. package/core/{Helpers → helpers}/Spells/getSpellKeyById.d.ts +2 -2
  240. package/core/{Helpers → helpers}/Spells/getSpellKeyById.js +8 -8
  241. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.d.ts +2 -2
  242. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.js +9 -9
  243. package/core/{Helpers → helpers}/Spells/getSpellNameById.d.ts +2 -2
  244. package/core/{Helpers → helpers}/Spells/getSpellNameById.js +9 -9
  245. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.d.ts +2 -2
  246. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.js +8 -8
  247. package/core/{Helpers → helpers}/Spells/isSpellId.d.ts +2 -2
  248. package/core/{Helpers → helpers}/Spells/isSpellId.js +8 -8
  249. package/core/{Helpers → helpers}/Spells/isSpellKey.d.ts +2 -2
  250. package/core/{Helpers → helpers}/Spells/isSpellKey.js +8 -8
  251. package/core/{Helpers → helpers}/Spells/isSpellName.d.ts +2 -2
  252. package/core/{Helpers → helpers}/Spells/isSpellName.js +8 -8
  253. package/core/helpers/getPositionImageUrl.d.ts +2 -0
  254. package/core/helpers/getPositionImageUrl.js +15 -0
  255. package/core/index.d.ts +90 -92
  256. package/core/index.js +129 -229
  257. package/core/types/types.d.ts +210 -0
  258. package/core/types/{Meta.js → types.js} +2 -2
  259. package/package.json +4 -4
  260. package/assets/Constants/Champion.js +0 -4
  261. package/assets/Constants/Item.js +0 -4
  262. package/core/Constants/Champions/ChampionIdsByName.js +0 -4
  263. package/core/Constants/Champions/ChampionKeys.js +0 -4
  264. package/core/Constants/Meta/ChampionRelationTypes.d.ts +0 -4
  265. package/core/Constants/Meta/ChampionRelationTypes.js +0 -7
  266. package/core/Constants/Runes/RuneSetsByRuneNames.js +0 -14
  267. package/core/Constants/Runes/RuneTreeIds.d.ts +0 -7
  268. package/core/Constants/Runes/RuneTreeIds.js +0 -10
  269. package/core/Constants/Runes/RuneTreeNames.d.ts +0 -7
  270. package/core/Constants/Runes/RuneTreeNames.js +0 -10
  271. package/core/Constants/Runes/RuneTreeTypes.d.ts +0 -4
  272. package/core/Constants/Runes/RuneTreeTypes.js +0 -7
  273. package/core/Constants/Skills.js +0 -9
  274. package/core/Helpers/Icons/getPositionImageURL.d.ts +0 -5
  275. package/core/Helpers/Icons/getPositionImageURL.js +0 -15
  276. package/core/Helpers/Items/isItemType.d.ts +0 -2
  277. package/core/Helpers/Items/isItemType.js +0 -8
  278. package/core/Helpers/Meta/isChampionRelationType.d.ts +0 -2
  279. package/core/Helpers/Meta/isChampionRelationType.js +0 -8
  280. package/core/Helpers/Runes/getRuneCDNURL.d.ts +0 -6
  281. package/core/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -5
  282. package/core/Helpers/Runes/getRuneCategoryByRuneName.js +0 -28
  283. package/core/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -2
  284. package/core/Helpers/Runes/getRuneTreeIdByName.js +0 -8
  285. package/core/Helpers/Runes/getRuneTreeNameById.d.ts +0 -2
  286. package/core/Helpers/Runes/getRuneTreeNameById.js +0 -8
  287. package/core/Helpers/Runes/isRuneTreeId.d.ts +0 -2
  288. package/core/Helpers/Runes/isRuneTreeId.js +0 -8
  289. package/core/Helpers/Runes/isRuneTreeName.d.ts +0 -2
  290. package/core/Helpers/Runes/isRuneTreeName.js +0 -8
  291. package/core/Helpers/Runes/isRuneTreeType.d.ts +0 -2
  292. package/core/Helpers/Runes/isRuneTreeType.js +0 -8
  293. package/core/Helpers/isLane.d.ts +0 -2
  294. package/core/Helpers/isLane.js +0 -8
  295. package/core/Helpers/isLevel.d.ts +0 -2
  296. package/core/Helpers/isLevel.js +0 -8
  297. package/core/Helpers/isPosition.d.ts +0 -2
  298. package/core/Helpers/isPosition.js +0 -8
  299. package/core/Helpers/isSkill.d.ts +0 -2
  300. package/core/Helpers/isSkill.js +0 -8
  301. package/core/types/Meta.d.ts +0 -40
  302. package/core/types/index.d.ts +0 -197
  303. package/core/types/index.js +0 -2
@@ -1,271 +1,271 @@
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 "1035": "Emberknife";
14
- readonly "1036": "Long Sword";
15
- readonly "1037": "Pickaxe";
16
- readonly "1038": "B. F. Sword";
17
- readonly "1039": "Hailblade";
18
- readonly "1040": "Obsidian Edge";
19
- readonly "1042": "Dagger";
20
- readonly "1043": "Recurve Bow";
21
- readonly "1052": "Amplifying Tome";
22
- readonly "1053": "Vampiric Scepter";
23
- readonly "1054": "Doran's Shield";
24
- readonly "1055": "Doran's Blade";
25
- readonly "1056": "Doran's Ring";
26
- readonly "1057": "Negatron Cloak";
27
- readonly "1058": "Needlessly Large Rod";
28
- readonly "1082": "Dark Seal";
29
- readonly "1083": "Cull";
30
- readonly "1101": "Scorchclaw Pup";
31
- readonly "1102": "Gustwalker Hatchling";
32
- readonly "1103": "Mosstomper Seedling";
33
- readonly "1104": "Eye of the Herald";
34
- readonly "1500": "Penetrating Bullets";
35
- readonly "1501": "Fortification";
36
- readonly "1502": "Reinforced Armor";
37
- readonly "1503": "Warden's Eye";
38
- readonly "1504": "Vanguard";
39
- readonly "1505": "Lightning Rod";
40
- readonly "1506": "Reinforced Armor";
41
- readonly "1507": "Overcharged";
42
- readonly "1508": "Anti-tower Socks";
43
- readonly "1509": "Gusto";
44
- readonly "1510": "Phreakish Gusto";
45
- readonly "1511": "Super Mech Armor";
46
- readonly "1512": "Super Mech Power Field";
47
- readonly "1515": "Turret Plating";
48
- readonly "1516": "Structure Bounty";
49
- readonly "1517": "Structure Bounty";
50
- readonly "1518": "Structure Bounty";
51
- readonly "1519": "Structure Bounty";
52
- readonly "1520": "OvererchargedHA";
53
- readonly "1521": "Fortification";
54
- readonly "1522": "Tower Power-Up";
55
- readonly "2003": "Health Potion";
56
- readonly "2010": "Total Biscuit of Everlasting Will";
57
- readonly "2015": "Kircheis Shard";
58
- readonly "2031": "Refillable Potion";
59
- readonly "2033": "Corrupting Potion";
60
- readonly "2051": "Guardian's Horn";
61
- readonly "2052": "Poro-Snax";
62
- readonly "2055": "Control Ward";
63
- readonly "2065": "Shurelya's Battlesong";
64
- readonly "2138": "Elixir of Iron";
65
- readonly "2139": "Elixir of Sorcery";
66
- readonly "2140": "Elixir of Wrath";
67
- readonly "2403": "Minion Dematerializer";
68
- readonly "2419": "Commencing Stopwatch";
69
- readonly "2420": "Stopwatch";
70
- readonly "2421": "Broken Stopwatch";
71
- readonly "2422": "Slightly Magical Footwear";
72
- readonly "2423": "Perfectly Timed Stopwatch";
73
- readonly "2424": "Broken Stopwatch";
74
- readonly "3001": "Evenshroud";
75
- readonly "3003": "Archangel's Staff";
76
- readonly "3004": "Manamune";
77
- readonly "3006": "Berserker's Greaves";
78
- readonly "3009": "Boots of Swiftness";
79
- readonly "3011": "Chemtech Putrifier";
80
- readonly "3020": "Sorcerer's Shoes";
81
- readonly "3024": "Glacial Buckler";
82
- readonly "3026": "Guardian Angel";
83
- readonly "3031": "Infinity Edge";
84
- readonly "3033": "Mortal Reminder";
85
- readonly "3035": "Last Whisper";
86
- readonly "3036": "Lord Dominik's Regards";
87
- readonly "3040": "Seraph's Embrace";
88
- readonly "3041": "Mejai's Soulstealer";
89
- readonly "3042": "Muramana";
90
- readonly "3044": "Phage";
91
- readonly "3046": "Phantom Dancer";
92
- readonly "3047": "Plated Steelcaps";
93
- readonly "3050": "Zeke's Convergence";
94
- readonly "3051": "Hearthbound Axe";
95
- readonly "3053": "Sterak's Gage";
96
- readonly "3057": "Sheen";
97
- readonly "3065": "Spirit Visage";
98
- readonly "3066": "Winged Moonplate";
99
- readonly "3067": "Kindlegem";
100
- readonly "3068": "Sunfire Aegis";
101
- readonly "3070": "Tear of the Goddess";
102
- readonly "3071": "Black Cleaver";
103
- readonly "3072": "Bloodthirster";
104
- readonly "3074": "Ravenous Hydra";
105
- readonly "3075": "Thornmail";
106
- readonly "3076": "Bramble Vest";
107
- readonly "3077": "Tiamat";
108
- readonly "3078": "Trinity Force";
109
- readonly "3082": "Warden's Mail";
110
- readonly "3083": "Warmog's Armor";
111
- readonly "3084": "Heartsteel";
112
- readonly "3085": "Runaan's Hurricane";
113
- readonly "3086": "Zeal";
114
- readonly "3089": "Rabadon's Deathcap";
115
- readonly "3091": "Wit's End";
116
- readonly "3094": "Rapid Firecannon";
117
- readonly "3095": "Stormrazor";
118
- readonly "3100": "Lich Bane";
119
- readonly "3102": "Banshee's Veil";
120
- readonly "3105": "Aegis of the Legion";
121
- readonly "3107": "Redemption";
122
- readonly "3108": "Fiendish Codex";
123
- readonly "3109": "Knight's Vow";
124
- readonly "3110": "Frozen Heart";
125
- readonly "3111": "Mercury's Treads";
126
- readonly "3112": "Guardian's Orb";
127
- readonly "3113": "Aether Wisp";
128
- readonly "3114": "Forbidden Idol";
129
- readonly "3115": "Nashor's Tooth";
130
- readonly "3116": "Rylai's Crystal Scepter";
131
- readonly "3117": "Mobility Boots";
132
- readonly "3119": "Winter's Approach";
133
- readonly "3121": "Fimbulwinter";
134
- readonly "3123": "Executioner's Calling";
135
- readonly "3124": "Guinsoo's Rageblade";
136
- readonly "3133": "Caulfield's Warhammer";
137
- readonly "3134": "Serrated Dirk";
138
- readonly "3135": "Void Staff";
139
- readonly "3139": "Mercurial Scimitar";
140
- readonly "3140": "Quicksilver Sash";
141
- readonly "3142": "Youmuu's Ghostblade";
142
- readonly "3143": "Randuin's Omen";
143
- readonly "3145": "Hextech Alternator";
144
- readonly "3152": "Hextech Rocketbelt";
145
- readonly "3153": "Blade of The Ruined King";
146
- readonly "3155": "Hexdrinker";
147
- readonly "3156": "Maw of Malmortius";
148
- readonly "3157": "Zhonya's Hourglass";
149
- readonly "3158": "Ionian Boots of Lucidity";
150
- readonly "3161": "Spear Of Shojin";
151
- readonly "3165": "Morellonomicon";
152
- readonly "3177": "Guardian's Blade";
153
- readonly "3179": "Umbral Glaive";
154
- readonly "3181": "Hullbreaker";
155
- readonly "3184": "Guardian's Hammer";
156
- readonly "3190": "Locket of the Iron Solari";
157
- readonly "3191": "Seeker's Armguard";
158
- readonly "3193": "Gargoyle Stoneplate";
159
- readonly "3211": "Spectre's Cowl";
160
- readonly "3222": "Mikael's Blessing";
161
- readonly "3330": "Scarecrow Effigy";
162
- readonly "3340": "Stealth Ward";
163
- readonly "3363": "Farsight Alteration";
164
- readonly "3364": "Oracle Lens";
165
- readonly "3400": "Your Cut";
166
- readonly "3504": "Ardent Censer";
167
- readonly "3508": "Essence Reaver";
168
- readonly "3513": "Eye of the Herald";
169
- readonly "3599": "Kalista's Black Spear";
170
- readonly "3600": "Kalista's Black Spear";
171
- readonly "3742": "Dead Man's Plate";
172
- readonly "3748": "Titanic Hydra";
173
- readonly "3801": "Crystalline Bracer";
174
- readonly "3802": "Lost Chapter";
175
- readonly "3803": "Catalyst of Aeons";
176
- readonly "3814": "Edge of Night";
177
- readonly "3850": "Spellthief's Edge";
178
- readonly "3851": "Frostfang";
179
- readonly "3853": "Shard of True Ice";
180
- readonly "3854": "Steel Shoulderguards";
181
- readonly "3855": "Runesteel Spaulders";
182
- readonly "3857": "Pauldrons of Whiterock";
183
- readonly "3858": "Relic Shield";
184
- readonly "3859": "Targon's Buckler";
185
- readonly "3860": "Bulwark of the Mountain";
186
- readonly "3862": "Spectral Sickle";
187
- readonly "3863": "Harrowing Crescent";
188
- readonly "3864": "Black Mist Scythe";
189
- readonly "3901": "Fire at Will500 Silver Serpents";
190
- readonly "3902": "Death's Daughter500 Silver Serpents";
191
- readonly "3903": "Raise Morale500 Silver Serpents";
192
- readonly "3916": "Oblivion Orb";
193
- readonly "4005": "Imperial Mandate";
194
- readonly "4401": "Force of Nature";
195
- readonly "4403": "The Golden Spatula";
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 "4644": "Crown of the Shattered Queen";
209
- readonly "4645": "Shadowflame";
210
- readonly "6029": "Ironspike Whip";
211
- readonly "6035": "Silvermere Dawn";
212
- readonly "6333": "Death's Dance";
213
- readonly "6609": "Chempunk Chainsword";
214
- readonly "6616": "Staff of Flowing Water";
215
- readonly "6617": "Moonstone Renewer";
216
- readonly "6630": "Goredrinker";
217
- readonly "6631": "Stridebreaker";
218
- readonly "6632": "Divine Sunderer";
219
- readonly "6653": "Liandry's Anguish";
220
- readonly "6655": "Luden's Tempest";
221
- readonly "6656": "Everfrost";
222
- readonly "6657": "Rod of Ages";
223
- readonly "6660": "Bami's Cinder";
224
- readonly "6662": "Iceborn Gauntlet";
225
- readonly "6664": "Turbo Chemtank";
226
- readonly "6665": "Jak'Sho, The Protean";
227
- readonly "6667": "Radiant Virtue";
228
- readonly "6670": "Noonquiver";
229
- readonly "6671": "Galeforce";
230
- readonly "6672": "Kraken Slayer";
231
- readonly "6673": "Immortal Shieldbow";
232
- readonly "6675": "Navori Quickblades";
233
- readonly "6676": "The Collector";
234
- readonly "6677": "Rageknife";
235
- readonly "6691": "Duskblade of Draktharr";
236
- readonly "6692": "Eclipse";
237
- readonly "6693": "Prowler's Claw";
238
- readonly "6694": "Serylda's Grudge";
239
- readonly "6695": "Serpent's Fang";
240
- readonly "6696": "Axiom Arc";
241
- readonly "7000": "Sandshrike's Claw";
242
- readonly "7001": "Syzygy";
243
- readonly "7002": "Draktharr's Shadowcarver";
244
- readonly "7005": "Frozen Fist";
245
- readonly "7006": "Typhoon";
246
- readonly "7007": "Wyrmfallen Sacrifice";
247
- readonly "7008": "Bloodward";
248
- readonly "7009": "Icathia's Curse";
249
- readonly "7010": "Vespertide";
250
- readonly "7011": "Upgraded Aeropack";
251
- readonly "7012": "Liandry's Lament";
252
- readonly "7013": "Eye of Luden";
253
- readonly "7014": "Eternal Winter";
254
- readonly "7015": "Ceaseless Hunger";
255
- readonly "7016": "Dreamshatter";
256
- readonly "7017": "Deicide";
257
- readonly "7018": "Infinity Force";
258
- readonly "7019": "Reliquary of the Golden Dawn";
259
- readonly "7020": "Shurelya's Requiem";
260
- readonly "7021": "Starcaster";
261
- readonly "7022": "Seat of Command";
262
- readonly "7023": "Equinox";
263
- readonly "7024": "Caesura";
264
- readonly "7025": "Leviathan";
265
- readonly "7026": "The Unspoken Parasite";
266
- readonly "7027": "Primordial Dawn";
267
- readonly "7028": "Infinite Convergence";
268
- readonly "7050": "Gangplank Placeholder";
269
- readonly "8001": "Anathema's Chains";
270
- readonly "8020": "Abyssal Mask";
271
- };
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 "1035": "Emberknife";
14
+ readonly "1036": "Long Sword";
15
+ readonly "1037": "Pickaxe";
16
+ readonly "1038": "B. F. Sword";
17
+ readonly "1039": "Hailblade";
18
+ readonly "1040": "Obsidian Edge";
19
+ readonly "1042": "Dagger";
20
+ readonly "1043": "Recurve Bow";
21
+ readonly "1052": "Amplifying Tome";
22
+ readonly "1053": "Vampiric Scepter";
23
+ readonly "1054": "Doran's Shield";
24
+ readonly "1055": "Doran's Blade";
25
+ readonly "1056": "Doran's Ring";
26
+ readonly "1057": "Negatron Cloak";
27
+ readonly "1058": "Needlessly Large Rod";
28
+ readonly "1082": "Dark Seal";
29
+ readonly "1083": "Cull";
30
+ readonly "1101": "Scorchclaw Pup";
31
+ readonly "1102": "Gustwalker Hatchling";
32
+ readonly "1103": "Mosstomper Seedling";
33
+ readonly "1104": "Eye of the Herald";
34
+ readonly "1500": "Penetrating Bullets";
35
+ readonly "1501": "Fortification";
36
+ readonly "1502": "Reinforced Armor";
37
+ readonly "1503": "Warden's Eye";
38
+ readonly "1504": "Vanguard";
39
+ readonly "1505": "Lightning Rod";
40
+ readonly "1506": "Reinforced Armor";
41
+ readonly "1507": "Overcharged";
42
+ readonly "1508": "Anti-tower Socks";
43
+ readonly "1509": "Gusto";
44
+ readonly "1510": "Phreakish Gusto";
45
+ readonly "1511": "Super Mech Armor";
46
+ readonly "1512": "Super Mech Power Field";
47
+ readonly "1515": "Turret Plating";
48
+ readonly "1516": "Structure Bounty";
49
+ readonly "1517": "Structure Bounty";
50
+ readonly "1518": "Structure Bounty";
51
+ readonly "1519": "Structure Bounty";
52
+ readonly "1520": "OvererchargedHA";
53
+ readonly "1521": "Fortification";
54
+ readonly "1522": "Tower Power-Up";
55
+ readonly "2003": "Health Potion";
56
+ readonly "2010": "Total Biscuit of Everlasting Will";
57
+ readonly "2015": "Kircheis Shard";
58
+ readonly "2031": "Refillable Potion";
59
+ readonly "2033": "Corrupting Potion";
60
+ readonly "2051": "Guardian's Horn";
61
+ readonly "2052": "Poro-Snax";
62
+ readonly "2055": "Control Ward";
63
+ readonly "2065": "Shurelya's Battlesong";
64
+ readonly "2138": "Elixir of Iron";
65
+ readonly "2139": "Elixir of Sorcery";
66
+ readonly "2140": "Elixir of Wrath";
67
+ readonly "2403": "Minion Dematerializer";
68
+ readonly "2419": "Commencing Stopwatch";
69
+ readonly "2420": "Stopwatch";
70
+ readonly "2421": "Broken Stopwatch";
71
+ readonly "2422": "Slightly Magical Footwear";
72
+ readonly "2423": "Perfectly Timed Stopwatch";
73
+ readonly "2424": "Broken Stopwatch";
74
+ readonly "3001": "Evenshroud";
75
+ readonly "3003": "Archangel's Staff";
76
+ readonly "3004": "Manamune";
77
+ readonly "3006": "Berserker's Greaves";
78
+ readonly "3009": "Boots of Swiftness";
79
+ readonly "3011": "Chemtech Putrifier";
80
+ readonly "3020": "Sorcerer's Shoes";
81
+ readonly "3024": "Glacial Buckler";
82
+ readonly "3026": "Guardian Angel";
83
+ readonly "3031": "Infinity Edge";
84
+ readonly "3033": "Mortal Reminder";
85
+ readonly "3035": "Last Whisper";
86
+ readonly "3036": "Lord Dominik's Regards";
87
+ readonly "3040": "Seraph's Embrace";
88
+ readonly "3041": "Mejai's Soulstealer";
89
+ readonly "3042": "Muramana";
90
+ readonly "3044": "Phage";
91
+ readonly "3046": "Phantom Dancer";
92
+ readonly "3047": "Plated Steelcaps";
93
+ readonly "3050": "Zeke's Convergence";
94
+ readonly "3051": "Hearthbound Axe";
95
+ readonly "3053": "Sterak's Gage";
96
+ readonly "3057": "Sheen";
97
+ readonly "3065": "Spirit Visage";
98
+ readonly "3066": "Winged Moonplate";
99
+ readonly "3067": "Kindlegem";
100
+ readonly "3068": "Sunfire Aegis";
101
+ readonly "3070": "Tear of the Goddess";
102
+ readonly "3071": "Black Cleaver";
103
+ readonly "3072": "Bloodthirster";
104
+ readonly "3074": "Ravenous Hydra";
105
+ readonly "3075": "Thornmail";
106
+ readonly "3076": "Bramble Vest";
107
+ readonly "3077": "Tiamat";
108
+ readonly "3078": "Trinity Force";
109
+ readonly "3082": "Warden's Mail";
110
+ readonly "3083": "Warmog's Armor";
111
+ readonly "3084": "Heartsteel";
112
+ readonly "3085": "Runaan's Hurricane";
113
+ readonly "3086": "Zeal";
114
+ readonly "3089": "Rabadon's Deathcap";
115
+ readonly "3091": "Wit's End";
116
+ readonly "3094": "Rapid Firecannon";
117
+ readonly "3095": "Stormrazor";
118
+ readonly "3100": "Lich Bane";
119
+ readonly "3102": "Banshee's Veil";
120
+ readonly "3105": "Aegis of the Legion";
121
+ readonly "3107": "Redemption";
122
+ readonly "3108": "Fiendish Codex";
123
+ readonly "3109": "Knight's Vow";
124
+ readonly "3110": "Frozen Heart";
125
+ readonly "3111": "Mercury's Treads";
126
+ readonly "3112": "Guardian's Orb";
127
+ readonly "3113": "Aether Wisp";
128
+ readonly "3114": "Forbidden Idol";
129
+ readonly "3115": "Nashor's Tooth";
130
+ readonly "3116": "Rylai's Crystal Scepter";
131
+ readonly "3117": "Mobility Boots";
132
+ readonly "3119": "Winter's Approach";
133
+ readonly "3121": "Fimbulwinter";
134
+ readonly "3123": "Executioner's Calling";
135
+ readonly "3124": "Guinsoo's Rageblade";
136
+ readonly "3133": "Caulfield's Warhammer";
137
+ readonly "3134": "Serrated Dirk";
138
+ readonly "3135": "Void Staff";
139
+ readonly "3139": "Mercurial Scimitar";
140
+ readonly "3140": "Quicksilver Sash";
141
+ readonly "3142": "Youmuu's Ghostblade";
142
+ readonly "3143": "Randuin's Omen";
143
+ readonly "3145": "Hextech Alternator";
144
+ readonly "3152": "Hextech Rocketbelt";
145
+ readonly "3153": "Blade of The Ruined King";
146
+ readonly "3155": "Hexdrinker";
147
+ readonly "3156": "Maw of Malmortius";
148
+ readonly "3157": "Zhonya's Hourglass";
149
+ readonly "3158": "Ionian Boots of Lucidity";
150
+ readonly "3161": "Spear Of Shojin";
151
+ readonly "3165": "Morellonomicon";
152
+ readonly "3177": "Guardian's Blade";
153
+ readonly "3179": "Umbral Glaive";
154
+ readonly "3181": "Hullbreaker";
155
+ readonly "3184": "Guardian's Hammer";
156
+ readonly "3190": "Locket of the Iron Solari";
157
+ readonly "3191": "Seeker's Armguard";
158
+ readonly "3193": "Gargoyle Stoneplate";
159
+ readonly "3211": "Spectre's Cowl";
160
+ readonly "3222": "Mikael's Blessing";
161
+ readonly "3330": "Scarecrow Effigy";
162
+ readonly "3340": "Stealth Ward";
163
+ readonly "3363": "Farsight Alteration";
164
+ readonly "3364": "Oracle Lens";
165
+ readonly "3400": "Your Cut";
166
+ readonly "3504": "Ardent Censer";
167
+ readonly "3508": "Essence Reaver";
168
+ readonly "3513": "Eye of the Herald";
169
+ readonly "3599": "Kalista's Black Spear";
170
+ readonly "3600": "Kalista's Black Spear";
171
+ readonly "3742": "Dead Man's Plate";
172
+ readonly "3748": "Titanic Hydra";
173
+ readonly "3801": "Crystalline Bracer";
174
+ readonly "3802": "Lost Chapter";
175
+ readonly "3803": "Catalyst of Aeons";
176
+ readonly "3814": "Edge of Night";
177
+ readonly "3850": "Spellthief's Edge";
178
+ readonly "3851": "Frostfang";
179
+ readonly "3853": "Shard of True Ice";
180
+ readonly "3854": "Steel Shoulderguards";
181
+ readonly "3855": "Runesteel Spaulders";
182
+ readonly "3857": "Pauldrons of Whiterock";
183
+ readonly "3858": "Relic Shield";
184
+ readonly "3859": "Targon's Buckler";
185
+ readonly "3860": "Bulwark of the Mountain";
186
+ readonly "3862": "Spectral Sickle";
187
+ readonly "3863": "Harrowing Crescent";
188
+ readonly "3864": "Black Mist Scythe";
189
+ readonly "3901": "Fire at Will500 Silver Serpents";
190
+ readonly "3902": "Death's Daughter500 Silver Serpents";
191
+ readonly "3903": "Raise Morale500 Silver Serpents";
192
+ readonly "3916": "Oblivion Orb";
193
+ readonly "4005": "Imperial Mandate";
194
+ readonly "4401": "Force of Nature";
195
+ readonly "4403": "The Golden Spatula";
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 "4644": "Crown of the Shattered Queen";
209
+ readonly "4645": "Shadowflame";
210
+ readonly "6029": "Ironspike Whip";
211
+ readonly "6035": "Silvermere Dawn";
212
+ readonly "6333": "Death's Dance";
213
+ readonly "6609": "Chempunk Chainsword";
214
+ readonly "6616": "Staff of Flowing Water";
215
+ readonly "6617": "Moonstone Renewer";
216
+ readonly "6630": "Goredrinker";
217
+ readonly "6631": "Stridebreaker";
218
+ readonly "6632": "Divine Sunderer";
219
+ readonly "6653": "Liandry's Anguish";
220
+ readonly "6655": "Luden's Tempest";
221
+ readonly "6656": "Everfrost";
222
+ readonly "6657": "Rod of Ages";
223
+ readonly "6660": "Bami's Cinder";
224
+ readonly "6662": "Iceborn Gauntlet";
225
+ readonly "6664": "Turbo Chemtank";
226
+ readonly "6665": "Jak'Sho, The Protean";
227
+ readonly "6667": "Radiant Virtue";
228
+ readonly "6670": "Noonquiver";
229
+ readonly "6671": "Galeforce";
230
+ readonly "6672": "Kraken Slayer";
231
+ readonly "6673": "Immortal Shieldbow";
232
+ readonly "6675": "Navori Quickblades";
233
+ readonly "6676": "The Collector";
234
+ readonly "6677": "Rageknife";
235
+ readonly "6691": "Duskblade of Draktharr";
236
+ readonly "6692": "Eclipse";
237
+ readonly "6693": "Prowler's Claw";
238
+ readonly "6694": "Serylda's Grudge";
239
+ readonly "6695": "Serpent's Fang";
240
+ readonly "6696": "Axiom Arc";
241
+ readonly "7000": "Sandshrike's Claw";
242
+ readonly "7001": "Syzygy";
243
+ readonly "7002": "Draktharr's Shadowcarver";
244
+ readonly "7005": "Frozen Fist";
245
+ readonly "7006": "Typhoon";
246
+ readonly "7007": "Wyrmfallen Sacrifice";
247
+ readonly "7008": "Bloodward";
248
+ readonly "7009": "Icathia's Curse";
249
+ readonly "7010": "Vespertide";
250
+ readonly "7011": "Upgraded Aeropack";
251
+ readonly "7012": "Liandry's Lament";
252
+ readonly "7013": "Eye of Luden";
253
+ readonly "7014": "Eternal Winter";
254
+ readonly "7015": "Ceaseless Hunger";
255
+ readonly "7016": "Dreamshatter";
256
+ readonly "7017": "Deicide";
257
+ readonly "7018": "Infinity Force";
258
+ readonly "7019": "Reliquary of the Golden Dawn";
259
+ readonly "7020": "Shurelya's Requiem";
260
+ readonly "7021": "Starcaster";
261
+ readonly "7022": "Seat of Command";
262
+ readonly "7023": "Equinox";
263
+ readonly "7024": "Caesura";
264
+ readonly "7025": "Leviathan";
265
+ readonly "7026": "The Unspoken Parasite";
266
+ readonly "7027": "Primordial Dawn";
267
+ readonly "7028": "Infinite Convergence";
268
+ readonly "7050": "Gangplank Placeholder";
269
+ readonly "8001": "Anathema's Chains";
270
+ readonly "8020": "Abyssal Mask";
271
+ };
@@ -1,4 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ItemNames = void 0;
4
- exports.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", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "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", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "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", "2015": "Kircheis Shard", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "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", "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", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "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", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "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", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "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", "4403": "The Golden Spatula", "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", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ItemNames = void 0;
4
+ exports.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", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "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", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "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", "2015": "Kircheis Shard", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "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", "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", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "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", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "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", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "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", "4403": "The Golden Spatula", "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", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,6 +1,8 @@
1
- export declare const ItemTypes: {
2
- readonly Mythic: "Mythic";
3
- readonly Legendary: "Legendary";
4
- readonly Epic: "Epic";
5
- readonly Boots: "Boots";
6
- };
1
+ export declare const ItemTypes: {
2
+ readonly Mythic: "Mythic";
3
+ readonly Legendary: "Legendary";
4
+ readonly Epic: "Epic";
5
+ readonly Boots: "Boots";
6
+ };
7
+ export type ItemType = typeof ItemTypes[keyof typeof ItemTypes];
8
+ export declare function isItemType(type: any): type is ItemType;