lol-constants 2.7.0 → 2.9.0

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