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,6 +1,5 @@
1
1
  export declare const NonStatRuneIds: {
2
2
  readonly Electrocute: "8112";
3
- readonly Predator: "8124";
4
3
  readonly "Dark Harvest": "8128";
5
4
  readonly "Hail of Blades": "9923";
6
5
  readonly "Cheap Shot": "8126";
@@ -10,7 +9,6 @@ export declare const NonStatRuneIds: {
10
9
  readonly "Ghost Poro": "8120";
11
10
  readonly "Eyeball Collection": "8138";
12
11
  readonly "Treasure Hunter": "8135";
13
- readonly "Ingenious Hunter": "8134";
14
12
  readonly "Relentless Hunter": "8105";
15
13
  readonly "Ultimate Hunter": "8106";
16
14
  readonly "Glacial Augment": "8351";
@@ -18,22 +16,21 @@ export declare const NonStatRuneIds: {
18
16
  readonly "First Strike": "8369";
19
17
  readonly "Hextech Flashtraption": "8306";
20
18
  readonly "Magical Footwear": "8304";
21
- readonly "Perfect Timing": "8313";
22
- readonly "Future's Market": "8321";
23
- readonly "Minion Dematerializer": "8316";
19
+ readonly "Cash Back": "8321";
20
+ readonly "Triple Tonic": "8313";
21
+ readonly "Time Warp Tonic": "8352";
24
22
  readonly "Biscuit Delivery": "8345";
25
23
  readonly "Cosmic Insight": "8347";
26
24
  readonly "Approach Velocity": "8410";
27
- readonly "Time Warp Tonic": "8352";
25
+ readonly "Jack Of All Trades": "8316";
28
26
  readonly "Press the Attack": "8005";
29
- readonly "Lethal Tempo": "8008";
30
27
  readonly "Fleet Footwork": "8021";
31
28
  readonly Conqueror: "8010";
32
- readonly Overheal: "9101";
29
+ readonly "Absorb Life": "9101";
33
30
  readonly Triumph: "9111";
34
31
  readonly "Presence of Mind": "8009";
35
32
  readonly "Legend: Alacrity": "9104";
36
- readonly "Legend: Tenacity": "9105";
33
+ readonly "Legend: Haste": "9105";
37
34
  readonly "Legend: Bloodline": "9103";
38
35
  readonly "Coup de Grace": "8014";
39
36
  readonly "Cut Down": "8017";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneIds = void 0;
4
- exports.NonStatRuneIds = { "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" };
4
+ exports.NonStatRuneIds = { "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", "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", "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", "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,6 +1,5 @@
1
1
  export declare const NonStatRuneIdsNum: {
2
2
  readonly Electrocute: 8112;
3
- readonly Predator: 8124;
4
3
  readonly "Dark Harvest": 8128;
5
4
  readonly "Hail of Blades": 9923;
6
5
  readonly "Cheap Shot": 8126;
@@ -10,7 +9,6 @@ export declare const NonStatRuneIdsNum: {
10
9
  readonly "Ghost Poro": 8120;
11
10
  readonly "Eyeball Collection": 8138;
12
11
  readonly "Treasure Hunter": 8135;
13
- readonly "Ingenious Hunter": 8134;
14
12
  readonly "Relentless Hunter": 8105;
15
13
  readonly "Ultimate Hunter": 8106;
16
14
  readonly "Glacial Augment": 8351;
@@ -18,22 +16,21 @@ export declare const NonStatRuneIdsNum: {
18
16
  readonly "First Strike": 8369;
19
17
  readonly "Hextech Flashtraption": 8306;
20
18
  readonly "Magical Footwear": 8304;
21
- readonly "Perfect Timing": 8313;
22
- readonly "Future's Market": 8321;
23
- readonly "Minion Dematerializer": 8316;
19
+ readonly "Cash Back": 8321;
20
+ readonly "Triple Tonic": 8313;
21
+ readonly "Time Warp Tonic": 8352;
24
22
  readonly "Biscuit Delivery": 8345;
25
23
  readonly "Cosmic Insight": 8347;
26
24
  readonly "Approach Velocity": 8410;
27
- readonly "Time Warp Tonic": 8352;
25
+ readonly "Jack Of All Trades": 8316;
28
26
  readonly "Press the Attack": 8005;
29
- readonly "Lethal Tempo": 8008;
30
27
  readonly "Fleet Footwork": 8021;
31
28
  readonly Conqueror: 8010;
32
- readonly Overheal: 9101;
29
+ readonly "Absorb Life": 9101;
33
30
  readonly Triumph: 9111;
34
31
  readonly "Presence of Mind": 8009;
35
32
  readonly "Legend: Alacrity": 9104;
36
- readonly "Legend: Tenacity": 9105;
33
+ readonly "Legend: Haste": 9105;
37
34
  readonly "Legend: Bloodline": 9103;
38
35
  readonly "Coup de Grace": 8014;
39
36
  readonly "Cut Down": 8017;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneIdsNum = void 0;
4
- exports.NonStatRuneIdsNum = { "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 };
4
+ exports.NonStatRuneIdsNum = { "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, "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, "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, "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,6 +1,5 @@
1
1
  export declare const NonStatRuneNames: {
2
2
  readonly "8005": "Press the Attack";
3
- readonly "8008": "Lethal Tempo";
4
3
  readonly "8009": "Presence of Mind";
5
4
  readonly "8010": "Conqueror";
6
5
  readonly "8014": "Coup de Grace";
@@ -10,10 +9,8 @@ export declare const NonStatRuneNames: {
10
9
  readonly "8106": "Ultimate Hunter";
11
10
  readonly "8112": "Electrocute";
12
11
  readonly "8120": "Ghost Poro";
13
- readonly "8124": "Predator";
14
12
  readonly "8126": "Cheap Shot";
15
13
  readonly "8128": "Dark Harvest";
16
- readonly "8134": "Ingenious Hunter";
17
14
  readonly "8135": "Treasure Hunter";
18
15
  readonly "8136": "Zombie Ward";
19
16
  readonly "8138": "Eyeball Collection";
@@ -35,9 +32,9 @@ export declare const NonStatRuneNames: {
35
32
  readonly "8299": "Last Stand";
36
33
  readonly "8304": "Magical Footwear";
37
34
  readonly "8306": "Hextech Flashtraption";
38
- readonly "8313": "Perfect Timing";
39
- readonly "8316": "Minion Dematerializer";
40
- readonly "8321": "Future's Market";
35
+ readonly "8313": "Triple Tonic";
36
+ readonly "8316": "Jack Of All Trades";
37
+ readonly "8321": "Cash Back";
41
38
  readonly "8345": "Biscuit Delivery";
42
39
  readonly "8347": "Cosmic Insight";
43
40
  readonly "8351": "Glacial Augment";
@@ -56,10 +53,10 @@ export declare const NonStatRuneNames: {
56
53
  readonly "8463": "Font of Life";
57
54
  readonly "8465": "Guardian";
58
55
  readonly "8473": "Bone Plating";
59
- readonly "9101": "Overheal";
56
+ readonly "9101": "Absorb Life";
60
57
  readonly "9103": "Legend: Bloodline";
61
58
  readonly "9104": "Legend: Alacrity";
62
- readonly "9105": "Legend: Tenacity";
59
+ readonly "9105": "Legend: Haste";
63
60
  readonly "9111": "Triumph";
64
61
  readonly "9923": "Hail of Blades";
65
62
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneNames = void 0;
4
- exports.NonStatRuneNames = { "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" };
4
+ exports.NonStatRuneNames = { "8005": "Press the Attack", "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", "8126": "Cheap Shot", "8128": "Dark Harvest", "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": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "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": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph", "9923": "Hail of Blades" };
@@ -19,17 +19,16 @@ exports.RuneIconFileNames = {
19
19
  // ## Runes
20
20
  // ### Precision
21
21
  'Conqueror': 'conqueror',
22
- 'Coup de Grace': 'coupdegrace',
23
- 'Cut Down': 'cutdown',
24
22
  'Fleet Footwork': 'fleetfootwork',
25
23
  'Legend: Alacrity': 'legendalacrity',
24
+ 'Legend: Haste': 'legendhaste',
26
25
  'Legend: Bloodline': 'legendbloodline',
27
- 'Legend: Tenacity': 'legendtenacity',
28
- 'Lethal Tempo': 'lethaltempotemp',
29
- 'Presence of Mind': 'presenceofmind',
30
26
  'Press the Attack': 'presstheattack',
31
- 'Overheal': 'overheal',
27
+ 'Absorb Life': 'absorblife',
32
28
  'Triumph': 'triumph',
29
+ 'Presence of Mind': 'presenceofmind',
30
+ 'Coup de Grace': 'coupdegrace',
31
+ 'Cut Down': 'cutdown',
33
32
  // ### Domination
34
33
  'Cheap Shot': 'cheapshot',
35
34
  'Dark Harvest': 'darkharvest',
@@ -37,8 +36,6 @@ exports.RuneIconFileNames = {
37
36
  'Eyeball Collection': 'eyeballcollection',
38
37
  'Ghost Poro': 'ghostporo',
39
38
  'Hail of Blades': 'hailofblades',
40
- 'Ingenious Hunter': 'ingenioushunter',
41
- 'Predator': 'predator',
42
39
  'Relentless Hunter': 'relentlesshunter',
43
40
  'Sudden Impact': 'suddenimpact',
44
41
  'Taste of Blood': 'greenterror_tasteofblood',
@@ -75,16 +72,16 @@ exports.RuneIconFileNames = {
75
72
  'Aftershock': 'veteranaftershock',
76
73
  // ### Inspiration
77
74
  'Magical Footwear': 'magicalfootwear',
78
- 'Minion Dematerializer': 'miniondematerializer',
79
- 'Perfect Timing': 'perfecttiming',
75
+ 'Triple Tonic': 'alchemistcabinet',
80
76
  'Time Warp Tonic': 'timewarptonic',
81
77
  'Unsealed Spellbook': 'unsealedspellbook',
82
78
  'Biscuit Delivery': 'biscuitdelivery',
83
79
  'Cosmic Insight': 'cosmicinsight',
84
80
  'First Strike': 'firststrike',
85
- 'Future\'s Market': 'futuresmarket',
86
81
  'Glacial Augment': 'glacialaugment',
87
82
  'Hextech Flashtraption': 'hextechflashtraption',
83
+ 'Cash Back': 'cashback2',
84
+ 'Jack Of All Trades': 'jackofalltrades2',
88
85
  // ## Stat Runes
89
86
  // ###
90
87
  'Offense (AF)': 'statmodsadaptiveforceicon',
@@ -92,12 +89,12 @@ exports.RuneIconFileNames = {
92
89
  'Offense (AH)': 'statmodscdrscalingicon',
93
90
  // ###
94
91
  'Flex (AF)': 'statmodsadaptiveforceicon',
95
- 'Flex (AR)': 'statmodsarmoricon',
96
- 'Flex (MR)': 'statmodsmagicresicon',
92
+ 'Flex (MS)': 'statmodsmovementspeedicon',
93
+ 'Flex (HP+)': 'statmodshealthplusicon',
97
94
  // ###
98
95
  'Defense (HP)': 'statmodshealthscalingicon',
99
- 'Defense (AR)': 'statmodsarmoricon',
100
- 'Defense (MR)': 'statmodsmagicresicon',
96
+ 'Defense (Tenacity + Slow Resist)': 'statmodstenacityicon',
97
+ 'Defense (HP+)': 'statmodshealthplusicon',
101
98
  // ## Misc.
102
99
  runesicon: 'runesicon',
103
100
  };
@@ -8,22 +8,19 @@ export declare const RunePickingRelationships: {
8
8
  readonly "5005": readonly ["5007", "5008"];
9
9
  readonly "5007": readonly ["5005", "5008"];
10
10
  readonly "5008": readonly ["5005", "5007"];
11
- readonly "8005": readonly ["8008", "8021", "8010"];
12
- readonly "8008": readonly ["8005", "8021", "8010"];
11
+ readonly "8005": readonly ["8021", "8010"];
13
12
  readonly "8009": readonly ["9101", "9111"];
14
- readonly "8010": readonly ["8005", "8008", "8021"];
13
+ readonly "8010": readonly ["8005", "8021"];
15
14
  readonly "8014": readonly ["8017", "8299"];
16
15
  readonly "8017": readonly ["8014", "8299"];
17
- readonly "8021": readonly ["8005", "8008", "8010"];
18
- readonly "8105": readonly ["8135", "8134", "8106"];
19
- readonly "8106": readonly ["8135", "8134", "8105"];
20
- readonly "8112": readonly ["8124", "8128", "9923"];
16
+ readonly "8021": readonly ["8005", "8010"];
17
+ readonly "8105": readonly ["8135", "8106"];
18
+ readonly "8106": readonly ["8135", "8105"];
19
+ readonly "8112": readonly ["8128", "9923"];
21
20
  readonly "8120": readonly ["8136", "8138"];
22
- readonly "8124": readonly ["8112", "8128", "9923"];
23
21
  readonly "8126": readonly ["8139", "8143"];
24
- readonly "8128": readonly ["8112", "8124", "9923"];
25
- readonly "8134": readonly ["8135", "8105", "8106"];
26
- readonly "8135": readonly ["8134", "8105", "8106"];
22
+ readonly "8128": readonly ["8112", "9923"];
23
+ readonly "8135": readonly ["8105", "8106"];
27
24
  readonly "8136": readonly ["8120", "8138"];
28
25
  readonly "8138": readonly ["8136", "8120"];
29
26
  readonly "8139": readonly ["8126", "8143"];
@@ -42,19 +39,19 @@ export declare const RunePickingRelationships: {
42
39
  readonly "8242": readonly ["8451", "8453"];
43
40
  readonly "8275": readonly ["8224", "8226"];
44
41
  readonly "8299": readonly ["8014", "8017"];
45
- readonly "8304": readonly ["8306", "8313"];
46
- readonly "8306": readonly ["8304", "8313"];
47
- readonly "8313": readonly ["8306", "8304"];
48
- readonly "8316": readonly ["8321", "8345"];
49
- readonly "8321": readonly ["8316", "8345"];
50
- readonly "8345": readonly ["8321", "8316"];
51
- readonly "8347": readonly ["8410", "8352"];
42
+ readonly "8304": readonly ["8306", "8321"];
43
+ readonly "8306": readonly ["8304", "8321"];
44
+ readonly "8313": readonly ["8352", "8345"];
45
+ readonly "8316": readonly ["8347", "8410"];
46
+ readonly "8321": readonly ["8306", "8304"];
47
+ readonly "8345": readonly ["8313", "8352"];
48
+ readonly "8347": readonly ["8410", "8316"];
52
49
  readonly "8351": readonly ["8360", "8369"];
53
- readonly "8352": readonly ["8347", "8410"];
50
+ readonly "8352": readonly ["8313", "8345"];
54
51
  readonly "8360": readonly ["8351", "8369"];
55
52
  readonly "8369": readonly ["8351", "8360"];
56
53
  readonly "8401": readonly ["8446", "8463"];
57
- readonly "8410": readonly ["8347", "8352"];
54
+ readonly "8410": readonly ["8347", "8316"];
58
55
  readonly "8429": readonly ["8444", "8473"];
59
56
  readonly "8437": readonly ["8439", "8465"];
60
57
  readonly "8439": readonly ["8437", "8465"];
@@ -70,7 +67,7 @@ export declare const RunePickingRelationships: {
70
67
  readonly "9104": readonly ["9105", "9103"];
71
68
  readonly "9105": readonly ["9104", "9103"];
72
69
  readonly "9111": readonly ["9101", "8009"];
73
- readonly "9923": readonly ["8112", "8124", "8128"];
70
+ readonly "9923": readonly ["8112", "8128"];
74
71
  readonly "5002f": readonly ["5003f", "5008f"];
75
72
  readonly "5003f": readonly ["5002f", "5008f"];
76
73
  readonly "5008f": readonly ["5002f", "5003f"];
@@ -4,4 +4,4 @@ exports.RunePickingRelationships = void 0;
4
4
  /**
5
5
  * All of the runes and their relationships to other runes in terms of picking. Only one rune can be picked in a rune horizontal-set, each main rune that has a relationship to another rune unselects the other rune if the main rune is picked.
6
6
  */
7
- exports.RunePickingRelationships = { "5001": ["5002", "5003"], "5002": ["5001", "5003"], "5003": ["5001", "5002"], "5005": ["5007", "5008"], "5007": ["5005", "5008"], "5008": ["5005", "5007"], "8005": ["8008", "8021", "8010"], "8008": ["8005", "8021", "8010"], "8009": ["9101", "9111"], "8010": ["8005", "8008", "8021"], "8014": ["8017", "8299"], "8017": ["8014", "8299"], "8021": ["8005", "8008", "8010"], "8105": ["8135", "8134", "8106"], "8106": ["8135", "8134", "8105"], "8112": ["8124", "8128", "9923"], "8120": ["8136", "8138"], "8124": ["8112", "8128", "9923"], "8126": ["8139", "8143"], "8128": ["8112", "8124", "9923"], "8134": ["8135", "8105", "8106"], "8135": ["8134", "8105", "8106"], "8136": ["8120", "8138"], "8138": ["8136", "8120"], "8139": ["8126", "8143"], "8143": ["8126", "8139"], "8210": ["8234", "8233"], "8214": ["8229", "8230"], "8224": ["8226", "8275"], "8226": ["8224", "8275"], "8229": ["8214", "8230"], "8230": ["8214", "8229"], "8232": ["8237", "8236"], "8233": ["8210", "8234"], "8234": ["8210", "8233"], "8236": ["8237", "8232"], "8237": ["8232", "8236"], "8242": ["8451", "8453"], "8275": ["8224", "8226"], "8299": ["8014", "8017"], "8304": ["8306", "8313"], "8306": ["8304", "8313"], "8313": ["8306", "8304"], "8316": ["8321", "8345"], "8321": ["8316", "8345"], "8345": ["8321", "8316"], "8347": ["8410", "8352"], "8351": ["8360", "8369"], "8352": ["8347", "8410"], "8360": ["8351", "8369"], "8369": ["8351", "8360"], "8401": ["8446", "8463"], "8410": ["8347", "8352"], "8429": ["8444", "8473"], "8437": ["8439", "8465"], "8439": ["8437", "8465"], "8444": ["8429", "8473"], "8446": ["8463", "8401"], "8451": ["8453", "8242"], "8453": ["8451", "8242"], "8463": ["8446", "8401"], "8465": ["8437", "8439"], "8473": ["8429", "8444"], "9101": ["9111", "8009"], "9103": ["9104", "9105"], "9104": ["9105", "9103"], "9105": ["9104", "9103"], "9111": ["9101", "8009"], "9923": ["8112", "8124", "8128"], "5002f": ["5003f", "5008f"], "5003f": ["5002f", "5008f"], "5008f": ["5002f", "5003f"] };
7
+ exports.RunePickingRelationships = { "5001": ["5002", "5003"], "5002": ["5001", "5003"], "5003": ["5001", "5002"], "5005": ["5007", "5008"], "5007": ["5005", "5008"], "5008": ["5005", "5007"], "8005": ["8021", "8010"], "8009": ["9101", "9111"], "8010": ["8005", "8021"], "8014": ["8017", "8299"], "8017": ["8014", "8299"], "8021": ["8005", "8010"], "8105": ["8135", "8106"], "8106": ["8135", "8105"], "8112": ["8128", "9923"], "8120": ["8136", "8138"], "8126": ["8139", "8143"], "8128": ["8112", "9923"], "8135": ["8105", "8106"], "8136": ["8120", "8138"], "8138": ["8136", "8120"], "8139": ["8126", "8143"], "8143": ["8126", "8139"], "8210": ["8234", "8233"], "8214": ["8229", "8230"], "8224": ["8226", "8275"], "8226": ["8224", "8275"], "8229": ["8214", "8230"], "8230": ["8214", "8229"], "8232": ["8237", "8236"], "8233": ["8210", "8234"], "8234": ["8210", "8233"], "8236": ["8237", "8232"], "8237": ["8232", "8236"], "8242": ["8451", "8453"], "8275": ["8224", "8226"], "8299": ["8014", "8017"], "8304": ["8306", "8321"], "8306": ["8304", "8321"], "8313": ["8352", "8345"], "8316": ["8347", "8410"], "8321": ["8306", "8304"], "8345": ["8313", "8352"], "8347": ["8410", "8316"], "8351": ["8360", "8369"], "8352": ["8313", "8345"], "8360": ["8351", "8369"], "8369": ["8351", "8360"], "8401": ["8446", "8463"], "8410": ["8347", "8316"], "8429": ["8444", "8473"], "8437": ["8439", "8465"], "8439": ["8437", "8465"], "8444": ["8429", "8473"], "8446": ["8463", "8401"], "8451": ["8453", "8242"], "8453": ["8451", "8242"], "8463": ["8446", "8401"], "8465": ["8437", "8439"], "8473": ["8429", "8444"], "9101": ["9111", "8009"], "9103": ["9104", "9105"], "9104": ["9105", "9103"], "9105": ["9104", "9103"], "9111": ["9101", "8009"], "9923": ["8112", "8128"], "5002f": ["5003f", "5008f"], "5003f": ["5002f", "5008f"], "5008f": ["5002f", "5003f"] };