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