lol-constants 2.19.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/README.md +1 -1
  2. package/assets/constants/BootsItemNames.js +9 -9
  3. package/assets/constants/Champion.d.ts +362 -315
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +4842 -3135
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +4 -1
  8. package/assets/constants/LegendaryItemNames.js +138 -74
  9. package/assets/constants/RunesReforged.d.ts +4 -4
  10. package/assets/constants/RunesReforged.js +1 -1
  11. package/assets/constants/Summoner.d.ts +1 -1
  12. package/assets/constants/Summoner.js +1 -1
  13. package/assets/index.js +0 -1
  14. package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
  15. package/assets/scripts/generate-categorized-item-keys.js +1 -22
  16. package/assets/scripts/generate-categorized-item-names.js +0 -20
  17. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  18. package/core/constants/Champions/ChampionIds.js +1 -1
  19. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  20. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  21. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  22. package/core/constants/Champions/ChampionKeys.js +1 -1
  23. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  24. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  25. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  26. package/core/constants/Champions/ChampionNames.js +1 -1
  27. package/core/constants/DataDragonUrls.d.ts +16 -16
  28. package/core/constants/DataDragonUrls.js +2 -2
  29. package/core/constants/Items/ItemKeys.d.ts +50 -42
  30. package/core/constants/Items/ItemKeys.js +1 -1
  31. package/core/constants/Items/ItemKeysNum.d.ts +50 -42
  32. package/core/constants/Items/ItemKeysNum.js +1 -1
  33. package/core/constants/Items/ItemNames.d.ts +50 -43
  34. package/core/constants/Items/ItemNames.js +1 -1
  35. package/core/constants/Items/ItemTypes.d.ts +0 -1
  36. package/core/constants/Items/ItemTypes.js +0 -1
  37. package/core/constants/Items/LegendaryItemKeys.d.ts +73 -11
  38. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  39. package/core/constants/Items/LegendaryItemKeysNum.d.ts +73 -11
  40. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  41. package/core/constants/Items/LegendaryItemNames.d.ts +71 -9
  42. package/core/constants/Items/LegendaryItemNames.js +1 -1
  43. package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
  44. package/core/constants/Items/OrnnItemKeys.js +1 -1
  45. package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
  46. package/core/constants/Items/OrnnItemKeysNum.js +1 -1
  47. package/core/constants/Items/OrnnItemNames.d.ts +0 -8
  48. package/core/constants/Items/OrnnItemNames.js +1 -1
  49. package/core/constants/Runes/NonStatRuneIds.d.ts +1 -1
  50. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  51. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +1 -1
  52. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  53. package/core/constants/Runes/NonStatRuneNames.d.ts +1 -1
  54. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  55. package/core/constants/Runes/RuneIconFileNames.js +1 -1
  56. package/core/constants/Runes/RuneSets.d.ts +8 -8
  57. package/core/constants/Runes/RuneSets.js +3 -3
  58. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +8 -8
  59. package/core/constants/Runes/RuneSetsByRuneNames.js +3 -3
  60. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +8 -8
  61. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +3 -3
  62. package/core/helpers/makeRiotId.d.ts +4 -0
  63. package/core/helpers/makeRiotId.js +9 -0
  64. package/core/helpers/splitRiotId.d.ts +2 -2
  65. package/core/index.d.ts +1 -5
  66. package/core/index.js +1 -5
  67. package/package.json +1 -1
@@ -46,6 +46,9 @@ export declare const ItemKeys: {
46
46
  readonly "Total Biscuit of Everlasting Will": "2010";
47
47
  readonly "Kircheis Shard": "2015";
48
48
  readonly "Steel Sigil": "2019";
49
+ readonly "The Brutalizer": "2020";
50
+ readonly Tunneler: "2021";
51
+ readonly "Glowing Mote": "2022";
49
52
  readonly "Refillable Potion": "2031";
50
53
  readonly "Corrupting Potion": "2033";
51
54
  readonly "Poro-Snax": "2052";
@@ -54,21 +57,24 @@ export declare const ItemKeys: {
54
57
  readonly "Elixir of Iron": "2138";
55
58
  readonly "Elixir of Sorcery": "2139";
56
59
  readonly "Elixir of Wrath": "2140";
60
+ readonly "Elixir of Skill": "2150";
61
+ readonly "Elixir of Avarice": "2151";
62
+ readonly "Elixir of Force": "2152";
57
63
  readonly "Minion Dematerializer": "2403";
58
64
  readonly "Commencing Stopwatch": "2419";
59
- readonly Stopwatch: "2420";
60
- readonly "Broken Stopwatch": "2424";
65
+ readonly "Seeker's Armguard": "2420";
66
+ readonly "Shattered Armguard": "2421";
61
67
  readonly "Slightly Magical Footwear": "2422";
62
68
  readonly "Perfectly Timed Stopwatch": "2423";
63
- readonly Evenshroud: "3001";
69
+ readonly "Unending Despair": "2502";
70
+ readonly "Kaenic Rookern": "2504";
71
+ readonly Trailblazer: "3002";
64
72
  readonly "Archangel's Staff": "3003";
65
73
  readonly Manamune: "3004";
66
74
  readonly "Berserker's Greaves": "3006";
67
75
  readonly "Boots of Swiftness": "3009";
68
76
  readonly "Chemtech Putrifier": "3011";
69
- readonly "Chalice of Blessing": "3012";
70
77
  readonly "Sorcerer's Shoes": "3020";
71
- readonly "Lifewell Pendant": "3023";
72
78
  readonly "Glacial Buckler": "3024";
73
79
  readonly "Guardian Angel": "3026";
74
80
  readonly "Infinity Edge": "3031";
@@ -92,6 +98,7 @@ export declare const ItemKeys: {
92
98
  readonly "Tear of the Goddess": "3070";
93
99
  readonly "Black Cleaver": "3071";
94
100
  readonly Bloodthirster: "3072";
101
+ readonly "Experimental Hexplate": "3073";
95
102
  readonly "Ravenous Hydra": "3074";
96
103
  readonly Thornmail: "3075";
97
104
  readonly "Bramble Vest": "3076";
@@ -109,7 +116,6 @@ export declare const ItemKeys: {
109
116
  readonly Stormrazor: "3095";
110
117
  readonly "Lich Bane": "3100";
111
118
  readonly "Banshee's Veil": "3102";
112
- readonly "Aegis of the Legion": "3105";
113
119
  readonly Redemption: "3107";
114
120
  readonly "Fiendish Codex": "3108";
115
121
  readonly "Knight's Vow": "3109";
@@ -120,6 +126,7 @@ export declare const ItemKeys: {
120
126
  readonly "Nashor's Tooth": "3115";
121
127
  readonly "Rylai's Crystal Scepter": "3116";
122
128
  readonly "Mobility Boots": "3117";
129
+ readonly Malignance: "3118";
123
130
  readonly "Winter's Approach": "3119";
124
131
  readonly Fimbulwinter: "3121";
125
132
  readonly "Executioner's Calling": "3123";
@@ -127,11 +134,13 @@ export declare const ItemKeys: {
127
134
  readonly "Caulfield's Warhammer": "3133";
128
135
  readonly "Serrated Dirk": "3134";
129
136
  readonly "Void Staff": "3135";
137
+ readonly Cryptbloom: "3137";
130
138
  readonly "Mercurial Scimitar": "3139";
131
139
  readonly "Quicksilver Sash": "3140";
132
140
  readonly "Youmuu's Ghostblade": "3142";
133
141
  readonly "Randuin's Omen": "3143";
134
142
  readonly "Hextech Alternator": "3145";
143
+ readonly "Haunting Guise": "3147";
135
144
  readonly "Hextech Rocketbelt": "3152";
136
145
  readonly "Blade of The Ruined King": "3153";
137
146
  readonly Hexdrinker: "3155";
@@ -143,10 +152,9 @@ export declare const ItemKeys: {
143
152
  readonly "Umbral Glaive": "3179";
144
153
  readonly Hullbreaker: "3181";
145
154
  readonly "Locket of the Iron Solari": "3190";
146
- readonly "Seeker's Armguard": "3191";
147
- readonly "Gargoyle Stoneplate": "3193";
148
155
  readonly "Spectre's Cowl": "3211";
149
156
  readonly "Mikael's Blessing": "3222";
157
+ readonly Terminus: "3302";
150
158
  readonly "Scarecrow Effigy": "3330";
151
159
  readonly "Stealth Ward": "3340";
152
160
  readonly "Farsight Alteration": "3363";
@@ -161,18 +169,14 @@ export declare const ItemKeys: {
161
169
  readonly "Lost Chapter": "3802";
162
170
  readonly "Catalyst of Aeons": "3803";
163
171
  readonly "Edge of Night": "3814";
164
- readonly "Spellthief's Edge": "3850";
165
- readonly Frostfang: "3851";
166
- readonly "Shard of True Ice": "3853";
167
- readonly "Steel Shoulderguards": "3854";
168
- readonly "Runesteel Spaulders": "3855";
169
- readonly "Pauldrons of Whiterock": "3857";
170
- readonly "Relic Shield": "3858";
171
- readonly "Targon's Buckler": "3859";
172
- readonly "Bulwark of the Mountain": "3860";
173
- readonly "Spectral Sickle": "3862";
174
- readonly "Harrowing Crescent": "3863";
175
- readonly "Black Mist Scythe": "3864";
172
+ readonly "World Atlas": "3865";
173
+ readonly "Runic Compass": "3866";
174
+ readonly "Bounty of Worlds": "3867";
175
+ readonly "Celestial Opposition": "3869";
176
+ readonly "Dream Maker": "3870";
177
+ readonly "Zaz'Zak's Realmspike": "3871";
178
+ readonly "Solstice Sleigh": "3876";
179
+ readonly Bloodsong: "3877";
176
180
  readonly "Fire at Will500 Silver Serpents": "3901";
177
181
  readonly "Death's Daughter500 Silver Serpents": "3902";
178
182
  readonly "Raise Morale500 Silver Serpents": "3903";
@@ -191,69 +195,73 @@ export declare const ItemKeys: {
191
195
  readonly "Stirring Wardstone": "4641";
192
196
  readonly "Bandleglass Mirror": "4642";
193
197
  readonly "Vigilant Wardstone": "4643";
194
- readonly "Crown of the Shattered Queen": "4644";
195
198
  readonly Shadowflame: "4645";
196
- readonly "Ironspike Whip": "6029";
197
- readonly "Silvermere Dawn": "6035";
199
+ readonly Stormsurge: "4646";
198
200
  readonly "Death's Dance": "6333";
199
201
  readonly "Chempunk Chainsword": "6609";
202
+ readonly "Sundered Sky": "6610";
200
203
  readonly "Staff of Flowing Water": "6616";
201
204
  readonly "Moonstone Renewer": "6617";
202
205
  readonly "Echoes of Helia": "6620";
203
- readonly Goredrinker: "6630";
206
+ readonly Dawncore: "6621";
204
207
  readonly Stridebreaker: "6631";
205
- readonly "Divine Sunderer": "6632";
206
- readonly "Liandry's Anguish": "6653";
207
- readonly "Luden's Tempest": "6655";
208
- readonly Everfrost: "6656";
208
+ readonly "Liandry's Torment": "6653";
209
+ readonly "Luden's Companion": "6655";
209
210
  readonly "Rod of Ages": "6657";
210
211
  readonly "Bami's Cinder": "6660";
211
212
  readonly "Iceborn Gauntlet": "6662";
212
- readonly "Turbo Chemtank": "6664";
213
+ readonly "Hollow Radiance": "6664";
213
214
  readonly "Jak'Sho, The Protean": "6665";
214
- readonly "Radiant Virtue": "6667";
215
215
  readonly Noonquiver: "6670";
216
- readonly Galeforce: "6671";
217
216
  readonly "Kraken Slayer": "6672";
218
217
  readonly "Immortal Shieldbow": "6673";
219
218
  readonly "Navori Quickblades": "6675";
220
219
  readonly "The Collector": "6676";
221
- readonly Rageknife: "6677";
222
- readonly "Duskblade of Draktharr": "6691";
220
+ readonly Rectrix: "6690";
223
221
  readonly Eclipse: "6692";
224
222
  readonly "Prowler's Claw": "6693";
225
223
  readonly "Serylda's Grudge": "6694";
226
224
  readonly "Serpent's Fang": "6695";
227
225
  readonly "Axiom Arc": "6696";
228
- readonly "Sandshrike's Claw": "7000";
226
+ readonly Hubris: "6697";
227
+ readonly "Profane Hydra": "6698";
228
+ readonly "Voltaic Cyclosword": "6699";
229
+ readonly Opportunity: "6701";
229
230
  readonly Syzygy: "7001";
230
- readonly "Draktharr's Shadowcarver": "7002";
231
+ readonly "Rabadon's Deathcrown": "7003";
232
+ readonly "Enmity of the Masses": "7004";
231
233
  readonly "Frozen Fist": "7005";
232
234
  readonly Typhoon: "7006";
235
+ readonly Swordnado: "7007";
236
+ readonly Ataraxia: "7008";
233
237
  readonly "Icathia's Curse": "7009";
234
238
  readonly Vespertide: "7010";
235
239
  readonly "Upgraded Aeropack": "7011";
236
240
  readonly "Liandry's Lament": "7012";
237
- readonly "Eye of Luden": "7013";
238
- readonly "Eternal Winter": "7014";
239
- readonly "Ceaseless Hunger": "7015";
241
+ readonly "Force of Arms": "7013";
240
242
  readonly Dreamshatter: "7016";
241
- readonly Deicide: "7017";
242
243
  readonly "Infinity Force": "7018";
243
244
  readonly "Reliquary of the Golden Dawn": "7019";
244
245
  readonly "Shurelya's Requiem": "7020";
245
246
  readonly Starcaster: "7021";
246
- readonly Equinox: "7023";
247
- readonly Caesura: "7024";
247
+ readonly Certainty: "7022";
248
248
  readonly Leviathan: "7025";
249
249
  readonly "The Unspoken Parasite": "7026";
250
- readonly "Primordial Dawn": "7027";
251
250
  readonly "Infinite Convergence": "7028";
252
251
  readonly "Youmuu's Wake": "7029";
253
252
  readonly "Seething Sorrow": "7030";
254
253
  readonly "Edge of Finality": "7031";
255
254
  readonly Flicker: "7032";
256
255
  readonly "Cry of the Shrieking City": "7033";
256
+ readonly "Hope Adrift": "7034";
257
+ readonly Daybreak: "7035";
258
+ readonly "T.U.R.B.O.": "7036";
259
+ readonly "Obsidian Cleaver": "7037";
260
+ readonly "Shojin's Resolve": "7038";
261
+ readonly Heavensfall: "7039";
262
+ readonly "Eye of the Storm": "7040";
263
+ readonly "Wyrmfallen Sacrifice": "7041";
264
+ readonly "The Baron's Gift": "7042";
257
265
  readonly "Gangplank Placeholder": "7050";
258
266
  readonly "Anathema's Chains": "8001";
259
267
  readonly "Abyssal Mask": "8020";
@@ -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", "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" };
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", "The Brutalizer": "2020", "Tunneler": "2021", "Glowing Mote": "2022", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Elixir of Skill": "2150", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Seeker's Armguard": "2420", "Shattered Armguard": "2421", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Unending Despair": "2502", "Kaenic Rookern": "2504", "Trailblazer": "3002", "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", "Experimental Hexplate": "3073", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Statikk Shiv": "3087", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Malignance": "3118", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Cryptbloom": "3137", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "Haunting Guise": "3147", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Spear of Shojin": "3161", "Morellonomicon": "3165", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Locket of the Iron Solari": "3190", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Terminus": "3302", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "World Atlas": "3865", "Runic Compass": "3866", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Dream Maker": "3870", "Zaz'Zak's Realmspike": "3871", "Solstice Sleigh": "3876", "Bloodsong": "3877", "Fire at Will500 Silver Serpents": "3901", "Death's Daughter500 Silver Serpents": "3902", "Raise Morale500 Silver Serpents": "3903", "Oblivion Orb": "3916", "Imperial Mandate": "4005", "Force of Nature": "4401", "Horizon Focus": "4628", "Cosmic Drive": "4629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "4633", "Leeching Leer": "4635", "Night Harvester": "4636", "Demonic Embrace": "4637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Shadowflame": "4645", "Stormsurge": "4646", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Sundered Sky": "6610", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Echoes of Helia": "6620", "Dawncore": "6621", "Stridebreaker": "6631", "Liandry's Torment": "6653", "Luden's Companion": "6655", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Hollow Radiance": "6664", "Jak'Sho, The Protean": "6665", "Noonquiver": "6670", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rectrix": "6690", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Hubris": "6697", "Profane Hydra": "6698", "Voltaic Cyclosword": "6699", "Opportunity": "6701", "Syzygy": "7001", "Rabadon's Deathcrown": "7003", "Enmity of the Masses": "7004", "Frozen Fist": "7005", "Typhoon": "7006", "Swordnado": "7007", "Ataraxia": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Force of Arms": "7013", "Dreamshatter": "7016", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Certainty": "7022", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Infinite Convergence": "7028", "Youmuu's Wake": "7029", "Seething Sorrow": "7030", "Edge of Finality": "7031", "Flicker": "7032", "Cry of the Shrieking City": "7033", "Hope Adrift": "7034", "Daybreak": "7035", "T.U.R.B.O.": "7036", "Obsidian Cleaver": "7037", "Shojin's Resolve": "7038", "Heavensfall": "7039", "Eye of the Storm": "7040", "Wyrmfallen Sacrifice": "7041", "The Baron's Gift": "7042", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
@@ -46,6 +46,9 @@ export declare const ItemKeysNum: {
46
46
  readonly "Total Biscuit of Everlasting Will": 2010;
47
47
  readonly "Kircheis Shard": 2015;
48
48
  readonly "Steel Sigil": 2019;
49
+ readonly "The Brutalizer": 2020;
50
+ readonly Tunneler: 2021;
51
+ readonly "Glowing Mote": 2022;
49
52
  readonly "Refillable Potion": 2031;
50
53
  readonly "Corrupting Potion": 2033;
51
54
  readonly "Poro-Snax": 2052;
@@ -54,21 +57,24 @@ export declare const ItemKeysNum: {
54
57
  readonly "Elixir of Iron": 2138;
55
58
  readonly "Elixir of Sorcery": 2139;
56
59
  readonly "Elixir of Wrath": 2140;
60
+ readonly "Elixir of Skill": 2150;
61
+ readonly "Elixir of Avarice": 2151;
62
+ readonly "Elixir of Force": 2152;
57
63
  readonly "Minion Dematerializer": 2403;
58
64
  readonly "Commencing Stopwatch": 2419;
59
- readonly Stopwatch: 2420;
60
- readonly "Broken Stopwatch": 2424;
65
+ readonly "Seeker's Armguard": 2420;
66
+ readonly "Shattered Armguard": 2421;
61
67
  readonly "Slightly Magical Footwear": 2422;
62
68
  readonly "Perfectly Timed Stopwatch": 2423;
63
- readonly Evenshroud: 3001;
69
+ readonly "Unending Despair": 2502;
70
+ readonly "Kaenic Rookern": 2504;
71
+ readonly Trailblazer: 3002;
64
72
  readonly "Archangel's Staff": 3003;
65
73
  readonly Manamune: 3004;
66
74
  readonly "Berserker's Greaves": 3006;
67
75
  readonly "Boots of Swiftness": 3009;
68
76
  readonly "Chemtech Putrifier": 3011;
69
- readonly "Chalice of Blessing": 3012;
70
77
  readonly "Sorcerer's Shoes": 3020;
71
- readonly "Lifewell Pendant": 3023;
72
78
  readonly "Glacial Buckler": 3024;
73
79
  readonly "Guardian Angel": 3026;
74
80
  readonly "Infinity Edge": 3031;
@@ -92,6 +98,7 @@ export declare const ItemKeysNum: {
92
98
  readonly "Tear of the Goddess": 3070;
93
99
  readonly "Black Cleaver": 3071;
94
100
  readonly Bloodthirster: 3072;
101
+ readonly "Experimental Hexplate": 3073;
95
102
  readonly "Ravenous Hydra": 3074;
96
103
  readonly Thornmail: 3075;
97
104
  readonly "Bramble Vest": 3076;
@@ -109,7 +116,6 @@ export declare const ItemKeysNum: {
109
116
  readonly Stormrazor: 3095;
110
117
  readonly "Lich Bane": 3100;
111
118
  readonly "Banshee's Veil": 3102;
112
- readonly "Aegis of the Legion": 3105;
113
119
  readonly Redemption: 3107;
114
120
  readonly "Fiendish Codex": 3108;
115
121
  readonly "Knight's Vow": 3109;
@@ -120,6 +126,7 @@ export declare const ItemKeysNum: {
120
126
  readonly "Nashor's Tooth": 3115;
121
127
  readonly "Rylai's Crystal Scepter": 3116;
122
128
  readonly "Mobility Boots": 3117;
129
+ readonly Malignance: 3118;
123
130
  readonly "Winter's Approach": 3119;
124
131
  readonly Fimbulwinter: 3121;
125
132
  readonly "Executioner's Calling": 3123;
@@ -127,11 +134,13 @@ export declare const ItemKeysNum: {
127
134
  readonly "Caulfield's Warhammer": 3133;
128
135
  readonly "Serrated Dirk": 3134;
129
136
  readonly "Void Staff": 3135;
137
+ readonly Cryptbloom: 3137;
130
138
  readonly "Mercurial Scimitar": 3139;
131
139
  readonly "Quicksilver Sash": 3140;
132
140
  readonly "Youmuu's Ghostblade": 3142;
133
141
  readonly "Randuin's Omen": 3143;
134
142
  readonly "Hextech Alternator": 3145;
143
+ readonly "Haunting Guise": 3147;
135
144
  readonly "Hextech Rocketbelt": 3152;
136
145
  readonly "Blade of The Ruined King": 3153;
137
146
  readonly Hexdrinker: 3155;
@@ -143,10 +152,9 @@ export declare const ItemKeysNum: {
143
152
  readonly "Umbral Glaive": 3179;
144
153
  readonly Hullbreaker: 3181;
145
154
  readonly "Locket of the Iron Solari": 3190;
146
- readonly "Seeker's Armguard": 3191;
147
- readonly "Gargoyle Stoneplate": 3193;
148
155
  readonly "Spectre's Cowl": 3211;
149
156
  readonly "Mikael's Blessing": 3222;
157
+ readonly Terminus: 3302;
150
158
  readonly "Scarecrow Effigy": 3330;
151
159
  readonly "Stealth Ward": 3340;
152
160
  readonly "Farsight Alteration": 3363;
@@ -161,18 +169,14 @@ export declare const ItemKeysNum: {
161
169
  readonly "Lost Chapter": 3802;
162
170
  readonly "Catalyst of Aeons": 3803;
163
171
  readonly "Edge of Night": 3814;
164
- readonly "Spellthief's Edge": 3850;
165
- readonly Frostfang: 3851;
166
- readonly "Shard of True Ice": 3853;
167
- readonly "Steel Shoulderguards": 3854;
168
- readonly "Runesteel Spaulders": 3855;
169
- readonly "Pauldrons of Whiterock": 3857;
170
- readonly "Relic Shield": 3858;
171
- readonly "Targon's Buckler": 3859;
172
- readonly "Bulwark of the Mountain": 3860;
173
- readonly "Spectral Sickle": 3862;
174
- readonly "Harrowing Crescent": 3863;
175
- readonly "Black Mist Scythe": 3864;
172
+ readonly "World Atlas": 3865;
173
+ readonly "Runic Compass": 3866;
174
+ readonly "Bounty of Worlds": 3867;
175
+ readonly "Celestial Opposition": 3869;
176
+ readonly "Dream Maker": 3870;
177
+ readonly "Zaz'Zak's Realmspike": 3871;
178
+ readonly "Solstice Sleigh": 3876;
179
+ readonly Bloodsong: 3877;
176
180
  readonly "Fire at Will500 Silver Serpents": 3901;
177
181
  readonly "Death's Daughter500 Silver Serpents": 3902;
178
182
  readonly "Raise Morale500 Silver Serpents": 3903;
@@ -191,69 +195,73 @@ export declare const ItemKeysNum: {
191
195
  readonly "Stirring Wardstone": 4641;
192
196
  readonly "Bandleglass Mirror": 4642;
193
197
  readonly "Vigilant Wardstone": 4643;
194
- readonly "Crown of the Shattered Queen": 4644;
195
198
  readonly Shadowflame: 4645;
196
- readonly "Ironspike Whip": 6029;
197
- readonly "Silvermere Dawn": 6035;
199
+ readonly Stormsurge: 4646;
198
200
  readonly "Death's Dance": 6333;
199
201
  readonly "Chempunk Chainsword": 6609;
202
+ readonly "Sundered Sky": 6610;
200
203
  readonly "Staff of Flowing Water": 6616;
201
204
  readonly "Moonstone Renewer": 6617;
202
205
  readonly "Echoes of Helia": 6620;
203
- readonly Goredrinker: 6630;
206
+ readonly Dawncore: 6621;
204
207
  readonly Stridebreaker: 6631;
205
- readonly "Divine Sunderer": 6632;
206
- readonly "Liandry's Anguish": 6653;
207
- readonly "Luden's Tempest": 6655;
208
- readonly Everfrost: 6656;
208
+ readonly "Liandry's Torment": 6653;
209
+ readonly "Luden's Companion": 6655;
209
210
  readonly "Rod of Ages": 6657;
210
211
  readonly "Bami's Cinder": 6660;
211
212
  readonly "Iceborn Gauntlet": 6662;
212
- readonly "Turbo Chemtank": 6664;
213
+ readonly "Hollow Radiance": 6664;
213
214
  readonly "Jak'Sho, The Protean": 6665;
214
- readonly "Radiant Virtue": 6667;
215
215
  readonly Noonquiver: 6670;
216
- readonly Galeforce: 6671;
217
216
  readonly "Kraken Slayer": 6672;
218
217
  readonly "Immortal Shieldbow": 6673;
219
218
  readonly "Navori Quickblades": 6675;
220
219
  readonly "The Collector": 6676;
221
- readonly Rageknife: 6677;
222
- readonly "Duskblade of Draktharr": 6691;
220
+ readonly Rectrix: 6690;
223
221
  readonly Eclipse: 6692;
224
222
  readonly "Prowler's Claw": 6693;
225
223
  readonly "Serylda's Grudge": 6694;
226
224
  readonly "Serpent's Fang": 6695;
227
225
  readonly "Axiom Arc": 6696;
228
- readonly "Sandshrike's Claw": 7000;
226
+ readonly Hubris: 6697;
227
+ readonly "Profane Hydra": 6698;
228
+ readonly "Voltaic Cyclosword": 6699;
229
+ readonly Opportunity: 6701;
229
230
  readonly Syzygy: 7001;
230
- readonly "Draktharr's Shadowcarver": 7002;
231
+ readonly "Rabadon's Deathcrown": 7003;
232
+ readonly "Enmity of the Masses": 7004;
231
233
  readonly "Frozen Fist": 7005;
232
234
  readonly Typhoon: 7006;
235
+ readonly Swordnado: 7007;
236
+ readonly Ataraxia: 7008;
233
237
  readonly "Icathia's Curse": 7009;
234
238
  readonly Vespertide: 7010;
235
239
  readonly "Upgraded Aeropack": 7011;
236
240
  readonly "Liandry's Lament": 7012;
237
- readonly "Eye of Luden": 7013;
238
- readonly "Eternal Winter": 7014;
239
- readonly "Ceaseless Hunger": 7015;
241
+ readonly "Force of Arms": 7013;
240
242
  readonly Dreamshatter: 7016;
241
- readonly Deicide: 7017;
242
243
  readonly "Infinity Force": 7018;
243
244
  readonly "Reliquary of the Golden Dawn": 7019;
244
245
  readonly "Shurelya's Requiem": 7020;
245
246
  readonly Starcaster: 7021;
246
- readonly Equinox: 7023;
247
- readonly Caesura: 7024;
247
+ readonly Certainty: 7022;
248
248
  readonly Leviathan: 7025;
249
249
  readonly "The Unspoken Parasite": 7026;
250
- readonly "Primordial Dawn": 7027;
251
250
  readonly "Infinite Convergence": 7028;
252
251
  readonly "Youmuu's Wake": 7029;
253
252
  readonly "Seething Sorrow": 7030;
254
253
  readonly "Edge of Finality": 7031;
255
254
  readonly Flicker: 7032;
256
255
  readonly "Cry of the Shrieking City": 7033;
256
+ readonly "Hope Adrift": 7034;
257
+ readonly Daybreak: 7035;
258
+ readonly "T.U.R.B.O.": 7036;
259
+ readonly "Obsidian Cleaver": 7037;
260
+ readonly "Shojin's Resolve": 7038;
261
+ readonly Heavensfall: 7039;
262
+ readonly "Eye of the Storm": 7040;
263
+ readonly "Wyrmfallen Sacrifice": 7041;
264
+ readonly "The Baron's Gift": 7042;
257
265
  readonly "Gangplank Placeholder": 7050;
258
266
  readonly "Anathema's Chains": 8001;
259
267
  readonly "Abyssal Mask": 8020;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ItemKeysNum = void 0;
4
- exports.ItemKeysNum = { "Boots": 1001, "Faerie Charm": 1004, "Rejuvenation Bead": 1006, "Giant's Belt": 1011, "Cloak of Agility": 1018, "Blasting Wand": 1026, "Sapphire Crystal": 1027, "Ruby Crystal": 1028, "Cloth Armor": 1029, "Chain Vest": 1031, "Null-Magic Mantle": 1033, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "Obsidian Edge": 1040, "Dagger": 1042, "Recurve Bow": 1043, "Amplifying Tome": 1052, "Vampiric Scepter": 1053, "Doran's Shield": 1054, "Doran's Blade": 1055, "Doran's Ring": 1056, "Negatron Cloak": 1057, "Needlessly Large Rod": 1058, "Dark Seal": 1082, "Cull": 1083, "Scorchclaw Pup": 1101, "Gustwalker Hatchling": 1102, "Mosstomper Seedling": 1103, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "Overcharged": 1507, "Anti-tower Socks": 1508, "Gusto": 1509, "Phreakish Gusto": 1510, "Super Mech Armor": 1511, "Super Mech Power Field": 1512, "Turret Plating": 1515, "Structure Bounty": 1519, "OvererchargedHA": 1520, "Tower Power-Up": 1522, "Health Potion": 2003, "Total Biscuit of Everlasting Will": 2010, "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 };
4
+ exports.ItemKeysNum = { "Boots": 1001, "Faerie Charm": 1004, "Rejuvenation Bead": 1006, "Giant's Belt": 1011, "Cloak of Agility": 1018, "Blasting Wand": 1026, "Sapphire Crystal": 1027, "Ruby Crystal": 1028, "Cloth Armor": 1029, "Chain Vest": 1031, "Null-Magic Mantle": 1033, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "Obsidian Edge": 1040, "Dagger": 1042, "Recurve Bow": 1043, "Amplifying Tome": 1052, "Vampiric Scepter": 1053, "Doran's Shield": 1054, "Doran's Blade": 1055, "Doran's Ring": 1056, "Negatron Cloak": 1057, "Needlessly Large Rod": 1058, "Dark Seal": 1082, "Cull": 1083, "Scorchclaw Pup": 1101, "Gustwalker Hatchling": 1102, "Mosstomper Seedling": 1103, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "Overcharged": 1507, "Anti-tower Socks": 1508, "Gusto": 1509, "Phreakish Gusto": 1510, "Super Mech Armor": 1511, "Super Mech Power Field": 1512, "Turret Plating": 1515, "Structure Bounty": 1519, "OvererchargedHA": 1520, "Tower Power-Up": 1522, "Health Potion": 2003, "Total Biscuit of Everlasting Will": 2010, "Kircheis Shard": 2015, "Steel Sigil": 2019, "The Brutalizer": 2020, "Tunneler": 2021, "Glowing Mote": 2022, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Elixir of Skill": 2150, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Minion Dematerializer": 2403, "Commencing Stopwatch": 2419, "Seeker's Armguard": 2420, "Shattered Armguard": 2421, "Slightly Magical Footwear": 2422, "Perfectly Timed Stopwatch": 2423, "Unending Despair": 2502, "Kaenic Rookern": 2504, "Trailblazer": 3002, "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, "Experimental Hexplate": 3073, "Ravenous Hydra": 3074, "Thornmail": 3075, "Bramble Vest": 3076, "Tiamat": 3077, "Trinity Force": 3078, "Warden's Mail": 3082, "Warmog's Armor": 3083, "Heartsteel": 3084, "Runaan's Hurricane": 3085, "Zeal": 3086, "Statikk Shiv": 3087, "Rabadon's Deathcap": 3089, "Wit's End": 3091, "Rapid Firecannon": 3094, "Stormrazor": 3095, "Lich Bane": 3100, "Banshee's Veil": 3102, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Malignance": 3118, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Cryptbloom": 3137, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Hextech Alternator": 3145, "Haunting Guise": 3147, "Hextech Rocketbelt": 3152, "Blade of The Ruined King": 3153, "Hexdrinker": 3155, "Maw of Malmortius": 3156, "Zhonya's Hourglass": 3157, "Ionian Boots of Lucidity": 3158, "Spear of Shojin": 3161, "Morellonomicon": 3165, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Locket of the Iron Solari": 3190, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "Terminus": 3302, "Scarecrow Effigy": 3330, "Stealth Ward": 3340, "Farsight Alteration": 3363, "Oracle Lens": 3364, "Your Cut": 3400, "Ardent Censer": 3504, "Essence Reaver": 3508, "Kalista's Black Spear": 3600, "Dead Man's Plate": 3742, "Titanic Hydra": 3748, "Crystalline Bracer": 3801, "Lost Chapter": 3802, "Catalyst of Aeons": 3803, "Edge of Night": 3814, "World Atlas": 3865, "Runic Compass": 3866, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Dream Maker": 3870, "Zaz'Zak's Realmspike": 3871, "Solstice Sleigh": 3876, "Bloodsong": 3877, "Fire at Will500 Silver Serpents": 3901, "Death's Daughter500 Silver Serpents": 3902, "Raise Morale500 Silver Serpents": 3903, "Oblivion Orb": 3916, "Imperial Mandate": 4005, "Force of Nature": 4401, "Horizon Focus": 4628, "Cosmic Drive": 4629, "Blighting Jewel": 4630, "Verdant Barrier": 4632, "Riftmaker": 4633, "Leeching Leer": 4635, "Night Harvester": 4636, "Demonic Embrace": 4637, "Watchful Wardstone": 4638, "Stirring Wardstone": 4641, "Bandleglass Mirror": 4642, "Vigilant Wardstone": 4643, "Shadowflame": 4645, "Stormsurge": 4646, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Sundered Sky": 6610, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Echoes of Helia": 6620, "Dawncore": 6621, "Stridebreaker": 6631, "Liandry's Torment": 6653, "Luden's Companion": 6655, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Hollow Radiance": 6664, "Jak'Sho, The Protean": 6665, "Noonquiver": 6670, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Quickblades": 6675, "The Collector": 6676, "Rectrix": 6690, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Hubris": 6697, "Profane Hydra": 6698, "Voltaic Cyclosword": 6699, "Opportunity": 6701, "Syzygy": 7001, "Rabadon's Deathcrown": 7003, "Enmity of the Masses": 7004, "Frozen Fist": 7005, "Typhoon": 7006, "Swordnado": 7007, "Ataraxia": 7008, "Icathia's Curse": 7009, "Vespertide": 7010, "Upgraded Aeropack": 7011, "Liandry's Lament": 7012, "Force of Arms": 7013, "Dreamshatter": 7016, "Infinity Force": 7018, "Reliquary of the Golden Dawn": 7019, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Certainty": 7022, "Leviathan": 7025, "The Unspoken Parasite": 7026, "Infinite Convergence": 7028, "Youmuu's Wake": 7029, "Seething Sorrow": 7030, "Edge of Finality": 7031, "Flicker": 7032, "Cry of the Shrieking City": 7033, "Hope Adrift": 7034, "Daybreak": 7035, "T.U.R.B.O.": 7036, "Obsidian Cleaver": 7037, "Shojin's Resolve": 7038, "Heavensfall": 7039, "Eye of the Storm": 7040, "Wyrmfallen Sacrifice": 7041, "The Baron's Gift": 7042, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };