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 +1,4 @@
1
- export declare const LegendaryItemNames: readonly ["Abyssal Mask", "Anathema's Chains", "Archangel's Staff", "Ardent Censer", "Axiom Arc", "Banshee's Veil", "Black Cleaver", "Black Mist Scythe", "Blade of The Ruined King", "Bloodthirster", "Bulwark of the Mountain", "Chempunk Chainsword", "Chemtech Putrifier", "Cosmic Drive", "Dead Man's Plate", "Death's Dance", "Demonic Embrace", "Edge of Night", "Essence Reaver", "Fimbulwinter", "Force of Nature", "Frozen Heart", "Gargoyle Stoneplate", "Guardian Angel", "Horizon Focus", "Hullbreaker", "Immortal Shieldbow", "Knight's Vow", "Kraken Slayer", "Lich Bane", "Lord Dominik's Regards", "Manamune", "Maw of Malmortius", "Mejai's Soulstealer", "Mercurial Scimitar", "Mikael's Blessing", "Morellonomicon", "Mortal Reminder", "Muramana", "Nashor's Tooth", "Pauldrons of Whiterock", "Phantom Dancer", "Prowler's Claw", "Rabadon's Deathcap", "Randuin's Omen", "Rapid Firecannon", "Ravenous Hydra", "Redemption", "Runaan's Hurricane", "Rylai's Crystal Scepter", "Seraph's Embrace", "Serpent's Fang", "Serylda's Grudge", "Shadowflame", "Shard of True Ice", "Silvermere Dawn", "Spirit Visage", "Staff of Flowing Water", "Sterak's Gage", "Stormrazor", "The Collector", "Thornmail", "Titanic Hydra", "Umbral Glaive", "Vigilant Wardstone", "Void Staff", "Warmog's Armor", "Winter's Approach", "Wit's End", "Zeke's Convergence", "Zhonya's Hourglass", "Sunfire Aegis", "Spear Of Shojin", "Statikk Shiv"];
1
+ /**
2
+ * @see https://leagueoflegends.fandom.com/wiki/Legendary_item
3
+ */
4
+ export declare const LegendaryItemNames: readonly ["Abyssal Mask", "Anathema's Chains", "Archangel's Staff", "Ardent Censer", "Atma's Reckoning", "Axiom Arc", "Banshee's Veil", "Black Cleaver", "Black Mist Scythe", "Blackfire Torch", "Blade of the Ruined King", "Bloodletter's Curse", "Bloodsong", "Bloodthirster", "Bounty of Worlds", "Bulwark of the Mountain", "Celestial Opposition", "Chempunk Chainsword", "Cosmic Drive", "Cryptbloom", "Dawncore", "Dead Man's Plate", "Death's Dance", "Demonic Embrace", "Dream Maker", "Edge of Night", "Elixir of Avarice", "Elixir of Force", "Essence Reaver", "Experimental Hexplate", "Fimbulwinter", "Force of Nature", "Frozen Heart", "Glowing Mote", "Guardian Angel", "Hellfire Hatchet", "Hextech Gunblade", "Hollow Radiance", "Horizon Focus", "Hubris", "Hullbreaker", "Immortal Shieldbow", "Imperial Mandate", "Kaenic Rookern", "Knight's Vow", "Kraken Slayer", "Lich Bane", "Lord Dominik's Regards", "Luden's Companion", "Malignance", "Manamune", "Maw of Malmortius", "Mejai's Soulstealer", "Mercurial Scimitar", "Mikael's Blessing", "Morellonomicon", "Mortal Reminder", "Muramana", "Nashor's Tooth", "Opportunity", "Overlord's Bloodmail", "Pauldrons of Whiterock", "Perplexity", "Phantom Dancer", "Profane Hydra", "Rabadon's Deathcap", "Randuin's Omen", "Rapid Firecannon", "Ravenous Hydra", "Rectrix", "Redemption", "Rite of Ruin", "Runaan's Hurricane", "Rylai's Crystal Scepter", "Seraph's Embrace", "Serpent's Fang", "Serylda's Grudge", "Shadowflame", "Shard of True Ice", "Shattered Armguard", "Solstice Sleigh", "Spear of Shojin", "Spectral Cutlass", "Spirit Visage", "Staff of Flowing Water", "Statikk Shiv", "Sterak's Gage", "Stormrazor", "Stormsurge", "Sundered Sky", "Sunfire Aegis", "Sword of the Blossoming Dawn", "Terminus", "The Collector", "Thornmail", "Titanic Hydra", "Trailblazer", "Umbral Glaive", "Unending Despair", "Vigilant Wardstone", "Void Staff", "Voltaic Cyclosword", "Warmog's Armor", "Winter's Approach", "Wit's End", "Wordless Promise", "World Atlas", "Zaz'Zak's Realmspike", "Zeke's Convergence", "Zephyr", "Zhonya's Hourglass", "Echoes of Helia", "Liandry's Torment", "Locket of the Iron Solari", "Luden's Tempest", "Moonstone Renewer", "Navori Flickerblade", "Night Harvester", "Riftmaker", "Shurelya's Battlesong", "Stridebreaker", "Trinity Force", "Eclipse", "Iceborn Gauntlet", "Infinity Edge", "Guinsoo's Rageblade", "Hextech Rocketbelt", "Jak'Sho, The Protean", "Heartsteel", "Rod of Ages", "Youmuu's Ghostblade", "Yun Tal Wildarrows", "Cry of the Shrieking City", "Ceaseless Hunger", "Caesura", "Draktharr's Shadowcarver", "Deicide", "Dreamshatter", "Equinox", "Edge of Finality", "Eye of Luden", "Eternal Winter", "Frozen Fist", "Flicker", "Infinite Convergence", "Icathia's Curse", "Infinity Force", "Leviathan", "Liandry's Lament", "Primordial Dawn", "Reliquary of the Golden Dawn", "Syzygy", "Shurelya's Requiem", "Starcaster", "Seething Sorrow", "The Unspoken Parasite", "Typhoon", "Upgraded Aeropack", "Vespertide", "Youmuu's Wake"];
@@ -1,79 +1,143 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemNames = void 0;
4
+ const OrnnItemNames_1 = require("./OrnnItemNames");
5
+ /**
6
+ * @see https://leagueoflegends.fandom.com/wiki/Legendary_item
7
+ */
4
8
  exports.LegendaryItemNames = [
5
- 'Abyssal Mask',
6
- 'Anathema\'s Chains',
7
- 'Archangel\'s Staff',
8
- 'Ardent Censer',
9
- 'Axiom Arc',
10
- 'Banshee\'s Veil',
11
- 'Black Cleaver',
12
- 'Black Mist Scythe',
13
- 'Blade of The Ruined King',
14
- 'Bloodthirster',
15
- 'Bulwark of the Mountain',
16
- 'Chempunk Chainsword',
17
- 'Chemtech Putrifier',
18
- 'Cosmic Drive',
19
- 'Dead Man\'s Plate',
20
- 'Death\'s Dance',
21
- 'Demonic Embrace',
22
- 'Edge of Night',
23
- 'Essence Reaver',
24
- 'Fimbulwinter',
25
- 'Force of Nature',
26
- 'Frozen Heart',
27
- 'Gargoyle Stoneplate',
28
- 'Guardian Angel',
29
- 'Horizon Focus',
30
- 'Hullbreaker',
31
- 'Immortal Shieldbow',
32
- 'Knight\'s Vow',
33
- 'Kraken Slayer',
34
- 'Lich Bane',
35
- 'Lord Dominik\'s Regards',
36
- 'Manamune',
37
- 'Maw of Malmortius',
38
- 'Mejai\'s Soulstealer',
39
- 'Mercurial Scimitar',
40
- 'Mikael\'s Blessing',
41
- 'Morellonomicon',
42
- 'Mortal Reminder',
43
- 'Muramana',
44
- 'Nashor\'s Tooth',
45
- 'Pauldrons of Whiterock',
46
- 'Phantom Dancer',
47
- 'Prowler\'s Claw',
48
- 'Rabadon\'s Deathcap',
49
- 'Randuin\'s Omen',
50
- 'Rapid Firecannon',
51
- 'Ravenous Hydra',
52
- 'Redemption',
53
- 'Runaan\'s Hurricane',
54
- 'Rylai\'s Crystal Scepter',
55
- 'Seraph\'s Embrace',
56
- 'Serpent\'s Fang',
57
- 'Serylda\'s Grudge',
58
- 'Shadowflame',
59
- 'Shard of True Ice',
60
- 'Silvermere Dawn',
61
- 'Spirit Visage',
62
- 'Staff of Flowing Water',
63
- 'Sterak\'s Gage',
64
- 'Stormrazor',
65
- 'The Collector',
66
- 'Thornmail',
67
- 'Titanic Hydra',
68
- 'Umbral Glaive',
69
- 'Vigilant Wardstone',
70
- 'Void Staff',
71
- 'Warmog\'s Armor',
72
- 'Winter\'s Approach',
73
- 'Wit\'s End',
74
- 'Zeke\'s Convergence',
75
- 'Zhonya\'s Hourglass',
76
- 'Sunfire Aegis',
77
- 'Spear Of Shojin',
78
- 'Statikk Shiv',
9
+ "Abyssal Mask",
10
+ "Anathema's Chains",
11
+ "Archangel's Staff",
12
+ "Ardent Censer",
13
+ "Atma's Reckoning",
14
+ "Axiom Arc",
15
+ "Banshee's Veil",
16
+ "Black Cleaver",
17
+ "Black Mist Scythe",
18
+ "Blackfire Torch",
19
+ "Blade of the Ruined King",
20
+ "Bloodletter's Curse",
21
+ "Bloodsong",
22
+ "Bloodthirster",
23
+ "Bounty of Worlds",
24
+ "Bulwark of the Mountain",
25
+ "Celestial Opposition",
26
+ "Chempunk Chainsword",
27
+ "Cosmic Drive",
28
+ "Cryptbloom",
29
+ "Dawncore",
30
+ "Dead Man's Plate",
31
+ "Death's Dance",
32
+ "Demonic Embrace",
33
+ "Dream Maker",
34
+ "Edge of Night",
35
+ "Elixir of Avarice",
36
+ "Elixir of Force",
37
+ "Essence Reaver",
38
+ "Experimental Hexplate",
39
+ "Fimbulwinter",
40
+ "Force of Nature",
41
+ "Frozen Heart",
42
+ "Glowing Mote",
43
+ "Guardian Angel",
44
+ "Hellfire Hatchet",
45
+ "Hextech Gunblade",
46
+ "Hollow Radiance",
47
+ "Horizon Focus",
48
+ "Hubris",
49
+ "Hullbreaker",
50
+ "Immortal Shieldbow",
51
+ "Imperial Mandate",
52
+ "Kaenic Rookern",
53
+ "Knight's Vow",
54
+ "Kraken Slayer",
55
+ "Lich Bane",
56
+ "Lord Dominik's Regards",
57
+ "Luden's Companion",
58
+ "Malignance",
59
+ "Manamune",
60
+ "Maw of Malmortius",
61
+ "Mejai's Soulstealer",
62
+ "Mercurial Scimitar",
63
+ "Mikael's Blessing",
64
+ "Morellonomicon",
65
+ "Mortal Reminder",
66
+ "Muramana",
67
+ "Nashor's Tooth",
68
+ "Opportunity",
69
+ "Overlord's Bloodmail",
70
+ "Pauldrons of Whiterock",
71
+ "Perplexity",
72
+ "Phantom Dancer",
73
+ "Profane Hydra",
74
+ "Rabadon's Deathcap",
75
+ "Randuin's Omen",
76
+ "Rapid Firecannon",
77
+ "Ravenous Hydra",
78
+ "Rectrix",
79
+ "Redemption",
80
+ "Rite of Ruin",
81
+ "Runaan's Hurricane",
82
+ "Rylai's Crystal Scepter",
83
+ "Seraph's Embrace",
84
+ "Serpent's Fang",
85
+ "Serylda's Grudge",
86
+ "Shadowflame",
87
+ "Shard of True Ice",
88
+ "Shattered Armguard",
89
+ "Solstice Sleigh",
90
+ "Spear of Shojin",
91
+ "Spectral Cutlass",
92
+ "Spirit Visage",
93
+ "Staff of Flowing Water",
94
+ "Statikk Shiv",
95
+ "Sterak's Gage",
96
+ "Stormrazor",
97
+ "Stormsurge",
98
+ "Sundered Sky",
99
+ "Sunfire Aegis",
100
+ "Sword of the Blossoming Dawn",
101
+ "Terminus",
102
+ "The Collector",
103
+ "Thornmail",
104
+ "Titanic Hydra",
105
+ "Trailblazer",
106
+ "Umbral Glaive",
107
+ "Unending Despair",
108
+ "Vigilant Wardstone",
109
+ "Void Staff",
110
+ "Voltaic Cyclosword",
111
+ "Warmog's Armor",
112
+ "Winter's Approach",
113
+ "Wit's End",
114
+ "Wordless Promise",
115
+ "World Atlas",
116
+ "Zaz'Zak's Realmspike",
117
+ "Zeke's Convergence",
118
+ "Zephyr",
119
+ "Zhonya's Hourglass",
120
+ //
121
+ "Echoes of Helia",
122
+ "Liandry's Torment",
123
+ "Locket of the Iron Solari",
124
+ "Luden's Tempest",
125
+ "Moonstone Renewer",
126
+ "Navori Flickerblade",
127
+ "Night Harvester",
128
+ "Riftmaker",
129
+ "Shurelya's Battlesong",
130
+ "Stridebreaker",
131
+ "Trinity Force",
132
+ "Eclipse",
133
+ "Iceborn Gauntlet",
134
+ "Infinity Edge",
135
+ "Guinsoo's Rageblade",
136
+ "Hextech Rocketbelt",
137
+ "Jak'Sho, The Protean",
138
+ "Heartsteel",
139
+ "Rod of Ages",
140
+ "Youmuu's Ghostblade",
141
+ "Yun Tal Wildarrows",
142
+ ...OrnnItemNames_1.OrnnItemNames,
79
143
  ];
@@ -11,13 +11,6 @@ export declare const RunesReforged: readonly [{
11
11
  readonly name: "Electrocute";
12
12
  readonly shortDesc: "Hitting a champion with 3 <b>separate</b> attacks or abilities in 3s deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.";
13
13
  readonly longDesc: "Hitting a champion with 3 <b>separate</b> attacks or abilities within 3s deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword>.<br><br>Damage: 30 - 220 (+0.1 bonus AD, +0.05 AP) damage.<br><br>Cooldown: 25 - 20s<br><br><hr><i>'We called them the Thunderlords, for to speak of their lightning was to invite disaster.'</i>";
14
- }, {
15
- readonly id: 8124;
16
- readonly key: "Predator";
17
- readonly icon: "perk-images/Styles/Domination/Predator/Predator.png";
18
- readonly name: "Predator";
19
- readonly shortDesc: "Add an active effect to your boots that grants a large boost of <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> and causes your next attack or ability to deal bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.";
20
- readonly longDesc: "Enchants your boots with the active effect '<font color='#c60300'>Predator</font>.'<br><br>Gain increased Move Speed, ramping up to 25-50% Move Speed over 1 second, while chasing enemy champions. After ramping up, damaging attacks or abilities to champions end this effect, dealing 20-180 (+<scaleAD>0.25</scaleAD> bonus AD)(+<scaleAP>0.15</scaleAP> AP) bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword>.<br><br>Cooldown: 120s-60s.";
21
14
  }, {
22
15
  readonly id: 8128;
23
16
  readonly key: "DarkHarvest";
@@ -31,7 +24,7 @@ export declare const RunesReforged: readonly [{
31
24
  readonly icon: "perk-images/Styles/Domination/HailOfBlades/HailOfBlades.png";
32
25
  readonly name: "Hail of Blades";
33
26
  readonly shortDesc: "Gain a large amount of Attack Speed for the first 3 attacks made against enemy champions.";
34
- readonly longDesc: "Gain 110% Attack Speed when you attack an enemy champion for up to 3 attacks.<br><br>No more than 3s can elapse between attacks or this effect will end.<br><br>Cooldown: 12s.<br><br><rules>Attack resets increase the attack limit by 1.<br>Allows you to temporarily exceed the attack speed limit.</rules>";
27
+ readonly longDesc: "Gain 110% (80% for ranged champions) Attack Speed when you attack an enemy champion for up to 3 attacks.<br><br>No more than 3s can elapse between attacks or this effect will end.<br><br>Cooldown: 12s.<br><br><rules>Attack resets increase the attack limit by 1.<br>Allows you to temporarily exceed the attack speed limit.</rules>";
35
28
  }];
36
29
  }, {
37
30
  readonly runes: readonly [{
@@ -53,8 +46,8 @@ export declare const RunesReforged: readonly [{
53
46
  readonly key: "SuddenImpact";
54
47
  readonly icon: "perk-images/Styles/Domination/SuddenImpact/SuddenImpact.png";
55
48
  readonly name: "Sudden Impact";
56
- readonly shortDesc: "Gain a burst of Lethality and Magic Penetration after using a dash, leap, blink, teleport, or when leaving stealth.";
57
- readonly longDesc: "After exiting stealth or using a dash, leap, blink, or teleport, dealing any damage to a champion grants you 9 Lethality and 7 Magic Penetration for 5s.<br><br>Cooldown: 4s";
49
+ readonly shortDesc: "Damaging basic attacks and ability damage deal bonus true damage to enemy champions after using a dash, leap, blink, teleport, or when leaving stealth.";
50
+ readonly longDesc: "Damaging basic attacks and ability damage deal a bonus <trueDamage>20 - 80 True Damage</trueDamage> based on level to enemy champions after using a dash, leap, blink, teleport, or when leaving stealth for 4s.<br><br>Cooldown: 10s";
58
51
  }];
59
52
  }, {
60
53
  readonly runes: readonly [{
@@ -87,20 +80,13 @@ export declare const RunesReforged: readonly [{
87
80
  readonly name: "Treasure Hunter";
88
81
  readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant additional gold the first time they are collected. ";
89
82
  readonly longDesc: "Gain an additional <gold>50 gold</gold> the next time you collect a <i>Bounty Hunter</i> stack. Increase the gold gained by <gold>20 gold</gold> for each <i>Bounty Hunter</i> stack, up to <gold>130 gold</gold>.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
90
- }, {
91
- readonly id: 8134;
92
- readonly key: "IngeniousHunter";
93
- readonly icon: "perk-images/Styles/Domination/IngeniousHunter/IngeniousHunter.png";
94
- readonly name: "Ingenious Hunter";
95
- readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent Item <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Haste</lol-uikit-tooltipped-keyword> (includes Trinkets).";
96
- readonly longDesc: "Gain <attention>20</attention> <b>Item Haste</b> plus an additional <attention>6</attention> <b>Item Haste</b> per <i>Bounty Hunter</i> stack (includes Trinkets).<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.<br><br><rules>Item Haste affects all items with cooldowns. </rules>";
97
83
  }, {
98
84
  readonly id: 8105;
99
85
  readonly key: "RelentlessHunter";
100
86
  readonly icon: "perk-images/Styles/Domination/RelentlessHunter/RelentlessHunter.png";
101
87
  readonly name: "Relentless Hunter";
102
88
  readonly shortDesc: "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent <b>out of combat <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword></b>. ";
103
- readonly longDesc: "Gain <speed>5 Move Speed</speed> out of combat plus <speed>8</speed> per <i>Bounty Hunter</i> stack.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
89
+ readonly longDesc: "Gain <speed>8 Move Speed</speed> out of combat per <i>Bounty Hunter</i> stack.<br><br><i>Bounty Hunter</i> stacks are earned the first time you get a takedown on each enemy champion.";
104
90
  }, {
105
91
  readonly id: 8106;
106
92
  readonly key: "UltimateHunter";
@@ -136,7 +122,7 @@ export declare const RunesReforged: readonly [{
136
122
  readonly icon: "perk-images/Styles/Inspiration/FirstStrike/FirstStrike.png";
137
123
  readonly name: "First Strike";
138
124
  readonly shortDesc: "When you initiate champion combat, deal 7% extra damage for 3 seconds and gain gold based on damage dealt.";
139
- readonly longDesc: "Attacks or abilities against an enemy champion within 0.25s of entering champion combat grants 5 gold and <b>First Strike</b> for 3 seconds, causing you to deal <truedamage>7%</truedamage> extra <truedamage> damage</truedamage> against champions, and granting <gold>100% (70% for ranged champions)</gold> of bonus damage dealt as <gold>gold</gold>.<br><br>Cooldown: <scaleLevel>25 - 15</scaleLevel>s";
125
+ readonly longDesc: "Attacks or abilities against an enemy champion within 0.25s of entering champion combat grant 10 gold and <b>First Strike</b> for 3 seconds, causing you to deal <truedamage>7%</truedamage> extra <truedamage> damage</truedamage> against champions, and granting <gold>50% (35% for ranged champions)</gold> of bonus damage dealt as <gold>gold</gold>.<br><br>Cooldown: <scaleLevel>25 - 15</scaleLevel>s";
140
126
  }];
141
127
  }, {
142
128
  readonly runes: readonly [{
@@ -154,28 +140,28 @@ export declare const RunesReforged: readonly [{
154
140
  readonly shortDesc: "You get free boots at 12 min but you cannot buy boots before then. Each <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedown</lol-uikit-tooltipped-keyword> you get makes your boots come 45s sooner.";
155
141
  readonly longDesc: "You get free Slightly Magical Footwear at 12 min, but you cannot buy boots before then. For each takedown you acquire the boots 45s sooner.<br><br>Slightly Magical Footwear grants you an additional <speed>10 Move Speed</speed>.";
156
142
  }, {
157
- readonly id: 8313;
158
- readonly key: "PerfectTiming";
159
- readonly icon: "perk-images/Styles/Inspiration/PerfectTiming/PerfectTiming.png";
160
- readonly name: "Perfect Timing";
161
- readonly shortDesc: "Gain a free Commencing Stopwatch. After 14 minutes, it can be used for a one time <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Stasis'>Stasis</lol-uikit-tooltipped-keyword> effect. <br><br>Each <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedown</lol-uikit-tooltipped-keyword> you get shortens this timer by 120 seconds.";
162
- readonly longDesc: "Begin the game with a Commencing Stopwatch that transforms into a Stopwatch after 14 minutes. Each takedown you acquire reduces this timer by 120 seconds.<br><br>Stopwatch can be used for a one time 2.5 second Stasis effect.";
143
+ readonly id: 8321;
144
+ readonly key: "CashBack";
145
+ readonly icon: "perk-images/Styles/Inspiration/CashBack/CashBack2.png";
146
+ readonly name: "Cash Back";
147
+ readonly shortDesc: "Get some gold back when you purchase Legendary Items.";
148
+ readonly longDesc: "Get 6% Gold back when you purchase Legendary Items.";
163
149
  }];
164
150
  }, {
165
151
  readonly runes: readonly [{
166
- readonly id: 8321;
167
- readonly key: "FuturesMarket";
168
- readonly icon: "perk-images/Styles/Inspiration/FuturesMarket/FuturesMarket.png";
169
- readonly name: "Future's Market";
170
- readonly shortDesc: "You can enter debt to buy items.";
171
- readonly longDesc: "You can enter debt to buy items. The amount you can borrow increases over time. If you enter debt, you will be charged a lending fee of <attention>50</attention> gold.";
152
+ readonly id: 8313;
153
+ readonly key: "PerfectTiming";
154
+ readonly icon: "perk-images/Styles/Inspiration/PerfectTiming/AlchemistCabinet.png";
155
+ readonly name: "Triple Tonic";
156
+ readonly shortDesc: "Upon reaching level 3, gain an Elixir of Avarice.<br>Upon reaching level 6, gain an Elixir of Force.<br>Upon reaching level 9, gain an Elixir of Skill. ";
157
+ readonly longDesc: "Upon reaching level 3, gain an Elixir of Avarice.<br>Upon reaching level 6, gain an Elixir of Force.<br>Upon reaching level 9, gain an Elixir of Skill. ";
172
158
  }, {
173
- readonly id: 8316;
174
- readonly key: "MinionDematerializer";
175
- readonly icon: "perk-images/Styles/Inspiration/MinionDematerializer/MinionDematerializer.png";
176
- readonly name: "Minion Dematerializer";
177
- readonly shortDesc: "Start the game with 3 Minion Dematerializers. Killing minions with the item gives permanent bonus damage vs. that minion type.";
178
- readonly longDesc: "Start the game with 3 Minion Dematerializers that kill and absorb lane minions instantly. Minion Dematerializers are on cooldown for the first 180s of the game.<br><br>Absorbing a minion increases your damage by +6% against that type of minion permanently, and an extra +3% for each additional minion of that type absorbed.<br>";
159
+ readonly id: 8352;
160
+ readonly key: "TimeWarpTonic";
161
+ readonly icon: "perk-images/Styles/Inspiration/TimeWarpTonic/TimeWarpTonic.png";
162
+ readonly name: "Time Warp Tonic";
163
+ readonly shortDesc: "Potions grant some restoration immediately.";
164
+ readonly longDesc: "Consuming a potion grants 40% of its health restoration immediately.<br><br>";
179
165
  }, {
180
166
  readonly id: 8345;
181
167
  readonly key: "BiscuitDelivery";
@@ -200,12 +186,12 @@ export declare const RunesReforged: readonly [{
200
186
  readonly shortDesc: "Bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> towards nearby enemy champions that are <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>movement impaired</lol-uikit-tooltipped-keyword>, increased for enemy champions that you impair.";
201
187
  readonly longDesc: "Gain <speed>7.5% Move Speed</speed> towards nearby enemy champions that are movement impaired. This bonus is increased to <speed>15% Move Speed</speed> for any enemy champion that you impair. <br><br>Activation Range for CC from allies: 1000";
202
188
  }, {
203
- readonly id: 8352;
204
- readonly key: "TimeWarpTonic";
205
- readonly icon: "perk-images/Styles/Inspiration/TimeWarpTonic/TimeWarpTonic.png";
206
- readonly name: "Time Warp Tonic";
207
- readonly shortDesc: "Potions and biscuits grant some restoration immediately. Gain <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> while under their effects.";
208
- readonly longDesc: "Consuming a potion or biscuit grants 30% of its health or mana restoration immediately. In addition, gain <speed>2% Move Speed</speed> while under their effects.<br><br>";
189
+ readonly id: 8316;
190
+ readonly key: "JackOfAllTrades";
191
+ readonly icon: "perk-images/Styles/Inspiration/JackOfAllTrades/JackofAllTrades2.png";
192
+ readonly name: "Jack Of All Trades";
193
+ readonly shortDesc: "For each different stat gained from items, gain one Jack stack. Each stack grants you <speed>1 Ability Haste</speed>.<br><br>Gain bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>Adaptive Force</lol-uikit-tooltipped-keyword> at 5 and 10 stacks.";
194
+ readonly longDesc: "For each different stat gained from items, gain one Jack stack. Each stack grants you <speed>1 Ability Haste</speed>.<br><br>Gain 10 or 25 bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>Adaptive Force</lol-uikit-tooltipped-keyword> at 5 and 10 stacks, respectively.";
209
195
  }];
210
196
  }];
211
197
  }, {
@@ -219,22 +205,15 @@ export declare const RunesReforged: readonly [{
219
205
  readonly key: "PressTheAttack";
220
206
  readonly icon: "perk-images/Styles/Precision/PressTheAttack/PressTheAttack.png";
221
207
  readonly name: "Press the Attack";
222
- readonly shortDesc: "Hitting an enemy champion 3 consecutive times makes them vulnerable, dealing bonus damage and causing them to take more damage from all sources for 6s.";
223
- readonly longDesc: "Hitting an enemy champion with 3 consecutive basic attacks deals 40 - 180 bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword> (based on level) and makes them vulnerable, increasing the damage they take by 8% from all sources for 6s.";
224
- }, {
225
- readonly id: 8008;
226
- readonly key: "LethalTempo";
227
- readonly icon: "perk-images/Styles/Precision/LethalTempo/LethalTempoTemp.png";
228
- readonly name: "Lethal Tempo";
229
- readonly shortDesc: "Gain Attack Speed when attacking an enemy champion, stacking up to 6 times. At max stacks, gain Attack Range and remove your Attack Speed limit.";
230
- readonly longDesc: "Gain [54% - 81%] (Melee) or [21% - 48%] (Ranged) Attack Speed for 6 seconds when you attack an enemy champion. This effect stacks up to 6 times.<br><br>While this effect fully stacked, your Attack Speed can exceed 2.5 and you gain 50 Attack Range.";
208
+ readonly shortDesc: "Hitting an enemy champion 3 consecutive times deals bonus damage and amplifies your damage until you leave combat with champions.";
209
+ readonly longDesc: "Hitting an enemy champion with 3 consecutive basic attacks deals 40 - 160 bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>adaptive damage</font></lol-uikit-tooltipped-keyword> (based on level) and amplifies your damage dealt by 8% until you leave combat with champions.";
231
210
  }, {
232
211
  readonly id: 8021;
233
212
  readonly key: "FleetFootwork";
234
213
  readonly icon: "perk-images/Styles/Precision/FleetFootwork/FleetFootwork.png";
235
214
  readonly name: "Fleet Footwork";
236
215
  readonly shortDesc: "Attacking and moving builds Energy stacks. At 100 stacks, your next attack heals you and grants increased <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword>.";
237
- readonly longDesc: "Attacking and moving builds Energy stacks. At 100 stacks, your next attack is Energized<br><br>Energized attacks heal you for 10 - 130 (+0.1 Bonus AD, +0.05 AP) and grant <speed>20% Move Speed</speed> for 1s.<br><br>Healing from minions is 10% effective for Ranged Champions, and 20% effective for Melee Champions.";
216
+ readonly longDesc: "Attacking and moving builds Energy stacks. At 100 stacks, your next attack is Energized<br><br>Energized attacks heal you for 8 - 110 (+0.1 Bonus AD, +0.05 AP) and grant <speed>20% Move Speed</speed> for 1s.<br><br>Healing from minions is 10% effective for Ranged Champions, and 20% effective for Melee Champions.";
238
217
  }, {
239
218
  readonly id: 8010;
240
219
  readonly key: "Conqueror";
@@ -246,11 +225,11 @@ export declare const RunesReforged: readonly [{
246
225
  }, {
247
226
  readonly runes: readonly [{
248
227
  readonly id: 9101;
249
- readonly key: "Overheal";
250
- readonly icon: "perk-images/Styles/Precision/Overheal.png";
251
- readonly name: "Overheal";
252
- readonly shortDesc: "Excess healing on you becomes a shield.";
253
- readonly longDesc: "Excess healing on you becomes a shield for 11% of your max Health.<br><br>Shield is built up from 20 to 100% of excess healing from yourself or any ally.";
228
+ readonly key: "AbsorbLife";
229
+ readonly icon: "perk-images/Styles/Precision/AbsorbLife/AbsorbLife.png";
230
+ readonly name: "Absorb Life";
231
+ readonly shortDesc: "Killing a target heals you.";
232
+ readonly longDesc: "Killing a target heals you for @HealAmount@.";
254
233
  }, {
255
234
  readonly id: 9111;
256
235
  readonly key: "Triumph";
@@ -276,11 +255,11 @@ export declare const RunesReforged: readonly [{
276
255
  readonly longDesc: "Gain 3% attack speed plus an additional 1.5% for every <i>Legend</i> stack (<statGood>max 10 stacks</statGood>).<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
277
256
  }, {
278
257
  readonly id: 9105;
279
- readonly key: "LegendTenacity";
280
- readonly icon: "perk-images/Styles/Precision/LegendTenacity/LegendTenacity.png";
281
- readonly name: "Legend: Tenacity";
282
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent <b>Tenacity</b>. ";
283
- readonly longDesc: "Gain 5% tenacity plus an additional 1.5% for every <i>Legend</i> stack (<statGood>max 10 stacks</statGood>).<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
258
+ readonly key: "LegendHaste";
259
+ readonly icon: "perk-images/Styles/Precision/LegendHaste/LegendHaste.png";
260
+ readonly name: "Legend: Haste";
261
+ readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent Basic Ability <b>Haste</b>. ";
262
+ readonly longDesc: "Gain 1.5 basic ability haste for every <i>Legend</i> stack (<statGood>max 10 stacks</statGood>).<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill.";
284
263
  }, {
285
264
  readonly id: 9103;
286
265
  readonly key: "LegendBloodline";
@@ -302,8 +281,8 @@ export declare const RunesReforged: readonly [{
302
281
  readonly key: "CutDown";
303
282
  readonly icon: "perk-images/Styles/Precision/CutDown/CutDown.png";
304
283
  readonly name: "Cut Down";
305
- readonly shortDesc: "Deal more damage to champions with more max health than you.";
306
- readonly longDesc: "Deal 5% to 15% more damage to champions, based on how much more max health they have than you.<br><br><rules>Bonus damage scales up linearly against enemies with 10% to 100% more max health than you.</rules>";
284
+ readonly shortDesc: "Deal more damage to high health enemy champions.";
285
+ readonly longDesc: "Deal 8% more damage to champions who have more than 50% health.";
307
286
  }, {
308
287
  readonly id: 8299;
309
288
  readonly key: "LastStand";
@@ -354,8 +333,8 @@ export declare const RunesReforged: readonly [{
354
333
  readonly key: "FontOfLife";
355
334
  readonly icon: "perk-images/Styles/Resolve/FontOfLife/FontOfLife.png";
356
335
  readonly name: "Font of Life";
357
- readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>Impairing</lol-uikit-tooltipped-keyword> the movement of an enemy champion marks them. Your allies heal when attacking champions you've marked. ";
358
- readonly longDesc: "Impairing the movement of an enemy champion marks them for 4s.<br><br>Ally champions who attack marked enemies heal for 5 + 0.9% of your max health over 2s. ";
336
+ readonly shortDesc: "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>Impairing</lol-uikit-tooltipped-keyword> the movement of an enemy champion heals nearby allied champions. ";
337
+ readonly longDesc: "Impairing the movement of an enemy champion restores <healing>@BaseHeal@ Health</healing> to you and the lowest health nearby allied champion.<br><br>70% effect for Ranged Users.<br><br>Cooldown: 20s";
359
338
  }, {
360
339
  readonly id: 8401;
361
340
  readonly key: "ShieldBash";
@@ -407,8 +386,8 @@ export declare const RunesReforged: readonly [{
407
386
  readonly key: "Unflinching";
408
387
  readonly icon: "perk-images/Styles/Sorcery/Unflinching/Unflinching.png";
409
388
  readonly name: "Unflinching";
410
- readonly shortDesc: "Gain a small amount of tenacity that increases with missing health. ";
411
- readonly longDesc: "Gain 5% Tenacity and 5% Slow Resist. These values increase by up to an additional 20% Tenacity and 20% Slow Resist based on missing health. Maximum value achieved at 30% health. ";
389
+ readonly shortDesc: "Gain Armor and Magic Resist when receiving crowd control.";
390
+ readonly longDesc: "Gain 2 - 10 (level scaling) Armor and Magic Resist when crowd controlled and for 2 seconds after.";
412
391
  }];
413
392
  }];
414
393
  }, {