lol-constants 2.6.2 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/BootsItemNames.d.ts +0 -5
- package/assets/constants/BootsItemNames.js +1 -8
- package/assets/constants/Champion.d.ts +345 -298
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +6491 -994
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +0 -5
- package/assets/constants/LegendaryItemNames.js +1 -8
- package/assets/constants/MythicItemNames.d.ts +0 -5
- package/assets/constants/MythicItemNames.js +3 -37
- package/assets/constants/OrnnItemNames.d.ts +1 -0
- package/assets/constants/OrnnItemNames.js +33 -0
- package/assets/constants/RunesReforged.d.ts +2 -2
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +0 -4
- package/assets/constants/StatRunes.js +0 -3
- package/assets/constants/StatRunesByRow.d.ts +0 -3
- package/assets/constants/StatRunesByRow.js +0 -3
- package/assets/constants/Summoner.d.ts +96 -32
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.d.ts +0 -5
- package/assets/index.js +6 -5
- package/core/constants/Champions/ChampionIds.d.ts +1 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +1 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +1 -0
- package/core/constants/Champions/ChampionNames.js +1 -1
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +6 -6
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +6 -0
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +151 -137
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +151 -137
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +151 -3
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +58 -58
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +58 -0
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/QueueDescriptions.d.ts +2 -19
- package/core/constants/QueueDescriptions.js +10 -5
- package/core/constants/QueueIds.d.ts +27 -0
- package/core/constants/QueueIds.js +27 -0
- package/core/constants/Spells/SpellIds.d.ts +2 -0
- package/core/constants/Spells/SpellIds.js +1 -1
- package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
- package/core/constants/Spells/SpellIdsByName.js +1 -1
- package/core/constants/Spells/SpellKeys.d.ts +2 -0
- package/core/constants/Spells/SpellKeys.js +1 -1
- package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
- package/core/constants/Spells/SpellKeysNum.js +1 -1
- package/core/constants/Spells/SpellNames.d.ts +2 -0
- package/core/constants/Spells/SpellNames.js +1 -1
- package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
- package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
- package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
- package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
- package/core/helpers/Items/isBootsItemName.d.ts +1 -1
- package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
- package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
- package/core/helpers/Items/isMythicItemName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
- package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
- package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
- package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
- package/package.json +2 -2
@@ -58,6 +58,8 @@ export declare const ItemNames: {
|
|
58
58
|
readonly "2019": "Steel Sigil";
|
59
59
|
readonly "2031": "Refillable Potion";
|
60
60
|
readonly "2033": "Corrupting Potion";
|
61
|
+
readonly "2049": "Guardian's Amulet";
|
62
|
+
readonly "2050": "Guardian's Shroud";
|
61
63
|
readonly "2051": "Guardian's Horn";
|
62
64
|
readonly "2052": "Poro-Snax";
|
63
65
|
readonly "2055": "Control Ward";
|
@@ -65,6 +67,10 @@ export declare const ItemNames: {
|
|
65
67
|
readonly "2138": "Elixir of Iron";
|
66
68
|
readonly "2139": "Elixir of Sorcery";
|
67
69
|
readonly "2140": "Elixir of Wrath";
|
70
|
+
readonly "2141": "Cappa Juice";
|
71
|
+
readonly "2142": "Juice of Power";
|
72
|
+
readonly "2143": "Juice of Vitality";
|
73
|
+
readonly "2144": "Juice of Haste";
|
68
74
|
readonly "2403": "Minion Dematerializer";
|
69
75
|
readonly "2419": "Commencing Stopwatch";
|
70
76
|
readonly "2420": "Stopwatch";
|
@@ -75,6 +81,7 @@ export declare const ItemNames: {
|
|
75
81
|
readonly "3001": "Evenshroud";
|
76
82
|
readonly "3003": "Archangel's Staff";
|
77
83
|
readonly "3004": "Manamune";
|
84
|
+
readonly "3005": "Ghostcrawlers";
|
78
85
|
readonly "3006": "Berserker's Greaves";
|
79
86
|
readonly "3009": "Boots of Swiftness";
|
80
87
|
readonly "3011": "Chemtech Putrifier";
|
@@ -87,6 +94,7 @@ export declare const ItemNames: {
|
|
87
94
|
readonly "3033": "Mortal Reminder";
|
88
95
|
readonly "3035": "Last Whisper";
|
89
96
|
readonly "3036": "Lord Dominik's Regards";
|
97
|
+
readonly "3039": "Atma's Reckoning";
|
90
98
|
readonly "3040": "Seraph's Embrace";
|
91
99
|
readonly "3041": "Mejai's Soulstealer";
|
92
100
|
readonly "3042": "Muramana";
|
@@ -137,6 +145,7 @@ export declare const ItemNames: {
|
|
137
145
|
readonly "3121": "Fimbulwinter";
|
138
146
|
readonly "3123": "Executioner's Calling";
|
139
147
|
readonly "3124": "Guinsoo's Rageblade";
|
148
|
+
readonly "3128": "Deathfire Grasp";
|
140
149
|
readonly "3133": "Caulfield's Warhammer";
|
141
150
|
readonly "3134": "Serrated Dirk";
|
142
151
|
readonly "3135": "Void Staff";
|
@@ -145,6 +154,7 @@ export declare const ItemNames: {
|
|
145
154
|
readonly "3142": "Youmuu's Ghostblade";
|
146
155
|
readonly "3143": "Randuin's Omen";
|
147
156
|
readonly "3145": "Hextech Alternator";
|
157
|
+
readonly "3146": "Hextech Gunblade";
|
148
158
|
readonly "3152": "Hextech Rocketbelt";
|
149
159
|
readonly "3153": "Blade of The Ruined King";
|
150
160
|
readonly "3155": "Hexdrinker";
|
@@ -153,6 +163,7 @@ export declare const ItemNames: {
|
|
153
163
|
readonly "3158": "Ionian Boots of Lucidity";
|
154
164
|
readonly "3161": "Spear Of Shojin";
|
155
165
|
readonly "3165": "Morellonomicon";
|
166
|
+
readonly "3172": "Zephyr";
|
156
167
|
readonly "3177": "Guardian's Blade";
|
157
168
|
readonly "3179": "Umbral Glaive";
|
158
169
|
readonly "3181": "Hullbreaker";
|
@@ -164,9 +175,12 @@ export declare const ItemNames: {
|
|
164
175
|
readonly "3222": "Mikael's Blessing";
|
165
176
|
readonly "3330": "Scarecrow Effigy";
|
166
177
|
readonly "3340": "Stealth Ward";
|
178
|
+
readonly "3348": "Arcane Sweeper";
|
179
|
+
readonly "3349": "Lucent Singularity";
|
167
180
|
readonly "3363": "Farsight Alteration";
|
168
181
|
readonly "3364": "Oracle Lens";
|
169
182
|
readonly "3400": "Your Cut";
|
183
|
+
readonly "3430": "Rite Of Ruin";
|
170
184
|
readonly "3504": "Ardent Censer";
|
171
185
|
readonly "3508": "Essence Reaver";
|
172
186
|
readonly "3513": "Eye of the Herald";
|
@@ -194,7 +208,9 @@ export declare const ItemNames: {
|
|
194
208
|
readonly "3902": "Death's Daughter500 Silver Serpents";
|
195
209
|
readonly "3903": "Raise Morale500 Silver Serpents";
|
196
210
|
readonly "3916": "Oblivion Orb";
|
211
|
+
readonly "4004": "Spectral Cutlass";
|
197
212
|
readonly "4005": "Imperial Mandate";
|
213
|
+
readonly "4010": "Bloodletter's Curse";
|
198
214
|
readonly "4401": "Force of Nature";
|
199
215
|
readonly "4403": "The Golden Spatula";
|
200
216
|
readonly "4628": "Horizon Focus";
|
@@ -248,8 +264,6 @@ export declare const ItemNames: {
|
|
248
264
|
readonly "7002": "Draktharr's Shadowcarver";
|
249
265
|
readonly "7005": "Frozen Fist";
|
250
266
|
readonly "7006": "Typhoon";
|
251
|
-
readonly "7007": "Wyrmfallen Sacrifice";
|
252
|
-
readonly "7008": "Bloodward";
|
253
267
|
readonly "7009": "Icathia's Curse";
|
254
268
|
readonly "7010": "Vespertide";
|
255
269
|
readonly "7011": "Upgraded Aeropack";
|
@@ -263,7 +277,6 @@ export declare const ItemNames: {
|
|
263
277
|
readonly "7019": "Reliquary of the Golden Dawn";
|
264
278
|
readonly "7020": "Shurelya's Requiem";
|
265
279
|
readonly "7021": "Starcaster";
|
266
|
-
readonly "7022": "Seat of Command";
|
267
280
|
readonly "7023": "Equinox";
|
268
281
|
readonly "7024": "Caesura";
|
269
282
|
readonly "7025": "Leviathan";
|
@@ -278,5 +291,140 @@ export declare const ItemNames: {
|
|
278
291
|
readonly "7050": "Gangplank Placeholder";
|
279
292
|
readonly "8001": "Anathema's Chains";
|
280
293
|
readonly "8020": "Abyssal Mask";
|
294
|
+
readonly "222051": "Guardian's Horn";
|
295
|
+
readonly "222065": "Shurelya's Battlesong";
|
296
|
+
readonly "223001": "Evenshroud";
|
297
|
+
readonly "223003": "Archangel's Staff";
|
298
|
+
readonly "223004": "Manamune";
|
299
|
+
readonly "223006": "Berserker's Greaves";
|
300
|
+
readonly "223009": "Boots of Swiftness";
|
301
|
+
readonly "223011": "Chemtech Putrifier";
|
302
|
+
readonly "223020": "Sorcerer's Shoes";
|
303
|
+
readonly "223026": "Guardian Angel";
|
304
|
+
readonly "223031": "Infinity Edge";
|
305
|
+
readonly "223033": "Mortal Reminder";
|
306
|
+
readonly "223036": "Lord Dominik's Regards";
|
307
|
+
readonly "223040": "Seraph's Embrace";
|
308
|
+
readonly "223042": "Muramana";
|
309
|
+
readonly "223046": "Phantom Dancer";
|
310
|
+
readonly "223047": "Plated Steelcaps";
|
311
|
+
readonly "223050": "Zeke's Convergence";
|
312
|
+
readonly "223053": "Sterak's Gage";
|
313
|
+
readonly "223065": "Spirit Visage";
|
314
|
+
readonly "223068": "Sunfire Aegis";
|
315
|
+
readonly "223071": "Black Cleaver";
|
316
|
+
readonly "223072": "Bloodthirster";
|
317
|
+
readonly "223074": "Ravenous Hydra";
|
318
|
+
readonly "223075": "Thornmail";
|
319
|
+
readonly "223078": "Trinity Force";
|
320
|
+
readonly "223084": "Heartsteel";
|
321
|
+
readonly "223085": "Runaan's Hurricane";
|
322
|
+
readonly "223087": "Statikk Shiv";
|
323
|
+
readonly "223089": "Rabadon's Deathcap";
|
324
|
+
readonly "223091": "Wit's End";
|
325
|
+
readonly "223094": "Rapid Firecannon";
|
326
|
+
readonly "223095": "Stormrazor";
|
327
|
+
readonly "223100": "Lich Bane";
|
328
|
+
readonly "223102": "Banshee's Veil";
|
329
|
+
readonly "223107": "Redemption";
|
330
|
+
readonly "223109": "Knight's Vow";
|
331
|
+
readonly "223110": "Frozen Heart";
|
332
|
+
readonly "223111": "Mercury's Treads";
|
333
|
+
readonly "223112": "Guardian's Orb";
|
334
|
+
readonly "223115": "Nashor's Tooth";
|
335
|
+
readonly "223116": "Rylai's Crystal Scepter";
|
336
|
+
readonly "223119": "Winter's Approach";
|
337
|
+
readonly "223121": "Fimbulwinter";
|
338
|
+
readonly "223124": "Guinsoo's Rageblade";
|
339
|
+
readonly "223135": "Void Staff";
|
340
|
+
readonly "223139": "Mercurial Scimitar";
|
341
|
+
readonly "223142": "Youmuu's Ghostblade";
|
342
|
+
readonly "223143": "Randuin's Omen";
|
343
|
+
readonly "223152": "Hextech Rocketbelt";
|
344
|
+
readonly "223153": "Blade of The Ruined King";
|
345
|
+
readonly "223156": "Maw of Malmortius";
|
346
|
+
readonly "223157": "Zhonya's Hourglass";
|
347
|
+
readonly "223158": "Ionian Boots of Lucidity";
|
348
|
+
readonly "223161": "Spear Of Shojin";
|
349
|
+
readonly "223165": "Morellonomicon";
|
350
|
+
readonly "223177": "Guardian's Blade";
|
351
|
+
readonly "223181": "Hullbreaker";
|
352
|
+
readonly "223184": "Guardian's Hammer";
|
353
|
+
readonly "223185": "Guardian's Dirk";
|
354
|
+
readonly "223190": "Locket of the Iron Solari";
|
355
|
+
readonly "223193": "Gargoyle Stoneplate";
|
356
|
+
readonly "223222": "Mikael's Blessing";
|
357
|
+
readonly "223504": "Ardent Censer";
|
358
|
+
readonly "223508": "Essence Reaver";
|
359
|
+
readonly "223742": "Dead Man's Plate";
|
360
|
+
readonly "223748": "Titanic Hydra";
|
361
|
+
readonly "223814": "Edge of Night";
|
362
|
+
readonly "224005": "Imperial Mandate";
|
363
|
+
readonly "224401": "Force of Nature";
|
364
|
+
readonly "224628": "Horizon Focus";
|
365
|
+
readonly "224629": "Cosmic Drive";
|
366
|
+
readonly "224633": "Riftmaker";
|
367
|
+
readonly "224636": "Night Harvester";
|
368
|
+
readonly "224637": "Demonic Embrace";
|
369
|
+
readonly "224644": "Crown of the Shattered Queen";
|
370
|
+
readonly "224645": "Shadowflame";
|
371
|
+
readonly "226035": "Silvermere Dawn";
|
372
|
+
readonly "226333": "Death's Dance";
|
373
|
+
readonly "226609": "Chempunk Chainsword";
|
374
|
+
readonly "226616": "Staff of Flowing Water";
|
375
|
+
readonly "226617": "Moonstone Renewer";
|
376
|
+
readonly "226620": "Echoes of Helia";
|
377
|
+
readonly "226630": "Goredrinker";
|
378
|
+
readonly "226631": "Stridebreaker";
|
379
|
+
readonly "226632": "Divine Sunderer";
|
380
|
+
readonly "226653": "Liandry's Anguish";
|
381
|
+
readonly "226655": "Luden's Tempest";
|
382
|
+
readonly "226656": "Everfrost";
|
383
|
+
readonly "226657": "Rod of Ages";
|
384
|
+
readonly "226662": "Iceborn Gauntlet";
|
385
|
+
readonly "226664": "Turbo Chemtank";
|
386
|
+
readonly "226665": "Jak'Sho, The Protean";
|
387
|
+
readonly "226667": "Radiant Virtue";
|
388
|
+
readonly "226671": "Galeforce";
|
389
|
+
readonly "226672": "Kraken Slayer";
|
390
|
+
readonly "226673": "Immortal Shieldbow";
|
391
|
+
readonly "226675": "Navori Quickblades";
|
392
|
+
readonly "226676": "The Collector";
|
393
|
+
readonly "226691": "Duskblade of Draktharr";
|
394
|
+
readonly "226692": "Eclipse";
|
395
|
+
readonly "226693": "Prowler's Claw";
|
396
|
+
readonly "226694": "Serylda's Grudge";
|
397
|
+
readonly "226695": "Serpent's Fang";
|
398
|
+
readonly "226696": "Axiom Arc";
|
399
|
+
readonly "227001": "Syzygy";
|
400
|
+
readonly "227002": "Draktharr's Shadowcarver";
|
401
|
+
readonly "227005": "Frozen Fist";
|
402
|
+
readonly "227006": "Typhoon";
|
403
|
+
readonly "227009": "Icathia's Curse";
|
404
|
+
readonly "227010": "Vespertide";
|
405
|
+
readonly "227011": "Upgraded Aeropack";
|
406
|
+
readonly "227012": "Liandry's Lament";
|
407
|
+
readonly "227013": "Eye of Luden";
|
408
|
+
readonly "227014": "Eternal Winter";
|
409
|
+
readonly "227015": "Ceaseless Hunger";
|
410
|
+
readonly "227016": "Dreamshatter";
|
411
|
+
readonly "227017": "Deicide";
|
412
|
+
readonly "227018": "Infinity Force";
|
413
|
+
readonly "227019": "Reliquary of the Golden Dawn";
|
414
|
+
readonly "227020": "Shurelya's Requiem";
|
415
|
+
readonly "227021": "Starcaster";
|
416
|
+
readonly "227023": "Equinox";
|
417
|
+
readonly "227024": "Caesura";
|
418
|
+
readonly "227025": "Leviathan";
|
419
|
+
readonly "227026": "The Unspoken Parasite";
|
420
|
+
readonly "227027": "Primordial Dawn";
|
421
|
+
readonly "227028": "Infinite Convergence";
|
422
|
+
readonly "227029": "Youmuu's Wake";
|
423
|
+
readonly "227030": "Seething Sorrow";
|
424
|
+
readonly "227031": "Edge of Finality";
|
425
|
+
readonly "227032": "Flicker";
|
426
|
+
readonly "227033": "Cry of the Shrieking City";
|
427
|
+
readonly "228001": "Anathema's Chains";
|
428
|
+
readonly "228020": "Abyssal Mask";
|
281
429
|
};
|
282
430
|
export type ItemName = typeof ItemNames[keyof typeof ItemNames];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ItemNames = void 0;
|
4
|
-
exports.ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "1521": "Fortification", "1522": "Tower Power-Up", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2015": "Kircheis Shard", "2019": "Steel Sigil", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3012": "Chalice of Blessing", "3020": "Sorcerer's Shoes", "3023": "Lifewell Pendant", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4005": "Imperial Mandate", "4401": "Force of Nature", "4403": "The Golden Spatula", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
4
|
+
exports.ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "1521": "Fortification", "1522": "Tower Power-Up", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2015": "Kircheis Shard", "2019": "Steel Sigil", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2049": "Guardian's Amulet", "2050": "Guardian's Shroud", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2141": "Cappa Juice", "2142": "Juice of Power", "2143": "Juice of Vitality", "2144": "Juice of Haste", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3005": "Ghostcrawlers", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3012": "Chalice of Blessing", "3020": "Sorcerer's Shoes", "3023": "Lifewell Pendant", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3039": "Atma's Reckoning", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3128": "Deathfire Grasp", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3146": "Hextech Gunblade", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3172": "Zephyr", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3348": "Arcane Sweeper", "3349": "Lucent Singularity", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3430": "Rite Of Ruin", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4004": "Spectral Cutlass", "4005": "Imperial Mandate", "4010": "Bloodletter's Curse", "4401": "Force of Nature", "4403": "The Golden Spatula", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask", "222051": "Guardian's Horn", "222065": "Shurelya's Battlesong", "223001": "Evenshroud", "223003": "Archangel's Staff", "223004": "Manamune", "223006": "Berserker's Greaves", "223009": "Boots of Swiftness", "223011": "Chemtech Putrifier", "223020": "Sorcerer's Shoes", "223026": "Guardian Angel", "223031": "Infinity Edge", "223033": "Mortal Reminder", "223036": "Lord Dominik's Regards", "223040": "Seraph's Embrace", "223042": "Muramana", "223046": "Phantom Dancer", "223047": "Plated Steelcaps", "223050": "Zeke's Convergence", "223053": "Sterak's Gage", "223065": "Spirit Visage", "223068": "Sunfire Aegis", "223071": "Black Cleaver", "223072": "Bloodthirster", "223074": "Ravenous Hydra", "223075": "Thornmail", "223078": "Trinity Force", "223084": "Heartsteel", "223085": "Runaan's Hurricane", "223087": "Statikk Shiv", "223089": "Rabadon's Deathcap", "223091": "Wit's End", "223094": "Rapid Firecannon", "223095": "Stormrazor", "223100": "Lich Bane", "223102": "Banshee's Veil", "223107": "Redemption", "223109": "Knight's Vow", "223110": "Frozen Heart", "223111": "Mercury's Treads", "223112": "Guardian's Orb", "223115": "Nashor's Tooth", "223116": "Rylai's Crystal Scepter", "223119": "Winter's Approach", "223121": "Fimbulwinter", "223124": "Guinsoo's Rageblade", "223135": "Void Staff", "223139": "Mercurial Scimitar", "223142": "Youmuu's Ghostblade", "223143": "Randuin's Omen", "223152": "Hextech Rocketbelt", "223153": "Blade of The Ruined King", "223156": "Maw of Malmortius", "223157": "Zhonya's Hourglass", "223158": "Ionian Boots of Lucidity", "223161": "Spear Of Shojin", "223165": "Morellonomicon", "223177": "Guardian's Blade", "223181": "Hullbreaker", "223184": "Guardian's Hammer", "223185": "Guardian's Dirk", "223190": "Locket of the Iron Solari", "223193": "Gargoyle Stoneplate", "223222": "Mikael's Blessing", "223504": "Ardent Censer", "223508": "Essence Reaver", "223742": "Dead Man's Plate", "223748": "Titanic Hydra", "223814": "Edge of Night", "224005": "Imperial Mandate", "224401": "Force of Nature", "224628": "Horizon Focus", "224629": "Cosmic Drive", "224633": "Riftmaker", "224636": "Night Harvester", "224637": "Demonic Embrace", "224644": "Crown of the Shattered Queen", "224645": "Shadowflame", "226035": "Silvermere Dawn", "226333": "Death's Dance", "226609": "Chempunk Chainsword", "226616": "Staff of Flowing Water", "226617": "Moonstone Renewer", "226620": "Echoes of Helia", "226630": "Goredrinker", "226631": "Stridebreaker", "226632": "Divine Sunderer", "226653": "Liandry's Anguish", "226655": "Luden's Tempest", "226656": "Everfrost", "226657": "Rod of Ages", "226662": "Iceborn Gauntlet", "226664": "Turbo Chemtank", "226665": "Jak'Sho, The Protean", "226667": "Radiant Virtue", "226671": "Galeforce", "226672": "Kraken Slayer", "226673": "Immortal Shieldbow", "226675": "Navori Quickblades", "226676": "The Collector", "226691": "Duskblade of Draktharr", "226692": "Eclipse", "226693": "Prowler's Claw", "226694": "Serylda's Grudge", "226695": "Serpent's Fang", "226696": "Axiom Arc", "227001": "Syzygy", "227002": "Draktharr's Shadowcarver", "227005": "Frozen Fist", "227006": "Typhoon", "227009": "Icathia's Curse", "227010": "Vespertide", "227011": "Upgraded Aeropack", "227012": "Liandry's Lament", "227013": "Eye of Luden", "227014": "Eternal Winter", "227015": "Ceaseless Hunger", "227016": "Dreamshatter", "227017": "Deicide", "227018": "Infinity Force", "227019": "Reliquary of the Golden Dawn", "227020": "Shurelya's Requiem", "227021": "Starcaster", "227023": "Equinox", "227024": "Caesura", "227025": "Leviathan", "227026": "The Unspoken Parasite", "227027": "Primordial Dawn", "227028": "Infinite Convergence", "227029": "Youmuu's Wake", "227030": "Seething Sorrow", "227031": "Edge of Finality", "227032": "Flicker", "227033": "Cry of the Shrieking City", "228001": "Anathema's Chains", "228020": "Abyssal Mask" };
|
@@ -1,77 +1,77 @@
|
|
1
1
|
export declare const LegendaryItemKeys: {
|
2
|
-
readonly "Abyssal Mask": "
|
3
|
-
readonly "Anathema's Chains": "
|
4
|
-
readonly "Archangel's Staff": "
|
5
|
-
readonly "Ardent Censer": "
|
6
|
-
readonly "Axiom Arc": "
|
7
|
-
readonly "Banshee's Veil": "
|
8
|
-
readonly "Black Cleaver": "
|
2
|
+
readonly "Abyssal Mask": "228020";
|
3
|
+
readonly "Anathema's Chains": "228001";
|
4
|
+
readonly "Archangel's Staff": "223003";
|
5
|
+
readonly "Ardent Censer": "223504";
|
6
|
+
readonly "Axiom Arc": "226696";
|
7
|
+
readonly "Banshee's Veil": "223102";
|
8
|
+
readonly "Black Cleaver": "223071";
|
9
9
|
readonly "Black Mist Scythe": "3864";
|
10
|
-
readonly "Blade of The Ruined King": "
|
11
|
-
readonly Bloodthirster: "
|
10
|
+
readonly "Blade of The Ruined King": "223153";
|
11
|
+
readonly Bloodthirster: "223072";
|
12
12
|
readonly "Bulwark of the Mountain": "3860";
|
13
|
-
readonly "Chempunk Chainsword": "
|
14
|
-
readonly "Chemtech Putrifier": "
|
15
|
-
readonly "Cosmic Drive": "
|
16
|
-
readonly "Dead Man's Plate": "
|
17
|
-
readonly "Death's Dance": "
|
18
|
-
readonly "Demonic Embrace": "
|
19
|
-
readonly "Edge of Night": "
|
20
|
-
readonly "Essence Reaver": "
|
21
|
-
readonly Fimbulwinter: "
|
22
|
-
readonly "Force of Nature": "
|
23
|
-
readonly "Frozen Heart": "
|
24
|
-
readonly "Gargoyle Stoneplate": "
|
25
|
-
readonly "Guardian Angel": "
|
26
|
-
readonly "Horizon Focus": "
|
27
|
-
readonly Hullbreaker: "
|
28
|
-
readonly "Immortal Shieldbow": "
|
29
|
-
readonly "Knight's Vow": "
|
30
|
-
readonly "Kraken Slayer": "
|
31
|
-
readonly "Lich Bane": "
|
32
|
-
readonly "Lord Dominik's Regards": "
|
33
|
-
readonly Manamune: "
|
34
|
-
readonly "Maw of Malmortius": "
|
13
|
+
readonly "Chempunk Chainsword": "226609";
|
14
|
+
readonly "Chemtech Putrifier": "223011";
|
15
|
+
readonly "Cosmic Drive": "224629";
|
16
|
+
readonly "Dead Man's Plate": "223742";
|
17
|
+
readonly "Death's Dance": "226333";
|
18
|
+
readonly "Demonic Embrace": "224637";
|
19
|
+
readonly "Edge of Night": "223814";
|
20
|
+
readonly "Essence Reaver": "223508";
|
21
|
+
readonly Fimbulwinter: "223121";
|
22
|
+
readonly "Force of Nature": "224401";
|
23
|
+
readonly "Frozen Heart": "223110";
|
24
|
+
readonly "Gargoyle Stoneplate": "223193";
|
25
|
+
readonly "Guardian Angel": "223026";
|
26
|
+
readonly "Horizon Focus": "224628";
|
27
|
+
readonly Hullbreaker: "223181";
|
28
|
+
readonly "Immortal Shieldbow": "226673";
|
29
|
+
readonly "Knight's Vow": "223109";
|
30
|
+
readonly "Kraken Slayer": "226672";
|
31
|
+
readonly "Lich Bane": "223100";
|
32
|
+
readonly "Lord Dominik's Regards": "223036";
|
33
|
+
readonly Manamune: "223004";
|
34
|
+
readonly "Maw of Malmortius": "223156";
|
35
35
|
readonly "Mejai's Soulstealer": "3041";
|
36
|
-
readonly "Mercurial Scimitar": "
|
37
|
-
readonly "Mikael's Blessing": "
|
38
|
-
readonly Morellonomicon: "
|
39
|
-
readonly "Mortal Reminder": "
|
40
|
-
readonly Muramana: "
|
41
|
-
readonly "Nashor's Tooth": "
|
36
|
+
readonly "Mercurial Scimitar": "223139";
|
37
|
+
readonly "Mikael's Blessing": "223222";
|
38
|
+
readonly Morellonomicon: "223165";
|
39
|
+
readonly "Mortal Reminder": "223033";
|
40
|
+
readonly Muramana: "223042";
|
41
|
+
readonly "Nashor's Tooth": "223115";
|
42
42
|
readonly "Pauldrons of Whiterock": "3857";
|
43
|
-
readonly "Phantom Dancer": "
|
44
|
-
readonly "Prowler's Claw": "
|
45
|
-
readonly "Rabadon's Deathcap": "
|
46
|
-
readonly "Randuin's Omen": "
|
47
|
-
readonly "Rapid Firecannon": "
|
48
|
-
readonly "Ravenous Hydra": "
|
49
|
-
readonly Redemption: "
|
50
|
-
readonly "Runaan's Hurricane": "
|
51
|
-
readonly "Rylai's Crystal Scepter": "
|
52
|
-
readonly "Seraph's Embrace": "
|
53
|
-
readonly "Serpent's Fang": "
|
54
|
-
readonly "Serylda's Grudge": "
|
55
|
-
readonly Shadowflame: "
|
43
|
+
readonly "Phantom Dancer": "223046";
|
44
|
+
readonly "Prowler's Claw": "226693";
|
45
|
+
readonly "Rabadon's Deathcap": "223089";
|
46
|
+
readonly "Randuin's Omen": "223143";
|
47
|
+
readonly "Rapid Firecannon": "223094";
|
48
|
+
readonly "Ravenous Hydra": "223074";
|
49
|
+
readonly Redemption: "223107";
|
50
|
+
readonly "Runaan's Hurricane": "223085";
|
51
|
+
readonly "Rylai's Crystal Scepter": "223116";
|
52
|
+
readonly "Seraph's Embrace": "223040";
|
53
|
+
readonly "Serpent's Fang": "226695";
|
54
|
+
readonly "Serylda's Grudge": "226694";
|
55
|
+
readonly Shadowflame: "224645";
|
56
56
|
readonly "Shard of True Ice": "3853";
|
57
|
-
readonly "Silvermere Dawn": "
|
58
|
-
readonly "Spirit Visage": "
|
59
|
-
readonly "Staff of Flowing Water": "
|
60
|
-
readonly "Sterak's Gage": "
|
61
|
-
readonly Stormrazor: "
|
62
|
-
readonly "The Collector": "
|
63
|
-
readonly Thornmail: "
|
64
|
-
readonly "Titanic Hydra": "
|
57
|
+
readonly "Silvermere Dawn": "226035";
|
58
|
+
readonly "Spirit Visage": "223065";
|
59
|
+
readonly "Staff of Flowing Water": "226616";
|
60
|
+
readonly "Sterak's Gage": "223053";
|
61
|
+
readonly Stormrazor: "223095";
|
62
|
+
readonly "The Collector": "226676";
|
63
|
+
readonly Thornmail: "223075";
|
64
|
+
readonly "Titanic Hydra": "223748";
|
65
65
|
readonly "Umbral Glaive": "3179";
|
66
66
|
readonly "Vigilant Wardstone": "4643";
|
67
|
-
readonly "Void Staff": "
|
67
|
+
readonly "Void Staff": "223135";
|
68
68
|
readonly "Warmog's Armor": "3083";
|
69
|
-
readonly "Winter's Approach": "
|
70
|
-
readonly "Wit's End": "
|
71
|
-
readonly "Zeke's Convergence": "
|
72
|
-
readonly "Zhonya's Hourglass": "
|
73
|
-
readonly "Sunfire Aegis": "
|
74
|
-
readonly "Spear Of Shojin": "
|
75
|
-
readonly "Statikk Shiv": "
|
69
|
+
readonly "Winter's Approach": "223119";
|
70
|
+
readonly "Wit's End": "223091";
|
71
|
+
readonly "Zeke's Convergence": "223050";
|
72
|
+
readonly "Zhonya's Hourglass": "223157";
|
73
|
+
readonly "Sunfire Aegis": "223068";
|
74
|
+
readonly "Spear Of Shojin": "223161";
|
75
|
+
readonly "Statikk Shiv": "223087";
|
76
76
|
};
|
77
77
|
export type LegendaryItemKey = typeof LegendaryItemKeys[keyof typeof LegendaryItemKeys];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LegendaryItemKeys = void 0;
|
4
|
-
exports.LegendaryItemKeys = { "Abyssal Mask": "
|
4
|
+
exports.LegendaryItemKeys = { "Abyssal Mask": "228020", "Anathema's Chains": "228001", "Archangel's Staff": "223003", "Ardent Censer": "223504", "Axiom Arc": "226696", "Banshee's Veil": "223102", "Black Cleaver": "223071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "223153", "Bloodthirster": "223072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "226609", "Chemtech Putrifier": "223011", "Cosmic Drive": "224629", "Dead Man's Plate": "223742", "Death's Dance": "226333", "Demonic Embrace": "224637", "Edge of Night": "223814", "Essence Reaver": "223508", "Fimbulwinter": "223121", "Force of Nature": "224401", "Frozen Heart": "223110", "Gargoyle Stoneplate": "223193", "Guardian Angel": "223026", "Horizon Focus": "224628", "Hullbreaker": "223181", "Immortal Shieldbow": "226673", "Knight's Vow": "223109", "Kraken Slayer": "226672", "Lich Bane": "223100", "Lord Dominik's Regards": "223036", "Manamune": "223004", "Maw of Malmortius": "223156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "223139", "Mikael's Blessing": "223222", "Morellonomicon": "223165", "Mortal Reminder": "223033", "Muramana": "223042", "Nashor's Tooth": "223115", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "223046", "Prowler's Claw": "226693", "Rabadon's Deathcap": "223089", "Randuin's Omen": "223143", "Rapid Firecannon": "223094", "Ravenous Hydra": "223074", "Redemption": "223107", "Runaan's Hurricane": "223085", "Rylai's Crystal Scepter": "223116", "Seraph's Embrace": "223040", "Serpent's Fang": "226695", "Serylda's Grudge": "226694", "Shadowflame": "224645", "Shard of True Ice": "3853", "Silvermere Dawn": "226035", "Spirit Visage": "223065", "Staff of Flowing Water": "226616", "Sterak's Gage": "223053", "Stormrazor": "223095", "The Collector": "226676", "Thornmail": "223075", "Titanic Hydra": "223748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "223135", "Warmog's Armor": "3083", "Winter's Approach": "223119", "Wit's End": "223091", "Zeke's Convergence": "223050", "Zhonya's Hourglass": "223157", "Sunfire Aegis": "223068", "Spear Of Shojin": "223161", "Statikk Shiv": "223087" };
|