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
@@ -1,7 +1,6 @@
|
|
1
1
|
export declare const PrimaryRuneTreesByRuneNames: {
|
2
2
|
readonly Domination: {
|
3
3
|
readonly Electrocute: "8112";
|
4
|
-
readonly Predator: "8124";
|
5
4
|
readonly "Dark Harvest": "8128";
|
6
5
|
readonly "Hail of Blades": "9923";
|
7
6
|
readonly "Cheap Shot": "8126";
|
@@ -11,7 +10,6 @@ export declare const PrimaryRuneTreesByRuneNames: {
|
|
11
10
|
readonly "Ghost Poro": "8120";
|
12
11
|
readonly "Eyeball Collection": "8138";
|
13
12
|
readonly "Treasure Hunter": "8135";
|
14
|
-
readonly "Ingenious Hunter": "8134";
|
15
13
|
readonly "Relentless Hunter": "8105";
|
16
14
|
readonly "Ultimate Hunter": "8106";
|
17
15
|
};
|
@@ -21,24 +19,23 @@ export declare const PrimaryRuneTreesByRuneNames: {
|
|
21
19
|
readonly "First Strike": "8369";
|
22
20
|
readonly "Hextech Flashtraption": "8306";
|
23
21
|
readonly "Magical Footwear": "8304";
|
24
|
-
readonly "
|
25
|
-
readonly "
|
26
|
-
readonly "
|
22
|
+
readonly "Cash Back": "8321";
|
23
|
+
readonly "Triple Tonic": "8313";
|
24
|
+
readonly "Time Warp Tonic": "8352";
|
27
25
|
readonly "Biscuit Delivery": "8345";
|
28
26
|
readonly "Cosmic Insight": "8347";
|
29
27
|
readonly "Approach Velocity": "8410";
|
30
|
-
readonly "
|
28
|
+
readonly "Jack Of All Trades": "8316";
|
31
29
|
};
|
32
30
|
readonly Precision: {
|
33
31
|
readonly "Press the Attack": "8005";
|
34
|
-
readonly "Lethal Tempo": "8008";
|
35
32
|
readonly "Fleet Footwork": "8021";
|
36
33
|
readonly Conqueror: "8010";
|
37
|
-
readonly
|
34
|
+
readonly "Absorb Life": "9101";
|
38
35
|
readonly Triumph: "9111";
|
39
36
|
readonly "Presence of Mind": "8009";
|
40
37
|
readonly "Legend: Alacrity": "9104";
|
41
|
-
readonly "Legend:
|
38
|
+
readonly "Legend: Haste": "9105";
|
42
39
|
readonly "Legend: Bloodline": "9103";
|
43
40
|
readonly "Coup de Grace": "8014";
|
44
41
|
readonly "Cut Down": "8017";
|
@@ -82,27 +79,26 @@ export declare const SecondaryRuneTreesByRuneNames: {
|
|
82
79
|
readonly "Ghost Poro": "8120";
|
83
80
|
readonly "Eyeball Collection": "8138";
|
84
81
|
readonly "Treasure Hunter": "8135";
|
85
|
-
readonly "Ingenious Hunter": "8134";
|
86
82
|
readonly "Relentless Hunter": "8105";
|
87
83
|
readonly "Ultimate Hunter": "8106";
|
88
84
|
};
|
89
85
|
readonly Inspiration: {
|
90
86
|
readonly "Hextech Flashtraption": "8306";
|
91
87
|
readonly "Magical Footwear": "8304";
|
92
|
-
readonly "
|
93
|
-
readonly "
|
94
|
-
readonly "
|
88
|
+
readonly "Cash Back": "8321";
|
89
|
+
readonly "Triple Tonic": "8313";
|
90
|
+
readonly "Time Warp Tonic": "8352";
|
95
91
|
readonly "Biscuit Delivery": "8345";
|
96
92
|
readonly "Cosmic Insight": "8347";
|
97
93
|
readonly "Approach Velocity": "8410";
|
98
|
-
readonly "
|
94
|
+
readonly "Jack Of All Trades": "8316";
|
99
95
|
};
|
100
96
|
readonly Precision: {
|
101
|
-
readonly
|
97
|
+
readonly "Absorb Life": "9101";
|
102
98
|
readonly Triumph: "9111";
|
103
99
|
readonly "Presence of Mind": "8009";
|
104
100
|
readonly "Legend: Alacrity": "9104";
|
105
|
-
readonly "Legend:
|
101
|
+
readonly "Legend: Haste": "9105";
|
106
102
|
readonly "Legend: Bloodline": "9103";
|
107
103
|
readonly "Coup de Grace": "8014";
|
108
104
|
readonly "Cut Down": "8017";
|
@@ -133,14 +129,12 @@ export declare const SecondaryRuneTreesByRuneNames: {
|
|
133
129
|
};
|
134
130
|
export declare const KeystoneIds: {
|
135
131
|
readonly Electrocute: "8112";
|
136
|
-
readonly Predator: "8124";
|
137
132
|
readonly "Dark Harvest": "8128";
|
138
133
|
readonly "Hail of Blades": "9923";
|
139
134
|
readonly "Glacial Augment": "8351";
|
140
135
|
readonly "Unsealed Spellbook": "8360";
|
141
136
|
readonly "First Strike": "8369";
|
142
137
|
readonly "Press the Attack": "8005";
|
143
|
-
readonly "Lethal Tempo": "8008";
|
144
138
|
readonly "Fleet Footwork": "8021";
|
145
139
|
readonly Conqueror: "8010";
|
146
140
|
readonly "Grasp of the Undying": "8437";
|
@@ -154,12 +148,12 @@ export declare const StatRuneIds: {
|
|
154
148
|
readonly "Offense (AS)": "5005";
|
155
149
|
readonly "Offense (AH)": "5007";
|
156
150
|
readonly "Offense (AF)": "5008";
|
157
|
-
readonly "Flex (AR)": "5002f";
|
158
|
-
readonly "Flex (MR)": "5003f";
|
159
151
|
readonly "Flex (AF)": "5008f";
|
160
|
-
readonly "
|
161
|
-
readonly "
|
162
|
-
readonly "Defense (
|
152
|
+
readonly "Flex (MS)": "5010f";
|
153
|
+
readonly "Flex (HP+)": "5001f";
|
154
|
+
readonly "Defense (HP+)": "5001";
|
155
|
+
readonly "Defense (HP)": "5011";
|
156
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
163
157
|
};
|
164
158
|
/**
|
165
159
|
* There are 3 main Rune ID types:
|
@@ -188,24 +182,24 @@ export declare const RuneIds: {
|
|
188
182
|
readonly "Offense (AS)": "5005";
|
189
183
|
readonly "Offense (AH)": "5007";
|
190
184
|
readonly "Offense (AF)": "5008";
|
191
|
-
readonly "Flex (AR)": "5002f";
|
192
|
-
readonly "Flex (MR)": "5003f";
|
193
185
|
readonly "Flex (AF)": "5008f";
|
194
|
-
readonly "
|
195
|
-
readonly "
|
196
|
-
readonly "Defense (
|
186
|
+
readonly "Flex (MS)": "5010f";
|
187
|
+
readonly "Flex (HP+)": "5001f";
|
188
|
+
readonly "Defense (HP+)": "5001";
|
189
|
+
readonly "Defense (HP)": "5011";
|
190
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
197
191
|
readonly "Glacial Augment": "8351";
|
198
192
|
readonly "Unsealed Spellbook": "8360";
|
199
193
|
readonly "First Strike": "8369";
|
200
194
|
readonly "Hextech Flashtraption": "8306";
|
201
195
|
readonly "Magical Footwear": "8304";
|
202
|
-
readonly "
|
203
|
-
readonly "
|
204
|
-
readonly "
|
196
|
+
readonly "Cash Back": "8321";
|
197
|
+
readonly "Triple Tonic": "8313";
|
198
|
+
readonly "Time Warp Tonic": "8352";
|
205
199
|
readonly "Biscuit Delivery": "8345";
|
206
200
|
readonly "Cosmic Insight": "8347";
|
207
201
|
readonly "Approach Velocity": "8410";
|
208
|
-
readonly "
|
202
|
+
readonly "Jack Of All Trades": "8316";
|
209
203
|
readonly "Grasp of the Undying": "8437";
|
210
204
|
readonly Aftershock: "8439";
|
211
205
|
readonly Guardian: "8465";
|
@@ -231,7 +225,6 @@ export declare const RuneIds: {
|
|
231
225
|
readonly Waterwalking: "8232";
|
232
226
|
readonly "Gathering Storm": "8236";
|
233
227
|
readonly Electrocute: "8112";
|
234
|
-
readonly Predator: "8124";
|
235
228
|
readonly "Dark Harvest": "8128";
|
236
229
|
readonly "Hail of Blades": "9923";
|
237
230
|
readonly "Cheap Shot": "8126";
|
@@ -241,18 +234,16 @@ export declare const RuneIds: {
|
|
241
234
|
readonly "Ghost Poro": "8120";
|
242
235
|
readonly "Eyeball Collection": "8138";
|
243
236
|
readonly "Treasure Hunter": "8135";
|
244
|
-
readonly "Ingenious Hunter": "8134";
|
245
237
|
readonly "Relentless Hunter": "8105";
|
246
238
|
readonly "Ultimate Hunter": "8106";
|
247
239
|
readonly "Press the Attack": "8005";
|
248
|
-
readonly "Lethal Tempo": "8008";
|
249
240
|
readonly "Fleet Footwork": "8021";
|
250
241
|
readonly Conqueror: "8010";
|
251
|
-
readonly
|
242
|
+
readonly "Absorb Life": "9101";
|
252
243
|
readonly Triumph: "9111";
|
253
244
|
readonly "Presence of Mind": "8009";
|
254
245
|
readonly "Legend: Alacrity": "9104";
|
255
|
-
readonly "Legend:
|
246
|
+
readonly "Legend: Haste": "9105";
|
256
247
|
readonly "Legend: Bloodline": "9103";
|
257
248
|
readonly "Coup de Grace": "8014";
|
258
249
|
readonly "Cut Down": "8017";
|
@@ -285,7 +276,6 @@ export declare const RuneHSetsByRuneNames: {
|
|
285
276
|
readonly Domination: {
|
286
277
|
readonly "0": {
|
287
278
|
readonly Electrocute: "8112";
|
288
|
-
readonly Predator: "8124";
|
289
279
|
readonly "Dark Harvest": "8128";
|
290
280
|
readonly "Hail of Blades": "9923";
|
291
281
|
};
|
@@ -301,7 +291,6 @@ export declare const RuneHSetsByRuneNames: {
|
|
301
291
|
};
|
302
292
|
readonly "3": {
|
303
293
|
readonly "Treasure Hunter": "8135";
|
304
|
-
readonly "Ingenious Hunter": "8134";
|
305
294
|
readonly "Relentless Hunter": "8105";
|
306
295
|
readonly "Ultimate Hunter": "8106";
|
307
296
|
};
|
@@ -315,34 +304,33 @@ export declare const RuneHSetsByRuneNames: {
|
|
315
304
|
readonly "1": {
|
316
305
|
readonly "Hextech Flashtraption": "8306";
|
317
306
|
readonly "Magical Footwear": "8304";
|
318
|
-
readonly "
|
307
|
+
readonly "Cash Back": "8321";
|
319
308
|
};
|
320
309
|
readonly "2": {
|
321
|
-
readonly "
|
322
|
-
readonly "
|
310
|
+
readonly "Triple Tonic": "8313";
|
311
|
+
readonly "Time Warp Tonic": "8352";
|
323
312
|
readonly "Biscuit Delivery": "8345";
|
324
313
|
};
|
325
314
|
readonly "3": {
|
326
315
|
readonly "Cosmic Insight": "8347";
|
327
316
|
readonly "Approach Velocity": "8410";
|
328
|
-
readonly "
|
317
|
+
readonly "Jack Of All Trades": "8316";
|
329
318
|
};
|
330
319
|
};
|
331
320
|
readonly Precision: {
|
332
321
|
readonly "0": {
|
333
322
|
readonly "Press the Attack": "8005";
|
334
|
-
readonly "Lethal Tempo": "8008";
|
335
323
|
readonly "Fleet Footwork": "8021";
|
336
324
|
readonly Conqueror: "8010";
|
337
325
|
};
|
338
326
|
readonly "1": {
|
339
|
-
readonly
|
327
|
+
readonly "Absorb Life": "9101";
|
340
328
|
readonly Triumph: "9111";
|
341
329
|
readonly "Presence of Mind": "8009";
|
342
330
|
};
|
343
331
|
readonly "2": {
|
344
332
|
readonly "Legend: Alacrity": "9104";
|
345
|
-
readonly "Legend:
|
333
|
+
readonly "Legend: Haste": "9105";
|
346
334
|
readonly "Legend: Bloodline": "9103";
|
347
335
|
};
|
348
336
|
readonly "3": {
|
@@ -403,24 +391,23 @@ export declare const StatRuneHSetsByRuneNames: {
|
|
403
391
|
readonly "Offense (AF)": "5008";
|
404
392
|
};
|
405
393
|
readonly "1": {
|
406
|
-
readonly "Flex (AR)": "5002f";
|
407
|
-
readonly "Flex (MR)": "5003f";
|
408
394
|
readonly "Flex (AF)": "5008f";
|
395
|
+
readonly "Flex (MS)": "5010f";
|
396
|
+
readonly "Flex (HP+)": "5001f";
|
409
397
|
};
|
410
398
|
readonly "2": {
|
411
|
-
readonly "Defense (HP)": "5001";
|
412
|
-
readonly "Defense (
|
413
|
-
readonly "Defense (
|
399
|
+
readonly "Defense (HP+)": "5001";
|
400
|
+
readonly "Defense (HP)": "5011";
|
401
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
414
402
|
};
|
415
403
|
};
|
416
404
|
/**
|
417
|
-
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of
|
405
|
+
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 69 runes in the game.
|
418
406
|
*/
|
419
407
|
export declare const RuneSetsByRuneNames: {
|
420
408
|
readonly PrimaryRuneTreesByRuneNames: {
|
421
409
|
readonly Domination: {
|
422
410
|
readonly Electrocute: "8112";
|
423
|
-
readonly Predator: "8124";
|
424
411
|
readonly "Dark Harvest": "8128";
|
425
412
|
readonly "Hail of Blades": "9923";
|
426
413
|
readonly "Cheap Shot": "8126";
|
@@ -430,7 +417,6 @@ export declare const RuneSetsByRuneNames: {
|
|
430
417
|
readonly "Ghost Poro": "8120";
|
431
418
|
readonly "Eyeball Collection": "8138";
|
432
419
|
readonly "Treasure Hunter": "8135";
|
433
|
-
readonly "Ingenious Hunter": "8134";
|
434
420
|
readonly "Relentless Hunter": "8105";
|
435
421
|
readonly "Ultimate Hunter": "8106";
|
436
422
|
};
|
@@ -440,24 +426,23 @@ export declare const RuneSetsByRuneNames: {
|
|
440
426
|
readonly "First Strike": "8369";
|
441
427
|
readonly "Hextech Flashtraption": "8306";
|
442
428
|
readonly "Magical Footwear": "8304";
|
443
|
-
readonly "
|
444
|
-
readonly "
|
445
|
-
readonly "
|
429
|
+
readonly "Cash Back": "8321";
|
430
|
+
readonly "Triple Tonic": "8313";
|
431
|
+
readonly "Time Warp Tonic": "8352";
|
446
432
|
readonly "Biscuit Delivery": "8345";
|
447
433
|
readonly "Cosmic Insight": "8347";
|
448
434
|
readonly "Approach Velocity": "8410";
|
449
|
-
readonly "
|
435
|
+
readonly "Jack Of All Trades": "8316";
|
450
436
|
};
|
451
437
|
readonly Precision: {
|
452
438
|
readonly "Press the Attack": "8005";
|
453
|
-
readonly "Lethal Tempo": "8008";
|
454
439
|
readonly "Fleet Footwork": "8021";
|
455
440
|
readonly Conqueror: "8010";
|
456
|
-
readonly
|
441
|
+
readonly "Absorb Life": "9101";
|
457
442
|
readonly Triumph: "9111";
|
458
443
|
readonly "Presence of Mind": "8009";
|
459
444
|
readonly "Legend: Alacrity": "9104";
|
460
|
-
readonly "Legend:
|
445
|
+
readonly "Legend: Haste": "9105";
|
461
446
|
readonly "Legend: Bloodline": "9103";
|
462
447
|
readonly "Coup de Grace": "8014";
|
463
448
|
readonly "Cut Down": "8017";
|
@@ -501,27 +486,26 @@ export declare const RuneSetsByRuneNames: {
|
|
501
486
|
readonly "Ghost Poro": "8120";
|
502
487
|
readonly "Eyeball Collection": "8138";
|
503
488
|
readonly "Treasure Hunter": "8135";
|
504
|
-
readonly "Ingenious Hunter": "8134";
|
505
489
|
readonly "Relentless Hunter": "8105";
|
506
490
|
readonly "Ultimate Hunter": "8106";
|
507
491
|
};
|
508
492
|
readonly Inspiration: {
|
509
493
|
readonly "Hextech Flashtraption": "8306";
|
510
494
|
readonly "Magical Footwear": "8304";
|
511
|
-
readonly "
|
512
|
-
readonly "
|
513
|
-
readonly "
|
495
|
+
readonly "Cash Back": "8321";
|
496
|
+
readonly "Triple Tonic": "8313";
|
497
|
+
readonly "Time Warp Tonic": "8352";
|
514
498
|
readonly "Biscuit Delivery": "8345";
|
515
499
|
readonly "Cosmic Insight": "8347";
|
516
500
|
readonly "Approach Velocity": "8410";
|
517
|
-
readonly "
|
501
|
+
readonly "Jack Of All Trades": "8316";
|
518
502
|
};
|
519
503
|
readonly Precision: {
|
520
|
-
readonly
|
504
|
+
readonly "Absorb Life": "9101";
|
521
505
|
readonly Triumph: "9111";
|
522
506
|
readonly "Presence of Mind": "8009";
|
523
507
|
readonly "Legend: Alacrity": "9104";
|
524
|
-
readonly "Legend:
|
508
|
+
readonly "Legend: Haste": "9105";
|
525
509
|
readonly "Legend: Bloodline": "9103";
|
526
510
|
readonly "Coup de Grace": "8014";
|
527
511
|
readonly "Cut Down": "8017";
|
@@ -552,14 +536,12 @@ export declare const RuneSetsByRuneNames: {
|
|
552
536
|
};
|
553
537
|
readonly KeystoneIds: {
|
554
538
|
readonly Electrocute: "8112";
|
555
|
-
readonly Predator: "8124";
|
556
539
|
readonly "Dark Harvest": "8128";
|
557
540
|
readonly "Hail of Blades": "9923";
|
558
541
|
readonly "Glacial Augment": "8351";
|
559
542
|
readonly "Unsealed Spellbook": "8360";
|
560
543
|
readonly "First Strike": "8369";
|
561
544
|
readonly "Press the Attack": "8005";
|
562
|
-
readonly "Lethal Tempo": "8008";
|
563
545
|
readonly "Fleet Footwork": "8021";
|
564
546
|
readonly Conqueror: "8010";
|
565
547
|
readonly "Grasp of the Undying": "8437";
|
@@ -573,35 +555,35 @@ export declare const RuneSetsByRuneNames: {
|
|
573
555
|
readonly "Offense (AS)": "5005";
|
574
556
|
readonly "Offense (AH)": "5007";
|
575
557
|
readonly "Offense (AF)": "5008";
|
576
|
-
readonly "Flex (AR)": "5002f";
|
577
|
-
readonly "Flex (MR)": "5003f";
|
578
558
|
readonly "Flex (AF)": "5008f";
|
579
|
-
readonly "
|
580
|
-
readonly "
|
581
|
-
readonly "Defense (
|
559
|
+
readonly "Flex (MS)": "5010f";
|
560
|
+
readonly "Flex (HP+)": "5001f";
|
561
|
+
readonly "Defense (HP+)": "5001";
|
562
|
+
readonly "Defense (HP)": "5011";
|
563
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
582
564
|
};
|
583
565
|
readonly RuneIds: {
|
584
566
|
readonly "Offense (AS)": "5005";
|
585
567
|
readonly "Offense (AH)": "5007";
|
586
568
|
readonly "Offense (AF)": "5008";
|
587
|
-
readonly "Flex (AR)": "5002f";
|
588
|
-
readonly "Flex (MR)": "5003f";
|
589
569
|
readonly "Flex (AF)": "5008f";
|
590
|
-
readonly "
|
591
|
-
readonly "
|
592
|
-
readonly "Defense (
|
570
|
+
readonly "Flex (MS)": "5010f";
|
571
|
+
readonly "Flex (HP+)": "5001f";
|
572
|
+
readonly "Defense (HP+)": "5001";
|
573
|
+
readonly "Defense (HP)": "5011";
|
574
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
593
575
|
readonly "Glacial Augment": "8351";
|
594
576
|
readonly "Unsealed Spellbook": "8360";
|
595
577
|
readonly "First Strike": "8369";
|
596
578
|
readonly "Hextech Flashtraption": "8306";
|
597
579
|
readonly "Magical Footwear": "8304";
|
598
|
-
readonly "
|
599
|
-
readonly "
|
600
|
-
readonly "
|
580
|
+
readonly "Cash Back": "8321";
|
581
|
+
readonly "Triple Tonic": "8313";
|
582
|
+
readonly "Time Warp Tonic": "8352";
|
601
583
|
readonly "Biscuit Delivery": "8345";
|
602
584
|
readonly "Cosmic Insight": "8347";
|
603
585
|
readonly "Approach Velocity": "8410";
|
604
|
-
readonly "
|
586
|
+
readonly "Jack Of All Trades": "8316";
|
605
587
|
readonly "Grasp of the Undying": "8437";
|
606
588
|
readonly Aftershock: "8439";
|
607
589
|
readonly Guardian: "8465";
|
@@ -627,7 +609,6 @@ export declare const RuneSetsByRuneNames: {
|
|
627
609
|
readonly Waterwalking: "8232";
|
628
610
|
readonly "Gathering Storm": "8236";
|
629
611
|
readonly Electrocute: "8112";
|
630
|
-
readonly Predator: "8124";
|
631
612
|
readonly "Dark Harvest": "8128";
|
632
613
|
readonly "Hail of Blades": "9923";
|
633
614
|
readonly "Cheap Shot": "8126";
|
@@ -637,18 +618,16 @@ export declare const RuneSetsByRuneNames: {
|
|
637
618
|
readonly "Ghost Poro": "8120";
|
638
619
|
readonly "Eyeball Collection": "8138";
|
639
620
|
readonly "Treasure Hunter": "8135";
|
640
|
-
readonly "Ingenious Hunter": "8134";
|
641
621
|
readonly "Relentless Hunter": "8105";
|
642
622
|
readonly "Ultimate Hunter": "8106";
|
643
623
|
readonly "Press the Attack": "8005";
|
644
|
-
readonly "Lethal Tempo": "8008";
|
645
624
|
readonly "Fleet Footwork": "8021";
|
646
625
|
readonly Conqueror: "8010";
|
647
|
-
readonly
|
626
|
+
readonly "Absorb Life": "9101";
|
648
627
|
readonly Triumph: "9111";
|
649
628
|
readonly "Presence of Mind": "8009";
|
650
629
|
readonly "Legend: Alacrity": "9104";
|
651
|
-
readonly "Legend:
|
630
|
+
readonly "Legend: Haste": "9105";
|
652
631
|
readonly "Legend: Bloodline": "9103";
|
653
632
|
readonly "Coup de Grace": "8014";
|
654
633
|
readonly "Cut Down": "8017";
|
@@ -658,7 +637,6 @@ export declare const RuneSetsByRuneNames: {
|
|
658
637
|
readonly Domination: {
|
659
638
|
readonly "0": {
|
660
639
|
readonly Electrocute: "8112";
|
661
|
-
readonly Predator: "8124";
|
662
640
|
readonly "Dark Harvest": "8128";
|
663
641
|
readonly "Hail of Blades": "9923";
|
664
642
|
};
|
@@ -674,7 +652,6 @@ export declare const RuneSetsByRuneNames: {
|
|
674
652
|
};
|
675
653
|
readonly "3": {
|
676
654
|
readonly "Treasure Hunter": "8135";
|
677
|
-
readonly "Ingenious Hunter": "8134";
|
678
655
|
readonly "Relentless Hunter": "8105";
|
679
656
|
readonly "Ultimate Hunter": "8106";
|
680
657
|
};
|
@@ -688,34 +665,33 @@ export declare const RuneSetsByRuneNames: {
|
|
688
665
|
readonly "1": {
|
689
666
|
readonly "Hextech Flashtraption": "8306";
|
690
667
|
readonly "Magical Footwear": "8304";
|
691
|
-
readonly "
|
668
|
+
readonly "Cash Back": "8321";
|
692
669
|
};
|
693
670
|
readonly "2": {
|
694
|
-
readonly "
|
695
|
-
readonly "
|
671
|
+
readonly "Triple Tonic": "8313";
|
672
|
+
readonly "Time Warp Tonic": "8352";
|
696
673
|
readonly "Biscuit Delivery": "8345";
|
697
674
|
};
|
698
675
|
readonly "3": {
|
699
676
|
readonly "Cosmic Insight": "8347";
|
700
677
|
readonly "Approach Velocity": "8410";
|
701
|
-
readonly "
|
678
|
+
readonly "Jack Of All Trades": "8316";
|
702
679
|
};
|
703
680
|
};
|
704
681
|
readonly Precision: {
|
705
682
|
readonly "0": {
|
706
683
|
readonly "Press the Attack": "8005";
|
707
|
-
readonly "Lethal Tempo": "8008";
|
708
684
|
readonly "Fleet Footwork": "8021";
|
709
685
|
readonly Conqueror: "8010";
|
710
686
|
};
|
711
687
|
readonly "1": {
|
712
|
-
readonly
|
688
|
+
readonly "Absorb Life": "9101";
|
713
689
|
readonly Triumph: "9111";
|
714
690
|
readonly "Presence of Mind": "8009";
|
715
691
|
};
|
716
692
|
readonly "2": {
|
717
693
|
readonly "Legend: Alacrity": "9104";
|
718
|
-
readonly "Legend:
|
694
|
+
readonly "Legend: Haste": "9105";
|
719
695
|
readonly "Legend: Bloodline": "9103";
|
720
696
|
};
|
721
697
|
readonly "3": {
|
@@ -776,14 +752,14 @@ export declare const RuneSetsByRuneNames: {
|
|
776
752
|
readonly "Offense (AF)": "5008";
|
777
753
|
};
|
778
754
|
readonly "1": {
|
779
|
-
readonly "Flex (AR)": "5002f";
|
780
|
-
readonly "Flex (MR)": "5003f";
|
781
755
|
readonly "Flex (AF)": "5008f";
|
756
|
+
readonly "Flex (MS)": "5010f";
|
757
|
+
readonly "Flex (HP+)": "5001f";
|
782
758
|
};
|
783
759
|
readonly "2": {
|
784
|
-
readonly "Defense (HP)": "5001";
|
785
|
-
readonly "Defense (
|
786
|
-
readonly "Defense (
|
760
|
+
readonly "Defense (HP+)": "5001";
|
761
|
+
readonly "Defense (HP)": "5011";
|
762
|
+
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
787
763
|
};
|
788
764
|
};
|
789
765
|
};
|
@@ -1,14 +1,14 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.RuneSetsByRuneNames = exports.StatRuneHSetsByRuneNames = exports.RuneHSetsByRuneNames = exports.RuneIds = exports.StatRuneIds = exports.KeystoneIds = exports.SecondaryRuneTreesByRuneNames = exports.PrimaryRuneTreesByRuneNames = void 0;
|
4
|
-
exports.PrimaryRuneTreesByRuneNames = { "Domination": { "Electrocute": "8112", "
|
5
|
-
exports.SecondaryRuneTreesByRuneNames = { "Domination": { "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "
|
6
|
-
exports.KeystoneIds = { "Electrocute": "8112", "
|
7
|
-
exports.StatRuneIds = { "Offense (AS)": "5005", "Offense (AH)": "5007", "Offense (AF)": "5008", "Flex (
|
4
|
+
exports.PrimaryRuneTreesByRuneNames = { "Domination": { "Electrocute": "8112", "Dark Harvest": "8128", "Hail of Blades": "9923", "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Relentless Hunter": "8105", "Ultimate Hunter": "8106" }, "Inspiration": { "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Cash Back": "8321", "Triple Tonic": "8313", "Time Warp Tonic": "8352", "Biscuit Delivery": "8345", "Cosmic Insight": "8347", "Approach Velocity": "8410", "Jack Of All Trades": "8316" }, "Precision": { "Press the Attack": "8005", "Fleet Footwork": "8021", "Conqueror": "8010", "Absorb Life": "9101", "Triumph": "9111", "Presence of Mind": "8009", "Legend: Alacrity": "9104", "Legend: Haste": "9105", "Legend: Bloodline": "9103", "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299" }, "Resolve": { "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465", "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401", "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473", "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242" }, "Sorcery": { "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230", "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275", "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233", "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" } };
|
5
|
+
exports.SecondaryRuneTreesByRuneNames = { "Domination": { "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Relentless Hunter": "8105", "Ultimate Hunter": "8106" }, "Inspiration": { "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Cash Back": "8321", "Triple Tonic": "8313", "Time Warp Tonic": "8352", "Biscuit Delivery": "8345", "Cosmic Insight": "8347", "Approach Velocity": "8410", "Jack Of All Trades": "8316" }, "Precision": { "Absorb Life": "9101", "Triumph": "9111", "Presence of Mind": "8009", "Legend: Alacrity": "9104", "Legend: Haste": "9105", "Legend: Bloodline": "9103", "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299" }, "Resolve": { "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401", "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473", "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242" }, "Sorcery": { "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275", "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233", "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" } };
|
6
|
+
exports.KeystoneIds = { "Electrocute": "8112", "Dark Harvest": "8128", "Hail of Blades": "9923", "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Press the Attack": "8005", "Fleet Footwork": "8021", "Conqueror": "8010", "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465", "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230" };
|
7
|
+
exports.StatRuneIds = { "Offense (AS)": "5005", "Offense (AH)": "5007", "Offense (AF)": "5008", "Flex (AF)": "5008f", "Flex (MS)": "5010f", "Flex (HP+)": "5001f", "Defense (HP+)": "5001", "Defense (HP)": "5011", "Defense (Tenacity + Slow Resist)": "5013" };
|
8
8
|
exports.RuneIds = { ...exports.PrimaryRuneTreesByRuneNames.Precision, ...exports.PrimaryRuneTreesByRuneNames.Domination, ...exports.PrimaryRuneTreesByRuneNames.Sorcery, ...exports.PrimaryRuneTreesByRuneNames.Resolve, ...exports.PrimaryRuneTreesByRuneNames.Inspiration, ...exports.StatRuneIds };
|
9
|
-
exports.RuneHSetsByRuneNames = { "Domination": { "0": { "Electrocute": "8112", "
|
10
|
-
exports.StatRuneHSetsByRuneNames = { "0": { "Offense (AS)": "5005", "Offense (AH)": "5007", "Offense (AF)": "5008" }, "1": { "Flex (
|
9
|
+
exports.RuneHSetsByRuneNames = { "Domination": { "0": { "Electrocute": "8112", "Dark Harvest": "8128", "Hail of Blades": "9923" }, "1": { "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143" }, "2": { "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138" }, "3": { "Treasure Hunter": "8135", "Relentless Hunter": "8105", "Ultimate Hunter": "8106" } }, "Inspiration": { "0": { "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369" }, "1": { "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Cash Back": "8321" }, "2": { "Triple Tonic": "8313", "Time Warp Tonic": "8352", "Biscuit Delivery": "8345" }, "3": { "Cosmic Insight": "8347", "Approach Velocity": "8410", "Jack Of All Trades": "8316" } }, "Precision": { "0": { "Press the Attack": "8005", "Fleet Footwork": "8021", "Conqueror": "8010" }, "1": { "Absorb Life": "9101", "Triumph": "9111", "Presence of Mind": "8009" }, "2": { "Legend: Alacrity": "9104", "Legend: Haste": "9105", "Legend: Bloodline": "9103" }, "3": { "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299" } }, "Resolve": { "0": { "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465" }, "1": { "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401" }, "2": { "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473" }, "3": { "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242" } }, "Sorcery": { "0": { "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230" }, "1": { "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275" }, "2": { "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233" }, "3": { "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" } } };
|
10
|
+
exports.StatRuneHSetsByRuneNames = { "0": { "Offense (AS)": "5005", "Offense (AH)": "5007", "Offense (AF)": "5008" }, "1": { "Flex (AF)": "5008f", "Flex (MS)": "5010f", "Flex (HP+)": "5001f" }, "2": { "Defense (HP+)": "5001", "Defense (HP)": "5011", "Defense (Tenacity + Slow Resist)": "5013" } };
|
11
11
|
/**
|
12
|
-
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of
|
12
|
+
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 69 runes in the game.
|
13
13
|
*/
|
14
14
|
exports.RuneSetsByRuneNames = { PrimaryRuneTreesByRuneNames: exports.PrimaryRuneTreesByRuneNames, SecondaryRuneTreesByRuneNames: exports.SecondaryRuneTreesByRuneNames, KeystoneIds: exports.KeystoneIds, StatRuneIds: exports.StatRuneIds, RuneIds: exports.RuneIds, RuneHSetsByRuneNames: exports.RuneHSetsByRuneNames, StatRuneHSetsByRuneNames: exports.StatRuneHSetsByRuneNames };
|