lol-constants 0.10.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) hide show
  1. package/{dist/Constants → assets}/StatRunes.d.ts +0 -0
  2. package/{dist/Constants → assets}/StatRunes.js +0 -0
  3. package/assets/champion.json +1 -0
  4. package/assets/index.d.ts +17216 -0
  5. package/assets/index.js +17 -0
  6. package/assets/item.json +1 -0
  7. package/assets/runesReforged.json +1 -0
  8. package/assets/scripts/Helpers/getExportStatement.d.ts +6 -0
  9. package/assets/scripts/Helpers/getExportStatement.js +10 -0
  10. package/assets/scripts/generate-all.d.ts +16 -0
  11. package/assets/scripts/generate-all.js +18 -0
  12. package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -0
  13. package/assets/scripts/generate-champion-ids-by-name.js +20 -0
  14. package/assets/scripts/generate-champion-ids.d.ts +1 -0
  15. package/assets/scripts/generate-champion-ids.js +20 -0
  16. package/assets/scripts/generate-champion-keys.d.ts +1 -0
  17. package/assets/scripts/generate-champion-keys.js +20 -0
  18. package/assets/scripts/generate-champion-names.d.ts +1 -0
  19. package/assets/scripts/generate-champion-names.js +20 -0
  20. package/assets/scripts/generate-item-keys.d.ts +1 -0
  21. package/assets/scripts/generate-item-keys.js +21 -0
  22. package/assets/scripts/generate-item-names.d.ts +1 -0
  23. package/assets/scripts/generate-item-names.js +21 -0
  24. package/assets/scripts/generate-rune-ids.d.ts +1 -0
  25. package/assets/scripts/generate-rune-ids.js +29 -0
  26. package/assets/scripts/generate-rune-names.d.ts +1 -0
  27. package/assets/scripts/generate-rune-names.js +29 -0
  28. package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -0
  29. package/assets/scripts/generate-spell-ids-by-name.js +20 -0
  30. package/assets/scripts/generate-spell-ids.d.ts +1 -0
  31. package/assets/scripts/generate-spell-ids.js +20 -0
  32. package/assets/scripts/generate-spell-keys.d.ts +1 -0
  33. package/assets/scripts/generate-spell-keys.js +20 -0
  34. package/assets/scripts/generate-spell-names.d.ts +1 -0
  35. package/assets/scripts/generate-spell-names.js +20 -0
  36. package/assets/scripts/generate-stat-rune-ids.d.ts +1 -0
  37. package/assets/scripts/generate-stat-rune-ids.js +20 -0
  38. package/assets/scripts/generate-stat-rune-names.d.ts +1 -0
  39. package/assets/scripts/generate-stat-rune-names.js +20 -0
  40. package/assets/scripts/generate-tree-rune-ids.d.ts +1 -0
  41. package/assets/scripts/generate-tree-rune-ids.js +22 -0
  42. package/assets/scripts/generate-tree-rune-names.d.ts +1 -0
  43. package/assets/scripts/generate-tree-rune-names.js +22 -0
  44. package/assets/summoner.json +1 -0
  45. package/dist/Constants/ChampionIds.d.ts +162 -0
  46. package/dist/Constants/ChampionIds.js +4 -0
  47. package/dist/Constants/ChampionIdsByName.d.ts +162 -0
  48. package/dist/Constants/ChampionIdsByName.js +4 -0
  49. package/dist/Constants/ChampionKeys.d.ts +162 -2
  50. package/dist/Constants/ChampionKeys.js +1 -5
  51. package/dist/Constants/ChampionNames.d.ts +162 -2
  52. package/dist/Constants/ChampionNames.js +1 -5
  53. package/dist/Constants/DDPaths.d.ts +27 -5
  54. package/dist/Constants/DDPaths.js +29 -7
  55. package/dist/Constants/ItemKeys.d.ts +250 -2
  56. package/dist/Constants/ItemKeys.js +1 -5
  57. package/dist/Constants/ItemNames.d.ts +256 -2
  58. package/dist/Constants/ItemNames.js +1 -5
  59. package/dist/Constants/RuneIds.d.ts +74 -2
  60. package/dist/Constants/RuneIds.js +1 -9
  61. package/dist/Constants/RuneNames.d.ts +74 -2
  62. package/dist/Constants/RuneNames.js +1 -5
  63. package/dist/Constants/RuneSets.d.ts +59 -0
  64. package/dist/Constants/RuneSets.js +188 -144
  65. package/dist/Constants/SpellIds.d.ts +18 -0
  66. package/dist/Constants/SpellIds.js +4 -0
  67. package/dist/Constants/SpellIdsByName.d.ts +17 -0
  68. package/dist/Constants/SpellIdsByName.js +4 -0
  69. package/dist/Constants/SpellKeys.d.ts +18 -0
  70. package/dist/Constants/SpellKeys.js +4 -0
  71. package/dist/Constants/SpellNames.d.ts +18 -0
  72. package/dist/Constants/SpellNames.js +4 -0
  73. package/dist/Constants/StatRuneIds.d.ts +11 -2
  74. package/dist/Constants/StatRuneIds.js +1 -2
  75. package/dist/Constants/StatRuneNames.d.ts +11 -2
  76. package/dist/Constants/StatRuneNames.js +1 -2
  77. package/dist/Constants/TreeRuneIds.d.ts +65 -2
  78. package/dist/Constants/TreeRuneIds.js +1 -5
  79. package/dist/Constants/TreeRuneNames.d.ts +65 -2
  80. package/dist/Constants/TreeRuneNames.js +1 -5
  81. package/dist/Helpers/getChampionIdByKey.d.ts +2 -0
  82. package/dist/Helpers/getChampionIdByKey.js +8 -0
  83. package/dist/Helpers/getChampionIdByName.d.ts +2 -0
  84. package/dist/Helpers/getChampionIdByName.js +8 -0
  85. package/dist/Helpers/getChampionKeyById.d.ts +2 -0
  86. package/dist/Helpers/getChampionKeyById.js +8 -0
  87. package/dist/Helpers/getChampionKeyByName.js +3 -5
  88. package/dist/Helpers/getChampionNameById.d.ts +2 -0
  89. package/dist/Helpers/getChampionNameById.js +9 -0
  90. package/dist/Helpers/getChampionNameByKey.js +2 -5
  91. package/dist/Helpers/getItemKeyByName.js +2 -5
  92. package/dist/Helpers/getItemNameByKey.js +2 -5
  93. package/dist/Helpers/getRuneIdByName.js +2 -15
  94. package/dist/Helpers/getRuneNameById.js +2 -9
  95. package/dist/Helpers/getSpellIdByKey.d.ts +2 -0
  96. package/dist/Helpers/getSpellIdByKey.js +8 -0
  97. package/dist/Helpers/getSpellIdByName.d.ts +2 -0
  98. package/dist/Helpers/getSpellIdByName.js +8 -0
  99. package/dist/Helpers/getSpellKeyById.d.ts +2 -0
  100. package/dist/Helpers/getSpellKeyById.js +8 -0
  101. package/dist/Helpers/getSpellKeyByName.d.ts +2 -0
  102. package/dist/Helpers/getSpellKeyByName.js +9 -0
  103. package/dist/Helpers/getSpellNameById.d.ts +2 -0
  104. package/dist/Helpers/getSpellNameById.js +9 -0
  105. package/dist/Helpers/getSpellNameByKey.d.ts +2 -0
  106. package/dist/Helpers/getSpellNameByKey.js +8 -0
  107. package/dist/Helpers/getStatRuneIdByName.d.ts +2 -0
  108. package/dist/Helpers/getStatRuneIdByName.js +8 -0
  109. package/dist/Helpers/getStatRuneNameById.d.ts +2 -0
  110. package/dist/Helpers/getStatRuneNameById.js +8 -0
  111. package/dist/Helpers/getTreeRuneIdByName.d.ts +2 -0
  112. package/dist/Helpers/getTreeRuneIdByName.js +8 -0
  113. package/dist/Helpers/getTreeRuneNameById.d.ts +2 -0
  114. package/dist/Helpers/getTreeRuneNameById.js +8 -0
  115. package/dist/Helpers/isChampionId.d.ts +2 -0
  116. package/dist/Helpers/isChampionId.js +8 -0
  117. package/dist/Helpers/isChampionKey.d.ts +1 -1
  118. package/dist/Helpers/isChampionKey.js +2 -4
  119. package/dist/Helpers/isChampionName.d.ts +1 -1
  120. package/dist/Helpers/isChampionName.js +2 -4
  121. package/dist/Helpers/isItemKey.d.ts +1 -1
  122. package/dist/Helpers/isItemKey.js +2 -4
  123. package/dist/Helpers/isItemName.d.ts +1 -1
  124. package/dist/Helpers/isItemName.js +2 -4
  125. package/dist/Helpers/isRuneId.d.ts +1 -1
  126. package/dist/Helpers/isRuneId.js +2 -4
  127. package/dist/Helpers/isRuneName.d.ts +1 -1
  128. package/dist/Helpers/isRuneName.js +2 -4
  129. package/dist/Helpers/isSpellId.d.ts +2 -0
  130. package/dist/Helpers/isSpellId.js +8 -0
  131. package/dist/Helpers/isSpellKey.d.ts +2 -0
  132. package/dist/Helpers/isSpellKey.js +8 -0
  133. package/dist/Helpers/isSpellName.d.ts +2 -0
  134. package/dist/Helpers/isSpellName.js +8 -0
  135. package/dist/Helpers/isStatRuneId.d.ts +1 -1
  136. package/dist/Helpers/isStatRuneId.js +2 -4
  137. package/dist/Helpers/isStatRuneName.d.ts +1 -1
  138. package/dist/Helpers/isStatRuneName.js +2 -4
  139. package/dist/Helpers/isTreeRuneId.d.ts +1 -1
  140. package/dist/Helpers/isTreeRuneId.js +2 -4
  141. package/dist/Helpers/isTreeRuneName.d.ts +1 -1
  142. package/dist/Helpers/isTreeRuneName.js +2 -4
  143. package/dist/assets/StatRunes.d.ts +11 -0
  144. package/dist/assets/StatRunes.js +14 -0
  145. package/dist/assets/champion.json +1 -1
  146. package/dist/assets/index.d.ts +17216 -0
  147. package/dist/assets/index.js +17 -0
  148. package/dist/assets/item.json +1 -1
  149. package/dist/assets/runesReforged.json +1 -1
  150. package/dist/assets/summoner.json +1 -1
  151. package/dist/index.d.ts +25 -43394
  152. package/dist/index.js +80 -46
  153. package/dist/scripts/Helpers/getExportStatement.d.ts +6 -0
  154. package/dist/scripts/Helpers/getExportStatement.js +10 -0
  155. package/dist/scripts/generate-all.d.ts +16 -1
  156. package/dist/scripts/generate-all.js +16 -17
  157. package/dist/scripts/generate-champion-ids-by-name.d.ts +1 -0
  158. package/dist/{Helpers/generateChampionsByKey.js → scripts/generate-champion-ids-by-name.js} +9 -11
  159. package/dist/scripts/generate-champion-ids.d.ts +1 -0
  160. package/dist/{Helpers/generateChampionsByName.js → scripts/generate-champion-ids.js} +9 -11
  161. package/dist/scripts/generate-champion-keys.d.ts +1 -0
  162. package/dist/scripts/generate-champion-keys.js +20 -0
  163. package/dist/scripts/generate-champion-names.d.ts +1 -0
  164. package/dist/scripts/generate-champion-names.js +20 -0
  165. package/dist/scripts/generate-item-keys.d.ts +1 -0
  166. package/dist/scripts/generate-item-keys.js +21 -0
  167. package/dist/scripts/generate-item-names.d.ts +1 -0
  168. package/dist/scripts/generate-item-names.js +21 -0
  169. package/dist/scripts/generate-rune-ids.d.ts +1 -0
  170. package/dist/scripts/generate-rune-ids.js +29 -0
  171. package/dist/scripts/generate-rune-names.d.ts +1 -0
  172. package/dist/scripts/generate-rune-names.js +29 -0
  173. package/dist/scripts/generate-spell-ids-by-name.d.ts +1 -0
  174. package/dist/scripts/generate-spell-ids-by-name.js +20 -0
  175. package/dist/scripts/generate-spell-ids.d.ts +1 -0
  176. package/dist/scripts/generate-spell-ids.js +20 -0
  177. package/dist/scripts/generate-spell-keys.d.ts +1 -0
  178. package/dist/scripts/generate-spell-keys.js +20 -0
  179. package/dist/scripts/generate-spell-names.d.ts +1 -0
  180. package/dist/scripts/generate-spell-names.js +20 -0
  181. package/dist/scripts/generate-stat-rune-ids.d.ts +1 -0
  182. package/dist/scripts/generate-stat-rune-ids.js +20 -0
  183. package/dist/scripts/generate-stat-rune-names.d.ts +1 -0
  184. package/dist/scripts/generate-stat-rune-names.js +20 -0
  185. package/dist/scripts/generate-tree-rune-ids.d.ts +1 -0
  186. package/dist/{Helpers/generateRunesById.js → scripts/generate-tree-rune-ids.js} +9 -7
  187. package/dist/scripts/generate-tree-rune-names.d.ts +1 -0
  188. package/dist/{Helpers/generateRunesByName.js → scripts/generate-tree-rune-names.js} +9 -7
  189. package/dist/types/Meta.d.ts +25 -0
  190. package/dist/types/index.d.ts +154 -23
  191. package/package.json +4 -3
  192. package/dist/Constants/SummonerIds.d.ts +0 -2
  193. package/dist/Constants/SummonerIds.js +0 -8
  194. package/dist/Constants/SummonerKeys.d.ts +0 -2
  195. package/dist/Constants/SummonerKeys.js +0 -8
  196. package/dist/Constants/SummonerNames.d.ts +0 -2
  197. package/dist/Constants/SummonerNames.js +0 -8
  198. package/dist/Constants/SummonerSpellIds.d.ts +0 -2
  199. package/dist/Constants/SummonerSpellIds.js +0 -8
  200. package/dist/Constants/SummonerSpellKeys.d.ts +0 -2
  201. package/dist/Constants/SummonerSpellKeys.js +0 -8
  202. package/dist/Constants/SummonerSpellNames.d.ts +0 -2
  203. package/dist/Constants/SummonerSpellNames.js +0 -8
  204. package/dist/Helpers/generateChampionsByKey.d.ts +0 -1
  205. package/dist/Helpers/generateChampionsByName.d.ts +0 -1
  206. package/dist/Helpers/generateItemsByName.d.ts +0 -1
  207. package/dist/Helpers/generateItemsByName.js +0 -25
  208. package/dist/Helpers/generateRunesById.d.ts +0 -1
  209. package/dist/Helpers/generateRunesByName.d.ts +0 -1
  210. package/dist/Helpers/generateSummonerSpellsByKey.d.ts +0 -1
  211. package/dist/Helpers/generateSummonerSpellsByKey.js +0 -24
  212. package/dist/Helpers/generateSummonerSpellsByName.d.ts +0 -1
  213. package/dist/Helpers/generateSummonerSpellsByName.js +0 -24
  214. package/dist/Helpers/generateSummonersByKey.d.ts +0 -1
  215. package/dist/Helpers/generateSummonersByKey.js +0 -24
  216. package/dist/Helpers/generateSummonersByName.d.ts +0 -1
  217. package/dist/Helpers/generateSummonersByName.js +0 -24
  218. package/dist/Helpers/getSummonerSpellKeyByName.d.ts +0 -2
  219. package/dist/Helpers/getSummonerSpellKeyByName.js +0 -11
  220. package/dist/Helpers/getSummonerSpellNameByKey.d.ts +0 -2
  221. package/dist/Helpers/getSummonerSpellNameByKey.js +0 -11
  222. package/dist/Helpers/isSummonerId.d.ts +0 -2
  223. package/dist/Helpers/isSummonerId.js +0 -10
  224. package/dist/Helpers/isSummonerKey.d.ts +0 -2
  225. package/dist/Helpers/isSummonerKey.js +0 -10
  226. package/dist/Helpers/isSummonerName.d.ts +0 -2
  227. package/dist/Helpers/isSummonerName.js +0 -10
  228. package/dist/Helpers/isSummonerSpellId.d.ts +0 -2
  229. package/dist/Helpers/isSummonerSpellId.js +0 -10
  230. package/dist/Helpers/isSummonerSpellKey.d.ts +0 -2
  231. package/dist/Helpers/isSummonerSpellKey.js +0 -10
  232. package/dist/Helpers/isSummonerSpellName.d.ts +0 -2
  233. package/dist/Helpers/isSummonerSpellName.js +0 -10
  234. package/dist/generated/championByKey.json +0 -1
  235. package/dist/generated/championByName.json +0 -1
  236. package/dist/generated/itemByKey.json +0 -1
  237. package/dist/generated/itemByName.json +0 -1
  238. package/dist/generated/runesById.json +0 -1
  239. package/dist/generated/runesByName.json +0 -1
  240. package/dist/generated/summonerByKey.json +0 -1
  241. package/dist/generated/summonerByName.json +0 -1
@@ -1,2 +1,162 @@
1
- import { ChampionName } from '../types';
2
- export declare const ChampionNames: ChampionName[];
1
+ export declare const ChampionNames: {
2
+ readonly "1": "Annie";
3
+ readonly "2": "Olaf";
4
+ readonly "3": "Galio";
5
+ readonly "4": "Twisted Fate";
6
+ readonly "5": "Xin Zhao";
7
+ readonly "6": "Urgot";
8
+ readonly "7": "LeBlanc";
9
+ readonly "8": "Vladimir";
10
+ readonly "9": "Fiddlesticks";
11
+ readonly "10": "Kayle";
12
+ readonly "11": "Master Yi";
13
+ readonly "12": "Alistar";
14
+ readonly "13": "Ryze";
15
+ readonly "14": "Sion";
16
+ readonly "15": "Sivir";
17
+ readonly "16": "Soraka";
18
+ readonly "17": "Teemo";
19
+ readonly "18": "Tristana";
20
+ readonly "19": "Warwick";
21
+ readonly "20": "Nunu & Willump";
22
+ readonly "21": "Miss Fortune";
23
+ readonly "22": "Ashe";
24
+ readonly "23": "Tryndamere";
25
+ readonly "24": "Jax";
26
+ readonly "25": "Morgana";
27
+ readonly "26": "Zilean";
28
+ readonly "27": "Singed";
29
+ readonly "28": "Evelynn";
30
+ readonly "29": "Twitch";
31
+ readonly "30": "Karthus";
32
+ readonly "31": "Cho'Gath";
33
+ readonly "32": "Amumu";
34
+ readonly "33": "Rammus";
35
+ readonly "34": "Anivia";
36
+ readonly "35": "Shaco";
37
+ readonly "36": "Dr. Mundo";
38
+ readonly "37": "Sona";
39
+ readonly "38": "Kassadin";
40
+ readonly "39": "Irelia";
41
+ readonly "40": "Janna";
42
+ readonly "41": "Gangplank";
43
+ readonly "42": "Corki";
44
+ readonly "43": "Karma";
45
+ readonly "44": "Taric";
46
+ readonly "45": "Veigar";
47
+ readonly "48": "Trundle";
48
+ readonly "50": "Swain";
49
+ readonly "51": "Caitlyn";
50
+ readonly "53": "Blitzcrank";
51
+ readonly "54": "Malphite";
52
+ readonly "55": "Katarina";
53
+ readonly "56": "Nocturne";
54
+ readonly "57": "Maokai";
55
+ readonly "58": "Renekton";
56
+ readonly "59": "Jarvan IV";
57
+ readonly "60": "Elise";
58
+ readonly "61": "Orianna";
59
+ readonly "62": "Wukong";
60
+ readonly "63": "Brand";
61
+ readonly "64": "Lee Sin";
62
+ readonly "67": "Vayne";
63
+ readonly "68": "Rumble";
64
+ readonly "69": "Cassiopeia";
65
+ readonly "72": "Skarner";
66
+ readonly "74": "Heimerdinger";
67
+ readonly "75": "Nasus";
68
+ readonly "76": "Nidalee";
69
+ readonly "77": "Udyr";
70
+ readonly "78": "Poppy";
71
+ readonly "79": "Gragas";
72
+ readonly "80": "Pantheon";
73
+ readonly "81": "Ezreal";
74
+ readonly "82": "Mordekaiser";
75
+ readonly "83": "Yorick";
76
+ readonly "84": "Akali";
77
+ readonly "85": "Kennen";
78
+ readonly "86": "Garen";
79
+ readonly "89": "Leona";
80
+ readonly "90": "Malzahar";
81
+ readonly "91": "Talon";
82
+ readonly "92": "Riven";
83
+ readonly "96": "Kog'Maw";
84
+ readonly "98": "Shen";
85
+ readonly "99": "Lux";
86
+ readonly "101": "Xerath";
87
+ readonly "102": "Shyvana";
88
+ readonly "103": "Ahri";
89
+ readonly "104": "Graves";
90
+ readonly "105": "Fizz";
91
+ readonly "106": "Volibear";
92
+ readonly "107": "Rengar";
93
+ readonly "110": "Varus";
94
+ readonly "111": "Nautilus";
95
+ readonly "112": "Viktor";
96
+ readonly "113": "Sejuani";
97
+ readonly "114": "Fiora";
98
+ readonly "115": "Ziggs";
99
+ readonly "117": "Lulu";
100
+ readonly "119": "Draven";
101
+ readonly "120": "Hecarim";
102
+ readonly "121": "Kha'Zix";
103
+ readonly "122": "Darius";
104
+ readonly "126": "Jayce";
105
+ readonly "127": "Lissandra";
106
+ readonly "131": "Diana";
107
+ readonly "133": "Quinn";
108
+ readonly "134": "Syndra";
109
+ readonly "136": "Aurelion Sol";
110
+ readonly "141": "Kayn";
111
+ readonly "142": "Zoe";
112
+ readonly "143": "Zyra";
113
+ readonly "145": "Kai'Sa";
114
+ readonly "147": "Seraphine";
115
+ readonly "150": "Gnar";
116
+ readonly "154": "Zac";
117
+ readonly "157": "Yasuo";
118
+ readonly "161": "Vel'Koz";
119
+ readonly "163": "Taliyah";
120
+ readonly "164": "Camille";
121
+ readonly "166": "Akshan";
122
+ readonly "200": "Bel'Veth";
123
+ readonly "201": "Braum";
124
+ readonly "202": "Jhin";
125
+ readonly "203": "Kindred";
126
+ readonly "221": "Zeri";
127
+ readonly "222": "Jinx";
128
+ readonly "223": "Tahm Kench";
129
+ readonly "234": "Viego";
130
+ readonly "235": "Senna";
131
+ readonly "236": "Lucian";
132
+ readonly "238": "Zed";
133
+ readonly "240": "Kled";
134
+ readonly "245": "Ekko";
135
+ readonly "246": "Qiyana";
136
+ readonly "254": "Vi";
137
+ readonly "266": "Aatrox";
138
+ readonly "267": "Nami";
139
+ readonly "268": "Azir";
140
+ readonly "350": "Yuumi";
141
+ readonly "360": "Samira";
142
+ readonly "412": "Thresh";
143
+ readonly "420": "Illaoi";
144
+ readonly "421": "Rek'Sai";
145
+ readonly "427": "Ivern";
146
+ readonly "429": "Kalista";
147
+ readonly "432": "Bard";
148
+ readonly "497": "Rakan";
149
+ readonly "498": "Xayah";
150
+ readonly "516": "Ornn";
151
+ readonly "517": "Sylas";
152
+ readonly "518": "Neeko";
153
+ readonly "523": "Aphelios";
154
+ readonly "526": "Rell";
155
+ readonly "555": "Pyke";
156
+ readonly "711": "Vex";
157
+ readonly "777": "Yone";
158
+ readonly "875": "Sett";
159
+ readonly "876": "Lillia";
160
+ readonly "887": "Gwen";
161
+ readonly "888": "Renata Glasc";
162
+ };
@@ -1,8 +1,4 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.ChampionNames = void 0;
7
- const championByName_json_1 = __importDefault(require("../generated/championByName.json"));
8
- exports.ChampionNames = (Object.keys(championByName_json_1.default.data).map(name => name));
4
+ exports.ChampionNames = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "Twisted Fate", "5": "Xin Zhao", "6": "Urgot", "7": "LeBlanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "Master Yi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu & Willump", "21": "Miss Fortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Cho'Gath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "Dr. Mundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "Jarvan IV", "60": "Elise", "61": "Orianna", "62": "Wukong", "63": "Brand", "64": "Lee Sin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "Kog'Maw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Kha'Zix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "Aurelion Sol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kai'Sa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Vel'Koz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Bel'Veth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "Tahm Kench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "Rek'Sai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata Glasc" };
@@ -1,7 +1,29 @@
1
+ /**
2
+ * DataDragon CDN Paths.
3
+ */
1
4
  export declare const DDPaths: {
2
- readonly CHAMPION_ICON_BASE: `${string}img/champion/`;
3
- readonly SPELL_ICON_BASE: `${string}img/spell/`;
4
- readonly PROFILE_ICON_BASE: `${string}img/profileicon/`;
5
- readonly ITEM_ICON_BASE: `${string}img/item/`;
6
- readonly RUNE_ICON_BASE: "./public/pics/league/";
5
+ /**
6
+ * Append with `/MonkeyKing.png` (`/{championId}.png`).
7
+ */
8
+ readonly CHAMPION_ICON_BASE: `${string}/img/champion`;
9
+ /**
10
+ * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
11
+ */
12
+ readonly CHAMPION_LOADING_BASE: `${string}/img/champion/loading`;
13
+ /**
14
+ * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
15
+ */
16
+ readonly CHAMPION_SPLASH_BASE: `${string}/img/champion/splash`;
17
+ /**
18
+ * Append with `/FlashFrost.png` (`/{abilityKey}.png`).
19
+ */
20
+ readonly SPELL_ICON_BASE: `${string}/img/spell`;
21
+ /**
22
+ * Append with `/685.png` (`/{iconId}.png`).
23
+ */
24
+ readonly PROFILE_ICON_BASE: `${string}/img/profileicon`;
25
+ /**
26
+ * Append with `/1001.png` (`/{itemId}.png`).
27
+ */
28
+ readonly ITEM_ICON_BASE: `${string}/img/item`;
7
29
  };
@@ -1,12 +1,34 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DDPaths = void 0;
4
- const VERSION = '12.8.1';
5
- const BASE = `http://ddragon.leagueoflegends.com/cdn/${VERSION}/`;
4
+ const version = '12.12.1';
5
+ const base = `http://ddragon.leagueoflegends.com/cdn/${version}`;
6
+ /**
7
+ * DataDragon CDN Paths.
8
+ */
6
9
  exports.DDPaths = {
7
- CHAMPION_ICON_BASE: `${BASE}img/champion/`,
8
- SPELL_ICON_BASE: `${BASE}img/spell/`,
9
- PROFILE_ICON_BASE: `${BASE}img/profileicon/`,
10
- ITEM_ICON_BASE: `${BASE}img/item/`,
11
- RUNE_ICON_BASE: `./public/pics/league/`,
10
+ /**
11
+ * Append with `/MonkeyKing.png` (`/{championId}.png`).
12
+ */
13
+ CHAMPION_ICON_BASE: `${base}/img/champion`,
14
+ /**
15
+ * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
16
+ */
17
+ CHAMPION_LOADING_BASE: `${base}/img/champion/loading`,
18
+ /**
19
+ * Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
20
+ */
21
+ CHAMPION_SPLASH_BASE: `${base}/img/champion/splash`,
22
+ /**
23
+ * Append with `/FlashFrost.png` (`/{abilityKey}.png`).
24
+ */
25
+ SPELL_ICON_BASE: `${base}/img/spell`,
26
+ /**
27
+ * Append with `/685.png` (`/{iconId}.png`).
28
+ */
29
+ PROFILE_ICON_BASE: `${base}/img/profileicon`,
30
+ /**
31
+ * Append with `/1001.png` (`/{itemId}.png`).
32
+ */
33
+ ITEM_ICON_BASE: `${base}/img/item`,
12
34
  };
@@ -1,2 +1,250 @@
1
- import { ItemKey } from '../types';
2
- export declare const ItemKeys: ItemKey[];
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 Emberknife: "1035";
14
+ readonly "Long Sword": "1036";
15
+ readonly Pickaxe: "1037";
16
+ readonly "B. F. Sword": "1038";
17
+ readonly Hailblade: "1039";
18
+ readonly "Obsidian Edge": "1040";
19
+ readonly Dagger: "1042";
20
+ readonly "Recurve Bow": "1043";
21
+ readonly "Amplifying Tome": "1052";
22
+ readonly "Vampiric Scepter": "1053";
23
+ readonly "Doran's Shield": "1054";
24
+ readonly "Doran's Blade": "1055";
25
+ readonly "Doran's Ring": "1056";
26
+ readonly "Negatron Cloak": "1057";
27
+ readonly "Needlessly Large Rod": "1058";
28
+ readonly "Dark Seal": "1082";
29
+ readonly Cull: "1083";
30
+ readonly "Penetrating Bullets": "1500";
31
+ readonly Fortification: "1501";
32
+ readonly "Reinforced Armor": "1506";
33
+ readonly "Warden's Eye": "1503";
34
+ readonly Vanguard: "1504";
35
+ readonly "Lightning Rod": "1505";
36
+ readonly Overcharged: "1507";
37
+ readonly "Anti-tower Socks": "1508";
38
+ readonly Gusto: "1509";
39
+ readonly "Phreakish Gusto": "1510";
40
+ readonly "Super Mech Armor": "1511";
41
+ readonly "Super Mech Power Field": "1512";
42
+ readonly "Turret Plating": "1515";
43
+ readonly "Structure Bounty": "1519";
44
+ readonly "Health Potion": "2003";
45
+ readonly "Total Biscuit of Everlasting Will": "2010";
46
+ readonly "Kircheis Shard": "2015";
47
+ readonly "Refillable Potion": "2031";
48
+ readonly "Corrupting Potion": "2033";
49
+ readonly "Guardian's Horn": "2051";
50
+ readonly "Poro-Snax": "2052";
51
+ readonly "Control Ward": "2055";
52
+ readonly "Shurelya's Battlesong": "2065";
53
+ readonly "Elixir of Iron": "2138";
54
+ readonly "Elixir of Sorcery": "2139";
55
+ readonly "Elixir of Wrath": "2140";
56
+ readonly "Minion Dematerializer": "2403";
57
+ readonly "Commencing Stopwatch": "2419";
58
+ readonly Stopwatch: "2420";
59
+ readonly "Broken Stopwatch": "2424";
60
+ readonly "Slightly Magical Footwear": "2422";
61
+ readonly "Perfectly Timed Stopwatch": "2423";
62
+ readonly Evenshroud: "3001";
63
+ readonly "Archangel's Staff": "3003";
64
+ readonly Manamune: "3004";
65
+ readonly "Berserker's Greaves": "3006";
66
+ readonly "Boots of Swiftness": "3009";
67
+ readonly "Chemtech Putrifier": "3011";
68
+ readonly "Sorcerer's Shoes": "3020";
69
+ readonly "Glacial Buckler": "3024";
70
+ readonly "Guardian Angel": "3026";
71
+ readonly "Infinity Edge": "3031";
72
+ readonly "Mortal Reminder": "3033";
73
+ readonly "Last Whisper": "3035";
74
+ readonly "Lord Dominik's Regards": "3036";
75
+ readonly "Seraph's Embrace": "3040";
76
+ readonly "Mejai's Soulstealer": "3041";
77
+ readonly Muramana: "3042";
78
+ readonly Phage: "3044";
79
+ readonly "Phantom Dancer": "3046";
80
+ readonly "Plated Steelcaps": "3047";
81
+ readonly "Zeke's Convergence": "3050";
82
+ readonly "Hearthbound Axe": "3051";
83
+ readonly "Sterak's Gage": "3053";
84
+ readonly Sheen: "3057";
85
+ readonly "Spirit Visage": "3065";
86
+ readonly "Winged Moonplate": "3066";
87
+ readonly Kindlegem: "3067";
88
+ readonly "Sunfire Aegis": "3068";
89
+ readonly "Tear of the Goddess": "3070";
90
+ readonly "Black Cleaver": "3071";
91
+ readonly Bloodthirster: "3072";
92
+ readonly "Ravenous Hydra": "3074";
93
+ readonly Thornmail: "3075";
94
+ readonly "Bramble Vest": "3076";
95
+ readonly Tiamat: "3077";
96
+ readonly "Trinity Force": "3078";
97
+ readonly "Warden's Mail": "3082";
98
+ readonly "Warmog's Armor": "3083";
99
+ readonly "Runaan's Hurricane": "3085";
100
+ readonly Zeal: "3086";
101
+ readonly "Rabadon's Deathcap": "3089";
102
+ readonly "Wit's End": "3091";
103
+ readonly "Rapid Firecannon": "3094";
104
+ readonly Stormrazor: "3095";
105
+ readonly "Lich Bane": "3100";
106
+ readonly "Banshee's Veil": "3102";
107
+ readonly "Aegis of the Legion": "3105";
108
+ readonly Redemption: "3107";
109
+ readonly "Fiendish Codex": "3108";
110
+ readonly "Knight's Vow": "3109";
111
+ readonly "Frozen Heart": "3110";
112
+ readonly "Mercury's Treads": "3111";
113
+ readonly "Guardian's Orb": "3112";
114
+ readonly "Aether Wisp": "3113";
115
+ readonly "Forbidden Idol": "3114";
116
+ readonly "Nashor's Tooth": "3115";
117
+ readonly "Rylai's Crystal Scepter": "3116";
118
+ readonly "Mobility Boots": "3117";
119
+ readonly "Winter's Approach": "3119";
120
+ readonly Fimbulwinter: "3121";
121
+ readonly "Executioner's Calling": "3123";
122
+ readonly "Guinsoo's Rageblade": "3124";
123
+ readonly "Caulfield's Warhammer": "3133";
124
+ readonly "Serrated Dirk": "3134";
125
+ readonly "Void Staff": "3135";
126
+ readonly "Mercurial Scimitar": "3139";
127
+ readonly "Quicksilver Sash": "3140";
128
+ readonly "Youmuu's Ghostblade": "3142";
129
+ readonly "Randuin's Omen": "3143";
130
+ readonly "Hextech Alternator": "3145";
131
+ readonly "Hextech Rocketbelt": "3152";
132
+ readonly "Blade of The Ruined King": "3153";
133
+ readonly Hexdrinker: "3155";
134
+ readonly "Maw of Malmortius": "3156";
135
+ readonly "Zhonya's Hourglass": "3157";
136
+ readonly "Ionian Boots of Lucidity": "3158";
137
+ readonly Morellonomicon: "3165";
138
+ readonly "Guardian's Blade": "3177";
139
+ readonly "Umbral Glaive": "3179";
140
+ readonly Hullbreaker: "3181";
141
+ readonly "Guardian's Hammer": "3184";
142
+ readonly "Locket of the Iron Solari": "3190";
143
+ readonly "Seeker's Armguard": "3191";
144
+ readonly "Gargoyle Stoneplate": "3193";
145
+ readonly "Spectre's Cowl": "3211";
146
+ readonly "Mikael's Blessing": "3222";
147
+ readonly "Scarecrow Effigy": "3330";
148
+ readonly "Stealth Ward": "3340";
149
+ readonly "Farsight Alteration": "3363";
150
+ readonly "Oracle Lens": "3364";
151
+ readonly "Your Cut": "3400";
152
+ readonly "Ardent Censer": "3504";
153
+ readonly "Essence Reaver": "3508";
154
+ readonly "Eye of the Herald": "3513";
155
+ readonly "Kalista's Black Spear": "3600";
156
+ readonly "Dead Man's Plate": "3742";
157
+ readonly "Titanic Hydra": "3748";
158
+ readonly "Crystalline Bracer": "3801";
159
+ readonly "Lost Chapter": "3802";
160
+ readonly "Edge of Night": "3814";
161
+ readonly "Spellthief's Edge": "3850";
162
+ readonly Frostfang: "3851";
163
+ readonly "Shard of True Ice": "3853";
164
+ readonly "Steel Shoulderguards": "3854";
165
+ readonly "Runesteel Spaulders": "3855";
166
+ readonly "Pauldrons of Whiterock": "3857";
167
+ readonly "Relic Shield": "3858";
168
+ readonly "Targon's Buckler": "3859";
169
+ readonly "Bulwark of the Mountain": "3860";
170
+ readonly "Spectral Sickle": "3862";
171
+ readonly "Harrowing Crescent": "3863";
172
+ readonly "Black Mist Scythe": "3864";
173
+ readonly "Fire at Will500 Silver Serpents": "3901";
174
+ readonly "Death's Daughter500 Silver Serpents": "3902";
175
+ readonly "Raise Morale500 Silver Serpents": "3903";
176
+ readonly "Oblivion Orb": "3916";
177
+ readonly "Imperial Mandate": "4005";
178
+ readonly "Force of Nature": "4401";
179
+ readonly "The Golden Spatula": "4403";
180
+ readonly "Horizon Focus": "4628";
181
+ readonly "Cosmic Drive": "4629";
182
+ readonly "Blighting Jewel": "4630";
183
+ readonly "Verdant Barrier": "4632";
184
+ readonly Riftmaker: "4633";
185
+ readonly "Leeching Leer": "4635";
186
+ readonly "Night Harvester": "4636";
187
+ readonly "Demonic Embrace": "4637";
188
+ readonly "Watchful Wardstone": "4638";
189
+ readonly "Stirring Wardstone": "4641";
190
+ readonly "Bandleglass Mirror": "4642";
191
+ readonly "Vigilant Wardstone": "4643";
192
+ readonly "Crown of the Shattered Queen": "4644";
193
+ readonly Shadowflame: "4645";
194
+ readonly "Ironspike Whip": "6029";
195
+ readonly "Silvermere Dawn": "6035";
196
+ readonly "Death's Dance": "6333";
197
+ readonly "Chempunk Chainsword": "6609";
198
+ readonly "Staff of Flowing Water": "6616";
199
+ readonly "Moonstone Renewer": "6617";
200
+ readonly Goredrinker: "6630";
201
+ readonly Stridebreaker: "6631";
202
+ readonly "Divine Sunderer": "6632";
203
+ readonly "Liandry's Anguish": "6653";
204
+ readonly "Luden's Tempest": "6655";
205
+ readonly Everfrost: "6656";
206
+ readonly "Bami's Cinder": "6660";
207
+ readonly "Frostfire Gauntlet": "6662";
208
+ readonly "Turbo Chemtank": "6664";
209
+ readonly Noonquiver: "6670";
210
+ readonly Galeforce: "6671";
211
+ readonly "Kraken Slayer": "6672";
212
+ readonly "Immortal Shieldbow": "6673";
213
+ readonly "Navori Quickblades": "6675";
214
+ readonly "The Collector": "6676";
215
+ readonly Rageknife: "6677";
216
+ readonly "Duskblade of Draktharr": "6691";
217
+ readonly Eclipse: "6692";
218
+ readonly "Prowler's Claw": "6693";
219
+ readonly "Serylda's Grudge": "6694";
220
+ readonly "Serpent's Fang": "6695";
221
+ readonly "Axiom Arc": "6696";
222
+ readonly "Sandshrike's Claw": "7000";
223
+ readonly Syzygy: "7001";
224
+ readonly "Draktharr's Shadowcarver": "7002";
225
+ readonly "Turbocharged Hexperiment": "7003";
226
+ readonly "Forgefire Crest": "7004";
227
+ readonly "Rimeforged Grasp": "7005";
228
+ readonly Typhoon: "7006";
229
+ readonly "Wyrmfallen Sacrifice": "7007";
230
+ readonly Bloodward: "7008";
231
+ readonly "Icathia's Curse": "7009";
232
+ readonly Vespertide: "7010";
233
+ readonly "Upgraded Aeropack": "7011";
234
+ readonly "Liandry's Lament": "7012";
235
+ readonly "Eye of Luden": "7013";
236
+ readonly "Eternal Winter": "7014";
237
+ readonly "Ceaseless Hunger": "7015";
238
+ readonly Dreamshatter: "7016";
239
+ readonly Deicide: "7017";
240
+ readonly "Infinity Force": "7018";
241
+ readonly "Reliquary of the Golden Dawn": "7019";
242
+ readonly "Shurelya's Requiem": "7020";
243
+ readonly Starcaster: "7021";
244
+ readonly "Seat of Command": "7022";
245
+ readonly Equinox: "7023";
246
+ readonly Caesura: "7024";
247
+ readonly "Gangplank Placeholder": "7050";
248
+ readonly "Anathema's Chains": "8001";
249
+ readonly "Abyssal Mask": "8020";
250
+ };
@@ -1,8 +1,4 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.ItemKeys = void 0;
7
- const item_json_1 = __importDefault(require("../assets/item.json"));
8
- exports.ItemKeys = (Object.keys(item_json_1.default.data).map(key => key));
4
+ exports.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", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "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", "Penetrating Bullets": "1500", "Fortification": "1501", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "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", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "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", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Runaan's Hurricane": "3085", "Zeal": "3086", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Morellonomicon": "3165", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Eye of the Herald": "3513", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Edge of Night": "3814", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "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", "The Golden Spatula": "4403", "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", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Bami's Cinder": "6660", "Frostfire Gauntlet": "6662", "Turbo Chemtank": "6664", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Turbocharged Hexperiment": "7003", "Forgefire Crest": "7004", "Rimeforged Grasp": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };