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.
Files changed (133) hide show
  1. package/README.md +1 -1
  2. package/assets/constants/BootsItemNames.d.ts +1 -1
  3. package/assets/constants/BootsItemNames.js +11 -9
  4. package/assets/constants/Champion.d.ts +584 -490
  5. package/assets/constants/Champion.js +1 -1
  6. package/assets/constants/Item.d.ts +10805 -6625
  7. package/assets/constants/Item.js +1 -1
  8. package/assets/constants/LegendaryItemNames.d.ts +4 -1
  9. package/assets/constants/LegendaryItemNames.js +138 -74
  10. package/assets/constants/RunesReforged.d.ts +48 -69
  11. package/assets/constants/RunesReforged.js +1 -1
  12. package/assets/constants/StatRunes.d.ts +28 -11
  13. package/assets/constants/StatRunes.js +11 -11
  14. package/assets/constants/StatRunesByRow.d.ts +6 -6
  15. package/assets/constants/StatRunesByRow.js +6 -6
  16. package/assets/constants/Summoner.d.ts +36 -36
  17. package/assets/constants/Summoner.js +1 -1
  18. package/assets/index.js +0 -1
  19. package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
  20. package/assets/scripts/generate-categorized-item-keys.js +1 -22
  21. package/assets/scripts/generate-categorized-item-names.js +0 -20
  22. package/assets/scripts/generate-rune-ids.js +2 -4
  23. package/assets/scripts/generate-rune-names.js +2 -4
  24. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  25. package/assets/scripts/generate-stat-rune-names.js +2 -4
  26. package/core/constants/Champions/ChampionIds.d.ts +2 -0
  27. package/core/constants/Champions/ChampionIds.js +1 -1
  28. package/core/constants/Champions/ChampionIdsByName.d.ts +2 -0
  29. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  30. package/core/constants/Champions/ChampionKeys.d.ts +2 -0
  31. package/core/constants/Champions/ChampionKeys.js +1 -1
  32. package/core/constants/Champions/ChampionKeysNum.d.ts +2 -0
  33. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  34. package/core/constants/Champions/ChampionNames.d.ts +2 -0
  35. package/core/constants/Champions/ChampionNames.js +1 -1
  36. package/core/constants/DataDragonUrls.d.ts +16 -16
  37. package/core/constants/DataDragonUrls.js +2 -2
  38. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  39. package/core/constants/Items/BootsItemKeys.js +1 -1
  40. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  41. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  42. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  43. package/core/constants/Items/BootsItemNames.js +1 -1
  44. package/core/constants/Items/ItemKeys.d.ts +58 -47
  45. package/core/constants/Items/ItemKeys.js +1 -1
  46. package/core/constants/Items/ItemKeysNum.d.ts +58 -47
  47. package/core/constants/Items/ItemKeysNum.js +1 -1
  48. package/core/constants/Items/ItemNames.d.ts +58 -48
  49. package/core/constants/Items/ItemNames.js +1 -1
  50. package/core/constants/Items/ItemTypes.d.ts +0 -1
  51. package/core/constants/Items/ItemTypes.js +0 -1
  52. package/core/constants/Items/LegendaryItemKeys.d.ts +75 -12
  53. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  54. package/core/constants/Items/LegendaryItemKeysNum.d.ts +75 -12
  55. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  56. package/core/constants/Items/LegendaryItemNames.d.ts +73 -10
  57. package/core/constants/Items/LegendaryItemNames.js +1 -1
  58. package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
  59. package/core/constants/Items/OrnnItemKeys.js +1 -1
  60. package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
  61. package/core/constants/Items/OrnnItemKeysNum.js +1 -1
  62. package/core/constants/Items/OrnnItemNames.d.ts +0 -8
  63. package/core/constants/Items/OrnnItemNames.js +1 -1
  64. package/core/constants/Runes/NonStatRuneIds.d.ts +6 -9
  65. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  66. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +6 -9
  67. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  68. package/core/constants/Runes/NonStatRuneNames.d.ts +5 -8
  69. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  70. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  71. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  72. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  73. package/core/constants/Runes/RuneSets.d.ts +73 -97
  74. package/core/constants/Runes/RuneSets.js +7 -7
  75. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +79 -103
  76. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  77. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +79 -103
  78. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  79. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  80. package/core/helpers/makeRiotId.d.ts +4 -0
  81. package/core/helpers/makeRiotId.js +9 -0
  82. package/core/helpers/splitRiotId.d.ts +2 -2
  83. package/core/index.d.ts +1 -5
  84. package/core/index.js +1 -5
  85. package/package.json +28 -27
  86. package/assets/constants/MythicItemNames.d.ts +0 -1
  87. package/assets/constants/MythicItemNames.js +0 -37
  88. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  89. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  90. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  91. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  92. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  93. package/assets/scripts/generate-tree-rune-names.js +0 -22
  94. package/assets/scripts/helpers/getComment.d.ts +0 -1
  95. package/assets/scripts/helpers/getComment.js +0 -8
  96. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  97. package/core/constants/Items/MythicItemKeys.js +0 -4
  98. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  99. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  100. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  101. package/core/constants/Items/MythicItemNames.js +0 -4
  102. package/core/constants/Queues.d.ts +0 -7
  103. package/core/constants/Queues.js +0 -12
  104. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  105. package/core/constants/Runes/TreeRuneIds.js +0 -4
  106. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  107. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  108. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  109. package/core/constants/Runes/TreeRuneNames.js +0 -4
  110. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  111. package/core/helpers/Items/isMythicItemKey.js +0 -8
  112. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  113. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  114. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  115. package/core/helpers/Items/isMythicItemName.js +0 -8
  116. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  117. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  118. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  119. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  120. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  121. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  122. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  123. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  124. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  125. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  126. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  127. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  128. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  129. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  130. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  131. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  132. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  133. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -1,7 +1,6 @@
1
1
  export declare const PrimaryRuneTreesByRuneNamesNum: {
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 PrimaryRuneTreesByRuneNamesNum: {
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 PrimaryRuneTreesByRuneNamesNum: {
21
19
  readonly "First Strike": 8369;
22
20
  readonly "Hextech Flashtraption": 8306;
23
21
  readonly "Magical Footwear": 8304;
24
- readonly "Perfect Timing": 8313;
25
- readonly "Future's Market": 8321;
26
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 Overheal: 9101;
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: Tenacity": 9105;
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 SecondaryRuneTreesByRuneNamesNum: {
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 "Perfect Timing": 8313;
93
- readonly "Future's Market": 8321;
94
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
94
+ readonly "Jack Of All Trades": 8316;
99
95
  };
100
96
  readonly Precision: {
101
- readonly Overheal: 9101;
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: Tenacity": 9105;
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 SecondaryRuneTreesByRuneNamesNum: {
133
129
  };
134
130
  export declare const KeystoneIdsNum: {
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 StatRuneIdsNum: {
154
148
  readonly "Offense (AS)": 5005;
155
149
  readonly "Offense (AH)": 5007;
156
150
  readonly "Offense (AF)": 5008;
157
- readonly "Flex (AR)": 5002;
158
- readonly "Flex (MR)": 5003;
159
151
  readonly "Flex (AF)": 5008;
160
- readonly "Defense (HP)": 5001;
161
- readonly "Defense (AR)": 5002;
162
- readonly "Defense (MR)": 5003;
152
+ readonly "Flex (MS)": 5010;
153
+ readonly "Flex (HP+)": 5001;
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 RuneIdsNum: {
188
182
  readonly "Offense (AS)": 5005;
189
183
  readonly "Offense (AH)": 5007;
190
184
  readonly "Offense (AF)": 5008;
191
- readonly "Flex (AR)": 5002;
192
- readonly "Flex (MR)": 5003;
193
185
  readonly "Flex (AF)": 5008;
194
- readonly "Defense (HP)": 5001;
195
- readonly "Defense (AR)": 5002;
196
- readonly "Defense (MR)": 5003;
186
+ readonly "Flex (MS)": 5010;
187
+ readonly "Flex (HP+)": 5001;
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 "Perfect Timing": 8313;
203
- readonly "Future's Market": 8321;
204
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 RuneIdsNum: {
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 RuneIdsNum: {
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 Overheal: 9101;
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: Tenacity": 9105;
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 RuneHSetsByRuneNamesNum: {
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 RuneHSetsByRuneNamesNum: {
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 RuneHSetsByRuneNamesNum: {
315
304
  readonly "1": {
316
305
  readonly "Hextech Flashtraption": 8306;
317
306
  readonly "Magical Footwear": 8304;
318
- readonly "Perfect Timing": 8313;
307
+ readonly "Cash Back": 8321;
319
308
  };
320
309
  readonly "2": {
321
- readonly "Future's Market": 8321;
322
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 Overheal: 9101;
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: Tenacity": 9105;
333
+ readonly "Legend: Haste": 9105;
346
334
  readonly "Legend: Bloodline": 9103;
347
335
  };
348
336
  readonly "3": {
@@ -403,24 +391,23 @@ export declare const StatRuneHSetsByRuneNamesNum: {
403
391
  readonly "Offense (AF)": 5008;
404
392
  };
405
393
  readonly "1": {
406
- readonly "Flex (AR)": 5002;
407
- readonly "Flex (MR)": 5003;
408
394
  readonly "Flex (AF)": 5008;
395
+ readonly "Flex (MS)": 5010;
396
+ readonly "Flex (HP+)": 5001;
409
397
  };
410
398
  readonly "2": {
411
- readonly "Defense (HP)": 5001;
412
- readonly "Defense (AR)": 5002;
413
- readonly "Defense (MR)": 5003;
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 72 runes in the game.
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 RuneSetsByRuneNamesNum: {
420
408
  readonly PrimaryRuneTreesByRuneNamesNum: {
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 RuneSetsByRuneNamesNum: {
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 RuneSetsByRuneNamesNum: {
440
426
  readonly "First Strike": 8369;
441
427
  readonly "Hextech Flashtraption": 8306;
442
428
  readonly "Magical Footwear": 8304;
443
- readonly "Perfect Timing": 8313;
444
- readonly "Future's Market": 8321;
445
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 Overheal: 9101;
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: Tenacity": 9105;
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 RuneSetsByRuneNamesNum: {
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 "Perfect Timing": 8313;
512
- readonly "Future's Market": 8321;
513
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
501
+ readonly "Jack Of All Trades": 8316;
518
502
  };
519
503
  readonly Precision: {
520
- readonly Overheal: 9101;
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: Tenacity": 9105;
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 RuneSetsByRuneNamesNum: {
552
536
  };
553
537
  readonly KeystoneIdsNum: {
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 RuneSetsByRuneNamesNum: {
573
555
  readonly "Offense (AS)": 5005;
574
556
  readonly "Offense (AH)": 5007;
575
557
  readonly "Offense (AF)": 5008;
576
- readonly "Flex (AR)": 5002;
577
- readonly "Flex (MR)": 5003;
578
558
  readonly "Flex (AF)": 5008;
579
- readonly "Defense (HP)": 5001;
580
- readonly "Defense (AR)": 5002;
581
- readonly "Defense (MR)": 5003;
559
+ readonly "Flex (MS)": 5010;
560
+ readonly "Flex (HP+)": 5001;
561
+ readonly "Defense (HP+)": 5001;
562
+ readonly "Defense (HP)": 5011;
563
+ readonly "Defense (Tenacity + Slow Resist)": 5013;
582
564
  };
583
565
  readonly RuneIdsNum: {
584
566
  readonly "Offense (AS)": 5005;
585
567
  readonly "Offense (AH)": 5007;
586
568
  readonly "Offense (AF)": 5008;
587
- readonly "Flex (AR)": 5002;
588
- readonly "Flex (MR)": 5003;
589
569
  readonly "Flex (AF)": 5008;
590
- readonly "Defense (HP)": 5001;
591
- readonly "Defense (AR)": 5002;
592
- readonly "Defense (MR)": 5003;
570
+ readonly "Flex (MS)": 5010;
571
+ readonly "Flex (HP+)": 5001;
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 "Perfect Timing": 8313;
599
- readonly "Future's Market": 8321;
600
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 RuneSetsByRuneNamesNum: {
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 RuneSetsByRuneNamesNum: {
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 Overheal: 9101;
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: Tenacity": 9105;
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 RuneSetsByRuneNamesNum: {
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 RuneSetsByRuneNamesNum: {
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 RuneSetsByRuneNamesNum: {
688
665
  readonly "1": {
689
666
  readonly "Hextech Flashtraption": 8306;
690
667
  readonly "Magical Footwear": 8304;
691
- readonly "Perfect Timing": 8313;
668
+ readonly "Cash Back": 8321;
692
669
  };
693
670
  readonly "2": {
694
- readonly "Future's Market": 8321;
695
- readonly "Minion Dematerializer": 8316;
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 "Time Warp Tonic": 8352;
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 Overheal: 9101;
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: Tenacity": 9105;
694
+ readonly "Legend: Haste": 9105;
719
695
  readonly "Legend: Bloodline": 9103;
720
696
  };
721
697
  readonly "3": {
@@ -776,14 +752,14 @@ export declare const RuneSetsByRuneNamesNum: {
776
752
  readonly "Offense (AF)": 5008;
777
753
  };
778
754
  readonly "1": {
779
- readonly "Flex (AR)": 5002;
780
- readonly "Flex (MR)": 5003;
781
755
  readonly "Flex (AF)": 5008;
756
+ readonly "Flex (MS)": 5010;
757
+ readonly "Flex (HP+)": 5001;
782
758
  };
783
759
  readonly "2": {
784
- readonly "Defense (HP)": 5001;
785
- readonly "Defense (AR)": 5002;
786
- readonly "Defense (MR)": 5003;
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.RuneSetsByRuneNamesNum = exports.StatRuneHSetsByRuneNamesNum = exports.RuneHSetsByRuneNamesNum = exports.RuneIdsNum = exports.StatRuneIdsNum = exports.KeystoneIdsNum = exports.SecondaryRuneTreesByRuneNamesNum = exports.PrimaryRuneTreesByRuneNamesNum = void 0;
4
- exports.PrimaryRuneTreesByRuneNamesNum = { "Domination": { "Electrocute": 8112, "Predator": 8124, "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, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106 }, "Inspiration": { "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Perfect Timing": 8313, "Future's Market": 8321, "Minion Dematerializer": 8316, "Biscuit Delivery": 8345, "Cosmic Insight": 8347, "Approach Velocity": 8410, "Time Warp Tonic": 8352 }, "Precision": { "Press the Attack": 8005, "Lethal Tempo": 8008, "Fleet Footwork": 8021, "Conqueror": 8010, "Overheal": 9101, "Triumph": 9111, "Presence of Mind": 8009, "Legend: Alacrity": 9104, "Legend: Tenacity": 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.SecondaryRuneTreesByRuneNamesNum = { "Domination": { "Cheap Shot": 8126, "Taste of Blood": 8139, "Sudden Impact": 8143, "Zombie Ward": 8136, "Ghost Poro": 8120, "Eyeball Collection": 8138, "Treasure Hunter": 8135, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106 }, "Inspiration": { "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Perfect Timing": 8313, "Future's Market": 8321, "Minion Dematerializer": 8316, "Biscuit Delivery": 8345, "Cosmic Insight": 8347, "Approach Velocity": 8410, "Time Warp Tonic": 8352 }, "Precision": { "Overheal": 9101, "Triumph": 9111, "Presence of Mind": 8009, "Legend: Alacrity": 9104, "Legend: Tenacity": 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.KeystoneIdsNum = { "Electrocute": 8112, "Predator": 8124, "Dark Harvest": 8128, "Hail of Blades": 9923, "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Press the Attack": 8005, "Lethal Tempo": 8008, "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.StatRuneIdsNum = { "Offense (AS)": 5005, "Offense (AH)": 5007, "Offense (AF)": 5008, "Flex (AR)": 5002, "Flex (MR)": 5003, "Flex (AF)": 5008, "Defense (HP)": 5001, "Defense (AR)": 5002, "Defense (MR)": 5003 };
4
+ exports.PrimaryRuneTreesByRuneNamesNum = { "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.SecondaryRuneTreesByRuneNamesNum = { "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.KeystoneIdsNum = { "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.StatRuneIdsNum = { "Offense (AS)": 5005, "Offense (AH)": 5007, "Offense (AF)": 5008, "Flex (AF)": 5008, "Flex (MS)": 5010, "Flex (HP+)": 5001, "Defense (HP+)": 5001, "Defense (HP)": 5011, "Defense (Tenacity + Slow Resist)": 5013 };
8
8
  exports.RuneIdsNum = { ...exports.PrimaryRuneTreesByRuneNamesNum.Precision, ...exports.PrimaryRuneTreesByRuneNamesNum.Domination, ...exports.PrimaryRuneTreesByRuneNamesNum.Sorcery, ...exports.PrimaryRuneTreesByRuneNamesNum.Resolve, ...exports.PrimaryRuneTreesByRuneNamesNum.Inspiration, ...exports.StatRuneIdsNum };
9
- exports.RuneHSetsByRuneNamesNum = { "Domination": { "0": { "Electrocute": 8112, "Predator": 8124, "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, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106 } }, "Inspiration": { "0": { "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369 }, "1": { "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Perfect Timing": 8313 }, "2": { "Future's Market": 8321, "Minion Dematerializer": 8316, "Biscuit Delivery": 8345 }, "3": { "Cosmic Insight": 8347, "Approach Velocity": 8410, "Time Warp Tonic": 8352 } }, "Precision": { "0": { "Press the Attack": 8005, "Lethal Tempo": 8008, "Fleet Footwork": 8021, "Conqueror": 8010 }, "1": { "Overheal": 9101, "Triumph": 9111, "Presence of Mind": 8009 }, "2": { "Legend: Alacrity": 9104, "Legend: Tenacity": 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.StatRuneHSetsByRuneNamesNum = { "0": { "Offense (AS)": 5005, "Offense (AH)": 5007, "Offense (AF)": 5008 }, "1": { "Flex (AR)": 5002, "Flex (MR)": 5003, "Flex (AF)": 5008 }, "2": { "Defense (HP)": 5001, "Defense (AR)": 5002, "Defense (MR)": 5003 } };
9
+ exports.RuneHSetsByRuneNamesNum = { "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.StatRuneHSetsByRuneNamesNum = { "0": { "Offense (AS)": 5005, "Offense (AH)": 5007, "Offense (AF)": 5008 }, "1": { "Flex (AF)": 5008, "Flex (MS)": 5010, "Flex (HP+)": 5001 }, "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 72 runes in the game.
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.RuneSetsByRuneNamesNum = { PrimaryRuneTreesByRuneNamesNum: exports.PrimaryRuneTreesByRuneNamesNum, SecondaryRuneTreesByRuneNamesNum: exports.SecondaryRuneTreesByRuneNamesNum, KeystoneIdsNum: exports.KeystoneIdsNum, StatRuneIdsNum: exports.StatRuneIdsNum, RuneIdsNum: exports.RuneIdsNum, RuneHSetsByRuneNamesNum: exports.RuneHSetsByRuneNamesNum, StatRuneHSetsByRuneNamesNum: exports.StatRuneHSetsByRuneNamesNum };
@@ -28,7 +28,6 @@ function getRuneCdnUrl(name) {
28
28
  // Therefore we are going to add special cases to these runes.
29
29
  switch (name) {
30
30
  case 'Triumph':
31
- case 'Overheal':
32
31
  runeFolder = '';
33
32
  break;
34
33
  case 'Last Stand':
@@ -46,6 +45,9 @@ function getRuneCdnUrl(name) {
46
45
  case 'Approach Velocity':
47
46
  runeTreeFolder = 'resolve';
48
47
  break;
48
+ case 'Triple Tonic':
49
+ runeFolder = 'perfecttiming';
50
+ break;
49
51
  }
50
52
  return `${base}/${runeTreeFolder}/${runeFolder}/${RuneIconFileNames_1.RuneIconFileNames[name]}.png`;
51
53
  }
@@ -0,0 +1,4 @@
1
+ import { RiotId } from './splitRiotId';
2
+ export declare function makeRiotId(riotId: RiotId,
3
+ /** @default '#' */
4
+ splitChar?: string): string;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.makeRiotId = void 0;
4
+ function makeRiotId(riotId,
5
+ /** @default '#' */
6
+ splitChar = '#') {
7
+ return riotId.name + splitChar + riotId.tag;
8
+ }
9
+ exports.makeRiotId = makeRiotId;
@@ -3,8 +3,8 @@
3
3
  */
4
4
  export declare function splitRiotId(riotId: string,
5
5
  /** @default '#' */
6
- splitChar?: string): SplitRiotId;
7
- export type SplitRiotId = {
6
+ splitChar?: string): RiotId;
7
+ export type RiotId = {
8
8
  name: string;
9
9
  tag: string;
10
10
  };
package/core/index.d.ts CHANGED
@@ -45,9 +45,6 @@ export * from './constants/Items/ItemTypes';
45
45
  export * from './constants/Items/LegendaryItemKeys';
46
46
  export * from './constants/Items/LegendaryItemKeysNum';
47
47
  export * from './constants/Items/LegendaryItemNames';
48
- export * from './constants/Items/MythicItemKeys';
49
- export * from './constants/Items/MythicItemKeysNum';
50
- export * from './constants/Items/MythicItemNames';
51
48
  export * from './constants/Items/OrnnItemKeys';
52
49
  export * from './constants/Items/OrnnItemKeysNum';
53
50
  export * from './constants/Items/OrnnItemNames';
@@ -70,6 +67,7 @@ export * from './constants/Spells/SpellKeysNum';
70
67
  export * from './constants/Spells/SpellNames';
71
68
  export * from './helpers/getPositionImageUrl';
72
69
  export * from './helpers/isRiotId';
70
+ export * from './helpers/makeRiotId';
73
71
  export * from './helpers/splitRiotId';
74
72
  export * from './helpers/Champions/getChampionIdByKey';
75
73
  export * from './helpers/Champions/getChampionIdByName';
@@ -90,8 +88,6 @@ export * from './helpers/Items/isItemKeyNum';
90
88
  export * from './helpers/Items/isItemName';
91
89
  export * from './helpers/Items/isLegendaryItemKey';
92
90
  export * from './helpers/Items/isLegendaryItemName';
93
- export * from './helpers/Items/isMythicItemKey';
94
- export * from './helpers/Items/isMythicItemName';
95
91
  export * from './helpers/Items/isOrnnItemKey';
96
92
  export * from './helpers/Items/isOrnnItemKeyNum';
97
93
  export * from './helpers/Items/isOrnnItemName';