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.
- package/assets/constants/BootsItemNames.d.ts +0 -5
- package/assets/constants/BootsItemNames.js +1 -8
- package/assets/constants/Champion.d.ts +345 -298
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +6491 -994
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +0 -5
- package/assets/constants/LegendaryItemNames.js +1 -8
- package/assets/constants/MythicItemNames.d.ts +0 -5
- package/assets/constants/MythicItemNames.js +3 -37
- package/assets/constants/OrnnItemNames.d.ts +1 -0
- package/assets/constants/OrnnItemNames.js +33 -0
- package/assets/constants/RunesReforged.d.ts +2 -2
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +0 -4
- package/assets/constants/StatRunes.js +0 -3
- package/assets/constants/StatRunesByRow.d.ts +0 -3
- package/assets/constants/StatRunesByRow.js +0 -3
- package/assets/constants/Summoner.d.ts +96 -32
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.d.ts +0 -5
- package/assets/index.js +6 -5
- package/assets/scripts/generate-categorized-item-keys-num.js +17 -0
- package/assets/scripts/generate-categorized-item-keys.js +17 -0
- package/assets/scripts/generate-categorized-item-names.js +17 -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.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +6 -6
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +6 -0
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +151 -137
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +151 -137
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +151 -3
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +58 -58
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +58 -0
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +31 -0
- package/core/constants/Items/OrnnItemKeys.js +4 -0
- package/core/constants/Items/OrnnItemKeysNum.d.ts +31 -0
- package/core/constants/Items/OrnnItemKeysNum.js +4 -0
- package/core/constants/Items/OrnnItemNames.d.ts +59 -0
- package/core/constants/Items/OrnnItemNames.js +4 -0
- package/core/constants/Spells/SpellIds.d.ts +2 -0
- package/core/constants/Spells/SpellIds.js +1 -1
- package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
- package/core/constants/Spells/SpellIdsByName.js +1 -1
- package/core/constants/Spells/SpellKeys.d.ts +2 -0
- package/core/constants/Spells/SpellKeys.js +1 -1
- package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
- package/core/constants/Spells/SpellKeysNum.js +1 -1
- package/core/constants/Spells/SpellNames.d.ts +2 -0
- package/core/constants/Spells/SpellNames.js +1 -1
- package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
- package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
- package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
- package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
- package/core/helpers/Items/isBootsItemName.d.ts +1 -1
- package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
- package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
- package/core/helpers/Items/isMythicItemName.d.ts +1 -1
- package/core/helpers/Items/isOrnnItemKey.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemKey.js +8 -0
- package/core/helpers/Items/isOrnnItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemKeyNum.js +8 -0
- package/core/helpers/Items/isOrnnItemName.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemName.js +8 -0
- package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
- package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
- package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
- package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
- package/core/index.d.ts +6 -0
- package/core/index.js +6 -0
- package/package.json +2 -2
@@ -53,123 +53,137 @@ export declare const ItemKeys: {
|
|
53
53
|
readonly "Steel Sigil": "2019";
|
54
54
|
readonly "Refillable Potion": "2031";
|
55
55
|
readonly "Corrupting Potion": "2033";
|
56
|
-
readonly "Guardian's
|
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": "
|
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: "
|
70
|
-
readonly "Archangel's Staff": "
|
71
|
-
readonly Manamune: "
|
72
|
-
readonly
|
73
|
-
readonly "
|
74
|
-
readonly "
|
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": "
|
83
|
+
readonly "Sorcerer's Shoes": "223020";
|
77
84
|
readonly "Lifewell Pendant": "3023";
|
78
85
|
readonly "Glacial Buckler": "3024";
|
79
|
-
readonly "Guardian Angel": "
|
80
|
-
readonly "Infinity Edge": "
|
81
|
-
readonly "Mortal Reminder": "
|
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": "
|
84
|
-
readonly "
|
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: "
|
94
|
+
readonly Muramana: "223042";
|
87
95
|
readonly Phage: "3044";
|
88
|
-
readonly "Phantom Dancer": "
|
89
|
-
readonly "Plated Steelcaps": "
|
90
|
-
readonly "Zeke's Convergence": "
|
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": "
|
100
|
+
readonly "Sterak's Gage": "223053";
|
93
101
|
readonly Sheen: "3057";
|
94
|
-
readonly "Spirit Visage": "
|
102
|
+
readonly "Spirit Visage": "223065";
|
95
103
|
readonly "Winged Moonplate": "3066";
|
96
104
|
readonly Kindlegem: "3067";
|
97
|
-
readonly "Sunfire Aegis": "
|
105
|
+
readonly "Sunfire Aegis": "223068";
|
98
106
|
readonly "Tear of the Goddess": "3070";
|
99
|
-
readonly "Black Cleaver": "
|
100
|
-
readonly Bloodthirster: "
|
101
|
-
readonly "Ravenous Hydra": "
|
102
|
-
readonly Thornmail: "
|
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": "
|
113
|
+
readonly "Trinity Force": "223078";
|
106
114
|
readonly "Warden's Mail": "3082";
|
107
115
|
readonly "Warmog's Armor": "3083";
|
108
|
-
readonly Heartsteel: "
|
109
|
-
readonly "Runaan's Hurricane": "
|
116
|
+
readonly Heartsteel: "223084";
|
117
|
+
readonly "Runaan's Hurricane": "223085";
|
110
118
|
readonly Zeal: "3086";
|
111
|
-
readonly "Statikk Shiv": "
|
112
|
-
readonly "Rabadon's Deathcap": "
|
113
|
-
readonly "Wit's End": "
|
114
|
-
readonly "Rapid Firecannon": "
|
115
|
-
readonly Stormrazor: "
|
116
|
-
readonly "Lich Bane": "
|
117
|
-
readonly "Banshee's Veil": "
|
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: "
|
127
|
+
readonly Redemption: "223107";
|
120
128
|
readonly "Fiendish Codex": "3108";
|
121
|
-
readonly "Knight's Vow": "
|
122
|
-
readonly "Frozen Heart": "
|
123
|
-
readonly "Mercury's Treads": "
|
124
|
-
readonly "Guardian's Orb": "
|
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": "
|
128
|
-
readonly "Rylai's Crystal Scepter": "
|
135
|
+
readonly "Nashor's Tooth": "223115";
|
136
|
+
readonly "Rylai's Crystal Scepter": "223116";
|
129
137
|
readonly "Mobility Boots": "3117";
|
130
|
-
readonly "Winter's Approach": "
|
131
|
-
readonly Fimbulwinter: "
|
138
|
+
readonly "Winter's Approach": "223119";
|
139
|
+
readonly Fimbulwinter: "223121";
|
132
140
|
readonly "Executioner's Calling": "3123";
|
133
|
-
readonly "Guinsoo's Rageblade": "
|
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": "
|
137
|
-
readonly "Mercurial Scimitar": "
|
145
|
+
readonly "Void Staff": "223135";
|
146
|
+
readonly "Mercurial Scimitar": "223139";
|
138
147
|
readonly "Quicksilver Sash": "3140";
|
139
|
-
readonly "Youmuu's Ghostblade": "
|
140
|
-
readonly "Randuin's Omen": "
|
148
|
+
readonly "Youmuu's Ghostblade": "223142";
|
149
|
+
readonly "Randuin's Omen": "223143";
|
141
150
|
readonly "Hextech Alternator": "3145";
|
142
|
-
readonly "Hextech
|
143
|
-
readonly "
|
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": "
|
146
|
-
readonly "Zhonya's Hourglass": "
|
147
|
-
readonly "Ionian Boots of Lucidity": "
|
148
|
-
readonly "Spear Of Shojin": "
|
149
|
-
readonly Morellonomicon: "
|
150
|
-
readonly
|
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: "
|
153
|
-
readonly "Guardian's Hammer": "
|
154
|
-
readonly "Locket of the Iron Solari": "
|
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": "
|
167
|
+
readonly "Gargoyle Stoneplate": "223193";
|
157
168
|
readonly "Spectre's Cowl": "3211";
|
158
|
-
readonly "Mikael's Blessing": "
|
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 "
|
165
|
-
readonly "
|
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": "
|
168
|
-
readonly "Titanic Hydra": "
|
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": "
|
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 ItemKeys: {
|
|
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 "
|
190
|
-
readonly "
|
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": "
|
193
|
-
readonly "Cosmic Drive": "
|
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: "
|
212
|
+
readonly Riftmaker: "224633";
|
197
213
|
readonly "Leeching Leer": "4635";
|
198
|
-
readonly "Night Harvester": "
|
199
|
-
readonly "Demonic Embrace": "
|
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": "
|
205
|
-
readonly Shadowflame: "
|
220
|
+
readonly "Crown of the Shattered Queen": "224644";
|
221
|
+
readonly Shadowflame: "224645";
|
206
222
|
readonly "Ironspike Whip": "6029";
|
207
|
-
readonly "Silvermere Dawn": "
|
208
|
-
readonly "Death's Dance": "
|
209
|
-
readonly "Chempunk Chainsword": "
|
210
|
-
readonly "Staff of Flowing Water": "
|
211
|
-
readonly "Moonstone Renewer": "
|
212
|
-
readonly "Echoes of Helia": "
|
213
|
-
readonly Goredrinker: "
|
214
|
-
readonly Stridebreaker: "
|
215
|
-
readonly "Divine Sunderer": "
|
216
|
-
readonly "Liandry's Anguish": "
|
217
|
-
readonly "Luden's Tempest": "
|
218
|
-
readonly Everfrost: "
|
219
|
-
readonly "Rod of Ages": "
|
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": "
|
222
|
-
readonly "Turbo Chemtank": "
|
223
|
-
readonly "Jak'Sho, The Protean": "
|
224
|
-
readonly "Radiant Virtue": "
|
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: "
|
227
|
-
readonly "Kraken Slayer": "
|
228
|
-
readonly "Immortal Shieldbow": "
|
229
|
-
readonly "Navori Quickblades": "
|
230
|
-
readonly "The Collector": "
|
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": "
|
233
|
-
readonly Eclipse: "
|
234
|
-
readonly "Prowler's Claw": "
|
235
|
-
readonly "Serylda's Grudge": "
|
236
|
-
readonly "Serpent's Fang": "
|
237
|
-
readonly "Axiom Arc": "
|
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: "
|
240
|
-
readonly "Draktharr's Shadowcarver": "
|
241
|
-
readonly "Frozen Fist": "
|
242
|
-
readonly Typhoon: "
|
243
|
-
readonly "
|
244
|
-
readonly
|
245
|
-
readonly "
|
246
|
-
readonly
|
247
|
-
readonly "
|
248
|
-
readonly "
|
249
|
-
readonly "
|
250
|
-
readonly
|
251
|
-
readonly
|
252
|
-
readonly
|
253
|
-
readonly
|
254
|
-
readonly "
|
255
|
-
readonly
|
256
|
-
readonly
|
257
|
-
readonly
|
258
|
-
readonly
|
259
|
-
readonly
|
260
|
-
readonly
|
261
|
-
readonly
|
262
|
-
readonly "
|
263
|
-
readonly "
|
264
|
-
readonly "
|
265
|
-
readonly
|
266
|
-
readonly "
|
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": "
|
272
|
-
readonly "Abyssal Mask": "
|
284
|
+
readonly "Anathema's Chains": "228001";
|
285
|
+
readonly "Abyssal Mask": "228020";
|
286
|
+
readonly "Guardian's Dirk": "223185";
|
273
287
|
};
|
274
288
|
export type ItemKey = typeof ItemKeys[keyof typeof ItemKeys];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ItemKeys = void 0;
|
4
|
-
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "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": "
|
4
|
+
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "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" };
|