lol-constants 2.19.0 → 2.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +11 -9
- package/assets/constants/Champion.d.ts +584 -490
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +10805 -6625
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +4 -1
- package/assets/constants/LegendaryItemNames.js +138 -74
- package/assets/constants/RunesReforged.d.ts +48 -69
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +28 -11
- package/assets/constants/StatRunes.js +11 -11
- package/assets/constants/StatRunesByRow.d.ts +6 -6
- package/assets/constants/StatRunesByRow.js +6 -6
- package/assets/constants/Summoner.d.ts +36 -36
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.js +0 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
- package/assets/scripts/generate-categorized-item-keys.js +1 -22
- package/assets/scripts/generate-categorized-item-names.js +0 -20
- package/assets/scripts/generate-rune-ids.js +2 -4
- package/assets/scripts/generate-rune-names.js +2 -4
- package/assets/scripts/generate-stat-rune-ids.js +2 -4
- package/assets/scripts/generate-stat-rune-names.js +2 -4
- package/core/constants/Champions/ChampionIds.d.ts +2 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +2 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +2 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +2 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +2 -0
- package/core/constants/Champions/ChampionNames.js +1 -1
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +3 -1
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +3 -1
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +58 -47
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +58 -47
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +58 -48
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/ItemTypes.d.ts +0 -1
- package/core/constants/Items/ItemTypes.js +0 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +73 -10
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeys.js +1 -1
- package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeysNum.js +1 -1
- package/core/constants/Items/OrnnItemNames.d.ts +0 -8
- package/core/constants/Items/OrnnItemNames.js +1 -1
- package/core/constants/Runes/NonStatRuneIds.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIds.js +1 -1
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
- package/core/constants/Runes/NonStatRuneNames.d.ts +5 -8
- package/core/constants/Runes/NonStatRuneNames.js +1 -1
- package/core/constants/Runes/RuneIconFileNames.js +12 -15
- package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
- package/core/constants/Runes/RunePickingRelationships.js +1 -1
- package/core/constants/Runes/RuneSets.d.ts +73 -97
- package/core/constants/Runes/RuneSets.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
- package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
- package/core/helpers/makeRiotId.d.ts +4 -0
- package/core/helpers/makeRiotId.js +9 -0
- package/core/helpers/splitRiotId.d.ts +2 -2
- package/core/index.d.ts +1 -5
- package/core/index.js +1 -5
- package/package.json +28 -27
- package/assets/constants/MythicItemNames.d.ts +0 -1
- package/assets/constants/MythicItemNames.js +0 -37
- package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
- package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids.js +0 -24
- package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-names.js +0 -22
- package/assets/scripts/helpers/getComment.d.ts +0 -1
- package/assets/scripts/helpers/getComment.js +0 -8
- package/core/constants/Items/MythicItemKeys.d.ts +0 -61
- package/core/constants/Items/MythicItemKeys.js +0 -4
- package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
- package/core/constants/Items/MythicItemKeysNum.js +0 -4
- package/core/constants/Items/MythicItemNames.d.ts +0 -61
- package/core/constants/Items/MythicItemNames.js +0 -4
- package/core/constants/Queues.d.ts +0 -7
- package/core/constants/Queues.js +0 -12
- package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
- package/core/constants/Runes/TreeRuneIds.js +0 -4
- package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
- package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
- package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
- package/core/constants/Runes/TreeRuneNames.js +0 -4
- package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKey.js +0 -8
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
- package/core/helpers/Items/isMythicItemName.d.ts +0 -2
- package/core/helpers/Items/isMythicItemName.js +0 -8
- package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
- package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
- package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
- package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
- package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -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/PerfectTiming.png", "name": "Perfect Timing", "shortDesc": "Gain a free Commencing Stopwatch. After 14 minutes, it can be used for a one time <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Stasis'>Stasis</lol-uikit-tooltipped-keyword> effect. <br><br>Each <lol-uikit-tooltipped-keyword key='LinkTooltip_Description_Takedown'>takedown</lol-uikit-tooltipped-keyword> you get shortens this timer by 120 seconds.", "longDesc": "Begin the game with a Commencing Stopwatch that transforms into a Stopwatch after 14 minutes. Each takedown you acquire reduces this timer by 120 seconds.<br><br>Stopwatch can be used for a one time 2.5 second Stasis effect." }] }, { "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
|
3
|
-
readonly
|
4
|
-
|
5
|
-
readonly
|
6
|
-
readonly
|
7
|
-
|
8
|
-
readonly
|
9
|
-
readonly
|
10
|
-
|
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
|
+
}];
|
@@ -1,14 +1,14 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.StatRunes = void 0;
|
4
|
-
exports.StatRunes =
|
5
|
-
'
|
6
|
-
'
|
7
|
-
'
|
8
|
-
'
|
9
|
-
'
|
10
|
-
'
|
11
|
-
'
|
12
|
-
'
|
13
|
-
'
|
14
|
-
|
4
|
+
exports.StatRunes = [
|
5
|
+
{ id: '5008', description: 'Offense (AF)' },
|
6
|
+
{ id: '5005', description: 'Offense (AS)' },
|
7
|
+
{ id: '5007', description: 'Offense (AH)' },
|
8
|
+
{ id: '5008f', description: 'Flex (AF)' },
|
9
|
+
{ id: '5010f', description: 'Flex (MS)' },
|
10
|
+
{ id: '5001f', description: 'Flex (HP+)' },
|
11
|
+
{ id: '5011', description: 'Defense (HP)' },
|
12
|
+
{ id: '5013', description: 'Defense (Tenacity + Slow Resist)' },
|
13
|
+
{ id: '5001', description: 'Defense (HP+)' },
|
14
|
+
];
|
@@ -1,17 +1,17 @@
|
|
1
1
|
export declare const StatRunesByRow: {
|
2
2
|
readonly 0: {
|
3
|
+
readonly '5008': "Offense (AF)";
|
3
4
|
readonly '5005': "Offense (AS)";
|
4
5
|
readonly '5007': "Offense (AH)";
|
5
|
-
readonly '5008': "Offense (AF)";
|
6
6
|
};
|
7
7
|
readonly 1: {
|
8
|
-
readonly '5002f': "Flex (AR)";
|
9
|
-
readonly '5003f': "Flex (MR)";
|
10
8
|
readonly '5008f': "Flex (AF)";
|
9
|
+
readonly '5010f': "Flex (MS)";
|
10
|
+
readonly '5001f': "Flex (HP+)";
|
11
11
|
};
|
12
12
|
readonly 2: {
|
13
|
-
readonly '
|
14
|
-
readonly '
|
15
|
-
readonly '
|
13
|
+
readonly '5011': "Defense (HP)";
|
14
|
+
readonly '5013': "Defense (Tenacity + Slow Resist)";
|
15
|
+
readonly '5001': "Defense (HP+)";
|
16
16
|
};
|
17
17
|
};
|
@@ -3,18 +3,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StatRunesByRow = void 0;
|
4
4
|
exports.StatRunesByRow = {
|
5
5
|
0: {
|
6
|
+
'5008': 'Offense (AF)',
|
6
7
|
'5005': 'Offense (AS)',
|
7
8
|
'5007': 'Offense (AH)',
|
8
|
-
'5008': 'Offense (AF)',
|
9
9
|
},
|
10
10
|
1: {
|
11
|
-
'5002f': 'Flex (AR)',
|
12
|
-
'5003f': 'Flex (MR)',
|
13
11
|
'5008f': 'Flex (AF)',
|
12
|
+
'5010f': 'Flex (MS)',
|
13
|
+
'5001f': 'Flex (HP+)',
|
14
14
|
},
|
15
15
|
2: {
|
16
|
-
'
|
17
|
-
'
|
18
|
-
'
|
16
|
+
'5011': 'Defense (HP)',
|
17
|
+
'5013': 'Defense (Tenacity + Slow Resist)',
|
18
|
+
'5001': 'Defense (HP+)',
|
19
19
|
},
|
20
20
|
};
|
@@ -1,20 +1,20 @@
|
|
1
1
|
export declare const Summoner: {
|
2
2
|
readonly type: "summoner";
|
3
|
-
readonly version: "
|
3
|
+
readonly version: "14.12.1";
|
4
4
|
readonly data: {
|
5
5
|
readonly SummonerBarrier: {
|
6
6
|
readonly id: "SummonerBarrier";
|
7
7
|
readonly name: "Barrier";
|
8
|
-
readonly description: "
|
9
|
-
readonly tooltip: "<shield>
|
8
|
+
readonly description: "Gain a 120-480 damage Shield for 2.5 seconds.";
|
9
|
+
readonly tooltip: "Gain a <shield>{{ shieldstrength }} damage Shield</shield> for {{ shieldduration }} seconds.";
|
10
10
|
readonly maxrank: 1;
|
11
11
|
readonly cooldown: readonly [180];
|
12
12
|
readonly cooldownBurn: "180";
|
13
13
|
readonly cost: readonly [0];
|
14
14
|
readonly costBurn: "0";
|
15
15
|
readonly datavalues: {};
|
16
|
-
readonly effect: readonly [null, readonly [
|
17
|
-
readonly effectBurn: readonly [null, "
|
16
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
17
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
18
18
|
readonly vars: readonly [];
|
19
19
|
readonly key: "21";
|
20
20
|
readonly summonerLevel: 4;
|
@@ -37,16 +37,16 @@ export declare const Summoner: {
|
|
37
37
|
readonly SummonerBoost: {
|
38
38
|
readonly id: "SummonerBoost";
|
39
39
|
readonly name: "Cleanse";
|
40
|
-
readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and
|
41
|
-
readonly tooltip: "Removes all
|
40
|
+
readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and gives 75% Tenacity for 3 seconds.";
|
41
|
+
readonly tooltip: "Removes all crowd control debuffs (excluding <keyword>Suppression</keyword> and <keyword>Airborne</keyword>) and summoner spell debuffs from you and grants {{ tenacityvalue*100 }}% Tenacity for {{ tenacityduration }} seconds.";
|
42
42
|
readonly maxrank: 1;
|
43
|
-
readonly cooldown: readonly [
|
44
|
-
readonly cooldownBurn: "
|
43
|
+
readonly cooldown: readonly [240];
|
44
|
+
readonly cooldownBurn: "240";
|
45
45
|
readonly cost: readonly [0];
|
46
46
|
readonly costBurn: "0";
|
47
47
|
readonly datavalues: {};
|
48
|
-
readonly effect: readonly [null, readonly [0
|
49
|
-
readonly effectBurn: readonly [null, "0
|
48
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
49
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
50
50
|
readonly vars: readonly [];
|
51
51
|
readonly key: "1";
|
52
52
|
readonly summonerLevel: 9;
|
@@ -133,16 +133,16 @@ export declare const Summoner: {
|
|
133
133
|
readonly SummonerDot: {
|
134
134
|
readonly id: "SummonerDot";
|
135
135
|
readonly name: "Ignite";
|
136
|
-
readonly description: "
|
137
|
-
readonly tooltip: "
|
136
|
+
readonly description: "Deals 70-410 true damage to target enemy champion over 5 seconds and reduces healing effects on them for the duration.";
|
137
|
+
readonly tooltip: "Deals <trueDamage>{{ tooltiptruedamagecalculation }} true damage</trueDamage> to target enemy champion over 5 seconds and applies <keyword>{{ grievousamount*100 }}% Grievous Wounds</keyword> for the duration.<br /><br /><keyword>Wounds</keyword>: Reduces the effectiveness of Healing and Regeneration effects.";
|
138
138
|
readonly maxrank: 1;
|
139
139
|
readonly cooldown: readonly [180];
|
140
140
|
readonly cooldownBurn: "180";
|
141
141
|
readonly cost: readonly [0];
|
142
142
|
readonly costBurn: "0";
|
143
143
|
readonly datavalues: {};
|
144
|
-
readonly effect: readonly [null, readonly [
|
145
|
-
readonly effectBurn: readonly [null, "
|
144
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
145
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
146
146
|
readonly vars: readonly [];
|
147
147
|
readonly key: "14";
|
148
148
|
readonly summonerLevel: 9;
|
@@ -165,16 +165,16 @@ export declare const Summoner: {
|
|
165
165
|
readonly SummonerExhaust: {
|
166
166
|
readonly id: "SummonerExhaust";
|
167
167
|
readonly name: "Exhaust";
|
168
|
-
readonly description: "
|
169
|
-
readonly tooltip: "
|
168
|
+
readonly description: "Slows target enemy champion by 40% and reduces their damage dealt by 35% for 3 seconds.";
|
169
|
+
readonly tooltip: "<keyword>Slows</keyword> target enemy champion by {{ slow }}% and reduces their damage dealt by {{ damagereduction }}% for {{ debuffduration }} seconds.";
|
170
170
|
readonly maxrank: 1;
|
171
|
-
readonly cooldown: readonly [
|
172
|
-
readonly cooldownBurn: "
|
171
|
+
readonly cooldown: readonly [240];
|
172
|
+
readonly cooldownBurn: "240";
|
173
173
|
readonly cost: readonly [0];
|
174
174
|
readonly costBurn: "0";
|
175
175
|
readonly datavalues: {};
|
176
|
-
readonly effect: readonly [null, readonly [
|
177
|
-
readonly effectBurn: readonly [null, "
|
176
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
177
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
178
178
|
readonly vars: readonly [];
|
179
179
|
readonly key: "3";
|
180
180
|
readonly summonerLevel: 4;
|
@@ -197,8 +197,8 @@ export declare const Summoner: {
|
|
197
197
|
readonly SummonerFlash: {
|
198
198
|
readonly id: "SummonerFlash";
|
199
199
|
readonly name: "Flash";
|
200
|
-
readonly description: "Teleports
|
201
|
-
readonly tooltip: "Teleports
|
200
|
+
readonly description: "Teleports you a short distance toward your cursor.";
|
201
|
+
readonly tooltip: "Teleports you a short distance toward your cursor.";
|
202
202
|
readonly maxrank: 1;
|
203
203
|
readonly cooldown: readonly [300];
|
204
204
|
readonly cooldownBurn: "300";
|
@@ -229,11 +229,11 @@ export declare const Summoner: {
|
|
229
229
|
readonly SummonerHaste: {
|
230
230
|
readonly id: "SummonerHaste";
|
231
231
|
readonly name: "Ghost";
|
232
|
-
readonly description: "
|
233
|
-
readonly tooltip: "Gain <speed>{{ movespeedmod }} Move Speed</speed>
|
232
|
+
readonly description: "Gain 24 - 48% Move Speed and ignore unit collision for 10 seconds.";
|
233
|
+
readonly tooltip: "Gain <speed>{{ movespeedmod }} Move Speed</speed> and become <keyword>Ghosted</keyword> for {{ duration }} seconds.<br /><br /><keyword>Ghost</keyword>: Ignore collision with other units.";
|
234
234
|
readonly maxrank: 1;
|
235
|
-
readonly cooldown: readonly [
|
236
|
-
readonly cooldownBurn: "
|
235
|
+
readonly cooldown: readonly [240];
|
236
|
+
readonly cooldownBurn: "240";
|
237
237
|
readonly cost: readonly [0];
|
238
238
|
readonly costBurn: "0";
|
239
239
|
readonly datavalues: {};
|
@@ -262,23 +262,23 @@ export declare const Summoner: {
|
|
262
262
|
readonly id: "SummonerHeal";
|
263
263
|
readonly name: "Heal";
|
264
264
|
readonly description: "Restores 80-318 Health and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.";
|
265
|
-
readonly tooltip: "Restores <healing>{{
|
265
|
+
readonly tooltip: "Restores <healing>{{ totalheal }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for {{ movespeedduration }} second to you and target allied champion.<br /><br /><rules>If cast without a target, it will cast on the most wounded allied champion in range.<br />Healing is halved on units recently affected by Summoner Heal.</rules>";
|
266
266
|
readonly maxrank: 1;
|
267
267
|
readonly cooldown: readonly [240];
|
268
268
|
readonly cooldownBurn: "240";
|
269
269
|
readonly cost: readonly [0];
|
270
270
|
readonly costBurn: "0";
|
271
271
|
readonly datavalues: {};
|
272
|
-
readonly effect: readonly [null, readonly [0
|
273
|
-
readonly effectBurn: readonly [null, "0
|
272
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
273
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
274
274
|
readonly vars: readonly [];
|
275
275
|
readonly key: "7";
|
276
276
|
readonly summonerLevel: 1;
|
277
277
|
readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"];
|
278
278
|
readonly costType: "No Cost";
|
279
279
|
readonly maxammo: "-1";
|
280
|
-
readonly range: readonly [
|
281
|
-
readonly rangeBurn: "
|
280
|
+
readonly range: readonly [875];
|
281
|
+
readonly rangeBurn: "875";
|
282
282
|
readonly image: {
|
283
283
|
readonly full: "SummonerHeal.png";
|
284
284
|
readonly sprite: "spell0.png";
|
@@ -389,8 +389,8 @@ export declare const Summoner: {
|
|
389
389
|
readonly SummonerSmite: {
|
390
390
|
readonly id: "SummonerSmite";
|
391
391
|
readonly name: "Smite";
|
392
|
-
readonly description: "Deals 600-1200 true damage to target monster.";
|
393
|
-
readonly tooltip: "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets
|
392
|
+
readonly description: "Deals 600-1200 true damage to target large monster.";
|
393
|
+
readonly tooltip: "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target large monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.";
|
394
394
|
readonly maxrank: 1;
|
395
395
|
readonly cooldown: readonly [15];
|
396
396
|
readonly cooldownBurn: "15";
|
@@ -485,8 +485,8 @@ export declare const Summoner: {
|
|
485
485
|
readonly SummonerTeleport: {
|
486
486
|
readonly id: "SummonerTeleport";
|
487
487
|
readonly name: "Teleport";
|
488
|
-
readonly description: "After channeling for 4 seconds,
|
489
|
-
readonly tooltip: "After channeling for {{ channelduration }} seconds,
|
488
|
+
readonly description: "After channeling for 4 seconds, teleport to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which allows you to target allied structures, minions, or wards.";
|
489
|
+
readonly tooltip: "After channeling for {{ channelduration }} seconds, teleport to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants {{ msamount*100 }}% Move Speed for {{ msduration }} seconds.";
|
490
490
|
readonly maxrank: 1;
|
491
491
|
readonly cooldown: readonly [360];
|
492
492
|
readonly cooldownBurn: "360";
|