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,4 +1,4 @@
1
1
  /**
2
2
  * @see https://leagueoflegends.fandom.com/wiki/Legendary_item
3
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", "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", "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", "Runic Compass", "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", "Steel Sigil", "Sterak's Gage", "Stormrazor", "Stormsurge", "Sundered Sky", "Sunfire Aegis", "Sword of the Blossoming Dawn", "Terminus", "The Collector", "Thornmail", "Titanic Hydra", "Trailblazer", "Tunneler", "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 Anguish", "Locket of the Iron Solari", "Luden's Tempest", "Moonstone Renewer", "Navori Quickblades", "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", "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"];
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"];
@@ -15,6 +15,7 @@ exports.LegendaryItemNames = [
15
15
  "Banshee's Veil",
16
16
  "Black Cleaver",
17
17
  "Black Mist Scythe",
18
+ "Blackfire Torch",
18
19
  "Blade of the Ruined King",
19
20
  "Bloodletter's Curse",
20
21
  "Bloodsong",
@@ -65,6 +66,7 @@ exports.LegendaryItemNames = [
65
66
  "Muramana",
66
67
  "Nashor's Tooth",
67
68
  "Opportunity",
69
+ "Overlord's Bloodmail",
68
70
  "Pauldrons of Whiterock",
69
71
  "Perplexity",
70
72
  "Phantom Dancer",
@@ -77,7 +79,6 @@ exports.LegendaryItemNames = [
77
79
  "Redemption",
78
80
  "Rite of Ruin",
79
81
  "Runaan's Hurricane",
80
- "Runic Compass",
81
82
  "Rylai's Crystal Scepter",
82
83
  "Seraph's Embrace",
83
84
  "Serpent's Fang",
@@ -91,7 +92,6 @@ exports.LegendaryItemNames = [
91
92
  "Spirit Visage",
92
93
  "Staff of Flowing Water",
93
94
  "Statikk Shiv",
94
- "Steel Sigil",
95
95
  "Sterak's Gage",
96
96
  "Stormrazor",
97
97
  "Stormsurge",
@@ -103,7 +103,6 @@ exports.LegendaryItemNames = [
103
103
  "Thornmail",
104
104
  "Titanic Hydra",
105
105
  "Trailblazer",
106
- "Tunneler",
107
106
  "Umbral Glaive",
108
107
  "Unending Despair",
109
108
  "Vigilant Wardstone",
@@ -120,11 +119,11 @@ exports.LegendaryItemNames = [
120
119
  "Zhonya's Hourglass",
121
120
  //
122
121
  "Echoes of Helia",
123
- "Liandry's Anguish",
122
+ "Liandry's Torment",
124
123
  "Locket of the Iron Solari",
125
124
  "Luden's Tempest",
126
125
  "Moonstone Renewer",
127
- "Navori Quickblades",
126
+ "Navori Flickerblade",
128
127
  "Night Harvester",
129
128
  "Riftmaker",
130
129
  "Shurelya's Battlesong",
@@ -139,5 +138,6 @@ exports.LegendaryItemNames = [
139
138
  "Heartsteel",
140
139
  "Rod of Ages",
141
140
  "Youmuu's Ghostblade",
141
+ "Yun Tal Wildarrows",
142
142
  ...OrnnItemNames_1.OrnnItemNames,
143
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
  }, {
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.";
149
+ }];
150
+ }, {
151
+ readonly runes: readonly [{
157
152
  readonly id: 8313;
158
153
  readonly key: "PerfectTiming";
159
154
  readonly icon: "perk-images/Styles/Inspiration/PerfectTiming/AlchemistCabinet.png";
160
155
  readonly name: "Triple Tonic";
161
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. ";
162
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. ";
163
- }];
164
- }, {
165
- 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.";
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
  }, {
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RunesReforged = void 0;
4
- exports.RunesReforged = [{ "id": 8100, "key": "Domination", "icon": "perk-images/Styles/7200_Domination.png", "name": "Domination", "slots": [{ "runes": [{ "id": 8112, "key": "Electrocute", "icon": "perk-images/Styles/Domination/Electrocute/Electrocute.png", "name": "Electrocute", "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>.", "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>" }, { "id": 8124, "key": "Predator", "icon": "perk-images/Styles/Domination/Predator/Predator.png", "name": "Predator", "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>.", "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." }, { "id": 8128, "key": "DarkHarvest", "icon": "perk-images/Styles/Domination/DarkHarvest/DarkHarvest.png", "name": "Dark Harvest", "shortDesc": "Damaging a low health champion inflicts <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests a soul from the victim.", "longDesc": "Damaging a Champion below 50% health deals <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests their soul, permanently increasing Dark Harvest's damage by 5.<br><br>Dark Harvest damage: 20-80 (based on level) (+5 damage per soul) (+0.1 bonus AD) (+0.05 AP)<br>Cooldown: 45s (resets to 1.5s on takedown)" }, { "id": 9923, "key": "HailOfBlades", "icon": "perk-images/Styles/Domination/HailOfBlades/HailOfBlades.png", "name": "Hail of Blades", "shortDesc": "Gain a large amount of Attack Speed for the first 3 attacks made against enemy champions.", "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>" }] }, { "runes": [{ "id": 8126, "key": "CheapShot", "icon": "perk-images/Styles/Domination/CheapShot/CheapShot.png", "name": "Cheap Shot", "shortDesc": "Deal bonus true damage to enemy champions with <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairAct'>impaired movement or actions</lol-uikit-tooltipped-keyword>. ", "longDesc": "Damaging champions with <b>impaired movement or actions</b> deals 10 - 45 bonus true damage (based on level).<br><br>Cooldown: 4s<br><rules>Activates on damage occurring after the impairment.</rules>" }, { "id": 8139, "key": "TasteOfBlood", "icon": "perk-images/Styles/Domination/TasteOfBlood/GreenTerror_TasteOfBlood.png", "name": "Taste of Blood", "shortDesc": "Heal when you damage an enemy champion.", "longDesc": "Heal when you damage an enemy champion.<br><br>Healing: 16-40 (+0.1 bonus AD, +0.05 AP) health (based on level)<br><br>Cooldown: 20s" }, { "id": 8143, "key": "SuddenImpact", "icon": "perk-images/Styles/Domination/SuddenImpact/SuddenImpact.png", "name": "Sudden Impact", "shortDesc": "Gain a burst of Lethality and Magic Penetration after using a dash, leap, blink, teleport, or when leaving stealth.", "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" }] }, { "runes": [{ "id": 8136, "key": "ZombieWard", "icon": "perk-images/Styles/Domination/ZombieWard/ZombieWard.png", "name": "Zombie Ward", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Zombie Ward spawned plus bonus upon completion.", "longDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Zombie Ward spawned, up to 10. <br><br>After spawning 10 Zombie Wards, additionally gain 10 adaptive force.<br><br>Zombie Wards are visible, last for 120s and do not count towards your ward limit." }, { "id": 8120, "key": "GhostPoro", "icon": "perk-images/Styles/Domination/GhostPoro/GhostPoro.png", "name": "Ghost Poro", "shortDesc": "When your wards expire, they leave behind a Ghost Poro. The Ghost Poro grants vision until discovered. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Ghost Poro and when your Ghost Poro spots an enemy champion, plus bonus upon completion.", "longDesc": "When your wards expire, they leave behind a Ghost Poro, which grants vision for 90s. Nearby enemy champions scare the Ghost Poro away.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Ghost Poro spawned and when your Ghost Poro spots an enemy champion up to 10 stacks. <br><br>After gaining 10 stacks, additionally gain 10 adaptive force." }, { "id": 8138, "key": "EyeballCollection", "icon": "perk-images/Styles/Domination/EyeballCollection/EyeballCollection.png", "name": "Eyeball Collection", "shortDesc": "Collect eyeballs for champion <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword>. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each eyeball plus bonus upon collection completion.", "longDesc": "Collect eyeballs for champion takedowns. Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power, per eyeball collected. <br><br>Upon completing your collection at 10 eyeballs, additionally gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 6 Attack Damage, or 10 Ability Power.<br><br>Collect 1 eyeball per champion takedown." }] }, { "runes": [{ "id": 8135, "key": "TreasureHunter", "icon": "perk-images/Styles/Domination/TreasureHunter/TreasureHunter.png", "name": "Treasure Hunter", "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. ", "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." }, { "id": 8134, "key": "IngeniousHunter", "icon": "perk-images/Styles/Domination/IngeniousHunter/IngeniousHunter.png", "name": "Ingenious Hunter", "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).", "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>" }, { "id": 8105, "key": "RelentlessHunter", "icon": "perk-images/Styles/Domination/RelentlessHunter/RelentlessHunter.png", "name": "Relentless Hunter", "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>. ", "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." }, { "id": 8106, "key": "UltimateHunter", "icon": "perk-images/Styles/Domination/UltimateHunter/UltimateHunter.png", "name": "Ultimate Hunter", "shortDesc": "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent cooldown reduction on your Ultimate. ", "longDesc": "Your ultimate gains <attention>6</attention> Ability Haste, plus an additional <attention>5</attention> Ability Haste 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." }] }] }, { "id": 8300, "key": "Inspiration", "icon": "perk-images/Styles/7203_Whimsy.png", "name": "Inspiration", "slots": [{ "runes": [{ "id": 8351, "key": "GlacialAugment", "icon": "perk-images/Styles/Inspiration/GlacialAugment/GlacialAugment.png", "name": "Glacial Augment", "shortDesc": "Immobilizing an enemy champion will cause 3 glacial rays that slow nearby enemies and reduce their damage to your allies.", "longDesc": "Immobilizing an enemy champion will cause 3 glacial rays to emanate from them towards you and other nearby champions, creating frozen zones for 3 (+ 100% of the immobilizing effect's duration) seconds that slow enemies for 20% (+9% per 10% Heal and Shield Power) (+6% per 100 Ability Power) (+7% per 100 bonus Attack Damage) and reduce their damage by 15% against your allies (not including yourself). <br><br>Cooldown: 25s" }, { "id": 8360, "key": "UnsealedSpellbook", "icon": "perk-images/Styles/Inspiration/UnsealedSpellbook/UnsealedSpellbook.png", "name": "Unsealed Spellbook", "shortDesc": "Swap Summoner Spells while out of combat. Swapping to unique Summoner Spells will increase the rate at which you can make future swaps.", "longDesc": "Swap one of your equipped Summoner Spells to a new, single use Summoner Spell. Each unique Summoner Spell you swap to permanently decreases your swap cooldown by 25s (initial swap cooldown is at 5 mins). <br><br>Your first swap becomes available at 6 mins. <br><rules><br>Summoner Spells can only be swapped while out of combat. <br>After using a swapped Summoner Spell you must swap 3 more times before the first can be selected again.<br>Smite damage increases after two Summoner Spell swaps. </rules>" }, { "id": 8369, "key": "FirstStrike", "icon": "perk-images/Styles/Inspiration/FirstStrike/FirstStrike.png", "name": "First Strike", "shortDesc": "When you initiate champion combat, deal 7% extra damage for 3 seconds and gain gold based on damage dealt.", "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" }] }, { "runes": [{ "id": 8306, "key": "HextechFlashtraption", "icon": "perk-images/Styles/Inspiration/HextechFlashtraption/HextechFlashtraption.png", "name": "Hextech Flashtraption", "shortDesc": "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel, then blink to a new location.", "longDesc": "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel for 2s to blink to a new location.<br><br>Cooldown: 20s. Goes on a 10s cooldown when you enter champion combat." }, { "id": 8304, "key": "MagicalFootwear", "icon": "perk-images/Styles/Inspiration/MagicalFootwear/MagicalFootwear.png", "name": "Magical Footwear", "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.", "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>." }, { "id": 8313, "key": "PerfectTiming", "icon": "perk-images/Styles/Inspiration/PerfectTiming/AlchemistCabinet.png", "name": "Triple Tonic", "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. ", "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. " }] }, { "runes": [{ "id": 8321, "key": "FuturesMarket", "icon": "perk-images/Styles/Inspiration/FuturesMarket/FuturesMarket.png", "name": "Future's Market", "shortDesc": "You can enter debt to buy items.", "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." }, { "id": 8316, "key": "MinionDematerializer", "icon": "perk-images/Styles/Inspiration/MinionDematerializer/MinionDematerializer.png", "name": "Minion Dematerializer", "shortDesc": "Start the game with 3 Minion Dematerializers. Killing minions with the item gives permanent bonus damage vs. that minion type.", "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>" }, { "id": 8345, "key": "BiscuitDelivery", "icon": "perk-images/Styles/Inspiration/BiscuitDelivery/BiscuitDelivery.png", "name": "Biscuit Delivery", "shortDesc": "Gain a free Biscuit every 2 min, until 6 min. Consuming or selling a Biscuit permanently increases your max mana and restores health and mana.", "longDesc": "Biscuit Delivery: Gain a Total Biscuit of Everlasting Will every 2 mins, until 6 min.<br><br>Biscuits restore 8% of your missing health and mana. Consuming or selling a Biscuit permanently increases your mana cap by 40. <br><br><i>Manaless:</i> Champions without mana restore 12% missing health instead." }] }, { "runes": [{ "id": 8347, "key": "CosmicInsight", "icon": "perk-images/Styles/Inspiration/CosmicInsight/CosmicInsight.png", "name": "Cosmic Insight", "shortDesc": "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste", "longDesc": "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste" }, { "id": 8410, "key": "ApproachVelocity", "icon": "perk-images/Styles/Resolve/ApproachVelocity/ApproachVelocity.png", "name": "Approach Velocity", "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.", "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" }, { "id": 8352, "key": "TimeWarpTonic", "icon": "perk-images/Styles/Inspiration/TimeWarpTonic/TimeWarpTonic.png", "name": "Time Warp Tonic", "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.", "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>" }] }] }, { "id": 8000, "key": "Precision", "icon": "perk-images/Styles/7201_Precision.png", "name": "Precision", "slots": [{ "runes": [{ "id": 8005, "key": "PressTheAttack", "icon": "perk-images/Styles/Precision/PressTheAttack/PressTheAttack.png", "name": "Press the Attack", "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.", "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." }, { "id": 8008, "key": "LethalTempo", "icon": "perk-images/Styles/Precision/LethalTempo/LethalTempoTemp.png", "name": "Lethal Tempo", "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.", "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." }, { "id": 8021, "key": "FleetFootwork", "icon": "perk-images/Styles/Precision/FleetFootwork/FleetFootwork.png", "name": "Fleet Footwork", "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>.", "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." }, { "id": 8010, "key": "Conqueror", "icon": "perk-images/Styles/Precision/Conqueror/Conqueror.png", "name": "Conqueror", "shortDesc": "Gain stacks of adaptive force when attacking enemy champions. After reaching 12 stacks, heal for a portion of damage you deal to champions.", "longDesc": "Basic attacks or spells that deal damage to an enemy champion grant 2 stacks of Conqueror for 5s, gaining 1.8-4 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>Adaptive Force</font></lol-uikit-tooltipped-keyword> per stack. Stacks up to 12 times. Ranged champions gain only 1 stack per basic attack.<br><br>When fully stacked, heal for 8% of the damage you deal to champions (5% for ranged champions)." }] }, { "runes": [{ "id": 9101, "key": "Overheal", "icon": "perk-images/Styles/Precision/Overheal.png", "name": "Overheal", "shortDesc": "Excess healing on you becomes a shield.", "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." }, { "id": 9111, "key": "Triumph", "icon": "perk-images/Styles/Precision/Triumph.png", "name": "Triumph", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> restore 5% of your missing health and grant an additional 20 gold. ", "longDesc": "Takedowns restore 5% of your missing health, 2.5% of your max health, and grant an additional 20 gold. <br><br><hr><br><i>'The most dangerous game brings the greatest glory.' <br>—Noxian Reckoner</i>" }, { "id": 8009, "key": "PresenceOfMind", "icon": "perk-images/Styles/Precision/PresenceOfMind/PresenceOfMind.png", "name": "Presence of Mind", "shortDesc": "Increase your mana or energy regeneration when damaging an enemy champion. Takedowns restore mana or energy.", "longDesc": "Damaging an enemy champion increases your mana regeneration by @RegenAmount@ (80% for ranged) mana per second for 4 seconds. All energy users gain 1.5 energy per second, instead.<br><br>Takedowns restore 15% of your maximum mana or energy. " }] }, { "runes": [{ "id": 9104, "key": "LegendAlacrity", "icon": "perk-images/Styles/Precision/LegendAlacrity/LegendAlacrity.png", "name": "Legend: Alacrity", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent <b>Attack Speed</b>. ", "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." }, { "id": 9105, "key": "LegendTenacity", "icon": "perk-images/Styles/Precision/LegendTenacity/LegendTenacity.png", "name": "Legend: Tenacity", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent <b>Tenacity</b>. ", "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." }, { "id": 9103, "key": "LegendBloodline", "icon": "perk-images/Styles/Precision/LegendBloodline/LegendBloodline.png", "name": "Legend: Bloodline", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent<b> Life Steal</b>, up to a cap. Once the cap is reached, increase your max health. Weaker earlier but stronger later game than other Legend Runes.", "longDesc": "Gain <scaleAD>0.35% Life Steal</scaleAD> for every <i>Legend</i> stack (<statGood>max 15 stacks</statGood>). At maximum <i>Legend</i> stacks, gain <scaleHealth>85 max health</scaleHealth>.<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill." }] }, { "runes": [{ "id": 8014, "key": "CoupDeGrace", "icon": "perk-images/Styles/Precision/CoupDeGrace/CoupDeGrace.png", "name": "Coup de Grace", "shortDesc": "Deal more damage to low health enemy champions.", "longDesc": "Deal 8% more damage to champions who have less than 40% health." }, { "id": 8017, "key": "CutDown", "icon": "perk-images/Styles/Precision/CutDown/CutDown.png", "name": "Cut Down", "shortDesc": "Deal more damage to champions with more max health than you.", "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>" }, { "id": 8299, "key": "LastStand", "icon": "perk-images/Styles/Sorcery/LastStand/LastStand.png", "name": "Last Stand", "shortDesc": "Deal more damage to champions while you are low on health.", "longDesc": "Deal 5% - 11% increased damage to champions while you are below 60% health. Max damage gained at 30% health." }] }] }, { "id": 8400, "key": "Resolve", "icon": "perk-images/Styles/7204_Resolve.png", "name": "Resolve", "slots": [{ "runes": [{ "id": 8437, "key": "GraspOfTheUndying", "icon": "perk-images/Styles/Resolve/GraspOfTheUndying/GraspOfTheUndying.png", "name": "Grasp of the Undying", "shortDesc": "Every 4s your next attack on a champion deals bonus magic damage, heals you, and permanently increases your health.", "longDesc": "Every 4s in combat, your next basic attack on a champion will:<li>Deal bonus magic damage equal to 3.5% of your max health</li><li>Heals you for 3 + 1.2% of your max health</li><li>Permanently increase your health by 7</li><br><rules><i>Ranged Champions:</i> Damage, healing, and permanent health gained reduced by 40%.</rules><br>" }, { "id": 8439, "key": "Aftershock", "icon": "perk-images/Styles/Resolve/VeteranAftershock/VeteranAftershock.png", "name": "Aftershock", "shortDesc": "After <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Immobilize'>immobilizing</lol-uikit-tooltipped-keyword> an enemy champion gain defenses and later deal a burst of magic damage around you.", "longDesc": "After immobilizing an enemy champion, increase your Armor and Magic Resist by 35 + 80% of your Bonus Resists for 2.5s. Then explode, dealing magic damage to nearby enemies.<br><br>Damage: 25 - 120 (+8% of your bonus health)<br>Cooldown: 20s<br><br>Resistance bonus from Aftershock capped at: 80-150 (based on level)<br>" }, { "id": 8465, "key": "Guardian", "icon": "perk-images/Styles/Resolve/Guardian/Guardian.png", "name": "Guardian", "shortDesc": "Guard allies you cast spells on and those that are very nearby. If you or a guarded ally would take damage based on level, you're both granted a shield.", "longDesc": "<i>Guard</i> allies within 350 units of you, and allies you target with spells for 2.5s. While <i>Guarding</i>, if you or the ally take more than a small amount of damage over the duration of the <i>Guard</i>, both of you gain a shield for 1.5s.<br><br>Cooldown: <scaleLevel>90 - 40</scaleLevel> seconds<br>Shield: <scaleLevel>45 - 120</scaleLevel> + <scaleAP>12.5%</scaleAP> of your ability power + <scalehealth>8%</scalehealth> of your bonus health<br>Proc Threshold: <scaleLevel>90 - 250</scaleLevel> postmitigation damage" }] }, { "runes": [{ "id": 8446, "key": "Demolish", "icon": "perk-images/Styles/Resolve/Demolish/Demolish.png", "name": "Demolish", "shortDesc": "Charge up a powerful attack against a tower while near it.", "longDesc": "Charge up a powerful attack against a tower over 3s, while within 600 range of it. The charged attack deals 100 (+35% of your max health) bonus physical damage. <br><br>Cooldown: 45s" }, { "id": 8463, "key": "FontOfLife", "icon": "perk-images/Styles/Resolve/FontOfLife/FontOfLife.png", "name": "Font of Life", "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. ", "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. " }, { "id": 8401, "key": "ShieldBash", "icon": "perk-images/Styles/Resolve/MirrorShell/MirrorShell.png", "name": "Shield Bash", "shortDesc": "Whenever you gain a shield, your next basic attack against a champion deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.", "longDesc": "While shielded, gain <scaleLevel>1 - 10</scaleLevel> Armor and Magic Resist based on Level.<br><br>Whenever you gain a new shield, your next basic attack against a champion deals <scaleLevel>5 - 30</scaleLevel> <scaleHealth>(+1.5% Bonus Health)</scaleHealth> <scaleMana>(+8.5% New Shield Amount)</scaleMana> bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.<br><br>You have up to 2s after the shield expires to use this effect." }] }, { "runes": [{ "id": 8429, "key": "Conditioning", "icon": "perk-images/Styles/Resolve/Conditioning/Conditioning.png", "name": "Conditioning", "shortDesc": "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%.", "longDesc": "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%." }, { "id": 8444, "key": "SecondWind", "icon": "perk-images/Styles/Resolve/SecondWind/SecondWind.png", "name": "Second Wind", "shortDesc": "After taking damage from an enemy champion heal back some missing health over time. ", "longDesc": "After taking damage from an enemy champion, heal for 4% of your missing health +3 over 10s." }, { "id": 8473, "key": "BonePlating", "icon": "perk-images/Styles/Resolve/BonePlating/BonePlating.png", "name": "Bone Plating", "shortDesc": "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s", "longDesc": "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s" }] }, { "runes": [{ "id": 8451, "key": "Overgrowth", "icon": "perk-images/Styles/Resolve/Overgrowth/Overgrowth.png", "name": "Overgrowth", "shortDesc": "Gain permanent max health when minions or monsters die near you.", "longDesc": "Absorb life essence from monsters or enemy minions that die near you, permanently gaining 3 maximum health for every 8.<br><br>When you've absorbed 120 monsters or enemy minions, gain an additional 3.5% maximum health." }, { "id": 8453, "key": "Revitalize", "icon": "perk-images/Styles/Resolve/Revitalize/Revitalize.png", "name": "Revitalize", "shortDesc": "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health.", "longDesc": "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health." }, { "id": 8242, "key": "Unflinching", "icon": "perk-images/Styles/Sorcery/Unflinching/Unflinching.png", "name": "Unflinching", "shortDesc": "Gain a small amount of tenacity that increases with missing health. ", "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. " }] }] }, { "id": 8200, "key": "Sorcery", "icon": "perk-images/Styles/7202_Sorcery.png", "name": "Sorcery", "slots": [{ "runes": [{ "id": 8214, "key": "SummonAery", "icon": "perk-images/Styles/Sorcery/SummonAery/SummonAery.png", "name": "Summon Aery", "shortDesc": "Your attacks and abilities send Aery to a target, damaging enemies or shielding allies.", "longDesc": "Damaging enemy champions with basic attacks or abilities sends Aery to them, dealing 10 - 50 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Empower or protecting allies with abilities sends Aery to them, shielding them for 30 - 100 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Aery cannot be sent out again until she returns to you." }, { "id": 8229, "key": "ArcaneComet", "icon": "perk-images/Styles/Sorcery/ArcaneComet/ArcaneComet.png", "name": "Arcane Comet", "shortDesc": "Damaging a champion with an ability hurls a damaging comet at their location.", "longDesc": "Damaging a champion with an ability hurls a comet at their location, or, if Arcane Comet is on cooldown, reduces its remaining cooldown.<br><br><lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>Adaptive Damage</font></lol-uikit-tooltipped-keyword>: 30 - 130 based on level (<scaleAP>+0.05 AP</scaleAP> and <scaleAD>+0.1 bonus AD</scaleAD>)<br>Cooldown: 20 - 8s<br><rules><br>Cooldown Reduction:<br>Single Target: 20%.<br>Area of Effect: 10%.<br>Damage over Time: 5%.<br></rules>" }, { "id": 8230, "key": "PhaseRush", "icon": "perk-images/Styles/Sorcery/PhaseRush/PhaseRush.png", "name": "Phase Rush", "shortDesc": "Hitting an enemy champion with 3 <b>separate</b> attacks or abilities grants a burst of <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword>. ", "longDesc": "Hitting an enemy champion with 3 attacks or <b>separate</b> abilities within 4s grants <speed>15 - 40% Move Speed</speed> based on level and 75% Slow Resistance. <hr>This is increased to <speed>25 - 50% Move Speed</speed> for Melee champions.<hr>Duration: 3s<br>Cooldown: 30s - 10s" }] }, { "runes": [{ "id": 8224, "key": "NullifyingOrb", "icon": "perk-images/Styles/Sorcery/NullifyingOrb/Pokeshield.png", "name": "Nullifying Orb", "shortDesc": "Gain a magic damage shield when taken to low health by magic damage.", "longDesc": "When you take magic damage that would reduce your health below 30%, first gain a shield that absorbs 35 to 110 (+14% bonus attack damage) + (9% ability power) magic damage based on level for 4s.<br><br>Cooldown: 60s" }, { "id": 8226, "key": "ManaflowBand", "icon": "perk-images/Styles/Sorcery/ManaflowBand/ManaflowBand.png", "name": "Manaflow Band", "shortDesc": "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.", "longDesc": "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.<br><br>Cooldown: 15 seconds" }, { "id": 8275, "key": "NimbusCloak", "icon": "perk-images/Styles/Sorcery/NimbusCloak/6361.png", "name": "Nimbus Cloak", "shortDesc": "After casting a Summoner Spell, gain a short <speed>Move Speed</speed> increase that allows you to pass through units.", "longDesc": "After casting a Summoner Spell, gain a <speed>Move Speed</speed> increase that lasts for 2s and allows you to pass through units.<br><br>Increase: <speed>5% - 25% Move Speed</speed> based on the Summoner Spell's cooldown. (Higher cooldown Summoner Spells grant more <speed>Move Speed</speed>). " }] }, { "runes": [{ "id": 8210, "key": "Transcendence", "icon": "perk-images/Styles/Sorcery/Transcendence/Transcendence.png", "name": "Transcendence", "shortDesc": "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.", "longDesc": "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.<br>" }, { "id": 8234, "key": "Celerity", "icon": "perk-images/Styles/Sorcery/Celerity/CelerityTemp.png", "name": "Celerity", "shortDesc": "All <speed>Move Speed</speed> bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>.", "longDesc": "All movement bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>." }, { "id": 8233, "key": "AbsoluteFocus", "icon": "perk-images/Styles/Sorcery/AbsoluteFocus/AbsoluteFocus.png", "name": "Absolute Focus", "shortDesc": "While above 70% health, gain extra <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.", "longDesc": "While above 70% health, gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level). <br><br>Grants 1.8 Attack Damage or 3 Ability Power at level 1. " }] }, { "runes": [{ "id": 8237, "key": "Scorch", "icon": "perk-images/Styles/Sorcery/Scorch/Scorch.png", "name": "Scorch", "shortDesc": "Your first damaging ability hit every 10s burns champions.", "longDesc": "Your next damaging ability hit sets champions on fire dealing 20 - 40 bonus magic damage based on level after 1s.<br><br>Cooldown: 10s" }, { "id": 8232, "key": "Waterwalking", "icon": "perk-images/Styles/Sorcery/Waterwalking/Waterwalking.png", "name": "Waterwalking", "shortDesc": "Gain <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> and AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> in the river.", "longDesc": "Gain <speed>10 Move Speed</speed> and an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level) when in the river.<br><br><hr><br><i>May you be as swift as the rushing river and agile as a startled Rift Scuttler.</i><br>" }, { "id": 8236, "key": "GatheringStorm", "icon": "perk-images/Styles/Sorcery/GatheringStorm/GatheringStorm.png", "name": "Gathering Storm", "shortDesc": "Gain increasing amounts of AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> over the course of the game.", "longDesc": "Every 10 min gain AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword>.<br><br><i>10 min</i>: + 8 AP or 5 AD <br><i>20 min</i>: + 24 AP or 14 AD<br><i>30 min</i>: + 48 AP or 29 AD<br><i>40 min</i>: + 80 AP or 48 AD<br><i>50 min</i>: + 120 AP or 72 AD<br><i>60 min</i>: + 168 AP or 101 AD<br>etc..." }] }] }];
4
+ exports.RunesReforged = [{ "id": 8100, "key": "Domination", "icon": "perk-images/Styles/7200_Domination.png", "name": "Domination", "slots": [{ "runes": [{ "id": 8112, "key": "Electrocute", "icon": "perk-images/Styles/Domination/Electrocute/Electrocute.png", "name": "Electrocute", "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>.", "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>" }, { "id": 8128, "key": "DarkHarvest", "icon": "perk-images/Styles/Domination/DarkHarvest/DarkHarvest.png", "name": "Dark Harvest", "shortDesc": "Damaging a low health champion inflicts <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests a soul from the victim.", "longDesc": "Damaging a Champion below 50% health deals <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword> and harvests their soul, permanently increasing Dark Harvest's damage by 5.<br><br>Dark Harvest damage: 20-80 (based on level) (+5 damage per soul) (+0.1 bonus AD) (+0.05 AP)<br>Cooldown: 45s (resets to 1.5s on takedown)" }, { "id": 9923, "key": "HailOfBlades", "icon": "perk-images/Styles/Domination/HailOfBlades/HailOfBlades.png", "name": "Hail of Blades", "shortDesc": "Gain a large amount of Attack Speed for the first 3 attacks made against enemy champions.", "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>" }] }, { "runes": [{ "id": 8126, "key": "CheapShot", "icon": "perk-images/Styles/Domination/CheapShot/CheapShot.png", "name": "Cheap Shot", "shortDesc": "Deal bonus true damage to enemy champions with <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairAct'>impaired movement or actions</lol-uikit-tooltipped-keyword>. ", "longDesc": "Damaging champions with <b>impaired movement or actions</b> deals 10 - 45 bonus true damage (based on level).<br><br>Cooldown: 4s<br><rules>Activates on damage occurring after the impairment.</rules>" }, { "id": 8139, "key": "TasteOfBlood", "icon": "perk-images/Styles/Domination/TasteOfBlood/GreenTerror_TasteOfBlood.png", "name": "Taste of Blood", "shortDesc": "Heal when you damage an enemy champion.", "longDesc": "Heal when you damage an enemy champion.<br><br>Healing: 16-40 (+0.1 bonus AD, +0.05 AP) health (based on level)<br><br>Cooldown: 20s" }, { "id": 8143, "key": "SuddenImpact", "icon": "perk-images/Styles/Domination/SuddenImpact/SuddenImpact.png", "name": "Sudden Impact", "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.", "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" }] }, { "runes": [{ "id": 8136, "key": "ZombieWard", "icon": "perk-images/Styles/Domination/ZombieWard/ZombieWard.png", "name": "Zombie Ward", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Zombie Ward spawned plus bonus upon completion.", "longDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemy Wards cause friendly Zombie Wards to sprout from their corpses.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Zombie Ward spawned, up to 10. <br><br>After spawning 10 Zombie Wards, additionally gain 10 adaptive force.<br><br>Zombie Wards are visible, last for 120s and do not count towards your ward limit." }, { "id": 8120, "key": "GhostPoro", "icon": "perk-images/Styles/Domination/GhostPoro/GhostPoro.png", "name": "Ghost Poro", "shortDesc": "When your wards expire, they leave behind a Ghost Poro. The Ghost Poro grants vision until discovered. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each Ghost Poro and when your Ghost Poro spots an enemy champion, plus bonus upon completion.", "longDesc": "When your wards expire, they leave behind a Ghost Poro, which grants vision for 90s. Nearby enemy champions scare the Ghost Poro away.<br><br>Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power for every Ghost Poro spawned and when your Ghost Poro spots an enemy champion up to 10 stacks. <br><br>After gaining 10 stacks, additionally gain 10 adaptive force." }, { "id": 8138, "key": "EyeballCollection", "icon": "perk-images/Styles/Domination/EyeballCollection/EyeballCollection.png", "name": "Eyeball Collection", "shortDesc": "Collect eyeballs for champion <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword>. Gain permanent AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> for each eyeball plus bonus upon collection completion.", "longDesc": "Collect eyeballs for champion takedowns. Gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 1.2 Attack Damage or 2 Ability Power, per eyeball collected. <br><br>Upon completing your collection at 10 eyeballs, additionally gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of 6 Attack Damage, or 10 Ability Power.<br><br>Collect 1 eyeball per champion takedown." }] }, { "runes": [{ "id": 8135, "key": "TreasureHunter", "icon": "perk-images/Styles/Domination/TreasureHunter/TreasureHunter.png", "name": "Treasure Hunter", "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. ", "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." }, { "id": 8105, "key": "RelentlessHunter", "icon": "perk-images/Styles/Domination/RelentlessHunter/RelentlessHunter.png", "name": "Relentless Hunter", "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>. ", "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." }, { "id": 8106, "key": "UltimateHunter", "icon": "perk-images/Styles/Domination/UltimateHunter/UltimateHunter.png", "name": "Ultimate Hunter", "shortDesc": "<b>Unique</b> <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedowns</lol-uikit-tooltipped-keyword> grant permanent cooldown reduction on your Ultimate. ", "longDesc": "Your ultimate gains <attention>6</attention> Ability Haste, plus an additional <attention>5</attention> Ability Haste 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." }] }] }, { "id": 8300, "key": "Inspiration", "icon": "perk-images/Styles/7203_Whimsy.png", "name": "Inspiration", "slots": [{ "runes": [{ "id": 8351, "key": "GlacialAugment", "icon": "perk-images/Styles/Inspiration/GlacialAugment/GlacialAugment.png", "name": "Glacial Augment", "shortDesc": "Immobilizing an enemy champion will cause 3 glacial rays that slow nearby enemies and reduce their damage to your allies.", "longDesc": "Immobilizing an enemy champion will cause 3 glacial rays to emanate from them towards you and other nearby champions, creating frozen zones for 3 (+ 100% of the immobilizing effect's duration) seconds that slow enemies for 20% (+9% per 10% Heal and Shield Power) (+6% per 100 Ability Power) (+7% per 100 bonus Attack Damage) and reduce their damage by 15% against your allies (not including yourself). <br><br>Cooldown: 25s" }, { "id": 8360, "key": "UnsealedSpellbook", "icon": "perk-images/Styles/Inspiration/UnsealedSpellbook/UnsealedSpellbook.png", "name": "Unsealed Spellbook", "shortDesc": "Swap Summoner Spells while out of combat. Swapping to unique Summoner Spells will increase the rate at which you can make future swaps.", "longDesc": "Swap one of your equipped Summoner Spells to a new, single use Summoner Spell. Each unique Summoner Spell you swap to permanently decreases your swap cooldown by 25s (initial swap cooldown is at 5 mins). <br><br>Your first swap becomes available at 6 mins. <br><rules><br>Summoner Spells can only be swapped while out of combat. <br>After using a swapped Summoner Spell you must swap 3 more times before the first can be selected again.<br>Smite damage increases after two Summoner Spell swaps. </rules>" }, { "id": 8369, "key": "FirstStrike", "icon": "perk-images/Styles/Inspiration/FirstStrike/FirstStrike.png", "name": "First Strike", "shortDesc": "When you initiate champion combat, deal 7% extra damage for 3 seconds and gain gold based on damage dealt.", "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" }] }, { "runes": [{ "id": 8306, "key": "HextechFlashtraption", "icon": "perk-images/Styles/Inspiration/HextechFlashtraption/HextechFlashtraption.png", "name": "Hextech Flashtraption", "shortDesc": "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel, then blink to a new location.", "longDesc": "While Flash is on cooldown it is replaced by <i>Hexflash</i>.<br><br><i>Hexflash</i>: Channel for 2s to blink to a new location.<br><br>Cooldown: 20s. Goes on a 10s cooldown when you enter champion combat." }, { "id": 8304, "key": "MagicalFootwear", "icon": "perk-images/Styles/Inspiration/MagicalFootwear/MagicalFootwear.png", "name": "Magical Footwear", "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.", "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>." }, { "id": 8321, "key": "CashBack", "icon": "perk-images/Styles/Inspiration/CashBack/CashBack2.png", "name": "Cash Back", "shortDesc": "Get some gold back when you purchase Legendary Items.", "longDesc": "Get 6% Gold back when you purchase Legendary Items." }] }, { "runes": [{ "id": 8313, "key": "PerfectTiming", "icon": "perk-images/Styles/Inspiration/PerfectTiming/AlchemistCabinet.png", "name": "Triple Tonic", "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. ", "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. " }, { "id": 8352, "key": "TimeWarpTonic", "icon": "perk-images/Styles/Inspiration/TimeWarpTonic/TimeWarpTonic.png", "name": "Time Warp Tonic", "shortDesc": "Potions grant some restoration immediately.", "longDesc": "Consuming a potion grants 40% of its health restoration immediately.<br><br>" }, { "id": 8345, "key": "BiscuitDelivery", "icon": "perk-images/Styles/Inspiration/BiscuitDelivery/BiscuitDelivery.png", "name": "Biscuit Delivery", "shortDesc": "Gain a free Biscuit every 2 min, until 6 min. Consuming or selling a Biscuit permanently increases your max mana and restores health and mana.", "longDesc": "Biscuit Delivery: Gain a Total Biscuit of Everlasting Will every 2 mins, until 6 min.<br><br>Biscuits restore 8% of your missing health and mana. Consuming or selling a Biscuit permanently increases your mana cap by 40. <br><br><i>Manaless:</i> Champions without mana restore 12% missing health instead." }] }, { "runes": [{ "id": 8347, "key": "CosmicInsight", "icon": "perk-images/Styles/Inspiration/CosmicInsight/CosmicInsight.png", "name": "Cosmic Insight", "shortDesc": "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste", "longDesc": "+<attention>18</attention> Summoner Spell Haste<br>+<attention>10</attention> Item Haste" }, { "id": 8410, "key": "ApproachVelocity", "icon": "perk-images/Styles/Resolve/ApproachVelocity/ApproachVelocity.png", "name": "Approach Velocity", "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.", "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" }, { "id": 8316, "key": "JackOfAllTrades", "icon": "perk-images/Styles/Inspiration/JackOfAllTrades/JackofAllTrades2.png", "name": "Jack Of All Trades", "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.", "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." }] }] }, { "id": 8000, "key": "Precision", "icon": "perk-images/Styles/7201_Precision.png", "name": "Precision", "slots": [{ "runes": [{ "id": 8005, "key": "PressTheAttack", "icon": "perk-images/Styles/Precision/PressTheAttack/PressTheAttack.png", "name": "Press the Attack", "shortDesc": "Hitting an enemy champion 3 consecutive times deals bonus damage and amplifies your damage until you leave combat with champions.", "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." }, { "id": 8021, "key": "FleetFootwork", "icon": "perk-images/Styles/Precision/FleetFootwork/FleetFootwork.png", "name": "Fleet Footwork", "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>.", "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." }, { "id": 8010, "key": "Conqueror", "icon": "perk-images/Styles/Precision/Conqueror/Conqueror.png", "name": "Conqueror", "shortDesc": "Gain stacks of adaptive force when attacking enemy champions. After reaching 12 stacks, heal for a portion of damage you deal to champions.", "longDesc": "Basic attacks or spells that deal damage to an enemy champion grant 2 stacks of Conqueror for 5s, gaining 1.8-4 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>Adaptive Force</font></lol-uikit-tooltipped-keyword> per stack. Stacks up to 12 times. Ranged champions gain only 1 stack per basic attack.<br><br>When fully stacked, heal for 8% of the damage you deal to champions (5% for ranged champions)." }] }, { "runes": [{ "id": 9101, "key": "AbsorbLife", "icon": "perk-images/Styles/Precision/AbsorbLife/AbsorbLife.png", "name": "Absorb Life", "shortDesc": "Killing a target heals you.", "longDesc": "Killing a target heals you for @HealAmount@." }, { "id": 9111, "key": "Triumph", "icon": "perk-images/Styles/Precision/Triumph.png", "name": "Triumph", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> restore 5% of your missing health and grant an additional 20 gold. ", "longDesc": "Takedowns restore 5% of your missing health, 2.5% of your max health, and grant an additional 20 gold. <br><br><hr><br><i>'The most dangerous game brings the greatest glory.' <br>—Noxian Reckoner</i>" }, { "id": 8009, "key": "PresenceOfMind", "icon": "perk-images/Styles/Precision/PresenceOfMind/PresenceOfMind.png", "name": "Presence of Mind", "shortDesc": "Increase your mana or energy regeneration when damaging an enemy champion. Takedowns restore mana or energy.", "longDesc": "Damaging an enemy champion increases your mana regeneration by @RegenAmount@ (80% for ranged) mana per second for 4 seconds. All energy users gain 1.5 energy per second, instead.<br><br>Takedowns restore 15% of your maximum mana or energy. " }] }, { "runes": [{ "id": 9104, "key": "LegendAlacrity", "icon": "perk-images/Styles/Precision/LegendAlacrity/LegendAlacrity.png", "name": "Legend: Alacrity", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent <b>Attack Speed</b>. ", "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." }, { "id": 9105, "key": "LegendHaste", "icon": "perk-images/Styles/Precision/LegendHaste/LegendHaste.png", "name": "Legend: Haste", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent Basic Ability <b>Haste</b>. ", "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." }, { "id": 9103, "key": "LegendBloodline", "icon": "perk-images/Styles/Precision/LegendBloodline/LegendBloodline.png", "name": "Legend: Bloodline", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>Takedowns</lol-uikit-tooltipped-keyword> on enemies grant permanent<b> Life Steal</b>, up to a cap. Once the cap is reached, increase your max health. Weaker earlier but stronger later game than other Legend Runes.", "longDesc": "Gain <scaleAD>0.35% Life Steal</scaleAD> for every <i>Legend</i> stack (<statGood>max 15 stacks</statGood>). At maximum <i>Legend</i> stacks, gain <scaleHealth>85 max health</scaleHealth>.<br><br>Earn progress toward <i>Legend</i> stacks for every champion takedown, epic monster takedown, large monster kill, and minion kill." }] }, { "runes": [{ "id": 8014, "key": "CoupDeGrace", "icon": "perk-images/Styles/Precision/CoupDeGrace/CoupDeGrace.png", "name": "Coup de Grace", "shortDesc": "Deal more damage to low health enemy champions.", "longDesc": "Deal 8% more damage to champions who have less than 40% health." }, { "id": 8017, "key": "CutDown", "icon": "perk-images/Styles/Precision/CutDown/CutDown.png", "name": "Cut Down", "shortDesc": "Deal more damage to high health enemy champions.", "longDesc": "Deal 8% more damage to champions who have more than 50% health." }, { "id": 8299, "key": "LastStand", "icon": "perk-images/Styles/Sorcery/LastStand/LastStand.png", "name": "Last Stand", "shortDesc": "Deal more damage to champions while you are low on health.", "longDesc": "Deal 5% - 11% increased damage to champions while you are below 60% health. Max damage gained at 30% health." }] }] }, { "id": 8400, "key": "Resolve", "icon": "perk-images/Styles/7204_Resolve.png", "name": "Resolve", "slots": [{ "runes": [{ "id": 8437, "key": "GraspOfTheUndying", "icon": "perk-images/Styles/Resolve/GraspOfTheUndying/GraspOfTheUndying.png", "name": "Grasp of the Undying", "shortDesc": "Every 4s your next attack on a champion deals bonus magic damage, heals you, and permanently increases your health.", "longDesc": "Every 4s in combat, your next basic attack on a champion will:<li>Deal bonus magic damage equal to 3.5% of your max health</li><li>Heals you for 3 + 1.2% of your max health</li><li>Permanently increase your health by 7</li><br><rules><i>Ranged Champions:</i> Damage, healing, and permanent health gained reduced by 40%.</rules><br>" }, { "id": 8439, "key": "Aftershock", "icon": "perk-images/Styles/Resolve/VeteranAftershock/VeteranAftershock.png", "name": "Aftershock", "shortDesc": "After <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Immobilize'>immobilizing</lol-uikit-tooltipped-keyword> an enemy champion gain defenses and later deal a burst of magic damage around you.", "longDesc": "After immobilizing an enemy champion, increase your Armor and Magic Resist by 35 + 80% of your Bonus Resists for 2.5s. Then explode, dealing magic damage to nearby enemies.<br><br>Damage: 25 - 120 (+8% of your bonus health)<br>Cooldown: 20s<br><br>Resistance bonus from Aftershock capped at: 80-150 (based on level)<br>" }, { "id": 8465, "key": "Guardian", "icon": "perk-images/Styles/Resolve/Guardian/Guardian.png", "name": "Guardian", "shortDesc": "Guard allies you cast spells on and those that are very nearby. If you or a guarded ally would take damage based on level, you're both granted a shield.", "longDesc": "<i>Guard</i> allies within 350 units of you, and allies you target with spells for 2.5s. While <i>Guarding</i>, if you or the ally take more than a small amount of damage over the duration of the <i>Guard</i>, both of you gain a shield for 1.5s.<br><br>Cooldown: <scaleLevel>90 - 40</scaleLevel> seconds<br>Shield: <scaleLevel>45 - 120</scaleLevel> + <scaleAP>12.5%</scaleAP> of your ability power + <scalehealth>8%</scalehealth> of your bonus health<br>Proc Threshold: <scaleLevel>90 - 250</scaleLevel> postmitigation damage" }] }, { "runes": [{ "id": 8446, "key": "Demolish", "icon": "perk-images/Styles/Resolve/Demolish/Demolish.png", "name": "Demolish", "shortDesc": "Charge up a powerful attack against a tower while near it.", "longDesc": "Charge up a powerful attack against a tower over 3s, while within 600 range of it. The charged attack deals 100 (+35% of your max health) bonus physical damage. <br><br>Cooldown: 45s" }, { "id": 8463, "key": "FontOfLife", "icon": "perk-images/Styles/Resolve/FontOfLife/FontOfLife.png", "name": "Font of Life", "shortDesc": "<lol-uikit-tooltipped-keyword key='LinkTooltip_Description_ImpairMov'>Impairing</lol-uikit-tooltipped-keyword> the movement of an enemy champion heals nearby allied champions. ", "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" }, { "id": 8401, "key": "ShieldBash", "icon": "perk-images/Styles/Resolve/MirrorShell/MirrorShell.png", "name": "Shield Bash", "shortDesc": "Whenever you gain a shield, your next basic attack against a champion deals bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.", "longDesc": "While shielded, gain <scaleLevel>1 - 10</scaleLevel> Armor and Magic Resist based on Level.<br><br>Whenever you gain a new shield, your next basic attack against a champion deals <scaleLevel>5 - 30</scaleLevel> <scaleHealth>(+1.5% Bonus Health)</scaleHealth> <scaleMana>(+8.5% New Shield Amount)</scaleMana> bonus <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> damage.<br><br>You have up to 2s after the shield expires to use this effect." }] }, { "runes": [{ "id": 8429, "key": "Conditioning", "icon": "perk-images/Styles/Resolve/Conditioning/Conditioning.png", "name": "Conditioning", "shortDesc": "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%.", "longDesc": "After 12 min gain +8 Armor and +8 Magic Resist and increase your bonus Armor and Magic Resist by 3%." }, { "id": 8444, "key": "SecondWind", "icon": "perk-images/Styles/Resolve/SecondWind/SecondWind.png", "name": "Second Wind", "shortDesc": "After taking damage from an enemy champion heal back some missing health over time. ", "longDesc": "After taking damage from an enemy champion, heal for 4% of your missing health +3 over 10s." }, { "id": 8473, "key": "BonePlating", "icon": "perk-images/Styles/Resolve/BonePlating/BonePlating.png", "name": "Bone Plating", "shortDesc": "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s", "longDesc": "After taking damage from an enemy champion, the next 3 spells or attacks you receive from them deal 30-60 less damage.<br><br><br>Duration: 1.5s<br>Cooldown: 55s" }] }, { "runes": [{ "id": 8451, "key": "Overgrowth", "icon": "perk-images/Styles/Resolve/Overgrowth/Overgrowth.png", "name": "Overgrowth", "shortDesc": "Gain permanent max health when minions or monsters die near you.", "longDesc": "Absorb life essence from monsters or enemy minions that die near you, permanently gaining 3 maximum health for every 8.<br><br>When you've absorbed 120 monsters or enemy minions, gain an additional 3.5% maximum health." }, { "id": 8453, "key": "Revitalize", "icon": "perk-images/Styles/Resolve/Revitalize/Revitalize.png", "name": "Revitalize", "shortDesc": "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health.", "longDesc": "Gain 5% Heal and Shield Power.<br><br>Heals and shields you cast or receive are 10% stronger on targets below 40% health." }, { "id": 8242, "key": "Unflinching", "icon": "perk-images/Styles/Sorcery/Unflinching/Unflinching.png", "name": "Unflinching", "shortDesc": "Gain Armor and Magic Resist when receiving crowd control.", "longDesc": "Gain 2 - 10 (level scaling) Armor and Magic Resist when crowd controlled and for 2 seconds after." }] }] }, { "id": 8200, "key": "Sorcery", "icon": "perk-images/Styles/7202_Sorcery.png", "name": "Sorcery", "slots": [{ "runes": [{ "id": 8214, "key": "SummonAery", "icon": "perk-images/Styles/Sorcery/SummonAery/SummonAery.png", "name": "Summon Aery", "shortDesc": "Your attacks and abilities send Aery to a target, damaging enemies or shielding allies.", "longDesc": "Damaging enemy champions with basic attacks or abilities sends Aery to them, dealing 10 - 50 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Empower or protecting allies with abilities sends Aery to them, shielding them for 30 - 100 based on level (+<scaleAP>0.05 AP</scaleAP>) (+<scaleAD>0.1 bonus AD</scaleAD>).<br><br>Aery cannot be sent out again until she returns to you." }, { "id": 8229, "key": "ArcaneComet", "icon": "perk-images/Styles/Sorcery/ArcaneComet/ArcaneComet.png", "name": "Arcane Comet", "shortDesc": "Damaging a champion with an ability hurls a damaging comet at their location.", "longDesc": "Damaging a champion with an ability hurls a comet at their location, or, if Arcane Comet is on cooldown, reduces its remaining cooldown.<br><br><lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'><font color='#48C4B7'>Adaptive Damage</font></lol-uikit-tooltipped-keyword>: 30 - 130 based on level (<scaleAP>+0.05 AP</scaleAP> and <scaleAD>+0.1 bonus AD</scaleAD>)<br>Cooldown: 20 - 8s<br><rules><br>Cooldown Reduction:<br>Single Target: 20%.<br>Area of Effect: 10%.<br>Damage over Time: 5%.<br></rules>" }, { "id": 8230, "key": "PhaseRush", "icon": "perk-images/Styles/Sorcery/PhaseRush/PhaseRush.png", "name": "Phase Rush", "shortDesc": "Hitting an enemy champion with 3 <b>separate</b> attacks or abilities grants a burst of <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword>. ", "longDesc": "Hitting an enemy champion with 3 attacks or <b>separate</b> abilities within 4s grants <speed>15 - 40% Move Speed</speed> based on level and 75% Slow Resistance. <hr>This is increased to <speed>25 - 50% Move Speed</speed> for Melee champions.<hr>Duration: 3s<br>Cooldown: 30s - 10s" }] }, { "runes": [{ "id": 8224, "key": "NullifyingOrb", "icon": "perk-images/Styles/Sorcery/NullifyingOrb/Pokeshield.png", "name": "Nullifying Orb", "shortDesc": "Gain a magic damage shield when taken to low health by magic damage.", "longDesc": "When you take magic damage that would reduce your health below 30%, first gain a shield that absorbs 35 to 110 (+14% bonus attack damage) + (9% ability power) magic damage based on level for 4s.<br><br>Cooldown: 60s" }, { "id": 8226, "key": "ManaflowBand", "icon": "perk-images/Styles/Sorcery/ManaflowBand/ManaflowBand.png", "name": "Manaflow Band", "shortDesc": "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.", "longDesc": "Hitting an enemy champion with an ability permanently increases your maximum mana by 25, up to 250 mana.<br><br>After reaching 250 bonus mana, restore 1% of your missing mana every 5 seconds.<br><br>Cooldown: 15 seconds" }, { "id": 8275, "key": "NimbusCloak", "icon": "perk-images/Styles/Sorcery/NimbusCloak/6361.png", "name": "Nimbus Cloak", "shortDesc": "After casting a Summoner Spell, gain a short <speed>Move Speed</speed> increase that allows you to pass through units.", "longDesc": "After casting a Summoner Spell, gain a <speed>Move Speed</speed> increase that lasts for 2s and allows you to pass through units.<br><br>Increase: <speed>5% - 25% Move Speed</speed> based on the Summoner Spell's cooldown. (Higher cooldown Summoner Spells grant more <speed>Move Speed</speed>). " }] }, { "runes": [{ "id": 8210, "key": "Transcendence", "icon": "perk-images/Styles/Sorcery/Transcendence/Transcendence.png", "name": "Transcendence", "shortDesc": "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.", "longDesc": "Gain bonuses upon reaching the following levels:<br>Level 5: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 8: +5 <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_CDR'>Ability Haste</lol-uikit-tooltipped-keyword> <br>Level 11: On Champion takedown, reduce the remaining cooldown of basic abilities by 20%.<br>" }, { "id": 8234, "key": "Celerity", "icon": "perk-images/Styles/Sorcery/Celerity/CelerityTemp.png", "name": "Celerity", "shortDesc": "All <speed>Move Speed</speed> bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>.", "longDesc": "All movement bonuses are 7% more effective on you and gain <speed>1% Move Speed</speed>." }, { "id": 8233, "key": "AbsoluteFocus", "icon": "perk-images/Styles/Sorcery/AbsoluteFocus/AbsoluteFocus.png", "name": "Absolute Focus", "shortDesc": "While above 70% health, gain extra <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_AdaptiveDmg'>adaptive damage</lol-uikit-tooltipped-keyword>.", "longDesc": "While above 70% health, gain an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level). <br><br>Grants 1.8 Attack Damage or 3 Ability Power at level 1. " }] }, { "runes": [{ "id": 8237, "key": "Scorch", "icon": "perk-images/Styles/Sorcery/Scorch/Scorch.png", "name": "Scorch", "shortDesc": "Your first damaging ability hit every 10s burns champions.", "longDesc": "Your next damaging ability hit sets champions on fire dealing 20 - 40 bonus magic damage based on level after 1s.<br><br>Cooldown: 10s" }, { "id": 8232, "key": "Waterwalking", "icon": "perk-images/Styles/Sorcery/Waterwalking/Waterwalking.png", "name": "Waterwalking", "shortDesc": "Gain <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_MS'>MS</lol-uikit-tooltipped-keyword> and AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> in the river.", "longDesc": "Gain <speed>10 Move Speed</speed> and an <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword> bonus of up to 18 Attack Damage or 30 Ability Power (based on level) when in the river.<br><br><hr><br><i>May you be as swift as the rushing river and agile as a startled Rift Scuttler.</i><br>" }, { "id": 8236, "key": "GatheringStorm", "icon": "perk-images/Styles/Sorcery/GatheringStorm/GatheringStorm.png", "name": "Gathering Storm", "shortDesc": "Gain increasing amounts of AD or AP, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'>adaptive</lol-uikit-tooltipped-keyword> over the course of the game.", "longDesc": "Every 10 min gain AP or AD, <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Adaptive'><font color='#48C4B7'>adaptive</font></lol-uikit-tooltipped-keyword>.<br><br><i>10 min</i>: + 8 AP or 5 AD <br><i>20 min</i>: + 24 AP or 14 AD<br><i>30 min</i>: + 48 AP or 29 AD<br><i>40 min</i>: + 80 AP or 48 AD<br><i>50 min</i>: + 120 AP or 72 AD<br><i>60 min</i>: + 168 AP or 101 AD<br>etc..." }] }] }];
@@ -1,11 +1,28 @@
1
- export declare const StatRunes: {
2
- readonly '5005': "Offense (AS)";
3
- readonly '5007': "Offense (AH)";
4
- readonly '5008': "Offense (AF)";
5
- readonly '5002f': "Flex (AR)";
6
- readonly '5003f': "Flex (MR)";
7
- readonly '5008f': "Flex (AF)";
8
- readonly '5001': "Defense (HP)";
9
- readonly '5002': "Defense (AR)";
10
- readonly '5003': "Defense (MR)";
11
- };
1
+ export declare const StatRunes: readonly [{
2
+ readonly id: "5008";
3
+ readonly description: "Offense (AF)";
4
+ }, {
5
+ readonly id: "5005";
6
+ readonly description: "Offense (AS)";
7
+ }, {
8
+ readonly id: "5007";
9
+ readonly description: "Offense (AH)";
10
+ }, {
11
+ readonly id: "5008f";
12
+ readonly description: "Flex (AF)";
13
+ }, {
14
+ readonly id: "5010f";
15
+ readonly description: "Flex (MS)";
16
+ }, {
17
+ readonly id: "5001f";
18
+ readonly description: "Flex (HP+)";
19
+ }, {
20
+ readonly id: "5011";
21
+ readonly description: "Defense (HP)";
22
+ }, {
23
+ readonly id: "5013";
24
+ readonly description: "Defense (Tenacity + Slow Resist)";
25
+ }, {
26
+ readonly id: "5001";
27
+ readonly description: "Defense (HP+)";
28
+ }];