lol-constants 2.11.0 → 2.12.1
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/Champion.d.ts +392 -345
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +551 -551
- package/assets/constants/Item.js +1 -1
- package/assets/constants/Summoner.d.ts +1 -1
- package/assets/constants/Summoner.js +1 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +12 -0
- package/assets/scripts/generate-categorized-item-keys.js +12 -0
- package/assets/scripts/generate-categorized-item-names.js +12 -0
- package/assets/scripts/generate-item-keys-num.js +3 -0
- package/assets/scripts/generate-item-keys.js +3 -0
- package/assets/scripts/generate-item-names.js +3 -0
- 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.d.ts +16 -16
- 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 +0 -6
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +130 -156
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +130 -156
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +0 -162
- 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 +0 -66
- 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 +0 -58
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +28 -28
- package/core/constants/Items/OrnnItemKeys.js +1 -1
- package/core/constants/Items/OrnnItemKeysNum.d.ts +28 -28
- package/core/constants/Items/OrnnItemKeysNum.js +1 -1
- package/core/constants/Items/OrnnItemNames.d.ts +0 -28
- package/core/constants/Items/OrnnItemNames.js +1 -1
- package/package.json +2 -2
@@ -10,11 +10,9 @@ export declare const ItemNames: {
|
|
10
10
|
readonly "1029": "Cloth Armor";
|
11
11
|
readonly "1031": "Chain Vest";
|
12
12
|
readonly "1033": "Null-Magic Mantle";
|
13
|
-
readonly "1035": "Emberknife";
|
14
13
|
readonly "1036": "Long Sword";
|
15
14
|
readonly "1037": "Pickaxe";
|
16
15
|
readonly "1038": "B. F. Sword";
|
17
|
-
readonly "1039": "Hailblade";
|
18
16
|
readonly "1040": "Obsidian Edge";
|
19
17
|
readonly "1042": "Dagger";
|
20
18
|
readonly "1043": "Recurve Bow";
|
@@ -30,12 +28,10 @@ export declare const ItemNames: {
|
|
30
28
|
readonly "1101": "Scorchclaw Pup";
|
31
29
|
readonly "1102": "Gustwalker Hatchling";
|
32
30
|
readonly "1103": "Mosstomper Seedling";
|
33
|
-
readonly "1104": "Eye of the Herald";
|
34
31
|
readonly "1500": "Penetrating Bullets";
|
35
32
|
readonly "1501": "Fortification";
|
36
33
|
readonly "1502": "Reinforced Armor";
|
37
34
|
readonly "1503": "Warden's Eye";
|
38
|
-
readonly "1504": "Vanguard";
|
39
35
|
readonly "1506": "Reinforced Armor";
|
40
36
|
readonly "1507": "Overcharged";
|
41
37
|
readonly "1508": "Anti-tower Socks";
|
@@ -57,19 +53,12 @@ export declare const ItemNames: {
|
|
57
53
|
readonly "2019": "Steel Sigil";
|
58
54
|
readonly "2031": "Refillable Potion";
|
59
55
|
readonly "2033": "Corrupting Potion";
|
60
|
-
readonly "2049": "Guardian's Amulet";
|
61
|
-
readonly "2050": "Guardian's Shroud";
|
62
|
-
readonly "2051": "Guardian's Horn";
|
63
56
|
readonly "2052": "Poro-Snax";
|
64
57
|
readonly "2055": "Control Ward";
|
65
58
|
readonly "2065": "Shurelya's Battlesong";
|
66
59
|
readonly "2138": "Elixir of Iron";
|
67
60
|
readonly "2139": "Elixir of Sorcery";
|
68
61
|
readonly "2140": "Elixir of Wrath";
|
69
|
-
readonly "2141": "Cappa Juice";
|
70
|
-
readonly "2142": "Juice of Power";
|
71
|
-
readonly "2143": "Juice of Vitality";
|
72
|
-
readonly "2144": "Juice of Haste";
|
73
62
|
readonly "2403": "Minion Dematerializer";
|
74
63
|
readonly "2419": "Commencing Stopwatch";
|
75
64
|
readonly "2420": "Stopwatch";
|
@@ -80,7 +69,6 @@ export declare const ItemNames: {
|
|
80
69
|
readonly "3001": "Evenshroud";
|
81
70
|
readonly "3003": "Archangel's Staff";
|
82
71
|
readonly "3004": "Manamune";
|
83
|
-
readonly "3005": "Ghostcrawlers";
|
84
72
|
readonly "3006": "Berserker's Greaves";
|
85
73
|
readonly "3009": "Boots of Swiftness";
|
86
74
|
readonly "3011": "Chemtech Putrifier";
|
@@ -93,7 +81,6 @@ export declare const ItemNames: {
|
|
93
81
|
readonly "3033": "Mortal Reminder";
|
94
82
|
readonly "3035": "Last Whisper";
|
95
83
|
readonly "3036": "Lord Dominik's Regards";
|
96
|
-
readonly "3039": "Atma's Reckoning";
|
97
84
|
readonly "3040": "Seraph's Embrace";
|
98
85
|
readonly "3041": "Mejai's Soulstealer";
|
99
86
|
readonly "3042": "Muramana";
|
@@ -134,7 +121,6 @@ export declare const ItemNames: {
|
|
134
121
|
readonly "3109": "Knight's Vow";
|
135
122
|
readonly "3110": "Frozen Heart";
|
136
123
|
readonly "3111": "Mercury's Treads";
|
137
|
-
readonly "3112": "Guardian's Orb";
|
138
124
|
readonly "3113": "Aether Wisp";
|
139
125
|
readonly "3114": "Forbidden Idol";
|
140
126
|
readonly "3115": "Nashor's Tooth";
|
@@ -144,7 +130,6 @@ export declare const ItemNames: {
|
|
144
130
|
readonly "3121": "Fimbulwinter";
|
145
131
|
readonly "3123": "Executioner's Calling";
|
146
132
|
readonly "3124": "Guinsoo's Rageblade";
|
147
|
-
readonly "3128": "Deathfire Grasp";
|
148
133
|
readonly "3133": "Caulfield's Warhammer";
|
149
134
|
readonly "3134": "Serrated Dirk";
|
150
135
|
readonly "3135": "Void Staff";
|
@@ -153,7 +138,6 @@ export declare const ItemNames: {
|
|
153
138
|
readonly "3142": "Youmuu's Ghostblade";
|
154
139
|
readonly "3143": "Randuin's Omen";
|
155
140
|
readonly "3145": "Hextech Alternator";
|
156
|
-
readonly "3146": "Hextech Gunblade";
|
157
141
|
readonly "3152": "Hextech Rocketbelt";
|
158
142
|
readonly "3153": "Blade of The Ruined King";
|
159
143
|
readonly "3155": "Hexdrinker";
|
@@ -162,11 +146,8 @@ export declare const ItemNames: {
|
|
162
146
|
readonly "3158": "Ionian Boots of Lucidity";
|
163
147
|
readonly "3161": "Spear Of Shojin";
|
164
148
|
readonly "3165": "Morellonomicon";
|
165
|
-
readonly "3172": "Zephyr";
|
166
|
-
readonly "3177": "Guardian's Blade";
|
167
149
|
readonly "3179": "Umbral Glaive";
|
168
150
|
readonly "3181": "Hullbreaker";
|
169
|
-
readonly "3184": "Guardian's Hammer";
|
170
151
|
readonly "3190": "Locket of the Iron Solari";
|
171
152
|
readonly "3191": "Seeker's Armguard";
|
172
153
|
readonly "3193": "Gargoyle Stoneplate";
|
@@ -174,15 +155,11 @@ export declare const ItemNames: {
|
|
174
155
|
readonly "3222": "Mikael's Blessing";
|
175
156
|
readonly "3330": "Scarecrow Effigy";
|
176
157
|
readonly "3340": "Stealth Ward";
|
177
|
-
readonly "3348": "Arcane Sweeper";
|
178
|
-
readonly "3349": "Lucent Singularity";
|
179
158
|
readonly "3363": "Farsight Alteration";
|
180
159
|
readonly "3364": "Oracle Lens";
|
181
160
|
readonly "3400": "Your Cut";
|
182
|
-
readonly "3430": "Rite Of Ruin";
|
183
161
|
readonly "3504": "Ardent Censer";
|
184
162
|
readonly "3508": "Essence Reaver";
|
185
|
-
readonly "3513": "Eye of the Herald";
|
186
163
|
readonly "3599": "Kalista's Black Spear";
|
187
164
|
readonly "3600": "Kalista's Black Spear";
|
188
165
|
readonly "3742": "Dead Man's Plate";
|
@@ -207,11 +184,8 @@ export declare const ItemNames: {
|
|
207
184
|
readonly "3902": "Death's Daughter500 Silver Serpents";
|
208
185
|
readonly "3903": "Raise Morale500 Silver Serpents";
|
209
186
|
readonly "3916": "Oblivion Orb";
|
210
|
-
readonly "4004": "Spectral Cutlass";
|
211
187
|
readonly "4005": "Imperial Mandate";
|
212
|
-
readonly "4010": "Bloodletter's Curse";
|
213
188
|
readonly "4401": "Force of Nature";
|
214
|
-
readonly "4403": "The Golden Spatula";
|
215
189
|
readonly "4628": "Horizon Focus";
|
216
190
|
readonly "4629": "Cosmic Drive";
|
217
191
|
readonly "4630": "Blighting Jewel";
|
@@ -290,141 +264,5 @@ export declare const ItemNames: {
|
|
290
264
|
readonly "7050": "Gangplank Placeholder";
|
291
265
|
readonly "8001": "Anathema's Chains";
|
292
266
|
readonly "8020": "Abyssal Mask";
|
293
|
-
readonly "222051": "Guardian's Horn";
|
294
|
-
readonly "222065": "Shurelya's Battlesong";
|
295
|
-
readonly "223001": "Evenshroud";
|
296
|
-
readonly "223003": "Archangel's Staff";
|
297
|
-
readonly "223004": "Manamune";
|
298
|
-
readonly "223006": "Berserker's Greaves";
|
299
|
-
readonly "223009": "Boots of Swiftness";
|
300
|
-
readonly "223011": "Chemtech Putrifier";
|
301
|
-
readonly "223020": "Sorcerer's Shoes";
|
302
|
-
readonly "223026": "Guardian Angel";
|
303
|
-
readonly "223031": "Infinity Edge";
|
304
|
-
readonly "223033": "Mortal Reminder";
|
305
|
-
readonly "223036": "Lord Dominik's Regards";
|
306
|
-
readonly "223040": "Seraph's Embrace";
|
307
|
-
readonly "223042": "Muramana";
|
308
|
-
readonly "223046": "Phantom Dancer";
|
309
|
-
readonly "223047": "Plated Steelcaps";
|
310
|
-
readonly "223050": "Zeke's Convergence";
|
311
|
-
readonly "223053": "Sterak's Gage";
|
312
|
-
readonly "223065": "Spirit Visage";
|
313
|
-
readonly "223068": "Sunfire Aegis";
|
314
|
-
readonly "223071": "Black Cleaver";
|
315
|
-
readonly "223072": "Bloodthirster";
|
316
|
-
readonly "223074": "Ravenous Hydra";
|
317
|
-
readonly "223075": "Thornmail";
|
318
|
-
readonly "223078": "Trinity Force";
|
319
|
-
readonly "223084": "Heartsteel";
|
320
|
-
readonly "223085": "Runaan's Hurricane";
|
321
|
-
readonly "223087": "Statikk Shiv";
|
322
|
-
readonly "223089": "Rabadon's Deathcap";
|
323
|
-
readonly "223091": "Wit's End";
|
324
|
-
readonly "223094": "Rapid Firecannon";
|
325
|
-
readonly "223095": "Stormrazor";
|
326
|
-
readonly "223100": "Lich Bane";
|
327
|
-
readonly "223102": "Banshee's Veil";
|
328
|
-
readonly "223107": "Redemption";
|
329
|
-
readonly "223109": "Knight's Vow";
|
330
|
-
readonly "223110": "Frozen Heart";
|
331
|
-
readonly "223111": "Mercury's Treads";
|
332
|
-
readonly "223112": "Guardian's Orb";
|
333
|
-
readonly "223115": "Nashor's Tooth";
|
334
|
-
readonly "223116": "Rylai's Crystal Scepter";
|
335
|
-
readonly "223119": "Winter's Approach";
|
336
|
-
readonly "223121": "Fimbulwinter";
|
337
|
-
readonly "223124": "Guinsoo's Rageblade";
|
338
|
-
readonly "223135": "Void Staff";
|
339
|
-
readonly "223139": "Mercurial Scimitar";
|
340
|
-
readonly "223142": "Youmuu's Ghostblade";
|
341
|
-
readonly "223143": "Randuin's Omen";
|
342
|
-
readonly "223152": "Hextech Rocketbelt";
|
343
|
-
readonly "223153": "Blade of The Ruined King";
|
344
|
-
readonly "223156": "Maw of Malmortius";
|
345
|
-
readonly "223157": "Zhonya's Hourglass";
|
346
|
-
readonly "223158": "Ionian Boots of Lucidity";
|
347
|
-
readonly "223161": "Spear Of Shojin";
|
348
|
-
readonly "223165": "Morellonomicon";
|
349
|
-
readonly "223177": "Guardian's Blade";
|
350
|
-
readonly "223181": "Hullbreaker";
|
351
|
-
readonly "223184": "Guardian's Hammer";
|
352
|
-
readonly "223185": "Guardian's Dirk";
|
353
|
-
readonly "223190": "Locket of the Iron Solari";
|
354
|
-
readonly "223193": "Gargoyle Stoneplate";
|
355
|
-
readonly "223222": "Mikael's Blessing";
|
356
|
-
readonly "223504": "Ardent Censer";
|
357
|
-
readonly "223508": "Essence Reaver";
|
358
|
-
readonly "223742": "Dead Man's Plate";
|
359
|
-
readonly "223748": "Titanic Hydra";
|
360
|
-
readonly "223814": "Edge of Night";
|
361
|
-
readonly "224005": "Imperial Mandate";
|
362
|
-
readonly "224401": "Force of Nature";
|
363
|
-
readonly "224403": "The Golden Spatula";
|
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";
|
429
267
|
};
|
430
268
|
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", "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", "224403": "The Golden Spatula", "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" };
|
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", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "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", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "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", "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", "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", "3179": "Umbral Glaive", "3181": "Hullbreaker", "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", "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", "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" };
|
@@ -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": "8020";
|
3
|
+
readonly "Anathema's Chains": "8001";
|
4
|
+
readonly "Archangel's Staff": "3003";
|
5
|
+
readonly "Ardent Censer": "3504";
|
6
|
+
readonly "Axiom Arc": "6696";
|
7
|
+
readonly "Banshee's Veil": "3102";
|
8
|
+
readonly "Black Cleaver": "3071";
|
9
9
|
readonly "Black Mist Scythe": "3864";
|
10
|
-
readonly "Blade of The Ruined King": "
|
11
|
-
readonly Bloodthirster: "
|
10
|
+
readonly "Blade of The Ruined King": "3153";
|
11
|
+
readonly Bloodthirster: "3072";
|
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": "6609";
|
14
|
+
readonly "Chemtech Putrifier": "3011";
|
15
|
+
readonly "Cosmic Drive": "4629";
|
16
|
+
readonly "Dead Man's Plate": "3742";
|
17
|
+
readonly "Death's Dance": "6333";
|
18
|
+
readonly "Demonic Embrace": "4637";
|
19
|
+
readonly "Edge of Night": "3814";
|
20
|
+
readonly "Essence Reaver": "3508";
|
21
|
+
readonly Fimbulwinter: "3121";
|
22
|
+
readonly "Force of Nature": "4401";
|
23
|
+
readonly "Frozen Heart": "3110";
|
24
|
+
readonly "Gargoyle Stoneplate": "3193";
|
25
|
+
readonly "Guardian Angel": "3026";
|
26
|
+
readonly "Horizon Focus": "4628";
|
27
|
+
readonly Hullbreaker: "3181";
|
28
|
+
readonly "Immortal Shieldbow": "6673";
|
29
|
+
readonly "Knight's Vow": "3109";
|
30
|
+
readonly "Kraken Slayer": "6672";
|
31
|
+
readonly "Lich Bane": "3100";
|
32
|
+
readonly "Lord Dominik's Regards": "3036";
|
33
|
+
readonly Manamune: "3004";
|
34
|
+
readonly "Maw of Malmortius": "3156";
|
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": "3139";
|
37
|
+
readonly "Mikael's Blessing": "3222";
|
38
|
+
readonly Morellonomicon: "3165";
|
39
|
+
readonly "Mortal Reminder": "3033";
|
40
|
+
readonly Muramana: "3042";
|
41
|
+
readonly "Nashor's Tooth": "3115";
|
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": "3046";
|
44
|
+
readonly "Prowler's Claw": "6693";
|
45
|
+
readonly "Rabadon's Deathcap": "3089";
|
46
|
+
readonly "Randuin's Omen": "3143";
|
47
|
+
readonly "Rapid Firecannon": "3094";
|
48
|
+
readonly "Ravenous Hydra": "3074";
|
49
|
+
readonly Redemption: "3107";
|
50
|
+
readonly "Runaan's Hurricane": "3085";
|
51
|
+
readonly "Rylai's Crystal Scepter": "3116";
|
52
|
+
readonly "Seraph's Embrace": "3040";
|
53
|
+
readonly "Serpent's Fang": "6695";
|
54
|
+
readonly "Serylda's Grudge": "6694";
|
55
|
+
readonly Shadowflame: "4645";
|
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": "6035";
|
58
|
+
readonly "Spirit Visage": "3065";
|
59
|
+
readonly "Staff of Flowing Water": "6616";
|
60
|
+
readonly "Sterak's Gage": "3053";
|
61
|
+
readonly Stormrazor: "3095";
|
62
|
+
readonly "The Collector": "6676";
|
63
|
+
readonly Thornmail: "3075";
|
64
|
+
readonly "Titanic Hydra": "3748";
|
65
65
|
readonly "Umbral Glaive": "3179";
|
66
66
|
readonly "Vigilant Wardstone": "4643";
|
67
|
-
readonly "Void Staff": "
|
67
|
+
readonly "Void Staff": "3135";
|
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": "3119";
|
70
|
+
readonly "Wit's End": "3091";
|
71
|
+
readonly "Zeke's Convergence": "3050";
|
72
|
+
readonly "Zhonya's Hourglass": "3157";
|
73
|
+
readonly "Sunfire Aegis": "3068";
|
74
|
+
readonly "Spear Of Shojin": "3161";
|
75
|
+
readonly "Statikk Shiv": "3087";
|
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": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Horizon Focus": "4628", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Prowler's Claw": "6693", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161", "Statikk Shiv": "3087" };
|