lol-constants 2.18.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) 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/isRiotId.d.ts +5 -0
  63. package/core/helpers/isRiotId.js +19 -0
  64. package/core/helpers/makeRiotId.d.ts +4 -0
  65. package/core/helpers/makeRiotId.js +9 -0
  66. package/core/helpers/splitRiotId.d.ts +10 -0
  67. package/core/helpers/splitRiotId.js +20 -0
  68. package/core/index.d.ts +3 -5
  69. package/core/index.js +3 -5
  70. package/package.json +1 -1
@@ -51,6 +51,9 @@ export declare const ItemNames: {
51
51
  readonly "2010": "Total Biscuit of Everlasting Will";
52
52
  readonly "2015": "Kircheis Shard";
53
53
  readonly "2019": "Steel Sigil";
54
+ readonly "2020": "The Brutalizer";
55
+ readonly "2021": "Tunneler";
56
+ readonly "2022": "Glowing Mote";
54
57
  readonly "2031": "Refillable Potion";
55
58
  readonly "2033": "Corrupting Potion";
56
59
  readonly "2052": "Poro-Snax";
@@ -59,22 +62,24 @@ export declare const ItemNames: {
59
62
  readonly "2138": "Elixir of Iron";
60
63
  readonly "2139": "Elixir of Sorcery";
61
64
  readonly "2140": "Elixir of Wrath";
65
+ readonly "2150": "Elixir of Skill";
66
+ readonly "2151": "Elixir of Avarice";
67
+ readonly "2152": "Elixir of Force";
62
68
  readonly "2403": "Minion Dematerializer";
63
69
  readonly "2419": "Commencing Stopwatch";
64
- readonly "2420": "Stopwatch";
65
- readonly "2421": "Broken Stopwatch";
70
+ readonly "2420": "Seeker's Armguard";
71
+ readonly "2421": "Shattered Armguard";
66
72
  readonly "2422": "Slightly Magical Footwear";
67
73
  readonly "2423": "Perfectly Timed Stopwatch";
68
- readonly "2424": "Broken Stopwatch";
69
- readonly "3001": "Evenshroud";
74
+ readonly "2502": "Unending Despair";
75
+ readonly "2504": "Kaenic Rookern";
76
+ readonly "3002": "Trailblazer";
70
77
  readonly "3003": "Archangel's Staff";
71
78
  readonly "3004": "Manamune";
72
79
  readonly "3006": "Berserker's Greaves";
73
80
  readonly "3009": "Boots of Swiftness";
74
81
  readonly "3011": "Chemtech Putrifier";
75
- readonly "3012": "Chalice of Blessing";
76
82
  readonly "3020": "Sorcerer's Shoes";
77
- readonly "3023": "Lifewell Pendant";
78
83
  readonly "3024": "Glacial Buckler";
79
84
  readonly "3026": "Guardian Angel";
80
85
  readonly "3031": "Infinity Edge";
@@ -98,6 +103,7 @@ export declare const ItemNames: {
98
103
  readonly "3070": "Tear of the Goddess";
99
104
  readonly "3071": "Black Cleaver";
100
105
  readonly "3072": "Bloodthirster";
106
+ readonly "3073": "Experimental Hexplate";
101
107
  readonly "3074": "Ravenous Hydra";
102
108
  readonly "3075": "Thornmail";
103
109
  readonly "3076": "Bramble Vest";
@@ -115,7 +121,6 @@ export declare const ItemNames: {
115
121
  readonly "3095": "Stormrazor";
116
122
  readonly "3100": "Lich Bane";
117
123
  readonly "3102": "Banshee's Veil";
118
- readonly "3105": "Aegis of the Legion";
119
124
  readonly "3107": "Redemption";
120
125
  readonly "3108": "Fiendish Codex";
121
126
  readonly "3109": "Knight's Vow";
@@ -126,6 +131,7 @@ export declare const ItemNames: {
126
131
  readonly "3115": "Nashor's Tooth";
127
132
  readonly "3116": "Rylai's Crystal Scepter";
128
133
  readonly "3117": "Mobility Boots";
134
+ readonly "3118": "Malignance";
129
135
  readonly "3119": "Winter's Approach";
130
136
  readonly "3121": "Fimbulwinter";
131
137
  readonly "3123": "Executioner's Calling";
@@ -133,11 +139,13 @@ export declare const ItemNames: {
133
139
  readonly "3133": "Caulfield's Warhammer";
134
140
  readonly "3134": "Serrated Dirk";
135
141
  readonly "3135": "Void Staff";
142
+ readonly "3137": "Cryptbloom";
136
143
  readonly "3139": "Mercurial Scimitar";
137
144
  readonly "3140": "Quicksilver Sash";
138
145
  readonly "3142": "Youmuu's Ghostblade";
139
146
  readonly "3143": "Randuin's Omen";
140
147
  readonly "3145": "Hextech Alternator";
148
+ readonly "3147": "Haunting Guise";
141
149
  readonly "3152": "Hextech Rocketbelt";
142
150
  readonly "3153": "Blade of The Ruined King";
143
151
  readonly "3155": "Hexdrinker";
@@ -149,10 +157,9 @@ export declare const ItemNames: {
149
157
  readonly "3179": "Umbral Glaive";
150
158
  readonly "3181": "Hullbreaker";
151
159
  readonly "3190": "Locket of the Iron Solari";
152
- readonly "3191": "Seeker's Armguard";
153
- readonly "3193": "Gargoyle Stoneplate";
154
160
  readonly "3211": "Spectre's Cowl";
155
161
  readonly "3222": "Mikael's Blessing";
162
+ readonly "3302": "Terminus";
156
163
  readonly "3330": "Scarecrow Effigy";
157
164
  readonly "3340": "Stealth Ward";
158
165
  readonly "3363": "Farsight Alteration";
@@ -168,18 +175,14 @@ export declare const ItemNames: {
168
175
  readonly "3802": "Lost Chapter";
169
176
  readonly "3803": "Catalyst of Aeons";
170
177
  readonly "3814": "Edge of Night";
171
- readonly "3850": "Spellthief's Edge";
172
- readonly "3851": "Frostfang";
173
- readonly "3853": "Shard of True Ice";
174
- readonly "3854": "Steel Shoulderguards";
175
- readonly "3855": "Runesteel Spaulders";
176
- readonly "3857": "Pauldrons of Whiterock";
177
- readonly "3858": "Relic Shield";
178
- readonly "3859": "Targon's Buckler";
179
- readonly "3860": "Bulwark of the Mountain";
180
- readonly "3862": "Spectral Sickle";
181
- readonly "3863": "Harrowing Crescent";
182
- readonly "3864": "Black Mist Scythe";
178
+ readonly "3865": "World Atlas";
179
+ readonly "3866": "Runic Compass";
180
+ readonly "3867": "Bounty of Worlds";
181
+ readonly "3869": "Celestial Opposition";
182
+ readonly "3870": "Dream Maker";
183
+ readonly "3871": "Zaz'Zak's Realmspike";
184
+ readonly "3876": "Solstice Sleigh";
185
+ readonly "3877": "Bloodsong";
183
186
  readonly "3901": "Fire at Will500 Silver Serpents";
184
187
  readonly "3902": "Death's Daughter500 Silver Serpents";
185
188
  readonly "3903": "Raise Morale500 Silver Serpents";
@@ -198,69 +201,73 @@ export declare const ItemNames: {
198
201
  readonly "4641": "Stirring Wardstone";
199
202
  readonly "4642": "Bandleglass Mirror";
200
203
  readonly "4643": "Vigilant Wardstone";
201
- readonly "4644": "Crown of the Shattered Queen";
202
204
  readonly "4645": "Shadowflame";
203
- readonly "6029": "Ironspike Whip";
204
- readonly "6035": "Silvermere Dawn";
205
+ readonly "4646": "Stormsurge";
205
206
  readonly "6333": "Death's Dance";
206
207
  readonly "6609": "Chempunk Chainsword";
208
+ readonly "6610": "Sundered Sky";
207
209
  readonly "6616": "Staff of Flowing Water";
208
210
  readonly "6617": "Moonstone Renewer";
209
211
  readonly "6620": "Echoes of Helia";
210
- readonly "6630": "Goredrinker";
212
+ readonly "6621": "Dawncore";
211
213
  readonly "6631": "Stridebreaker";
212
- readonly "6632": "Divine Sunderer";
213
- readonly "6653": "Liandry's Anguish";
214
- readonly "6655": "Luden's Tempest";
215
- readonly "6656": "Everfrost";
214
+ readonly "6653": "Liandry's Torment";
215
+ readonly "6655": "Luden's Companion";
216
216
  readonly "6657": "Rod of Ages";
217
217
  readonly "6660": "Bami's Cinder";
218
218
  readonly "6662": "Iceborn Gauntlet";
219
- readonly "6664": "Turbo Chemtank";
219
+ readonly "6664": "Hollow Radiance";
220
220
  readonly "6665": "Jak'Sho, The Protean";
221
- readonly "6667": "Radiant Virtue";
222
221
  readonly "6670": "Noonquiver";
223
- readonly "6671": "Galeforce";
224
222
  readonly "6672": "Kraken Slayer";
225
223
  readonly "6673": "Immortal Shieldbow";
226
224
  readonly "6675": "Navori Quickblades";
227
225
  readonly "6676": "The Collector";
228
- readonly "6677": "Rageknife";
229
- readonly "6691": "Duskblade of Draktharr";
226
+ readonly "6690": "Rectrix";
230
227
  readonly "6692": "Eclipse";
231
228
  readonly "6693": "Prowler's Claw";
232
229
  readonly "6694": "Serylda's Grudge";
233
230
  readonly "6695": "Serpent's Fang";
234
231
  readonly "6696": "Axiom Arc";
235
- readonly "7000": "Sandshrike's Claw";
232
+ readonly "6697": "Hubris";
233
+ readonly "6698": "Profane Hydra";
234
+ readonly "6699": "Voltaic Cyclosword";
235
+ readonly "6701": "Opportunity";
236
236
  readonly "7001": "Syzygy";
237
- readonly "7002": "Draktharr's Shadowcarver";
237
+ readonly "7003": "Rabadon's Deathcrown";
238
+ readonly "7004": "Enmity of the Masses";
238
239
  readonly "7005": "Frozen Fist";
239
240
  readonly "7006": "Typhoon";
241
+ readonly "7007": "Swordnado";
242
+ readonly "7008": "Ataraxia";
240
243
  readonly "7009": "Icathia's Curse";
241
244
  readonly "7010": "Vespertide";
242
245
  readonly "7011": "Upgraded Aeropack";
243
246
  readonly "7012": "Liandry's Lament";
244
- readonly "7013": "Eye of Luden";
245
- readonly "7014": "Eternal Winter";
246
- readonly "7015": "Ceaseless Hunger";
247
+ readonly "7013": "Force of Arms";
247
248
  readonly "7016": "Dreamshatter";
248
- readonly "7017": "Deicide";
249
249
  readonly "7018": "Infinity Force";
250
250
  readonly "7019": "Reliquary of the Golden Dawn";
251
251
  readonly "7020": "Shurelya's Requiem";
252
252
  readonly "7021": "Starcaster";
253
- readonly "7023": "Equinox";
254
- readonly "7024": "Caesura";
253
+ readonly "7022": "Certainty";
255
254
  readonly "7025": "Leviathan";
256
255
  readonly "7026": "The Unspoken Parasite";
257
- readonly "7027": "Primordial Dawn";
258
256
  readonly "7028": "Infinite Convergence";
259
257
  readonly "7029": "Youmuu's Wake";
260
258
  readonly "7030": "Seething Sorrow";
261
259
  readonly "7031": "Edge of Finality";
262
260
  readonly "7032": "Flicker";
263
261
  readonly "7033": "Cry of the Shrieking City";
262
+ readonly "7034": "Hope Adrift";
263
+ readonly "7035": "Daybreak";
264
+ readonly "7036": "T.U.R.B.O.";
265
+ readonly "7037": "Obsidian Cleaver";
266
+ readonly "7038": "Shojin's Resolve";
267
+ readonly "7039": "Heavensfall";
268
+ readonly "7040": "Eye of the Storm";
269
+ readonly "7041": "Wyrmfallen Sacrifice";
270
+ readonly "7042": "The Baron's Gift";
264
271
  readonly "7050": "Gangplank Placeholder";
265
272
  readonly "8001": "Anathema's Chains";
266
273
  readonly "8020": "Abyssal Mask";
@@ -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", "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" };
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", "2020": "The Brutalizer", "2021": "Tunneler", "2022": "Glowing Mote", "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", "2150": "Elixir of Skill", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Seeker's Armguard", "2421": "Shattered Armguard", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2502": "Unending Despair", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3020": "Sorcerer's Shoes", "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", "3073": "Experimental Hexplate", "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", "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", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3147": "Haunting Guise", "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", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3302": "Terminus", "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", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "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", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6670": "Noonquiver", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7003": "Rabadon's Deathcrown", "7004": "Enmity of the Masses", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Swordnado", "7008": "Ataraxia", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Force of Arms", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Certainty", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7034": "Hope Adrift", "7035": "Daybreak", "7036": "T.U.R.B.O.", "7037": "Obsidian Cleaver", "7038": "Shojin's Resolve", "7039": "Heavensfall", "7040": "Eye of the Storm", "7041": "Wyrmfallen Sacrifice", "7042": "The Baron's Gift", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,5 +1,4 @@
1
1
  export declare const ItemTypes: {
2
- readonly Mythic: "Mythic";
3
2
  readonly Legendary: "Legendary";
4
3
  readonly Epic: "Epic";
5
4
  readonly Boots: "Boots";
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isItemType = exports.ItemTypes = void 0;
4
4
  exports.ItemTypes = {
5
- 'Mythic': 'Mythic',
6
5
  'Legendary': 'Legendary',
7
6
  'Epic': 'Epic',
8
7
  'Boots': 'Boots',
@@ -6,30 +6,41 @@ export declare const LegendaryItemKeys: {
6
6
  readonly "Axiom Arc": "6696";
7
7
  readonly "Banshee's Veil": "3102";
8
8
  readonly "Black Cleaver": "3071";
9
- readonly "Black Mist Scythe": "3864";
10
- readonly "Blade of The Ruined King": "3153";
9
+ readonly Bloodsong: "3877";
11
10
  readonly Bloodthirster: "3072";
12
- readonly "Bulwark of the Mountain": "3860";
11
+ readonly "Bounty of Worlds": "3867";
12
+ readonly "Celestial Opposition": "3869";
13
13
  readonly "Chempunk Chainsword": "6609";
14
- readonly "Chemtech Putrifier": "3011";
15
14
  readonly "Cosmic Drive": "4629";
15
+ readonly Cryptbloom: "3137";
16
+ readonly Dawncore: "6621";
16
17
  readonly "Dead Man's Plate": "3742";
17
18
  readonly "Death's Dance": "6333";
18
19
  readonly "Demonic Embrace": "4637";
20
+ readonly "Dream Maker": "3870";
19
21
  readonly "Edge of Night": "3814";
22
+ readonly "Elixir of Avarice": "2151";
23
+ readonly "Elixir of Force": "2152";
20
24
  readonly "Essence Reaver": "3508";
25
+ readonly "Experimental Hexplate": "3073";
21
26
  readonly Fimbulwinter: "3121";
22
27
  readonly "Force of Nature": "4401";
23
28
  readonly "Frozen Heart": "3110";
24
- readonly "Gargoyle Stoneplate": "3193";
29
+ readonly "Glowing Mote": "2022";
25
30
  readonly "Guardian Angel": "3026";
31
+ readonly "Hollow Radiance": "6664";
26
32
  readonly "Horizon Focus": "4628";
33
+ readonly Hubris: "6697";
27
34
  readonly Hullbreaker: "3181";
28
35
  readonly "Immortal Shieldbow": "6673";
36
+ readonly "Imperial Mandate": "4005";
37
+ readonly "Kaenic Rookern": "2504";
29
38
  readonly "Knight's Vow": "3109";
30
39
  readonly "Kraken Slayer": "6672";
31
40
  readonly "Lich Bane": "3100";
32
41
  readonly "Lord Dominik's Regards": "3036";
42
+ readonly "Luden's Companion": "6655";
43
+ readonly Malignance: "3118";
33
44
  readonly Manamune: "3004";
34
45
  readonly "Maw of Malmortius": "3156";
35
46
  readonly "Mejai's Soulstealer": "3041";
@@ -39,38 +50,89 @@ export declare const LegendaryItemKeys: {
39
50
  readonly "Mortal Reminder": "3033";
40
51
  readonly Muramana: "3042";
41
52
  readonly "Nashor's Tooth": "3115";
42
- readonly "Pauldrons of Whiterock": "3857";
53
+ readonly Opportunity: "6701";
43
54
  readonly "Phantom Dancer": "3046";
44
- readonly "Prowler's Claw": "6693";
55
+ readonly "Profane Hydra": "6698";
45
56
  readonly "Rabadon's Deathcap": "3089";
46
57
  readonly "Randuin's Omen": "3143";
47
58
  readonly "Rapid Firecannon": "3094";
48
59
  readonly "Ravenous Hydra": "3074";
60
+ readonly Rectrix: "6690";
49
61
  readonly Redemption: "3107";
50
62
  readonly "Runaan's Hurricane": "3085";
63
+ readonly "Runic Compass": "3866";
51
64
  readonly "Rylai's Crystal Scepter": "3116";
52
65
  readonly "Seraph's Embrace": "3040";
53
66
  readonly "Serpent's Fang": "6695";
54
67
  readonly "Serylda's Grudge": "6694";
55
68
  readonly Shadowflame: "4645";
56
- readonly "Shard of True Ice": "3853";
57
- readonly "Silvermere Dawn": "6035";
69
+ readonly "Shattered Armguard": "2421";
70
+ readonly "Solstice Sleigh": "3876";
71
+ readonly "Spear of Shojin": "3161";
58
72
  readonly "Spirit Visage": "3065";
59
73
  readonly "Staff of Flowing Water": "6616";
74
+ readonly "Statikk Shiv": "3087";
75
+ readonly "Steel Sigil": "2019";
60
76
  readonly "Sterak's Gage": "3053";
61
77
  readonly Stormrazor: "3095";
78
+ readonly Stormsurge: "4646";
79
+ readonly "Sundered Sky": "6610";
80
+ readonly "Sunfire Aegis": "3068";
81
+ readonly Terminus: "3302";
62
82
  readonly "The Collector": "6676";
63
83
  readonly Thornmail: "3075";
64
84
  readonly "Titanic Hydra": "3748";
85
+ readonly Trailblazer: "3002";
86
+ readonly Tunneler: "2021";
65
87
  readonly "Umbral Glaive": "3179";
88
+ readonly "Unending Despair": "2502";
66
89
  readonly "Vigilant Wardstone": "4643";
67
90
  readonly "Void Staff": "3135";
91
+ readonly "Voltaic Cyclosword": "6699";
68
92
  readonly "Warmog's Armor": "3083";
69
93
  readonly "Winter's Approach": "3119";
70
94
  readonly "Wit's End": "3091";
95
+ readonly "World Atlas": "3865";
96
+ readonly "Zaz'Zak's Realmspike": "3871";
71
97
  readonly "Zeke's Convergence": "3050";
72
98
  readonly "Zhonya's Hourglass": "3157";
73
- readonly "Sunfire Aegis": "3068";
74
- readonly "Statikk Shiv": "3087";
99
+ readonly "Echoes of Helia": "6620";
100
+ readonly "Locket of the Iron Solari": "3190";
101
+ readonly "Moonstone Renewer": "6617";
102
+ readonly "Navori Quickblades": "6675";
103
+ readonly "Night Harvester": "4636";
104
+ readonly Riftmaker: "4633";
105
+ readonly "Shurelya's Battlesong": "2065";
106
+ readonly Stridebreaker: "6631";
107
+ readonly "Trinity Force": "3078";
108
+ readonly Eclipse: "6692";
109
+ readonly "Iceborn Gauntlet": "6662";
110
+ readonly "Infinity Edge": "3031";
111
+ readonly "Guinsoo's Rageblade": "3124";
112
+ readonly "Hextech Rocketbelt": "3152";
113
+ readonly "Jak'Sho, The Protean": "6665";
114
+ readonly Heartsteel: "3084";
115
+ readonly "Rod of Ages": "6657";
116
+ readonly "Youmuu's Ghostblade": "3142";
117
+ readonly "Cry of the Shrieking City": "7033";
118
+ readonly Dreamshatter: "7016";
119
+ readonly "Edge of Finality": "7031";
120
+ readonly "Frozen Fist": "7005";
121
+ readonly Flicker: "7032";
122
+ readonly "Infinite Convergence": "7028";
123
+ readonly "Icathia's Curse": "7009";
124
+ readonly "Infinity Force": "7018";
125
+ readonly Leviathan: "7025";
126
+ readonly "Liandry's Lament": "7012";
127
+ readonly "Reliquary of the Golden Dawn": "7019";
128
+ readonly Syzygy: "7001";
129
+ readonly "Shurelya's Requiem": "7020";
130
+ readonly Starcaster: "7021";
131
+ readonly "Seething Sorrow": "7030";
132
+ readonly "The Unspoken Parasite": "7026";
133
+ readonly Typhoon: "7006";
134
+ readonly "Upgraded Aeropack": "7011";
135
+ readonly Vespertide: "7010";
136
+ readonly "Youmuu's Wake": "7029";
75
137
  };
76
138
  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": "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", "Statikk Shiv": "3087" };
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", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Dream Maker": "3870", "Edge of Night": "3814", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Glowing Mote": "2022", "Guardian Angel": "3026", "Hollow Radiance": "6664", "Horizon Focus": "4628", "Hubris": "6697", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kaenic Rookern": "2504", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Luden's Companion": "6655", "Malignance": "3118", "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", "Opportunity": "6701", "Phantom Dancer": "3046", "Profane Hydra": "6698", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Rectrix": "6690", "Redemption": "3107", "Runaan's Hurricane": "3085", "Runic Compass": "3866", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shattered Armguard": "2421", "Solstice Sleigh": "3876", "Spear of Shojin": "3161", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Statikk Shiv": "3087", "Steel Sigil": "2019", "Sterak's Gage": "3053", "Stormrazor": "3095", "Stormsurge": "4646", "Sundered Sky": "6610", "Sunfire Aegis": "3068", "Terminus": "3302", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Trailblazer": "3002", "Tunneler": "2021", "Umbral Glaive": "3179", "Unending Despair": "2502", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Voltaic Cyclosword": "6699", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "World Atlas": "3865", "Zaz'Zak's Realmspike": "3871", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Echoes of Helia": "6620", "Locket of the Iron Solari": "3190", "Moonstone Renewer": "6617", "Navori Quickblades": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Eclipse": "6692", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Jak'Sho, The Protean": "6665", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Cry of the Shrieking City": "7033", "Dreamshatter": "7016", "Edge of Finality": "7031", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "Reliquary of the Golden Dawn": "7019", "Syzygy": "7001", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seething Sorrow": "7030", "The Unspoken Parasite": "7026", "Typhoon": "7006", "Upgraded Aeropack": "7011", "Vespertide": "7010", "Youmuu's Wake": "7029" };
@@ -6,30 +6,41 @@ export declare const LegendaryItemKeysNum: {
6
6
  readonly "Axiom Arc": 6696;
7
7
  readonly "Banshee's Veil": 3102;
8
8
  readonly "Black Cleaver": 3071;
9
- readonly "Black Mist Scythe": 3864;
10
- readonly "Blade of The Ruined King": 3153;
9
+ readonly Bloodsong: 3877;
11
10
  readonly Bloodthirster: 3072;
12
- readonly "Bulwark of the Mountain": 3860;
11
+ readonly "Bounty of Worlds": 3867;
12
+ readonly "Celestial Opposition": 3869;
13
13
  readonly "Chempunk Chainsword": 6609;
14
- readonly "Chemtech Putrifier": 3011;
15
14
  readonly "Cosmic Drive": 4629;
15
+ readonly Cryptbloom: 3137;
16
+ readonly Dawncore: 6621;
16
17
  readonly "Dead Man's Plate": 3742;
17
18
  readonly "Death's Dance": 6333;
18
19
  readonly "Demonic Embrace": 4637;
20
+ readonly "Dream Maker": 3870;
19
21
  readonly "Edge of Night": 3814;
22
+ readonly "Elixir of Avarice": 2151;
23
+ readonly "Elixir of Force": 2152;
20
24
  readonly "Essence Reaver": 3508;
25
+ readonly "Experimental Hexplate": 3073;
21
26
  readonly Fimbulwinter: 3121;
22
27
  readonly "Force of Nature": 4401;
23
28
  readonly "Frozen Heart": 3110;
24
- readonly "Gargoyle Stoneplate": 3193;
29
+ readonly "Glowing Mote": 2022;
25
30
  readonly "Guardian Angel": 3026;
31
+ readonly "Hollow Radiance": 6664;
26
32
  readonly "Horizon Focus": 4628;
33
+ readonly Hubris: 6697;
27
34
  readonly Hullbreaker: 3181;
28
35
  readonly "Immortal Shieldbow": 6673;
36
+ readonly "Imperial Mandate": 4005;
37
+ readonly "Kaenic Rookern": 2504;
29
38
  readonly "Knight's Vow": 3109;
30
39
  readonly "Kraken Slayer": 6672;
31
40
  readonly "Lich Bane": 3100;
32
41
  readonly "Lord Dominik's Regards": 3036;
42
+ readonly "Luden's Companion": 6655;
43
+ readonly Malignance: 3118;
33
44
  readonly Manamune: 3004;
34
45
  readonly "Maw of Malmortius": 3156;
35
46
  readonly "Mejai's Soulstealer": 3041;
@@ -39,38 +50,89 @@ export declare const LegendaryItemKeysNum: {
39
50
  readonly "Mortal Reminder": 3033;
40
51
  readonly Muramana: 3042;
41
52
  readonly "Nashor's Tooth": 3115;
42
- readonly "Pauldrons of Whiterock": 3857;
53
+ readonly Opportunity: 6701;
43
54
  readonly "Phantom Dancer": 3046;
44
- readonly "Prowler's Claw": 6693;
55
+ readonly "Profane Hydra": 6698;
45
56
  readonly "Rabadon's Deathcap": 3089;
46
57
  readonly "Randuin's Omen": 3143;
47
58
  readonly "Rapid Firecannon": 3094;
48
59
  readonly "Ravenous Hydra": 3074;
60
+ readonly Rectrix: 6690;
49
61
  readonly Redemption: 3107;
50
62
  readonly "Runaan's Hurricane": 3085;
63
+ readonly "Runic Compass": 3866;
51
64
  readonly "Rylai's Crystal Scepter": 3116;
52
65
  readonly "Seraph's Embrace": 3040;
53
66
  readonly "Serpent's Fang": 6695;
54
67
  readonly "Serylda's Grudge": 6694;
55
68
  readonly Shadowflame: 4645;
56
- readonly "Shard of True Ice": 3853;
57
- readonly "Silvermere Dawn": 6035;
69
+ readonly "Shattered Armguard": 2421;
70
+ readonly "Solstice Sleigh": 3876;
71
+ readonly "Spear of Shojin": 3161;
58
72
  readonly "Spirit Visage": 3065;
59
73
  readonly "Staff of Flowing Water": 6616;
74
+ readonly "Statikk Shiv": 3087;
75
+ readonly "Steel Sigil": 2019;
60
76
  readonly "Sterak's Gage": 3053;
61
77
  readonly Stormrazor: 3095;
78
+ readonly Stormsurge: 4646;
79
+ readonly "Sundered Sky": 6610;
80
+ readonly "Sunfire Aegis": 3068;
81
+ readonly Terminus: 3302;
62
82
  readonly "The Collector": 6676;
63
83
  readonly Thornmail: 3075;
64
84
  readonly "Titanic Hydra": 3748;
85
+ readonly Trailblazer: 3002;
86
+ readonly Tunneler: 2021;
65
87
  readonly "Umbral Glaive": 3179;
88
+ readonly "Unending Despair": 2502;
66
89
  readonly "Vigilant Wardstone": 4643;
67
90
  readonly "Void Staff": 3135;
91
+ readonly "Voltaic Cyclosword": 6699;
68
92
  readonly "Warmog's Armor": 3083;
69
93
  readonly "Winter's Approach": 3119;
70
94
  readonly "Wit's End": 3091;
95
+ readonly "World Atlas": 3865;
96
+ readonly "Zaz'Zak's Realmspike": 3871;
71
97
  readonly "Zeke's Convergence": 3050;
72
98
  readonly "Zhonya's Hourglass": 3157;
73
- readonly "Sunfire Aegis": 3068;
74
- readonly "Statikk Shiv": 3087;
99
+ readonly "Echoes of Helia": 6620;
100
+ readonly "Locket of the Iron Solari": 3190;
101
+ readonly "Moonstone Renewer": 6617;
102
+ readonly "Navori Quickblades": 6675;
103
+ readonly "Night Harvester": 4636;
104
+ readonly Riftmaker: 4633;
105
+ readonly "Shurelya's Battlesong": 2065;
106
+ readonly Stridebreaker: 6631;
107
+ readonly "Trinity Force": 3078;
108
+ readonly Eclipse: 6692;
109
+ readonly "Iceborn Gauntlet": 6662;
110
+ readonly "Infinity Edge": 3031;
111
+ readonly "Guinsoo's Rageblade": 3124;
112
+ readonly "Hextech Rocketbelt": 3152;
113
+ readonly "Jak'Sho, The Protean": 6665;
114
+ readonly Heartsteel: 3084;
115
+ readonly "Rod of Ages": 6657;
116
+ readonly "Youmuu's Ghostblade": 3142;
117
+ readonly "Cry of the Shrieking City": 7033;
118
+ readonly Dreamshatter: 7016;
119
+ readonly "Edge of Finality": 7031;
120
+ readonly "Frozen Fist": 7005;
121
+ readonly Flicker: 7032;
122
+ readonly "Infinite Convergence": 7028;
123
+ readonly "Icathia's Curse": 7009;
124
+ readonly "Infinity Force": 7018;
125
+ readonly Leviathan: 7025;
126
+ readonly "Liandry's Lament": 7012;
127
+ readonly "Reliquary of the Golden Dawn": 7019;
128
+ readonly Syzygy: 7001;
129
+ readonly "Shurelya's Requiem": 7020;
130
+ readonly Starcaster: 7021;
131
+ readonly "Seething Sorrow": 7030;
132
+ readonly "The Unspoken Parasite": 7026;
133
+ readonly Typhoon: 7006;
134
+ readonly "Upgraded Aeropack": 7011;
135
+ readonly Vespertide: 7010;
136
+ readonly "Youmuu's Wake": 7029;
75
137
  };
76
138
  export type LegendaryItemKeyNum = typeof LegendaryItemKeysNum[keyof typeof LegendaryItemKeysNum];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemKeysNum = void 0;
4
- exports.LegendaryItemKeysNum = { "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, "Statikk Shiv": 3087 };
4
+ exports.LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Dream Maker": 3870, "Edge of Night": 3814, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Glowing Mote": 2022, "Guardian Angel": 3026, "Hollow Radiance": 6664, "Horizon Focus": 4628, "Hubris": 6697, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kaenic Rookern": 2504, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Luden's Companion": 6655, "Malignance": 3118, "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, "Opportunity": 6701, "Phantom Dancer": 3046, "Profane Hydra": 6698, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Rectrix": 6690, "Redemption": 3107, "Runaan's Hurricane": 3085, "Runic Compass": 3866, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shattered Armguard": 2421, "Solstice Sleigh": 3876, "Spear of Shojin": 3161, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Statikk Shiv": 3087, "Steel Sigil": 2019, "Sterak's Gage": 3053, "Stormrazor": 3095, "Stormsurge": 4646, "Sundered Sky": 6610, "Sunfire Aegis": 3068, "Terminus": 3302, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Trailblazer": 3002, "Tunneler": 2021, "Umbral Glaive": 3179, "Unending Despair": 2502, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Voltaic Cyclosword": 6699, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "World Atlas": 3865, "Zaz'Zak's Realmspike": 3871, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Echoes of Helia": 6620, "Locket of the Iron Solari": 3190, "Moonstone Renewer": 6617, "Navori Quickblades": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Eclipse": 6692, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Jak'Sho, The Protean": 6665, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Cry of the Shrieking City": 7033, "Dreamshatter": 7016, "Edge of Finality": 7031, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "Reliquary of the Golden Dawn": 7019, "Syzygy": 7001, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seething Sorrow": 7030, "The Unspoken Parasite": 7026, "Typhoon": 7006, "Upgraded Aeropack": 7011, "Vespertide": 7010, "Youmuu's Wake": 7029 };