lol-constants 2.19.0 → 2.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +11 -9
- package/assets/constants/Champion.d.ts +584 -490
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +10805 -6625
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +4 -1
- package/assets/constants/LegendaryItemNames.js +138 -74
- package/assets/constants/RunesReforged.d.ts +48 -69
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +28 -11
- package/assets/constants/StatRunes.js +11 -11
- package/assets/constants/StatRunesByRow.d.ts +6 -6
- package/assets/constants/StatRunesByRow.js +6 -6
- package/assets/constants/Summoner.d.ts +36 -36
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.js +0 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
- package/assets/scripts/generate-categorized-item-keys.js +1 -22
- package/assets/scripts/generate-categorized-item-names.js +0 -20
- package/assets/scripts/generate-rune-ids.js +2 -4
- package/assets/scripts/generate-rune-names.js +2 -4
- package/assets/scripts/generate-stat-rune-ids.js +2 -4
- package/assets/scripts/generate-stat-rune-names.js +2 -4
- package/core/constants/Champions/ChampionIds.d.ts +2 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +2 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +2 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +2 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +2 -0
- package/core/constants/Champions/ChampionNames.js +1 -1
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +3 -1
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +3 -1
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +58 -47
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +58 -47
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +58 -48
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/ItemTypes.d.ts +0 -1
- package/core/constants/Items/ItemTypes.js +0 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +73 -10
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeys.js +1 -1
- package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeysNum.js +1 -1
- package/core/constants/Items/OrnnItemNames.d.ts +0 -8
- package/core/constants/Items/OrnnItemNames.js +1 -1
- package/core/constants/Runes/NonStatRuneIds.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIds.js +1 -1
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
- package/core/constants/Runes/NonStatRuneNames.d.ts +5 -8
- package/core/constants/Runes/NonStatRuneNames.js +1 -1
- package/core/constants/Runes/RuneIconFileNames.js +12 -15
- package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
- package/core/constants/Runes/RunePickingRelationships.js +1 -1
- package/core/constants/Runes/RuneSets.d.ts +73 -97
- package/core/constants/Runes/RuneSets.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
- package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
- package/core/helpers/makeRiotId.d.ts +4 -0
- package/core/helpers/makeRiotId.js +9 -0
- package/core/helpers/splitRiotId.d.ts +2 -2
- package/core/index.d.ts +1 -5
- package/core/index.js +1 -5
- package/package.json +28 -27
- package/assets/constants/MythicItemNames.d.ts +0 -1
- package/assets/constants/MythicItemNames.js +0 -37
- package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
- package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids.js +0 -24
- package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-names.js +0 -22
- package/assets/scripts/helpers/getComment.d.ts +0 -1
- package/assets/scripts/helpers/getComment.js +0 -8
- package/core/constants/Items/MythicItemKeys.d.ts +0 -61
- package/core/constants/Items/MythicItemKeys.js +0 -4
- package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
- package/core/constants/Items/MythicItemKeysNum.js +0 -4
- package/core/constants/Items/MythicItemNames.d.ts +0 -61
- package/core/constants/Items/MythicItemNames.js +0 -4
- package/core/constants/Queues.d.ts +0 -7
- package/core/constants/Queues.js +0 -12
- package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
- package/core/constants/Runes/TreeRuneIds.js +0 -4
- package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
- package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
- package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
- package/core/constants/Runes/TreeRuneNames.js +0 -4
- package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKey.js +0 -8
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
- package/core/helpers/Items/isMythicItemName.d.ts +0 -2
- package/core/helpers/Items/isMythicItemName.js +0 -8
- package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
- package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
- package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
- package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
- package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -44,8 +44,10 @@ export declare const ItemKeysNum: {
|
|
44
44
|
readonly "Tower Power-Up": 1522;
|
45
45
|
readonly "Health Potion": 2003;
|
46
46
|
readonly "Total Biscuit of Everlasting Will": 2010;
|
47
|
-
readonly "Kircheis Shard": 2015;
|
48
47
|
readonly "Steel Sigil": 2019;
|
48
|
+
readonly "The Brutalizer": 2020;
|
49
|
+
readonly Tunneler: 2021;
|
50
|
+
readonly "Glowing Mote": 2022;
|
49
51
|
readonly "Refillable Potion": 2031;
|
50
52
|
readonly "Corrupting Potion": 2033;
|
51
53
|
readonly "Poro-Snax": 2052;
|
@@ -54,24 +56,31 @@ export declare const ItemKeysNum: {
|
|
54
56
|
readonly "Elixir of Iron": 2138;
|
55
57
|
readonly "Elixir of Sorcery": 2139;
|
56
58
|
readonly "Elixir of Wrath": 2140;
|
59
|
+
readonly "Elixir of Skill": 2150;
|
60
|
+
readonly "Elixir of Avarice": 2151;
|
61
|
+
readonly "Elixir of Force": 2152;
|
57
62
|
readonly "Minion Dematerializer": 2403;
|
58
|
-
readonly "
|
59
|
-
readonly
|
60
|
-
readonly "Broken Stopwatch": 2424;
|
63
|
+
readonly "Seeker's Armguard": 2420;
|
64
|
+
readonly "Shattered Armguard": 2421;
|
61
65
|
readonly "Slightly Magical Footwear": 2422;
|
62
|
-
readonly "
|
63
|
-
readonly
|
66
|
+
readonly "Overlord's Bloodmail": 2501;
|
67
|
+
readonly "Unending Despair": 2502;
|
68
|
+
readonly "Blackfire Torch": 2503;
|
69
|
+
readonly "Kaenic Rookern": 2504;
|
70
|
+
readonly "Fated Ashes": 2508;
|
71
|
+
readonly Trailblazer: 3002;
|
64
72
|
readonly "Archangel's Staff": 3003;
|
65
73
|
readonly Manamune: 3004;
|
66
74
|
readonly "Berserker's Greaves": 3006;
|
67
75
|
readonly "Boots of Swiftness": 3009;
|
76
|
+
readonly "Symbiotic Soles": 3010;
|
68
77
|
readonly "Chemtech Putrifier": 3011;
|
69
|
-
readonly "
|
78
|
+
readonly "Synchronized Souls": 3013;
|
70
79
|
readonly "Sorcerer's Shoes": 3020;
|
71
|
-
readonly "Lifewell Pendant": 3023;
|
72
80
|
readonly "Glacial Buckler": 3024;
|
73
81
|
readonly "Guardian Angel": 3026;
|
74
82
|
readonly "Infinity Edge": 3031;
|
83
|
+
readonly "Yun Tal Wildarrows": 3032;
|
75
84
|
readonly "Mortal Reminder": 3033;
|
76
85
|
readonly "Last Whisper": 3035;
|
77
86
|
readonly "Lord Dominik's Regards": 3036;
|
@@ -92,6 +101,7 @@ export declare const ItemKeysNum: {
|
|
92
101
|
readonly "Tear of the Goddess": 3070;
|
93
102
|
readonly "Black Cleaver": 3071;
|
94
103
|
readonly Bloodthirster: 3072;
|
104
|
+
readonly "Experimental Hexplate": 3073;
|
95
105
|
readonly "Ravenous Hydra": 3074;
|
96
106
|
readonly Thornmail: 3075;
|
97
107
|
readonly "Bramble Vest": 3076;
|
@@ -106,10 +116,8 @@ export declare const ItemKeysNum: {
|
|
106
116
|
readonly "Rabadon's Deathcap": 3089;
|
107
117
|
readonly "Wit's End": 3091;
|
108
118
|
readonly "Rapid Firecannon": 3094;
|
109
|
-
readonly Stormrazor: 3095;
|
110
119
|
readonly "Lich Bane": 3100;
|
111
120
|
readonly "Banshee's Veil": 3102;
|
112
|
-
readonly "Aegis of the Legion": 3105;
|
113
121
|
readonly Redemption: 3107;
|
114
122
|
readonly "Fiendish Codex": 3108;
|
115
123
|
readonly "Knight's Vow": 3109;
|
@@ -120,6 +128,7 @@ export declare const ItemKeysNum: {
|
|
120
128
|
readonly "Nashor's Tooth": 3115;
|
121
129
|
readonly "Rylai's Crystal Scepter": 3116;
|
122
130
|
readonly "Mobility Boots": 3117;
|
131
|
+
readonly Malignance: 3118;
|
123
132
|
readonly "Winter's Approach": 3119;
|
124
133
|
readonly Fimbulwinter: 3121;
|
125
134
|
readonly "Executioner's Calling": 3123;
|
@@ -127,11 +136,14 @@ export declare const ItemKeysNum: {
|
|
127
136
|
readonly "Caulfield's Warhammer": 3133;
|
128
137
|
readonly "Serrated Dirk": 3134;
|
129
138
|
readonly "Void Staff": 3135;
|
139
|
+
readonly Cryptbloom: 3137;
|
130
140
|
readonly "Mercurial Scimitar": 3139;
|
131
141
|
readonly "Quicksilver Sash": 3140;
|
132
142
|
readonly "Youmuu's Ghostblade": 3142;
|
133
143
|
readonly "Randuin's Omen": 3143;
|
144
|
+
readonly "Scout's Slingshot": 3144;
|
134
145
|
readonly "Hextech Alternator": 3145;
|
146
|
+
readonly "Haunting Guise": 3147;
|
135
147
|
readonly "Hextech Rocketbelt": 3152;
|
136
148
|
readonly "Blade of The Ruined King": 3153;
|
137
149
|
readonly Hexdrinker: 3155;
|
@@ -140,13 +152,13 @@ export declare const ItemKeysNum: {
|
|
140
152
|
readonly "Ionian Boots of Lucidity": 3158;
|
141
153
|
readonly "Spear of Shojin": 3161;
|
142
154
|
readonly Morellonomicon: 3165;
|
155
|
+
readonly Zephyr: 3172;
|
143
156
|
readonly "Umbral Glaive": 3179;
|
144
157
|
readonly Hullbreaker: 3181;
|
145
158
|
readonly "Locket of the Iron Solari": 3190;
|
146
|
-
readonly "Seeker's Armguard": 3191;
|
147
|
-
readonly "Gargoyle Stoneplate": 3193;
|
148
159
|
readonly "Spectre's Cowl": 3211;
|
149
160
|
readonly "Mikael's Blessing": 3222;
|
161
|
+
readonly Terminus: 3302;
|
150
162
|
readonly "Scarecrow Effigy": 3330;
|
151
163
|
readonly "Stealth Ward": 3340;
|
152
164
|
readonly "Farsight Alteration": 3363;
|
@@ -161,18 +173,14 @@ export declare const ItemKeysNum: {
|
|
161
173
|
readonly "Lost Chapter": 3802;
|
162
174
|
readonly "Catalyst of Aeons": 3803;
|
163
175
|
readonly "Edge of Night": 3814;
|
164
|
-
readonly "
|
165
|
-
readonly
|
166
|
-
readonly "
|
167
|
-
readonly "
|
168
|
-
readonly "
|
169
|
-
readonly "
|
170
|
-
readonly "
|
171
|
-
readonly
|
172
|
-
readonly "Bulwark of the Mountain": 3860;
|
173
|
-
readonly "Spectral Sickle": 3862;
|
174
|
-
readonly "Harrowing Crescent": 3863;
|
175
|
-
readonly "Black Mist Scythe": 3864;
|
176
|
+
readonly "World Atlas": 3865;
|
177
|
+
readonly "Runic Compass": 3866;
|
178
|
+
readonly "Bounty of Worlds": 3867;
|
179
|
+
readonly "Celestial Opposition": 3869;
|
180
|
+
readonly "Dream Maker": 3870;
|
181
|
+
readonly "Zaz'Zak's Realmspike": 3871;
|
182
|
+
readonly "Solstice Sleigh": 3876;
|
183
|
+
readonly Bloodsong: 3877;
|
176
184
|
readonly "Fire at Will500 Silver Serpents": 3901;
|
177
185
|
readonly "Death's Daughter500 Silver Serpents": 3902;
|
178
186
|
readonly "Raise Morale500 Silver Serpents": 3903;
|
@@ -191,69 +199,72 @@ export declare const ItemKeysNum: {
|
|
191
199
|
readonly "Stirring Wardstone": 4641;
|
192
200
|
readonly "Bandleglass Mirror": 4642;
|
193
201
|
readonly "Vigilant Wardstone": 4643;
|
194
|
-
readonly "Crown of the Shattered Queen": 4644;
|
195
202
|
readonly Shadowflame: 4645;
|
196
|
-
readonly
|
197
|
-
readonly "Silvermere Dawn": 6035;
|
203
|
+
readonly Stormsurge: 4646;
|
198
204
|
readonly "Death's Dance": 6333;
|
199
205
|
readonly "Chempunk Chainsword": 6609;
|
206
|
+
readonly "Sundered Sky": 6610;
|
200
207
|
readonly "Staff of Flowing Water": 6616;
|
201
208
|
readonly "Moonstone Renewer": 6617;
|
202
209
|
readonly "Echoes of Helia": 6620;
|
203
|
-
readonly
|
210
|
+
readonly Dawncore: 6621;
|
204
211
|
readonly Stridebreaker: 6631;
|
205
|
-
readonly "
|
206
|
-
readonly "
|
207
|
-
readonly "Luden's Tempest": 6655;
|
208
|
-
readonly Everfrost: 6656;
|
212
|
+
readonly "Liandry's Torment": 6653;
|
213
|
+
readonly "Luden's Companion": 6655;
|
209
214
|
readonly "Rod of Ages": 6657;
|
210
215
|
readonly "Bami's Cinder": 6660;
|
211
216
|
readonly "Iceborn Gauntlet": 6662;
|
212
|
-
readonly "
|
217
|
+
readonly "Hollow Radiance": 6664;
|
213
218
|
readonly "Jak'Sho, The Protean": 6665;
|
214
|
-
readonly "Radiant Virtue": 6667;
|
215
219
|
readonly Noonquiver: 6670;
|
216
|
-
readonly Galeforce: 6671;
|
217
220
|
readonly "Kraken Slayer": 6672;
|
218
221
|
readonly "Immortal Shieldbow": 6673;
|
219
|
-
readonly "Navori
|
222
|
+
readonly "Navori Flickerblade": 6675;
|
220
223
|
readonly "The Collector": 6676;
|
221
|
-
readonly
|
222
|
-
readonly "Duskblade of Draktharr": 6691;
|
224
|
+
readonly Rectrix: 6690;
|
223
225
|
readonly Eclipse: 6692;
|
224
226
|
readonly "Prowler's Claw": 6693;
|
225
227
|
readonly "Serylda's Grudge": 6694;
|
226
228
|
readonly "Serpent's Fang": 6695;
|
227
229
|
readonly "Axiom Arc": 6696;
|
228
|
-
readonly
|
230
|
+
readonly Hubris: 6697;
|
231
|
+
readonly "Profane Hydra": 6698;
|
232
|
+
readonly "Voltaic Cyclosword": 6699;
|
233
|
+
readonly Opportunity: 6701;
|
229
234
|
readonly Syzygy: 7001;
|
230
|
-
readonly "
|
235
|
+
readonly "Rabadon's Deathcrown": 7003;
|
236
|
+
readonly "Enmity of the Masses": 7004;
|
231
237
|
readonly "Frozen Fist": 7005;
|
232
238
|
readonly Typhoon: 7006;
|
239
|
+
readonly Swordnado: 7007;
|
240
|
+
readonly Ataraxia: 7008;
|
233
241
|
readonly "Icathia's Curse": 7009;
|
234
242
|
readonly Vespertide: 7010;
|
235
243
|
readonly "Upgraded Aeropack": 7011;
|
236
244
|
readonly "Liandry's Lament": 7012;
|
237
|
-
readonly "
|
238
|
-
readonly "Eternal Winter": 7014;
|
239
|
-
readonly "Ceaseless Hunger": 7015;
|
245
|
+
readonly "Force of Arms": 7013;
|
240
246
|
readonly Dreamshatter: 7016;
|
241
|
-
readonly Deicide: 7017;
|
242
247
|
readonly "Infinity Force": 7018;
|
243
248
|
readonly "Reliquary of the Golden Dawn": 7019;
|
244
249
|
readonly "Shurelya's Requiem": 7020;
|
245
250
|
readonly Starcaster: 7021;
|
246
|
-
readonly
|
247
|
-
readonly Caesura: 7024;
|
251
|
+
readonly Certainty: 7022;
|
248
252
|
readonly Leviathan: 7025;
|
249
253
|
readonly "The Unspoken Parasite": 7026;
|
250
|
-
readonly "Primordial Dawn": 7027;
|
251
254
|
readonly "Infinite Convergence": 7028;
|
252
255
|
readonly "Youmuu's Wake": 7029;
|
253
256
|
readonly "Seething Sorrow": 7030;
|
254
257
|
readonly "Edge of Finality": 7031;
|
255
258
|
readonly Flicker: 7032;
|
256
259
|
readonly "Cry of the Shrieking City": 7033;
|
260
|
+
readonly "Hope Adrift": 7034;
|
261
|
+
readonly Daybreak: 7035;
|
262
|
+
readonly "T.U.R.B.O.": 7036;
|
263
|
+
readonly "Obsidian Cleaver": 7037;
|
264
|
+
readonly "Shojin's Resolve": 7038;
|
265
|
+
readonly Heavensfall: 7039;
|
266
|
+
readonly "Wyrmfallen Sacrifice": 7041;
|
267
|
+
readonly "The Baron's Gift": 7042;
|
257
268
|
readonly "Gangplank Placeholder": 7050;
|
258
269
|
readonly "Anathema's Chains": 8001;
|
259
270
|
readonly "Abyssal Mask": 8020;
|
@@ -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, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "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, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "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, "
|
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, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "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, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "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, "Steel Sigil": 2019, "The Brutalizer": 2020, "Tunneler": 2021, "Glowing Mote": 2022, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Elixir of Skill": 2150, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Minion Dematerializer": 2403, "Seeker's Armguard": 2420, "Shattered Armguard": 2421, "Slightly Magical Footwear": 2422, "Overlord's Bloodmail": 2501, "Unending Despair": 2502, "Blackfire Torch": 2503, "Kaenic Rookern": 2504, "Fated Ashes": 2508, "Trailblazer": 3002, "Archangel's Staff": 3003, "Manamune": 3004, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Symbiotic Soles": 3010, "Chemtech Putrifier": 3011, "Synchronized Souls": 3013, "Sorcerer's Shoes": 3020, "Glacial Buckler": 3024, "Guardian Angel": 3026, "Infinity Edge": 3031, "Yun Tal Wildarrows": 3032, "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, "Experimental Hexplate": 3073, "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, "Lich Bane": 3100, "Banshee's Veil": 3102, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Malignance": 3118, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Cryptbloom": 3137, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Scout's Slingshot": 3144, "Hextech Alternator": 3145, "Haunting Guise": 3147, "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, "Zephyr": 3172, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Locket of the Iron Solari": 3190, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "Terminus": 3302, "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, "World Atlas": 3865, "Runic Compass": 3866, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Dream Maker": 3870, "Zaz'Zak's Realmspike": 3871, "Solstice Sleigh": 3876, "Bloodsong": 3877, "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, "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, "Shadowflame": 4645, "Stormsurge": 4646, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Sundered Sky": 6610, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Echoes of Helia": 6620, "Dawncore": 6621, "Stridebreaker": 6631, "Liandry's Torment": 6653, "Luden's Companion": 6655, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Hollow Radiance": 6664, "Jak'Sho, The Protean": 6665, "Noonquiver": 6670, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Flickerblade": 6675, "The Collector": 6676, "Rectrix": 6690, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Hubris": 6697, "Profane Hydra": 6698, "Voltaic Cyclosword": 6699, "Opportunity": 6701, "Syzygy": 7001, "Rabadon's Deathcrown": 7003, "Enmity of the Masses": 7004, "Frozen Fist": 7005, "Typhoon": 7006, "Swordnado": 7007, "Ataraxia": 7008, "Icathia's Curse": 7009, "Vespertide": 7010, "Upgraded Aeropack": 7011, "Liandry's Lament": 7012, "Force of Arms": 7013, "Dreamshatter": 7016, "Infinity Force": 7018, "Reliquary of the Golden Dawn": 7019, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Certainty": 7022, "Leviathan": 7025, "The Unspoken Parasite": 7026, "Infinite Convergence": 7028, "Youmuu's Wake": 7029, "Seething Sorrow": 7030, "Edge of Finality": 7031, "Flicker": 7032, "Cry of the Shrieking City": 7033, "Hope Adrift": 7034, "Daybreak": 7035, "T.U.R.B.O.": 7036, "Obsidian Cleaver": 7037, "Shojin's Resolve": 7038, "Heavensfall": 7039, "Wyrmfallen Sacrifice": 7041, "The Baron's Gift": 7042, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };
|
@@ -49,8 +49,10 @@ export declare const ItemNames: {
|
|
49
49
|
readonly "1522": "Tower Power-Up";
|
50
50
|
readonly "2003": "Health Potion";
|
51
51
|
readonly "2010": "Total Biscuit of Everlasting Will";
|
52
|
-
readonly "2015": "Kircheis Shard";
|
53
52
|
readonly "2019": "Steel Sigil";
|
53
|
+
readonly "2020": "The Brutalizer";
|
54
|
+
readonly "2021": "Tunneler";
|
55
|
+
readonly "2022": "Glowing Mote";
|
54
56
|
readonly "2031": "Refillable Potion";
|
55
57
|
readonly "2033": "Corrupting Potion";
|
56
58
|
readonly "2052": "Poro-Snax";
|
@@ -59,25 +61,31 @@ export declare const ItemNames: {
|
|
59
61
|
readonly "2138": "Elixir of Iron";
|
60
62
|
readonly "2139": "Elixir of Sorcery";
|
61
63
|
readonly "2140": "Elixir of Wrath";
|
64
|
+
readonly "2150": "Elixir of Skill";
|
65
|
+
readonly "2151": "Elixir of Avarice";
|
66
|
+
readonly "2152": "Elixir of Force";
|
62
67
|
readonly "2403": "Minion Dematerializer";
|
63
|
-
readonly "
|
64
|
-
readonly "
|
65
|
-
readonly "2421": "Broken Stopwatch";
|
68
|
+
readonly "2420": "Seeker's Armguard";
|
69
|
+
readonly "2421": "Shattered Armguard";
|
66
70
|
readonly "2422": "Slightly Magical Footwear";
|
67
|
-
readonly "
|
68
|
-
readonly "
|
69
|
-
readonly "
|
71
|
+
readonly "2501": "Overlord's Bloodmail";
|
72
|
+
readonly "2502": "Unending Despair";
|
73
|
+
readonly "2503": "Blackfire Torch";
|
74
|
+
readonly "2504": "Kaenic Rookern";
|
75
|
+
readonly "2508": "Fated Ashes";
|
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";
|
81
|
+
readonly "3010": "Symbiotic Soles";
|
74
82
|
readonly "3011": "Chemtech Putrifier";
|
75
|
-
readonly "
|
83
|
+
readonly "3013": "Synchronized Souls";
|
76
84
|
readonly "3020": "Sorcerer's Shoes";
|
77
|
-
readonly "3023": "Lifewell Pendant";
|
78
85
|
readonly "3024": "Glacial Buckler";
|
79
86
|
readonly "3026": "Guardian Angel";
|
80
87
|
readonly "3031": "Infinity Edge";
|
88
|
+
readonly "3032": "Yun Tal Wildarrows";
|
81
89
|
readonly "3033": "Mortal Reminder";
|
82
90
|
readonly "3035": "Last Whisper";
|
83
91
|
readonly "3036": "Lord Dominik's Regards";
|
@@ -98,6 +106,7 @@ export declare const ItemNames: {
|
|
98
106
|
readonly "3070": "Tear of the Goddess";
|
99
107
|
readonly "3071": "Black Cleaver";
|
100
108
|
readonly "3072": "Bloodthirster";
|
109
|
+
readonly "3073": "Experimental Hexplate";
|
101
110
|
readonly "3074": "Ravenous Hydra";
|
102
111
|
readonly "3075": "Thornmail";
|
103
112
|
readonly "3076": "Bramble Vest";
|
@@ -112,10 +121,8 @@ export declare const ItemNames: {
|
|
112
121
|
readonly "3089": "Rabadon's Deathcap";
|
113
122
|
readonly "3091": "Wit's End";
|
114
123
|
readonly "3094": "Rapid Firecannon";
|
115
|
-
readonly "3095": "Stormrazor";
|
116
124
|
readonly "3100": "Lich Bane";
|
117
125
|
readonly "3102": "Banshee's Veil";
|
118
|
-
readonly "3105": "Aegis of the Legion";
|
119
126
|
readonly "3107": "Redemption";
|
120
127
|
readonly "3108": "Fiendish Codex";
|
121
128
|
readonly "3109": "Knight's Vow";
|
@@ -126,6 +133,7 @@ export declare const ItemNames: {
|
|
126
133
|
readonly "3115": "Nashor's Tooth";
|
127
134
|
readonly "3116": "Rylai's Crystal Scepter";
|
128
135
|
readonly "3117": "Mobility Boots";
|
136
|
+
readonly "3118": "Malignance";
|
129
137
|
readonly "3119": "Winter's Approach";
|
130
138
|
readonly "3121": "Fimbulwinter";
|
131
139
|
readonly "3123": "Executioner's Calling";
|
@@ -133,11 +141,14 @@ export declare const ItemNames: {
|
|
133
141
|
readonly "3133": "Caulfield's Warhammer";
|
134
142
|
readonly "3134": "Serrated Dirk";
|
135
143
|
readonly "3135": "Void Staff";
|
144
|
+
readonly "3137": "Cryptbloom";
|
136
145
|
readonly "3139": "Mercurial Scimitar";
|
137
146
|
readonly "3140": "Quicksilver Sash";
|
138
147
|
readonly "3142": "Youmuu's Ghostblade";
|
139
148
|
readonly "3143": "Randuin's Omen";
|
149
|
+
readonly "3144": "Scout's Slingshot";
|
140
150
|
readonly "3145": "Hextech Alternator";
|
151
|
+
readonly "3147": "Haunting Guise";
|
141
152
|
readonly "3152": "Hextech Rocketbelt";
|
142
153
|
readonly "3153": "Blade of The Ruined King";
|
143
154
|
readonly "3155": "Hexdrinker";
|
@@ -146,13 +157,13 @@ export declare const ItemNames: {
|
|
146
157
|
readonly "3158": "Ionian Boots of Lucidity";
|
147
158
|
readonly "3161": "Spear of Shojin";
|
148
159
|
readonly "3165": "Morellonomicon";
|
160
|
+
readonly "3172": "Zephyr";
|
149
161
|
readonly "3179": "Umbral Glaive";
|
150
162
|
readonly "3181": "Hullbreaker";
|
151
163
|
readonly "3190": "Locket of the Iron Solari";
|
152
|
-
readonly "3191": "Seeker's Armguard";
|
153
|
-
readonly "3193": "Gargoyle Stoneplate";
|
154
164
|
readonly "3211": "Spectre's Cowl";
|
155
165
|
readonly "3222": "Mikael's Blessing";
|
166
|
+
readonly "3302": "Terminus";
|
156
167
|
readonly "3330": "Scarecrow Effigy";
|
157
168
|
readonly "3340": "Stealth Ward";
|
158
169
|
readonly "3363": "Farsight Alteration";
|
@@ -168,18 +179,14 @@ export declare const ItemNames: {
|
|
168
179
|
readonly "3802": "Lost Chapter";
|
169
180
|
readonly "3803": "Catalyst of Aeons";
|
170
181
|
readonly "3814": "Edge of Night";
|
171
|
-
readonly "
|
172
|
-
readonly "
|
173
|
-
readonly "
|
174
|
-
readonly "
|
175
|
-
readonly "
|
176
|
-
readonly "
|
177
|
-
readonly "
|
178
|
-
readonly "
|
179
|
-
readonly "3860": "Bulwark of the Mountain";
|
180
|
-
readonly "3862": "Spectral Sickle";
|
181
|
-
readonly "3863": "Harrowing Crescent";
|
182
|
-
readonly "3864": "Black Mist Scythe";
|
182
|
+
readonly "3865": "World Atlas";
|
183
|
+
readonly "3866": "Runic Compass";
|
184
|
+
readonly "3867": "Bounty of Worlds";
|
185
|
+
readonly "3869": "Celestial Opposition";
|
186
|
+
readonly "3870": "Dream Maker";
|
187
|
+
readonly "3871": "Zaz'Zak's Realmspike";
|
188
|
+
readonly "3876": "Solstice Sleigh";
|
189
|
+
readonly "3877": "Bloodsong";
|
183
190
|
readonly "3901": "Fire at Will500 Silver Serpents";
|
184
191
|
readonly "3902": "Death's Daughter500 Silver Serpents";
|
185
192
|
readonly "3903": "Raise Morale500 Silver Serpents";
|
@@ -198,69 +205,72 @@ export declare const ItemNames: {
|
|
198
205
|
readonly "4641": "Stirring Wardstone";
|
199
206
|
readonly "4642": "Bandleglass Mirror";
|
200
207
|
readonly "4643": "Vigilant Wardstone";
|
201
|
-
readonly "4644": "Crown of the Shattered Queen";
|
202
208
|
readonly "4645": "Shadowflame";
|
203
|
-
readonly "
|
204
|
-
readonly "6035": "Silvermere Dawn";
|
209
|
+
readonly "4646": "Stormsurge";
|
205
210
|
readonly "6333": "Death's Dance";
|
206
211
|
readonly "6609": "Chempunk Chainsword";
|
212
|
+
readonly "6610": "Sundered Sky";
|
207
213
|
readonly "6616": "Staff of Flowing Water";
|
208
214
|
readonly "6617": "Moonstone Renewer";
|
209
215
|
readonly "6620": "Echoes of Helia";
|
210
|
-
readonly "
|
216
|
+
readonly "6621": "Dawncore";
|
211
217
|
readonly "6631": "Stridebreaker";
|
212
|
-
readonly "
|
213
|
-
readonly "
|
214
|
-
readonly "6655": "Luden's Tempest";
|
215
|
-
readonly "6656": "Everfrost";
|
218
|
+
readonly "6653": "Liandry's Torment";
|
219
|
+
readonly "6655": "Luden's Companion";
|
216
220
|
readonly "6657": "Rod of Ages";
|
217
221
|
readonly "6660": "Bami's Cinder";
|
218
222
|
readonly "6662": "Iceborn Gauntlet";
|
219
|
-
readonly "6664": "
|
223
|
+
readonly "6664": "Hollow Radiance";
|
220
224
|
readonly "6665": "Jak'Sho, The Protean";
|
221
|
-
readonly "6667": "Radiant Virtue";
|
222
225
|
readonly "6670": "Noonquiver";
|
223
|
-
readonly "6671": "Galeforce";
|
224
226
|
readonly "6672": "Kraken Slayer";
|
225
227
|
readonly "6673": "Immortal Shieldbow";
|
226
|
-
readonly "6675": "Navori
|
228
|
+
readonly "6675": "Navori Flickerblade";
|
227
229
|
readonly "6676": "The Collector";
|
228
|
-
readonly "
|
229
|
-
readonly "6691": "Duskblade of Draktharr";
|
230
|
+
readonly "6690": "Rectrix";
|
230
231
|
readonly "6692": "Eclipse";
|
231
232
|
readonly "6693": "Prowler's Claw";
|
232
233
|
readonly "6694": "Serylda's Grudge";
|
233
234
|
readonly "6695": "Serpent's Fang";
|
234
235
|
readonly "6696": "Axiom Arc";
|
235
|
-
readonly "
|
236
|
+
readonly "6697": "Hubris";
|
237
|
+
readonly "6698": "Profane Hydra";
|
238
|
+
readonly "6699": "Voltaic Cyclosword";
|
239
|
+
readonly "6701": "Opportunity";
|
236
240
|
readonly "7001": "Syzygy";
|
237
|
-
readonly "
|
241
|
+
readonly "7003": "Rabadon's Deathcrown";
|
242
|
+
readonly "7004": "Enmity of the Masses";
|
238
243
|
readonly "7005": "Frozen Fist";
|
239
244
|
readonly "7006": "Typhoon";
|
245
|
+
readonly "7007": "Swordnado";
|
246
|
+
readonly "7008": "Ataraxia";
|
240
247
|
readonly "7009": "Icathia's Curse";
|
241
248
|
readonly "7010": "Vespertide";
|
242
249
|
readonly "7011": "Upgraded Aeropack";
|
243
250
|
readonly "7012": "Liandry's Lament";
|
244
|
-
readonly "7013": "
|
245
|
-
readonly "7014": "Eternal Winter";
|
246
|
-
readonly "7015": "Ceaseless Hunger";
|
251
|
+
readonly "7013": "Force of Arms";
|
247
252
|
readonly "7016": "Dreamshatter";
|
248
|
-
readonly "7017": "Deicide";
|
249
253
|
readonly "7018": "Infinity Force";
|
250
254
|
readonly "7019": "Reliquary of the Golden Dawn";
|
251
255
|
readonly "7020": "Shurelya's Requiem";
|
252
256
|
readonly "7021": "Starcaster";
|
253
|
-
readonly "
|
254
|
-
readonly "7024": "Caesura";
|
257
|
+
readonly "7022": "Certainty";
|
255
258
|
readonly "7025": "Leviathan";
|
256
259
|
readonly "7026": "The Unspoken Parasite";
|
257
|
-
readonly "7027": "Primordial Dawn";
|
258
260
|
readonly "7028": "Infinite Convergence";
|
259
261
|
readonly "7029": "Youmuu's Wake";
|
260
262
|
readonly "7030": "Seething Sorrow";
|
261
263
|
readonly "7031": "Edge of Finality";
|
262
264
|
readonly "7032": "Flicker";
|
263
265
|
readonly "7033": "Cry of the Shrieking City";
|
266
|
+
readonly "7034": "Hope Adrift";
|
267
|
+
readonly "7035": "Daybreak";
|
268
|
+
readonly "7036": "T.U.R.B.O.";
|
269
|
+
readonly "7037": "Obsidian Cleaver";
|
270
|
+
readonly "7038": "Shojin's Resolve";
|
271
|
+
readonly "7039": "Heavensfall";
|
272
|
+
readonly "7041": "Wyrmfallen Sacrifice";
|
273
|
+
readonly "7042": "The Baron's Gift";
|
264
274
|
readonly "7050": "Gangplank Placeholder";
|
265
275
|
readonly "8001": "Anathema's Chains";
|
266
276
|
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", "
|
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", "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", "2420": "Seeker's Armguard", "2421": "Shattered Armguard", "2422": "Slightly Magical Footwear", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "2508": "Fated Ashes", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3011": "Chemtech Putrifier", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "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", "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", "3144": "Scout's Slingshot", "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", "3172": "Zephyr", "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 Flickerblade", "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", "7041": "Wyrmfallen Sacrifice", "7042": "The Baron's Gift", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|