lol-constants 2.20.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. package/assets/constants/BootsItemNames.d.ts +1 -1
  2. package/assets/constants/BootsItemNames.js +3 -1
  3. package/assets/constants/Champion.d.ts +437 -390
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +8408 -5935
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +5 -5
  9. package/assets/constants/RunesReforged.d.ts +45 -66
  10. package/assets/constants/RunesReforged.js +1 -1
  11. package/assets/constants/StatRunes.d.ts +28 -11
  12. package/assets/constants/StatRunes.js +11 -11
  13. package/assets/constants/StatRunesByRow.d.ts +6 -6
  14. package/assets/constants/StatRunesByRow.js +6 -6
  15. package/assets/constants/Summoner.d.ts +36 -36
  16. package/assets/constants/Summoner.js +1 -1
  17. package/assets/scripts/generate-rune-ids.js +2 -4
  18. package/assets/scripts/generate-rune-names.js +2 -4
  19. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  20. package/assets/scripts/generate-stat-rune-names.js +2 -4
  21. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  22. package/core/constants/Champions/ChampionIds.js +1 -1
  23. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  25. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  26. package/core/constants/Champions/ChampionKeys.js +1 -1
  27. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  29. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  30. package/core/constants/Champions/ChampionNames.js +1 -1
  31. package/core/constants/DataDragonUrls.d.ts +16 -16
  32. package/core/constants/DataDragonUrls.js +2 -2
  33. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  34. package/core/constants/Items/BootsItemKeys.js +1 -1
  35. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  36. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  37. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  38. package/core/constants/Items/BootsItemNames.js +1 -1
  39. package/core/constants/Items/ItemKeys.d.ts +9 -6
  40. package/core/constants/Items/ItemKeys.js +1 -1
  41. package/core/constants/Items/ItemKeysNum.d.ts +9 -6
  42. package/core/constants/Items/ItemKeysNum.js +1 -1
  43. package/core/constants/Items/ItemNames.d.ts +9 -6
  44. package/core/constants/Items/ItemNames.js +1 -1
  45. package/core/constants/Items/LegendaryItemKeys.d.ts +6 -5
  46. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  47. package/core/constants/Items/LegendaryItemKeysNum.d.ts +6 -5
  48. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  49. package/core/constants/Items/LegendaryItemNames.d.ts +6 -5
  50. package/core/constants/Items/LegendaryItemNames.js +1 -1
  51. package/core/constants/Runes/NonStatRuneIds.d.ts +5 -8
  52. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  53. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +5 -8
  54. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  55. package/core/constants/Runes/NonStatRuneNames.d.ts +4 -7
  56. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  57. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  58. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  59. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  60. package/core/constants/Runes/RuneSets.d.ts +67 -91
  61. package/core/constants/Runes/RuneSets.js +7 -7
  62. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +73 -97
  63. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  64. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +73 -97
  65. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  66. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  67. package/package.json +28 -27
  68. package/assets/constants/MythicItemNames.d.ts +0 -1
  69. package/assets/constants/MythicItemNames.js +0 -37
  70. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  71. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  72. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  73. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  74. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  75. package/assets/scripts/generate-tree-rune-names.js +0 -22
  76. package/assets/scripts/helpers/getComment.d.ts +0 -1
  77. package/assets/scripts/helpers/getComment.js +0 -8
  78. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  79. package/core/constants/Items/MythicItemKeys.js +0 -4
  80. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  81. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  82. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  83. package/core/constants/Items/MythicItemNames.js +0 -4
  84. package/core/constants/Queues.d.ts +0 -7
  85. package/core/constants/Queues.js +0 -12
  86. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  87. package/core/constants/Runes/TreeRuneIds.js +0 -4
  88. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  89. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  90. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  91. package/core/constants/Runes/TreeRuneNames.js +0 -4
  92. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  93. package/core/helpers/Items/isMythicItemKey.js +0 -8
  94. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  95. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  96. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  97. package/core/helpers/Items/isMythicItemName.js +0 -8
  98. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  99. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  100. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  101. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  102. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  103. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  104. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  105. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  106. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  107. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  108. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  109. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  110. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  111. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  112. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  113. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  114. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  115. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -1,37 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MythicItemNames = void 0;
4
- const OrnnItemNames_1 = require("./OrnnItemNames");
5
- exports.MythicItemNames = [
6
- 'Echoes of Helia',
7
- 'Liandry\'s Anguish',
8
- 'Locket of the Iron Solari',
9
- 'Luden\'s Tempest',
10
- 'Moonstone Renewer',
11
- 'Navori Quickblades',
12
- 'Night Harvester',
13
- 'Riftmaker',
14
- 'Shurelya\'s Battlesong',
15
- 'Stridebreaker',
16
- 'Trinity Force',
17
- 'Turbo Chemtank',
18
- 'Crown of the Shattered Queen',
19
- 'Divine Sunderer',
20
- 'Duskblade of Draktharr',
21
- 'Eclipse',
22
- 'Evenshroud',
23
- 'Everfrost',
24
- 'Iceborn Gauntlet',
25
- 'Infinity Edge',
26
- 'Galeforce',
27
- 'Goredrinker',
28
- 'Guinsoo\'s Rageblade',
29
- 'Hextech Rocketbelt',
30
- 'Imperial Mandate',
31
- 'Jak\'Sho, The Protean',
32
- 'Radiant Virtue',
33
- 'Heartsteel',
34
- 'Rod of Ages',
35
- 'Youmuu\'s Ghostblade',
36
- ...OrnnItemNames_1.OrnnItemNames,
37
- ];
@@ -1 +0,0 @@
1
- export {};
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const RunesReforged_1 = require("../constants/RunesReforged");
4
- const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
5
- (async () => {
6
- const runeIds = {};
7
- // Construct the new data and assign it to product object
8
- for (const runeTree of RunesReforged_1.RunesReforged) {
9
- for (const { runes } of runeTree.slots) {
10
- for (const rune of runes) {
11
- runeIds[rune.name] = rune.id;
12
- }
13
- }
14
- }
15
- // Write to file
16
- const constName = 'TreeRuneIdsNum';
17
- const typeName = 'TreeRuneIdNum';
18
- (0, writeToTmpFile_1.writeToTmpFile)(constName, {
19
- constName,
20
- typeName,
21
- json: runeIds,
22
- });
23
- })();
@@ -1 +0,0 @@
1
- export {};
@@ -1,24 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const RunesReforged_1 = require("../constants/RunesReforged");
4
- const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
5
- const RuneIdComment_1 = require("./constants/RuneIdComment");
6
- (async () => {
7
- const runeIds = {};
8
- // Construct the new data and assign it to product object
9
- for (const runeTree of RunesReforged_1.RunesReforged) {
10
- for (const { runes } of runeTree.slots) {
11
- for (const rune of runes) {
12
- runeIds[rune.name] = String(rune.id);
13
- }
14
- }
15
- }
16
- // Write to file
17
- const constName = 'TreeRuneIds';
18
- (0, writeToTmpFile_1.writeToTmpFile)(constName, {
19
- constName,
20
- includeAutoTypeName: true,
21
- typeComment: RuneIdComment_1.RuneIdComment,
22
- json: runeIds,
23
- });
24
- })();
@@ -1 +0,0 @@
1
- export {};
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const RunesReforged_1 = require("../constants/RunesReforged");
4
- const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
5
- (async () => {
6
- const runeNames = {};
7
- // Construct the new data and assign it to product object
8
- for (const runeTree of RunesReforged_1.RunesReforged) {
9
- for (const { runes } of runeTree.slots) {
10
- for (const rune of runes) {
11
- runeNames[rune.id] = rune.name;
12
- }
13
- }
14
- }
15
- // Write to file
16
- const constName = 'TreeRuneNames';
17
- (0, writeToTmpFile_1.writeToTmpFile)(constName, {
18
- constName,
19
- includeAutoTypeName: true,
20
- json: runeNames,
21
- });
22
- })();
@@ -1 +0,0 @@
1
- export declare function getComment(commentConstName: string): Promise<string>;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getComment = void 0;
4
- const promises_1 = require("fs/promises");
5
- async function getComment(commentConstName) {
6
- return await (0, promises_1.readFile)(`${__dirname}/../constants/${commentConstName}`, { encoding: 'utf-8' });
7
- }
8
- exports.getComment = getComment;
@@ -1,61 +0,0 @@
1
- export declare const MythicItemKeys: {
2
- readonly "Echoes of Helia": "6620";
3
- readonly "Liandry's Anguish": "6653";
4
- readonly "Locket of the Iron Solari": "3190";
5
- readonly "Luden's Tempest": "6655";
6
- readonly "Moonstone Renewer": "6617";
7
- readonly "Navori Quickblades": "6675";
8
- readonly "Night Harvester": "4636";
9
- readonly Riftmaker: "4633";
10
- readonly "Shurelya's Battlesong": "2065";
11
- readonly Stridebreaker: "6631";
12
- readonly "Trinity Force": "3078";
13
- readonly "Turbo Chemtank": "6664";
14
- readonly "Crown of the Shattered Queen": "4644";
15
- readonly "Divine Sunderer": "6632";
16
- readonly "Duskblade of Draktharr": "6691";
17
- readonly Eclipse: "6692";
18
- readonly Evenshroud: "3001";
19
- readonly Everfrost: "6656";
20
- readonly "Iceborn Gauntlet": "6662";
21
- readonly "Infinity Edge": "3031";
22
- readonly Galeforce: "6671";
23
- readonly Goredrinker: "6630";
24
- readonly "Guinsoo's Rageblade": "3124";
25
- readonly "Hextech Rocketbelt": "3152";
26
- readonly "Imperial Mandate": "4005";
27
- readonly "Jak'Sho, The Protean": "6665";
28
- readonly "Radiant Virtue": "6667";
29
- readonly Heartsteel: "3084";
30
- readonly "Rod of Ages": "6657";
31
- readonly "Youmuu's Ghostblade": "3142";
32
- readonly "Cry of the Shrieking City": "7033";
33
- readonly "Ceaseless Hunger": "7015";
34
- readonly Caesura: "7024";
35
- readonly "Draktharr's Shadowcarver": "7002";
36
- readonly Deicide: "7017";
37
- readonly Dreamshatter: "7016";
38
- readonly Equinox: "7023";
39
- readonly "Edge of Finality": "7031";
40
- readonly "Eye of Luden": "7013";
41
- readonly "Eternal Winter": "7014";
42
- readonly "Frozen Fist": "7005";
43
- readonly Flicker: "7032";
44
- readonly "Infinite Convergence": "7028";
45
- readonly "Icathia's Curse": "7009";
46
- readonly "Infinity Force": "7018";
47
- readonly Leviathan: "7025";
48
- readonly "Liandry's Lament": "7012";
49
- readonly "Primordial Dawn": "7027";
50
- readonly "Reliquary of the Golden Dawn": "7019";
51
- readonly Syzygy: "7001";
52
- readonly "Shurelya's Requiem": "7020";
53
- readonly Starcaster: "7021";
54
- readonly "Seething Sorrow": "7030";
55
- readonly "The Unspoken Parasite": "7026";
56
- readonly Typhoon: "7006";
57
- readonly "Upgraded Aeropack": "7011";
58
- readonly Vespertide: "7010";
59
- readonly "Youmuu's Wake": "7029";
60
- };
61
- export type MythicItemKey = typeof MythicItemKeys[keyof typeof MythicItemKeys];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MythicItemKeys = void 0;
4
- exports.MythicItemKeys = { "Echoes of Helia": "6620", "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Navori Quickblades": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Galeforce": "6671", "Goredrinker": "6630", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Imperial Mandate": "4005", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Cry of the Shrieking City": "7033", "Ceaseless Hunger": "7015", "Caesura": "7024", "Draktharr's Shadowcarver": "7002", "Deicide": "7017", "Dreamshatter": "7016", "Equinox": "7023", "Edge of Finality": "7031", "Eye of Luden": "7013", "Eternal Winter": "7014", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "Primordial Dawn": "7027", "Reliquary of the Golden Dawn": "7019", "Syzygy": "7001", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seething Sorrow": "7030", "The Unspoken Parasite": "7026", "Typhoon": "7006", "Upgraded Aeropack": "7011", "Vespertide": "7010", "Youmuu's Wake": "7029" };
@@ -1,61 +0,0 @@
1
- export declare const MythicItemKeysNum: {
2
- readonly "Echoes of Helia": 6620;
3
- readonly "Liandry's Anguish": 6653;
4
- readonly "Locket of the Iron Solari": 3190;
5
- readonly "Luden's Tempest": 6655;
6
- readonly "Moonstone Renewer": 6617;
7
- readonly "Navori Quickblades": 6675;
8
- readonly "Night Harvester": 4636;
9
- readonly Riftmaker: 4633;
10
- readonly "Shurelya's Battlesong": 2065;
11
- readonly Stridebreaker: 6631;
12
- readonly "Trinity Force": 3078;
13
- readonly "Turbo Chemtank": 6664;
14
- readonly "Crown of the Shattered Queen": 4644;
15
- readonly "Divine Sunderer": 6632;
16
- readonly "Duskblade of Draktharr": 6691;
17
- readonly Eclipse: 6692;
18
- readonly Evenshroud: 3001;
19
- readonly Everfrost: 6656;
20
- readonly "Iceborn Gauntlet": 6662;
21
- readonly "Infinity Edge": 3031;
22
- readonly Galeforce: 6671;
23
- readonly Goredrinker: 6630;
24
- readonly "Guinsoo's Rageblade": 3124;
25
- readonly "Hextech Rocketbelt": 3152;
26
- readonly "Imperial Mandate": 4005;
27
- readonly "Jak'Sho, The Protean": 6665;
28
- readonly "Radiant Virtue": 6667;
29
- readonly Heartsteel: 3084;
30
- readonly "Rod of Ages": 6657;
31
- readonly "Youmuu's Ghostblade": 3142;
32
- readonly "Cry of the Shrieking City": 7033;
33
- readonly "Ceaseless Hunger": 7015;
34
- readonly Caesura: 7024;
35
- readonly "Draktharr's Shadowcarver": 7002;
36
- readonly Deicide: 7017;
37
- readonly Dreamshatter: 7016;
38
- readonly Equinox: 7023;
39
- readonly "Edge of Finality": 7031;
40
- readonly "Eye of Luden": 7013;
41
- readonly "Eternal Winter": 7014;
42
- readonly "Frozen Fist": 7005;
43
- readonly Flicker: 7032;
44
- readonly "Infinite Convergence": 7028;
45
- readonly "Icathia's Curse": 7009;
46
- readonly "Infinity Force": 7018;
47
- readonly Leviathan: 7025;
48
- readonly "Liandry's Lament": 7012;
49
- readonly "Primordial Dawn": 7027;
50
- readonly "Reliquary of the Golden Dawn": 7019;
51
- readonly Syzygy: 7001;
52
- readonly "Shurelya's Requiem": 7020;
53
- readonly Starcaster: 7021;
54
- readonly "Seething Sorrow": 7030;
55
- readonly "The Unspoken Parasite": 7026;
56
- readonly Typhoon: 7006;
57
- readonly "Upgraded Aeropack": 7011;
58
- readonly Vespertide: 7010;
59
- readonly "Youmuu's Wake": 7029;
60
- };
61
- export type MythicItemKeyNum = typeof MythicItemKeysNum[keyof typeof MythicItemKeysNum];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MythicItemKeysNum = void 0;
4
- exports.MythicItemKeysNum = { "Echoes of Helia": 6620, "Liandry's Anguish": 6653, "Locket of the Iron Solari": 3190, "Luden's Tempest": 6655, "Moonstone Renewer": 6617, "Navori Quickblades": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Turbo Chemtank": 6664, "Crown of the Shattered Queen": 4644, "Divine Sunderer": 6632, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Evenshroud": 3001, "Everfrost": 6656, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Galeforce": 6671, "Goredrinker": 6630, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Imperial Mandate": 4005, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Cry of the Shrieking City": 7033, "Ceaseless Hunger": 7015, "Caesura": 7024, "Draktharr's Shadowcarver": 7002, "Deicide": 7017, "Dreamshatter": 7016, "Equinox": 7023, "Edge of Finality": 7031, "Eye of Luden": 7013, "Eternal Winter": 7014, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "Primordial Dawn": 7027, "Reliquary of the Golden Dawn": 7019, "Syzygy": 7001, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seething Sorrow": 7030, "The Unspoken Parasite": 7026, "Typhoon": 7006, "Upgraded Aeropack": 7011, "Vespertide": 7010, "Youmuu's Wake": 7029 };
@@ -1,61 +0,0 @@
1
- export declare const MythicItemNames: {
2
- readonly "2065": "Shurelya's Battlesong";
3
- readonly "3001": "Evenshroud";
4
- readonly "3031": "Infinity Edge";
5
- readonly "3078": "Trinity Force";
6
- readonly "3084": "Heartsteel";
7
- readonly "3124": "Guinsoo's Rageblade";
8
- readonly "3142": "Youmuu's Ghostblade";
9
- readonly "3152": "Hextech Rocketbelt";
10
- readonly "3190": "Locket of the Iron Solari";
11
- readonly "4005": "Imperial Mandate";
12
- readonly "4633": "Riftmaker";
13
- readonly "4636": "Night Harvester";
14
- readonly "4644": "Crown of the Shattered Queen";
15
- readonly "6617": "Moonstone Renewer";
16
- readonly "6620": "Echoes of Helia";
17
- readonly "6630": "Goredrinker";
18
- readonly "6631": "Stridebreaker";
19
- readonly "6632": "Divine Sunderer";
20
- readonly "6653": "Liandry's Anguish";
21
- readonly "6655": "Luden's Tempest";
22
- readonly "6656": "Everfrost";
23
- readonly "6657": "Rod of Ages";
24
- readonly "6662": "Iceborn Gauntlet";
25
- readonly "6664": "Turbo Chemtank";
26
- readonly "6665": "Jak'Sho, The Protean";
27
- readonly "6667": "Radiant Virtue";
28
- readonly "6671": "Galeforce";
29
- readonly "6675": "Navori Quickblades";
30
- readonly "6691": "Duskblade of Draktharr";
31
- readonly "6692": "Eclipse";
32
- readonly "7001": "Syzygy";
33
- readonly "7002": "Draktharr's Shadowcarver";
34
- readonly "7005": "Frozen Fist";
35
- readonly "7006": "Typhoon";
36
- readonly "7009": "Icathia's Curse";
37
- readonly "7010": "Vespertide";
38
- readonly "7011": "Upgraded Aeropack";
39
- readonly "7012": "Liandry's Lament";
40
- readonly "7013": "Eye of Luden";
41
- readonly "7014": "Eternal Winter";
42
- readonly "7015": "Ceaseless Hunger";
43
- readonly "7016": "Dreamshatter";
44
- readonly "7017": "Deicide";
45
- readonly "7018": "Infinity Force";
46
- readonly "7019": "Reliquary of the Golden Dawn";
47
- readonly "7020": "Shurelya's Requiem";
48
- readonly "7021": "Starcaster";
49
- readonly "7023": "Equinox";
50
- readonly "7024": "Caesura";
51
- readonly "7025": "Leviathan";
52
- readonly "7026": "The Unspoken Parasite";
53
- readonly "7027": "Primordial Dawn";
54
- readonly "7028": "Infinite Convergence";
55
- readonly "7029": "Youmuu's Wake";
56
- readonly "7030": "Seething Sorrow";
57
- readonly "7031": "Edge of Finality";
58
- readonly "7032": "Flicker";
59
- readonly "7033": "Cry of the Shrieking City";
60
- };
61
- export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MythicItemNames = void 0;
4
- exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3031": "Infinity Edge", "3078": "Trinity Force", "3084": "Heartsteel", "3124": "Guinsoo's Rageblade", "3142": "Youmuu's Ghostblade", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6675": "Navori Quickblades", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City" };
@@ -1,7 +0,0 @@
1
- export declare const Queues: {
2
- readonly RANKED_SOLO_5x5: "RANKED_SOLO_5x5";
3
- readonly RANKED_FLEX_SR: "RANKED_FLEX_SR";
4
- readonly RANKED_TFT: "RANKED_TFT";
5
- };
6
- export type Queue = typeof Queues[keyof typeof Queues];
7
- export declare function isQueue(value: any): value is Queue;
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isQueue = exports.Queues = void 0;
4
- exports.Queues = {
5
- 'RANKED_SOLO_5x5': 'RANKED_SOLO_5x5',
6
- 'RANKED_FLEX_SR': 'RANKED_FLEX_SR',
7
- 'RANKED_TFT': 'RANKED_TFT',
8
- };
9
- function isQueue(value) {
10
- return typeof value == 'string' && value in exports.Queues;
11
- }
12
- exports.isQueue = isQueue;
@@ -1,80 +0,0 @@
1
- export declare const TreeRuneIds: {
2
- readonly Electrocute: "8112";
3
- readonly Predator: "8124";
4
- readonly "Dark Harvest": "8128";
5
- readonly "Hail of Blades": "9923";
6
- readonly "Cheap Shot": "8126";
7
- readonly "Taste of Blood": "8139";
8
- readonly "Sudden Impact": "8143";
9
- readonly "Zombie Ward": "8136";
10
- readonly "Ghost Poro": "8120";
11
- readonly "Eyeball Collection": "8138";
12
- readonly "Treasure Hunter": "8135";
13
- readonly "Ingenious Hunter": "8134";
14
- readonly "Relentless Hunter": "8105";
15
- readonly "Ultimate Hunter": "8106";
16
- readonly "Glacial Augment": "8351";
17
- readonly "Unsealed Spellbook": "8360";
18
- readonly "First Strike": "8369";
19
- readonly "Hextech Flashtraption": "8306";
20
- readonly "Magical Footwear": "8304";
21
- readonly "Perfect Timing": "8313";
22
- readonly "Future's Market": "8321";
23
- readonly "Minion Dematerializer": "8316";
24
- readonly "Biscuit Delivery": "8345";
25
- readonly "Cosmic Insight": "8347";
26
- readonly "Approach Velocity": "8410";
27
- readonly "Time Warp Tonic": "8352";
28
- readonly "Press the Attack": "8005";
29
- readonly "Lethal Tempo": "8008";
30
- readonly "Fleet Footwork": "8021";
31
- readonly Conqueror: "8010";
32
- readonly Overheal: "9101";
33
- readonly Triumph: "9111";
34
- readonly "Presence of Mind": "8009";
35
- readonly "Legend: Alacrity": "9104";
36
- readonly "Legend: Tenacity": "9105";
37
- readonly "Legend: Bloodline": "9103";
38
- readonly "Coup de Grace": "8014";
39
- readonly "Cut Down": "8017";
40
- readonly "Last Stand": "8299";
41
- readonly "Grasp of the Undying": "8437";
42
- readonly Aftershock: "8439";
43
- readonly Guardian: "8465";
44
- readonly Demolish: "8446";
45
- readonly "Font of Life": "8463";
46
- readonly "Shield Bash": "8401";
47
- readonly Conditioning: "8429";
48
- readonly "Second Wind": "8444";
49
- readonly "Bone Plating": "8473";
50
- readonly Overgrowth: "8451";
51
- readonly Revitalize: "8453";
52
- readonly Unflinching: "8242";
53
- readonly "Summon Aery": "8214";
54
- readonly "Arcane Comet": "8229";
55
- readonly "Phase Rush": "8230";
56
- readonly "Nullifying Orb": "8224";
57
- readonly "Manaflow Band": "8226";
58
- readonly "Nimbus Cloak": "8275";
59
- readonly Transcendence: "8210";
60
- readonly Celerity: "8234";
61
- readonly "Absolute Focus": "8233";
62
- readonly Scorch: "8237";
63
- readonly Waterwalking: "8232";
64
- readonly "Gathering Storm": "8236";
65
- };
66
- /**
67
- * There are 3 main Rune ID types:
68
- * - `RuneId` (all),
69
- * - `TreeRuneId` (all but stat runes),
70
- * - `StatRuneId` (only stat runes).
71
- *
72
- * There are 6 more specific Rune ID types as well:
73
- * - `KeystoneRuneId`,
74
- * - `PrecisionRuneId`,
75
- * - `DominationRuneId`,
76
- * - `SorceryRuneId`,
77
- * - `ResolveRuneId`,
78
- * - `InspirationRuneId`.
79
- */
80
- export type TreeRuneId = typeof TreeRuneIds[keyof typeof TreeRuneIds];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TreeRuneIds = void 0;
4
- exports.TreeRuneIds = { "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", "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", "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", "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", "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" };
@@ -1,66 +0,0 @@
1
- export declare const TreeRuneIdsNum: {
2
- readonly Electrocute: 8112;
3
- readonly Predator: 8124;
4
- readonly "Dark Harvest": 8128;
5
- readonly "Hail of Blades": 9923;
6
- readonly "Cheap Shot": 8126;
7
- readonly "Taste of Blood": 8139;
8
- readonly "Sudden Impact": 8143;
9
- readonly "Zombie Ward": 8136;
10
- readonly "Ghost Poro": 8120;
11
- readonly "Eyeball Collection": 8138;
12
- readonly "Treasure Hunter": 8135;
13
- readonly "Ingenious Hunter": 8134;
14
- readonly "Relentless Hunter": 8105;
15
- readonly "Ultimate Hunter": 8106;
16
- readonly "Glacial Augment": 8351;
17
- readonly "Unsealed Spellbook": 8360;
18
- readonly "First Strike": 8369;
19
- readonly "Hextech Flashtraption": 8306;
20
- readonly "Magical Footwear": 8304;
21
- readonly "Perfect Timing": 8313;
22
- readonly "Future's Market": 8321;
23
- readonly "Minion Dematerializer": 8316;
24
- readonly "Biscuit Delivery": 8345;
25
- readonly "Cosmic Insight": 8347;
26
- readonly "Approach Velocity": 8410;
27
- readonly "Time Warp Tonic": 8352;
28
- readonly "Press the Attack": 8005;
29
- readonly "Lethal Tempo": 8008;
30
- readonly "Fleet Footwork": 8021;
31
- readonly Conqueror: 8010;
32
- readonly Overheal: 9101;
33
- readonly Triumph: 9111;
34
- readonly "Presence of Mind": 8009;
35
- readonly "Legend: Alacrity": 9104;
36
- readonly "Legend: Tenacity": 9105;
37
- readonly "Legend: Bloodline": 9103;
38
- readonly "Coup de Grace": 8014;
39
- readonly "Cut Down": 8017;
40
- readonly "Last Stand": 8299;
41
- readonly "Grasp of the Undying": 8437;
42
- readonly Aftershock: 8439;
43
- readonly Guardian: 8465;
44
- readonly Demolish: 8446;
45
- readonly "Font of Life": 8463;
46
- readonly "Shield Bash": 8401;
47
- readonly Conditioning: 8429;
48
- readonly "Second Wind": 8444;
49
- readonly "Bone Plating": 8473;
50
- readonly Overgrowth: 8451;
51
- readonly Revitalize: 8453;
52
- readonly Unflinching: 8242;
53
- readonly "Summon Aery": 8214;
54
- readonly "Arcane Comet": 8229;
55
- readonly "Phase Rush": 8230;
56
- readonly "Nullifying Orb": 8224;
57
- readonly "Manaflow Band": 8226;
58
- readonly "Nimbus Cloak": 8275;
59
- readonly Transcendence: 8210;
60
- readonly Celerity: 8234;
61
- readonly "Absolute Focus": 8233;
62
- readonly Scorch: 8237;
63
- readonly Waterwalking: 8232;
64
- readonly "Gathering Storm": 8236;
65
- };
66
- export type TreeRuneIdNum = typeof TreeRuneIdsNum[keyof typeof TreeRuneIdsNum];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TreeRuneIdsNum = void 0;
4
- exports.TreeRuneIdsNum = { "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, "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, "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, "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, "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 };
@@ -1,66 +0,0 @@
1
- export declare const TreeRuneNames: {
2
- readonly "8005": "Press the Attack";
3
- readonly "8008": "Lethal Tempo";
4
- readonly "8009": "Presence of Mind";
5
- readonly "8010": "Conqueror";
6
- readonly "8014": "Coup de Grace";
7
- readonly "8017": "Cut Down";
8
- readonly "8021": "Fleet Footwork";
9
- readonly "8105": "Relentless Hunter";
10
- readonly "8106": "Ultimate Hunter";
11
- readonly "8112": "Electrocute";
12
- readonly "8120": "Ghost Poro";
13
- readonly "8124": "Predator";
14
- readonly "8126": "Cheap Shot";
15
- readonly "8128": "Dark Harvest";
16
- readonly "8134": "Ingenious Hunter";
17
- readonly "8135": "Treasure Hunter";
18
- readonly "8136": "Zombie Ward";
19
- readonly "8138": "Eyeball Collection";
20
- readonly "8139": "Taste of Blood";
21
- readonly "8143": "Sudden Impact";
22
- readonly "8210": "Transcendence";
23
- readonly "8214": "Summon Aery";
24
- readonly "8224": "Nullifying Orb";
25
- readonly "8226": "Manaflow Band";
26
- readonly "8229": "Arcane Comet";
27
- readonly "8230": "Phase Rush";
28
- readonly "8232": "Waterwalking";
29
- readonly "8233": "Absolute Focus";
30
- readonly "8234": "Celerity";
31
- readonly "8236": "Gathering Storm";
32
- readonly "8237": "Scorch";
33
- readonly "8242": "Unflinching";
34
- readonly "8275": "Nimbus Cloak";
35
- readonly "8299": "Last Stand";
36
- readonly "8304": "Magical Footwear";
37
- readonly "8306": "Hextech Flashtraption";
38
- readonly "8313": "Perfect Timing";
39
- readonly "8316": "Minion Dematerializer";
40
- readonly "8321": "Future's Market";
41
- readonly "8345": "Biscuit Delivery";
42
- readonly "8347": "Cosmic Insight";
43
- readonly "8351": "Glacial Augment";
44
- readonly "8352": "Time Warp Tonic";
45
- readonly "8360": "Unsealed Spellbook";
46
- readonly "8369": "First Strike";
47
- readonly "8401": "Shield Bash";
48
- readonly "8410": "Approach Velocity";
49
- readonly "8429": "Conditioning";
50
- readonly "8437": "Grasp of the Undying";
51
- readonly "8439": "Aftershock";
52
- readonly "8444": "Second Wind";
53
- readonly "8446": "Demolish";
54
- readonly "8451": "Overgrowth";
55
- readonly "8453": "Revitalize";
56
- readonly "8463": "Font of Life";
57
- readonly "8465": "Guardian";
58
- readonly "8473": "Bone Plating";
59
- readonly "9101": "Overheal";
60
- readonly "9103": "Legend: Bloodline";
61
- readonly "9104": "Legend: Alacrity";
62
- readonly "9105": "Legend: Tenacity";
63
- readonly "9111": "Triumph";
64
- readonly "9923": "Hail of Blades";
65
- };
66
- export type TreeRuneName = typeof TreeRuneNames[keyof typeof TreeRuneNames];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TreeRuneNames = void 0;
4
- exports.TreeRuneNames = { "8005": "Press the Attack", "8008": "Lethal Tempo", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8242": "Unflinching", "8275": "Nimbus Cloak", "8299": "Last Stand", "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Perfect Timing", "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8401": "Shield Bash", "8410": "Approach Velocity", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating", "9101": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "9111": "Triumph", "9923": "Hail of Blades" };
@@ -1,2 +0,0 @@
1
- import { MythicItemKey } from '../../constants/Items/MythicItemKeys';
2
- export declare function isMythicItemKey(key: string): key is MythicItemKey;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMythicItemKey = void 0;
4
- const MythicItemNames_1 = require("../../constants/Items/MythicItemNames");
5
- function isMythicItemKey(key) {
6
- return key in MythicItemNames_1.MythicItemNames;
7
- }
8
- exports.isMythicItemKey = isMythicItemKey;
@@ -1,2 +0,0 @@
1
- import { MythicItemKeyNum } from '../../constants/Items/MythicItemKeysNum';
2
- export declare function isMythicItemKeyNum(key: number): key is MythicItemKeyNum;