lol-constants 2.12.0 → 2.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. package/assets/constants/Champion.d.ts +174 -174
  2. package/assets/constants/Champion.js +1 -1
  3. package/assets/constants/Item.d.ts +706 -412
  4. package/assets/constants/Item.js +1 -1
  5. package/assets/constants/RunesReforged.d.ts +12 -12
  6. package/assets/constants/RunesReforged.js +1 -1
  7. package/assets/constants/Summoner.d.ts +4 -4
  8. package/assets/constants/Summoner.js +1 -1
  9. package/assets/scripts/generate-categorized-item-keys-num.js +12 -0
  10. package/assets/scripts/generate-categorized-item-keys.js +12 -0
  11. package/assets/scripts/generate-categorized-item-names.js +12 -0
  12. package/assets/scripts/generate-item-keys-num.js +3 -0
  13. package/assets/scripts/generate-item-keys.js +3 -0
  14. package/assets/scripts/generate-item-names.js +3 -0
  15. package/assets/scripts/helpers/generateIndexFile.d.ts +1 -0
  16. package/assets/scripts/helpers/generateIndexFile.js +7 -0
  17. package/assets/scripts/helpers/writeToTmpFile.d.ts +2 -0
  18. package/assets/scripts/helpers/writeToTmpFile.js +1 -1
  19. package/assets/scripts/print-file-names.js +0 -25
  20. package/core/constants/DataDragonUrls.d.ts +16 -16
  21. package/core/constants/DataDragonUrls.js +2 -2
  22. package/core/constants/Items/BootsItemKeys.d.ts +6 -6
  23. package/core/constants/Items/BootsItemKeys.js +1 -1
  24. package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
  25. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  26. package/core/constants/Items/BootsItemNames.d.ts +0 -6
  27. package/core/constants/Items/BootsItemNames.js +1 -1
  28. package/core/constants/Items/ItemKeys.d.ts +130 -156
  29. package/core/constants/Items/ItemKeys.js +1 -1
  30. package/core/constants/Items/ItemKeysNum.d.ts +130 -156
  31. package/core/constants/Items/ItemKeysNum.js +1 -1
  32. package/core/constants/Items/ItemNames.d.ts +1 -163
  33. package/core/constants/Items/ItemNames.js +1 -1
  34. package/core/constants/Items/LegendaryItemKeys.d.ts +65 -66
  35. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  36. package/core/constants/Items/LegendaryItemKeysNum.d.ts +65 -66
  37. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  38. package/core/constants/Items/LegendaryItemNames.d.ts +0 -67
  39. package/core/constants/Items/LegendaryItemNames.js +1 -1
  40. package/core/constants/Items/MythicItemKeys.d.ts +58 -58
  41. package/core/constants/Items/MythicItemKeys.js +1 -1
  42. package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
  43. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  44. package/core/constants/Items/MythicItemNames.d.ts +0 -58
  45. package/core/constants/Items/MythicItemNames.js +1 -1
  46. package/core/constants/Items/OrnnItemKeys.d.ts +28 -28
  47. package/core/constants/Items/OrnnItemKeys.js +1 -1
  48. package/core/constants/Items/OrnnItemKeysNum.d.ts +28 -28
  49. package/core/constants/Items/OrnnItemKeysNum.js +1 -1
  50. package/core/constants/Items/OrnnItemNames.d.ts +0 -28
  51. package/core/constants/Items/OrnnItemNames.js +1 -1
  52. package/core/constants/LeagueTexts.d.ts +49 -0
  53. package/core/constants/LeagueTexts.js +58 -0
  54. package/core/index.d.ts +1 -0
  55. package/core/index.js +1 -0
  56. package/package.json +2 -2
@@ -10,11 +10,9 @@ export declare const ItemKeys: {
10
10
  readonly "Cloth Armor": "1029";
11
11
  readonly "Chain Vest": "1031";
12
12
  readonly "Null-Magic Mantle": "1033";
13
- readonly Emberknife: "1035";
14
13
  readonly "Long Sword": "1036";
15
14
  readonly Pickaxe: "1037";
16
15
  readonly "B. F. Sword": "1038";
17
- readonly Hailblade: "1039";
18
16
  readonly "Obsidian Edge": "1040";
19
17
  readonly Dagger: "1042";
20
18
  readonly "Recurve Bow": "1043";
@@ -30,12 +28,10 @@ export declare const ItemKeys: {
30
28
  readonly "Scorchclaw Pup": "1101";
31
29
  readonly "Gustwalker Hatchling": "1102";
32
30
  readonly "Mosstomper Seedling": "1103";
33
- readonly "Eye of the Herald": "3513";
34
31
  readonly "Penetrating Bullets": "1500";
35
32
  readonly Fortification: "1521";
36
33
  readonly "Reinforced Armor": "1506";
37
34
  readonly "Warden's Eye": "1503";
38
- readonly Vanguard: "1504";
39
35
  readonly Overcharged: "1507";
40
36
  readonly "Anti-tower Socks": "1508";
41
37
  readonly Gusto: "1509";
@@ -52,133 +48,119 @@ export declare const ItemKeys: {
52
48
  readonly "Steel Sigil": "2019";
53
49
  readonly "Refillable Potion": "2031";
54
50
  readonly "Corrupting Potion": "2033";
55
- readonly "Guardian's Amulet": "2049";
56
- readonly "Guardian's Shroud": "2050";
57
- readonly "Guardian's Horn": "222051";
58
51
  readonly "Poro-Snax": "2052";
59
52
  readonly "Control Ward": "2055";
60
- readonly "Shurelya's Battlesong": "222065";
53
+ readonly "Shurelya's Battlesong": "2065";
61
54
  readonly "Elixir of Iron": "2138";
62
55
  readonly "Elixir of Sorcery": "2139";
63
56
  readonly "Elixir of Wrath": "2140";
64
- readonly "Cappa Juice": "2141";
65
- readonly "Juice of Power": "2142";
66
- readonly "Juice of Vitality": "2143";
67
- readonly "Juice of Haste": "2144";
68
57
  readonly "Minion Dematerializer": "2403";
69
58
  readonly "Commencing Stopwatch": "2419";
70
59
  readonly Stopwatch: "2420";
71
60
  readonly "Broken Stopwatch": "2424";
72
61
  readonly "Slightly Magical Footwear": "2422";
73
62
  readonly "Perfectly Timed Stopwatch": "2423";
74
- readonly Evenshroud: "223001";
75
- readonly "Archangel's Staff": "223003";
76
- readonly Manamune: "223004";
77
- readonly "Berserker's Greaves": "223006";
78
- readonly "Boots of Swiftness": "223009";
79
- readonly "Chemtech Putrifier": "223011";
63
+ readonly Evenshroud: "3001";
64
+ readonly "Archangel's Staff": "3003";
65
+ readonly Manamune: "3004";
66
+ readonly "Berserker's Greaves": "3006";
67
+ readonly "Boots of Swiftness": "3009";
68
+ readonly "Chemtech Putrifier": "3011";
80
69
  readonly "Chalice of Blessing": "3012";
81
- readonly "Sorcerer's Shoes": "223020";
70
+ readonly "Sorcerer's Shoes": "3020";
82
71
  readonly "Lifewell Pendant": "3023";
83
72
  readonly "Glacial Buckler": "3024";
84
- readonly "Guardian Angel": "223026";
85
- readonly "Infinity Edge": "223031";
86
- readonly "Mortal Reminder": "223033";
73
+ readonly "Guardian Angel": "3026";
74
+ readonly "Infinity Edge": "3031";
75
+ readonly "Mortal Reminder": "3033";
87
76
  readonly "Last Whisper": "3035";
88
- readonly "Lord Dominik's Regards": "223036";
89
- readonly "Seraph's Embrace": "223040";
77
+ readonly "Lord Dominik's Regards": "3036";
78
+ readonly "Seraph's Embrace": "3040";
90
79
  readonly "Mejai's Soulstealer": "3041";
91
- readonly Muramana: "223042";
80
+ readonly Muramana: "3042";
92
81
  readonly Phage: "3044";
93
- readonly "Phantom Dancer": "223046";
94
- readonly "Plated Steelcaps": "223047";
95
- readonly "Zeke's Convergence": "223050";
82
+ readonly "Phantom Dancer": "3046";
83
+ readonly "Plated Steelcaps": "3047";
84
+ readonly "Zeke's Convergence": "3050";
96
85
  readonly "Hearthbound Axe": "3051";
97
- readonly "Sterak's Gage": "223053";
86
+ readonly "Sterak's Gage": "3053";
98
87
  readonly Sheen: "3057";
99
- readonly "Spirit Visage": "223065";
88
+ readonly "Spirit Visage": "3065";
100
89
  readonly "Winged Moonplate": "3066";
101
90
  readonly Kindlegem: "3067";
102
- readonly "Sunfire Aegis": "223068";
91
+ readonly "Sunfire Aegis": "3068";
103
92
  readonly "Tear of the Goddess": "3070";
104
- readonly "Black Cleaver": "223071";
105
- readonly Bloodthirster: "223072";
106
- readonly "Ravenous Hydra": "223074";
107
- readonly Thornmail: "223075";
93
+ readonly "Black Cleaver": "3071";
94
+ readonly Bloodthirster: "3072";
95
+ readonly "Ravenous Hydra": "3074";
96
+ readonly Thornmail: "3075";
108
97
  readonly "Bramble Vest": "3076";
109
98
  readonly Tiamat: "3077";
110
- readonly "Trinity Force": "223078";
99
+ readonly "Trinity Force": "3078";
111
100
  readonly "Warden's Mail": "3082";
112
101
  readonly "Warmog's Armor": "3083";
113
- readonly Heartsteel: "223084";
114
- readonly "Runaan's Hurricane": "223085";
102
+ readonly Heartsteel: "3084";
103
+ readonly "Runaan's Hurricane": "3085";
115
104
  readonly Zeal: "3086";
116
- readonly "Statikk Shiv": "223087";
117
- readonly "Rabadon's Deathcap": "223089";
118
- readonly "Wit's End": "223091";
119
- readonly "Rapid Firecannon": "223094";
120
- readonly Stormrazor: "223095";
121
- readonly "Lich Bane": "223100";
122
- readonly "Banshee's Veil": "223102";
105
+ readonly "Statikk Shiv": "3087";
106
+ readonly "Rabadon's Deathcap": "3089";
107
+ readonly "Wit's End": "3091";
108
+ readonly "Rapid Firecannon": "3094";
109
+ readonly Stormrazor: "3095";
110
+ readonly "Lich Bane": "3100";
111
+ readonly "Banshee's Veil": "3102";
123
112
  readonly "Aegis of the Legion": "3105";
124
- readonly Redemption: "223107";
113
+ readonly Redemption: "3107";
125
114
  readonly "Fiendish Codex": "3108";
126
- readonly "Knight's Vow": "223109";
127
- readonly "Frozen Heart": "223110";
128
- readonly "Mercury's Treads": "223111";
129
- readonly "Guardian's Orb": "223112";
115
+ readonly "Knight's Vow": "3109";
116
+ readonly "Frozen Heart": "3110";
117
+ readonly "Mercury's Treads": "3111";
130
118
  readonly "Aether Wisp": "3113";
131
119
  readonly "Forbidden Idol": "3114";
132
- readonly "Nashor's Tooth": "223115";
133
- readonly "Rylai's Crystal Scepter": "223116";
120
+ readonly "Nashor's Tooth": "3115";
121
+ readonly "Rylai's Crystal Scepter": "3116";
134
122
  readonly "Mobility Boots": "3117";
135
- readonly "Winter's Approach": "223119";
136
- readonly Fimbulwinter: "223121";
123
+ readonly "Winter's Approach": "3119";
124
+ readonly Fimbulwinter: "3121";
137
125
  readonly "Executioner's Calling": "3123";
138
- readonly "Guinsoo's Rageblade": "223124";
139
- readonly "Deathfire Grasp": "3128";
126
+ readonly "Guinsoo's Rageblade": "3124";
140
127
  readonly "Caulfield's Warhammer": "3133";
141
128
  readonly "Serrated Dirk": "3134";
142
- readonly "Void Staff": "223135";
143
- readonly "Mercurial Scimitar": "223139";
129
+ readonly "Void Staff": "3135";
130
+ readonly "Mercurial Scimitar": "3139";
144
131
  readonly "Quicksilver Sash": "3140";
145
- readonly "Youmuu's Ghostblade": "223142";
146
- readonly "Randuin's Omen": "223143";
132
+ readonly "Youmuu's Ghostblade": "3142";
133
+ readonly "Randuin's Omen": "3143";
147
134
  readonly "Hextech Alternator": "3145";
148
- readonly "Hextech Rocketbelt": "223152";
149
- readonly "Blade of The Ruined King": "223153";
135
+ readonly "Hextech Rocketbelt": "3152";
136
+ readonly "Blade of The Ruined King": "3153";
150
137
  readonly Hexdrinker: "3155";
151
- readonly "Maw of Malmortius": "223156";
152
- readonly "Zhonya's Hourglass": "223157";
153
- readonly "Ionian Boots of Lucidity": "223158";
154
- readonly "Spear Of Shojin": "223161";
155
- readonly Morellonomicon: "223165";
156
- readonly "Guardian's Blade": "223177";
138
+ readonly "Maw of Malmortius": "3156";
139
+ readonly "Zhonya's Hourglass": "3157";
140
+ readonly "Ionian Boots of Lucidity": "3158";
141
+ readonly "Spear of Shojin": "3161";
142
+ readonly Morellonomicon: "3165";
157
143
  readonly "Umbral Glaive": "3179";
158
- readonly Hullbreaker: "223181";
159
- readonly "Guardian's Hammer": "223184";
160
- readonly "Locket of the Iron Solari": "223190";
144
+ readonly Hullbreaker: "3181";
145
+ readonly "Locket of the Iron Solari": "3190";
161
146
  readonly "Seeker's Armguard": "3191";
162
- readonly "Gargoyle Stoneplate": "223193";
147
+ readonly "Gargoyle Stoneplate": "3193";
163
148
  readonly "Spectre's Cowl": "3211";
164
- readonly "Mikael's Blessing": "223222";
149
+ readonly "Mikael's Blessing": "3222";
165
150
  readonly "Scarecrow Effigy": "3330";
166
151
  readonly "Stealth Ward": "3340";
167
- readonly "Arcane Sweeper": "3348";
168
- readonly "Lucent Singularity": "3349";
169
152
  readonly "Farsight Alteration": "3363";
170
153
  readonly "Oracle Lens": "3364";
171
154
  readonly "Your Cut": "3400";
172
- readonly "Rite Of Ruin": "3430";
173
- readonly "Ardent Censer": "223504";
174
- readonly "Essence Reaver": "223508";
155
+ readonly "Ardent Censer": "3504";
156
+ readonly "Essence Reaver": "3508";
175
157
  readonly "Kalista's Black Spear": "3600";
176
- readonly "Dead Man's Plate": "223742";
177
- readonly "Titanic Hydra": "223748";
158
+ readonly "Dead Man's Plate": "3742";
159
+ readonly "Titanic Hydra": "3748";
178
160
  readonly "Crystalline Bracer": "3801";
179
161
  readonly "Lost Chapter": "3802";
180
162
  readonly "Catalyst of Aeons": "3803";
181
- readonly "Edge of Night": "223814";
163
+ readonly "Edge of Night": "3814";
182
164
  readonly "Spellthief's Edge": "3850";
183
165
  readonly Frostfang: "3851";
184
166
  readonly "Shard of True Ice": "3853";
@@ -195,93 +177,85 @@ export declare const ItemKeys: {
195
177
  readonly "Death's Daughter500 Silver Serpents": "3902";
196
178
  readonly "Raise Morale500 Silver Serpents": "3903";
197
179
  readonly "Oblivion Orb": "3916";
198
- readonly "Imperial Mandate": "224005";
199
- readonly "Bloodletter's Curse": "4010";
200
- readonly "Force of Nature": "224401";
201
- readonly "The Golden Spatula": "224403";
202
- readonly "Horizon Focus": "224628";
203
- readonly "Cosmic Drive": "224629";
180
+ readonly "Imperial Mandate": "4005";
181
+ readonly "Force of Nature": "4401";
182
+ readonly "Horizon Focus": "4628";
183
+ readonly "Cosmic Drive": "4629";
204
184
  readonly "Blighting Jewel": "4630";
205
185
  readonly "Verdant Barrier": "4632";
206
- readonly Riftmaker: "224633";
186
+ readonly Riftmaker: "4633";
207
187
  readonly "Leeching Leer": "4635";
208
- readonly "Night Harvester": "224636";
209
- readonly "Demonic Embrace": "224637";
188
+ readonly "Night Harvester": "4636";
189
+ readonly "Demonic Embrace": "4637";
210
190
  readonly "Watchful Wardstone": "4638";
211
191
  readonly "Stirring Wardstone": "4641";
212
192
  readonly "Bandleglass Mirror": "4642";
213
193
  readonly "Vigilant Wardstone": "4643";
214
- readonly "Crown of the Shattered Queen": "224644";
215
- readonly Shadowflame: "224645";
194
+ readonly "Crown of the Shattered Queen": "4644";
195
+ readonly Shadowflame: "4645";
216
196
  readonly "Ironspike Whip": "6029";
217
- readonly "Silvermere Dawn": "226035";
218
- readonly "Death's Dance": "226333";
219
- readonly "Chempunk Chainsword": "226609";
220
- readonly "Staff of Flowing Water": "226616";
221
- readonly "Moonstone Renewer": "226617";
222
- readonly "Echoes of Helia": "226620";
223
- readonly Goredrinker: "226630";
224
- readonly Stridebreaker: "226631";
225
- readonly "Divine Sunderer": "226632";
226
- readonly "Liandry's Anguish": "226653";
227
- readonly "Luden's Tempest": "226655";
228
- readonly Everfrost: "226656";
229
- readonly "Rod of Ages": "226657";
197
+ readonly "Silvermere Dawn": "6035";
198
+ readonly "Death's Dance": "6333";
199
+ readonly "Chempunk Chainsword": "6609";
200
+ readonly "Staff of Flowing Water": "6616";
201
+ readonly "Moonstone Renewer": "6617";
202
+ readonly "Echoes of Helia": "6620";
203
+ readonly Goredrinker: "6630";
204
+ readonly Stridebreaker: "6631";
205
+ readonly "Divine Sunderer": "6632";
206
+ readonly "Liandry's Anguish": "6653";
207
+ readonly "Luden's Tempest": "6655";
208
+ readonly Everfrost: "6656";
209
+ readonly "Rod of Ages": "6657";
230
210
  readonly "Bami's Cinder": "6660";
231
- readonly "Iceborn Gauntlet": "226662";
232
- readonly "Turbo Chemtank": "226664";
233
- readonly "Jak'Sho, The Protean": "226665";
234
- readonly "Radiant Virtue": "226667";
211
+ readonly "Iceborn Gauntlet": "6662";
212
+ readonly "Turbo Chemtank": "6664";
213
+ readonly "Jak'Sho, The Protean": "6665";
214
+ readonly "Radiant Virtue": "6667";
235
215
  readonly Noonquiver: "6670";
236
- readonly Galeforce: "226671";
237
- readonly "Kraken Slayer": "226672";
238
- readonly "Immortal Shieldbow": "226673";
239
- readonly "Navori Quickblades": "226675";
240
- readonly "The Collector": "226676";
216
+ readonly Galeforce: "6671";
217
+ readonly "Kraken Slayer": "6672";
218
+ readonly "Immortal Shieldbow": "6673";
219
+ readonly "Navori Quickblades": "6675";
220
+ readonly "The Collector": "6676";
241
221
  readonly Rageknife: "6677";
242
- readonly "Duskblade of Draktharr": "226691";
243
- readonly Eclipse: "226692";
244
- readonly "Prowler's Claw": "226693";
245
- readonly "Serylda's Grudge": "226694";
246
- readonly "Serpent's Fang": "226695";
247
- readonly "Axiom Arc": "226696";
222
+ readonly "Duskblade of Draktharr": "6691";
223
+ readonly Eclipse: "6692";
224
+ readonly "Prowler's Claw": "6693";
225
+ readonly "Serylda's Grudge": "6694";
226
+ readonly "Serpent's Fang": "6695";
227
+ readonly "Axiom Arc": "6696";
248
228
  readonly "Sandshrike's Claw": "7000";
249
- readonly Syzygy: "227001";
250
- readonly "Draktharr's Shadowcarver": "227002";
251
- readonly "Frozen Fist": "227005";
252
- readonly Typhoon: "227006";
253
- readonly "Icathia's Curse": "227009";
254
- readonly Vespertide: "227010";
255
- readonly "Upgraded Aeropack": "227011";
256
- readonly "Liandry's Lament": "227012";
257
- readonly "Eye of Luden": "227013";
258
- readonly "Eternal Winter": "227014";
259
- readonly "Ceaseless Hunger": "227015";
260
- readonly Dreamshatter: "227016";
261
- readonly Deicide: "227017";
262
- readonly "Infinity Force": "227018";
263
- readonly "Reliquary of the Golden Dawn": "227019";
264
- readonly "Shurelya's Requiem": "227020";
265
- readonly Starcaster: "227021";
266
- readonly Equinox: "227023";
267
- readonly Caesura: "227024";
268
- readonly Leviathan: "227025";
269
- readonly "The Unspoken Parasite": "227026";
270
- readonly "Primordial Dawn": "227027";
271
- readonly "Infinite Convergence": "227028";
272
- readonly "Youmuu's Wake": "227029";
273
- readonly "Seething Sorrow": "227030";
274
- readonly "Edge of Finality": "227031";
275
- readonly Flicker: "227032";
276
- readonly "Cry of the Shrieking City": "227033";
229
+ readonly Syzygy: "7001";
230
+ readonly "Draktharr's Shadowcarver": "7002";
231
+ readonly "Frozen Fist": "7005";
232
+ readonly Typhoon: "7006";
233
+ readonly "Icathia's Curse": "7009";
234
+ readonly Vespertide: "7010";
235
+ readonly "Upgraded Aeropack": "7011";
236
+ readonly "Liandry's Lament": "7012";
237
+ readonly "Eye of Luden": "7013";
238
+ readonly "Eternal Winter": "7014";
239
+ readonly "Ceaseless Hunger": "7015";
240
+ readonly Dreamshatter: "7016";
241
+ readonly Deicide: "7017";
242
+ readonly "Infinity Force": "7018";
243
+ readonly "Reliquary of the Golden Dawn": "7019";
244
+ readonly "Shurelya's Requiem": "7020";
245
+ readonly Starcaster: "7021";
246
+ readonly Equinox: "7023";
247
+ readonly Caesura: "7024";
248
+ readonly Leviathan: "7025";
249
+ readonly "The Unspoken Parasite": "7026";
250
+ readonly "Primordial Dawn": "7027";
251
+ readonly "Infinite Convergence": "7028";
252
+ readonly "Youmuu's Wake": "7029";
253
+ readonly "Seething Sorrow": "7030";
254
+ readonly "Edge of Finality": "7031";
255
+ readonly Flicker: "7032";
256
+ readonly "Cry of the Shrieking City": "7033";
277
257
  readonly "Gangplank Placeholder": "7050";
278
- readonly "Anathema's Chains": "228001";
279
- readonly "Abyssal Mask": "228020";
280
- readonly Ghostcrawlers: "223005";
281
- readonly "Atma's Reckoning": "223039";
282
- readonly "Hextech Gunblade": "223146";
283
- readonly Zephyr: "223172";
284
- readonly "Guardian's Dirk": "223185";
285
- readonly "Spectral Cutlass": "224004";
258
+ readonly "Anathema's Chains": "8001";
259
+ readonly "Abyssal Mask": "8020";
286
260
  };
287
261
  export type ItemKey = typeof ItemKeys[keyof typeof ItemKeys];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ItemKeys = void 0;
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", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Steel Sigil": "2019", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Amulet": "2049", "Guardian's Shroud": "2050", "Guardian's Horn": "222051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "222065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Cappa Juice": "2141", "Juice of Power": "2142", "Juice of Vitality": "2143", "Juice of Haste": "2144", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "223001", "Archangel's Staff": "223003", "Manamune": "223004", "Berserker's Greaves": "223006", "Boots of Swiftness": "223009", "Chemtech Putrifier": "223011", "Chalice of Blessing": "3012", "Sorcerer's Shoes": "223020", "Lifewell Pendant": "3023", "Glacial Buckler": "3024", "Guardian Angel": "223026", "Infinity Edge": "223031", "Mortal Reminder": "223033", "Last Whisper": "3035", "Lord Dominik's Regards": "223036", "Seraph's Embrace": "223040", "Mejai's Soulstealer": "3041", "Muramana": "223042", "Phage": "3044", "Phantom Dancer": "223046", "Plated Steelcaps": "223047", "Zeke's Convergence": "223050", "Hearthbound Axe": "3051", "Sterak's Gage": "223053", "Sheen": "3057", "Spirit Visage": "223065", "Winged Moonplate": "3066", "Kindlegem": "3067", "Sunfire Aegis": "223068", "Tear of the Goddess": "3070", "Black Cleaver": "223071", "Bloodthirster": "223072", "Ravenous Hydra": "223074", "Thornmail": "223075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "223078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "223084", "Runaan's Hurricane": "223085", "Zeal": "3086", "Statikk Shiv": "223087", "Rabadon's Deathcap": "223089", "Wit's End": "223091", "Rapid Firecannon": "223094", "Stormrazor": "223095", "Lich Bane": "223100", "Banshee's Veil": "223102", "Aegis of the Legion": "3105", "Redemption": "223107", "Fiendish Codex": "3108", "Knight's Vow": "223109", "Frozen Heart": "223110", "Mercury's Treads": "223111", "Guardian's Orb": "223112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "223115", "Rylai's Crystal Scepter": "223116", "Mobility Boots": "3117", "Winter's Approach": "223119", "Fimbulwinter": "223121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "223124", "Deathfire Grasp": "3128", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "223135", "Mercurial Scimitar": "223139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "223142", "Randuin's Omen": "223143", "Hextech Alternator": "3145", "Hextech Rocketbelt": "223152", "Blade of The Ruined King": "223153", "Hexdrinker": "3155", "Maw of Malmortius": "223156", "Zhonya's Hourglass": "223157", "Ionian Boots of Lucidity": "223158", "Spear Of Shojin": "223161", "Morellonomicon": "223165", "Guardian's Blade": "223177", "Umbral Glaive": "3179", "Hullbreaker": "223181", "Guardian's Hammer": "223184", "Locket of the Iron Solari": "223190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "223193", "Spectre's Cowl": "3211", "Mikael's Blessing": "223222", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Arcane Sweeper": "3348", "Lucent Singularity": "3349", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Rite Of Ruin": "3430", "Ardent Censer": "223504", "Essence Reaver": "223508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "223742", "Titanic Hydra": "223748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "223814", "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": "224005", "Bloodletter's Curse": "4010", "Force of Nature": "224401", "The Golden Spatula": "224403", "Horizon Focus": "224628", "Cosmic Drive": "224629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "224633", "Leeching Leer": "4635", "Night Harvester": "224636", "Demonic Embrace": "224637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Crown of the Shattered Queen": "224644", "Shadowflame": "224645", "Ironspike Whip": "6029", "Silvermere Dawn": "226035", "Death's Dance": "226333", "Chempunk Chainsword": "226609", "Staff of Flowing Water": "226616", "Moonstone Renewer": "226617", "Echoes of Helia": "226620", "Goredrinker": "226630", "Stridebreaker": "226631", "Divine Sunderer": "226632", "Liandry's Anguish": "226653", "Luden's Tempest": "226655", "Everfrost": "226656", "Rod of Ages": "226657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "226662", "Turbo Chemtank": "226664", "Jak'Sho, The Protean": "226665", "Radiant Virtue": "226667", "Noonquiver": "6670", "Galeforce": "226671", "Kraken Slayer": "226672", "Immortal Shieldbow": "226673", "Navori Quickblades": "226675", "The Collector": "226676", "Rageknife": "6677", "Duskblade of Draktharr": "226691", "Eclipse": "226692", "Prowler's Claw": "226693", "Serylda's Grudge": "226694", "Serpent's Fang": "226695", "Axiom Arc": "226696", "Sandshrike's Claw": "7000", "Syzygy": "227001", "Draktharr's Shadowcarver": "227002", "Frozen Fist": "227005", "Typhoon": "227006", "Icathia's Curse": "227009", "Vespertide": "227010", "Upgraded Aeropack": "227011", "Liandry's Lament": "227012", "Eye of Luden": "227013", "Eternal Winter": "227014", "Ceaseless Hunger": "227015", "Dreamshatter": "227016", "Deicide": "227017", "Infinity Force": "227018", "Reliquary of the Golden Dawn": "227019", "Shurelya's Requiem": "227020", "Starcaster": "227021", "Equinox": "227023", "Caesura": "227024", "Leviathan": "227025", "The Unspoken Parasite": "227026", "Primordial Dawn": "227027", "Infinite Convergence": "227028", "Youmuu's Wake": "227029", "Seething Sorrow": "227030", "Edge of Finality": "227031", "Flicker": "227032", "Cry of the Shrieking City": "227033", "Gangplank Placeholder": "7050", "Anathema's Chains": "228001", "Abyssal Mask": "228020", "Ghostcrawlers": "223005", "Atma's Reckoning": "223039", "Hextech Gunblade": "223146", "Zephyr": "223172", "Guardian's Dirk": "223185", "Spectral Cutlass": "224004" };
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", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Steel Sigil": "2019", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "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", "Chalice of Blessing": "3012", "Sorcerer's Shoes": "3020", "Lifewell Pendant": "3023", "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", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Statikk Shiv": "3087", "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", "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", "Spear of Shojin": "3161", "Morellonomicon": "3165", "Umbral Glaive": "3179", "Hullbreaker": "3181", "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", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "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", "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", "Echoes of Helia": "6620", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "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", "Frozen Fist": "7005", "Typhoon": "7006", "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", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Youmuu's Wake": "7029", "Seething Sorrow": "7030", "Edge of Finality": "7031", "Flicker": "7032", "Cry of the Shrieking City": "7033", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };