lol-constants 2.19.0 → 2.20.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.js +9 -9
- package/assets/constants/Champion.d.ts +362 -315
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +4842 -3135
- 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 +4 -4
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/Summoner.d.ts +1 -1
- 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/core/constants/Champions/ChampionIds.d.ts +1 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +1 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +1 -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/ItemKeys.d.ts +50 -42
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +50 -42
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +50 -43
- 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 +73 -11
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +73 -11
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +71 -9
- 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 +1 -1
- package/core/constants/Runes/NonStatRuneIds.js +1 -1
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +1 -1
- package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
- package/core/constants/Runes/NonStatRuneNames.d.ts +1 -1
- package/core/constants/Runes/NonStatRuneNames.js +1 -1
- package/core/constants/Runes/RuneIconFileNames.js +1 -1
- package/core/constants/Runes/RuneSets.d.ts +8 -8
- package/core/constants/Runes/RuneSets.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +8 -8
- package/core/constants/Runes/RuneSetsByRuneNames.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +8 -8
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +3 -3
- 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 +1 -1
@@ -1,8 +1,18 @@
|
|
1
1
|
export declare const LegendaryItemNames: {
|
2
|
+
readonly "2019": "Steel Sigil";
|
3
|
+
readonly "2021": "Tunneler";
|
4
|
+
readonly "2022": "Glowing Mote";
|
5
|
+
readonly "2065": "Shurelya's Battlesong";
|
6
|
+
readonly "2151": "Elixir of Avarice";
|
7
|
+
readonly "2152": "Elixir of Force";
|
8
|
+
readonly "2421": "Shattered Armguard";
|
9
|
+
readonly "2502": "Unending Despair";
|
10
|
+
readonly "2504": "Kaenic Rookern";
|
11
|
+
readonly "3002": "Trailblazer";
|
2
12
|
readonly "3003": "Archangel's Staff";
|
3
13
|
readonly "3004": "Manamune";
|
4
|
-
readonly "3011": "Chemtech Putrifier";
|
5
14
|
readonly "3026": "Guardian Angel";
|
15
|
+
readonly "3031": "Infinity Edge";
|
6
16
|
readonly "3033": "Mortal Reminder";
|
7
17
|
readonly "3036": "Lord Dominik's Regards";
|
8
18
|
readonly "3040": "Seraph's Embrace";
|
@@ -15,9 +25,12 @@ export declare const LegendaryItemNames: {
|
|
15
25
|
readonly "3068": "Sunfire Aegis";
|
16
26
|
readonly "3071": "Black Cleaver";
|
17
27
|
readonly "3072": "Bloodthirster";
|
28
|
+
readonly "3073": "Experimental Hexplate";
|
18
29
|
readonly "3074": "Ravenous Hydra";
|
19
30
|
readonly "3075": "Thornmail";
|
31
|
+
readonly "3078": "Trinity Force";
|
20
32
|
readonly "3083": "Warmog's Armor";
|
33
|
+
readonly "3084": "Heartsteel";
|
21
34
|
readonly "3085": "Runaan's Hurricane";
|
22
35
|
readonly "3087": "Statikk Shiv";
|
23
36
|
readonly "3089": "Rabadon's Deathcap";
|
@@ -31,45 +44,94 @@ export declare const LegendaryItemNames: {
|
|
31
44
|
readonly "3110": "Frozen Heart";
|
32
45
|
readonly "3115": "Nashor's Tooth";
|
33
46
|
readonly "3116": "Rylai's Crystal Scepter";
|
47
|
+
readonly "3118": "Malignance";
|
34
48
|
readonly "3119": "Winter's Approach";
|
35
49
|
readonly "3121": "Fimbulwinter";
|
50
|
+
readonly "3124": "Guinsoo's Rageblade";
|
36
51
|
readonly "3135": "Void Staff";
|
52
|
+
readonly "3137": "Cryptbloom";
|
37
53
|
readonly "3139": "Mercurial Scimitar";
|
54
|
+
readonly "3142": "Youmuu's Ghostblade";
|
38
55
|
readonly "3143": "Randuin's Omen";
|
39
|
-
readonly "
|
56
|
+
readonly "3152": "Hextech Rocketbelt";
|
40
57
|
readonly "3156": "Maw of Malmortius";
|
41
58
|
readonly "3157": "Zhonya's Hourglass";
|
59
|
+
readonly "3161": "Spear of Shojin";
|
42
60
|
readonly "3165": "Morellonomicon";
|
43
61
|
readonly "3179": "Umbral Glaive";
|
44
62
|
readonly "3181": "Hullbreaker";
|
45
|
-
readonly "
|
63
|
+
readonly "3190": "Locket of the Iron Solari";
|
46
64
|
readonly "3222": "Mikael's Blessing";
|
65
|
+
readonly "3302": "Terminus";
|
47
66
|
readonly "3504": "Ardent Censer";
|
48
67
|
readonly "3508": "Essence Reaver";
|
49
68
|
readonly "3742": "Dead Man's Plate";
|
50
69
|
readonly "3748": "Titanic Hydra";
|
51
70
|
readonly "3814": "Edge of Night";
|
52
|
-
readonly "
|
53
|
-
readonly "
|
54
|
-
readonly "
|
55
|
-
readonly "
|
71
|
+
readonly "3865": "World Atlas";
|
72
|
+
readonly "3866": "Runic Compass";
|
73
|
+
readonly "3867": "Bounty of Worlds";
|
74
|
+
readonly "3869": "Celestial Opposition";
|
75
|
+
readonly "3870": "Dream Maker";
|
76
|
+
readonly "3871": "Zaz'Zak's Realmspike";
|
77
|
+
readonly "3876": "Solstice Sleigh";
|
78
|
+
readonly "3877": "Bloodsong";
|
79
|
+
readonly "4005": "Imperial Mandate";
|
56
80
|
readonly "4401": "Force of Nature";
|
57
81
|
readonly "4628": "Horizon Focus";
|
58
82
|
readonly "4629": "Cosmic Drive";
|
83
|
+
readonly "4633": "Riftmaker";
|
84
|
+
readonly "4636": "Night Harvester";
|
59
85
|
readonly "4637": "Demonic Embrace";
|
60
86
|
readonly "4643": "Vigilant Wardstone";
|
61
87
|
readonly "4645": "Shadowflame";
|
62
|
-
readonly "
|
88
|
+
readonly "4646": "Stormsurge";
|
63
89
|
readonly "6333": "Death's Dance";
|
64
90
|
readonly "6609": "Chempunk Chainsword";
|
91
|
+
readonly "6610": "Sundered Sky";
|
65
92
|
readonly "6616": "Staff of Flowing Water";
|
93
|
+
readonly "6617": "Moonstone Renewer";
|
94
|
+
readonly "6620": "Echoes of Helia";
|
95
|
+
readonly "6621": "Dawncore";
|
96
|
+
readonly "6631": "Stridebreaker";
|
97
|
+
readonly "6655": "Luden's Companion";
|
98
|
+
readonly "6657": "Rod of Ages";
|
99
|
+
readonly "6662": "Iceborn Gauntlet";
|
100
|
+
readonly "6664": "Hollow Radiance";
|
101
|
+
readonly "6665": "Jak'Sho, The Protean";
|
66
102
|
readonly "6672": "Kraken Slayer";
|
67
103
|
readonly "6673": "Immortal Shieldbow";
|
104
|
+
readonly "6675": "Navori Quickblades";
|
68
105
|
readonly "6676": "The Collector";
|
69
|
-
readonly "
|
106
|
+
readonly "6690": "Rectrix";
|
107
|
+
readonly "6692": "Eclipse";
|
70
108
|
readonly "6694": "Serylda's Grudge";
|
71
109
|
readonly "6695": "Serpent's Fang";
|
72
110
|
readonly "6696": "Axiom Arc";
|
111
|
+
readonly "6697": "Hubris";
|
112
|
+
readonly "6698": "Profane Hydra";
|
113
|
+
readonly "6699": "Voltaic Cyclosword";
|
114
|
+
readonly "6701": "Opportunity";
|
115
|
+
readonly "7001": "Syzygy";
|
116
|
+
readonly "7005": "Frozen Fist";
|
117
|
+
readonly "7006": "Typhoon";
|
118
|
+
readonly "7009": "Icathia's Curse";
|
119
|
+
readonly "7010": "Vespertide";
|
120
|
+
readonly "7011": "Upgraded Aeropack";
|
121
|
+
readonly "7012": "Liandry's Lament";
|
122
|
+
readonly "7016": "Dreamshatter";
|
123
|
+
readonly "7018": "Infinity Force";
|
124
|
+
readonly "7019": "Reliquary of the Golden Dawn";
|
125
|
+
readonly "7020": "Shurelya's Requiem";
|
126
|
+
readonly "7021": "Starcaster";
|
127
|
+
readonly "7025": "Leviathan";
|
128
|
+
readonly "7026": "The Unspoken Parasite";
|
129
|
+
readonly "7028": "Infinite Convergence";
|
130
|
+
readonly "7029": "Youmuu's Wake";
|
131
|
+
readonly "7030": "Seething Sorrow";
|
132
|
+
readonly "7031": "Edge of Finality";
|
133
|
+
readonly "7032": "Flicker";
|
134
|
+
readonly "7033": "Cry of the Shrieking City";
|
73
135
|
readonly "8001": "Anathema's Chains";
|
74
136
|
readonly "8020": "Abyssal Mask";
|
75
137
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LegendaryItemNames = void 0;
|
4
|
-
exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "
|
4
|
+
exports.LegendaryItemNames = { "2019": "Steel Sigil", "2021": "Tunneler", "2022": "Glowing Mote", "2065": "Shurelya's Battlesong", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2421": "Shattered Armguard", "2502": "Unending Despair", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3078": "Trinity Force", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3152": "Hextech Rocketbelt", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3222": "Mikael's Blessing", "3302": "Terminus", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4633": "Riftmaker", "4636": "Night Harvester", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6655": "Luden's Companion", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
@@ -1,14 +1,7 @@
|
|
1
1
|
export declare const OrnnItemKeys: {
|
2
2
|
readonly "Cry of the Shrieking City": "7033";
|
3
|
-
readonly "Ceaseless Hunger": "7015";
|
4
|
-
readonly Caesura: "7024";
|
5
|
-
readonly "Draktharr's Shadowcarver": "7002";
|
6
|
-
readonly Deicide: "7017";
|
7
3
|
readonly Dreamshatter: "7016";
|
8
|
-
readonly Equinox: "7023";
|
9
4
|
readonly "Edge of Finality": "7031";
|
10
|
-
readonly "Eye of Luden": "7013";
|
11
|
-
readonly "Eternal Winter": "7014";
|
12
5
|
readonly "Frozen Fist": "7005";
|
13
6
|
readonly Flicker: "7032";
|
14
7
|
readonly "Infinite Convergence": "7028";
|
@@ -16,7 +9,6 @@ export declare const OrnnItemKeys: {
|
|
16
9
|
readonly "Infinity Force": "7018";
|
17
10
|
readonly Leviathan: "7025";
|
18
11
|
readonly "Liandry's Lament": "7012";
|
19
|
-
readonly "Primordial Dawn": "7027";
|
20
12
|
readonly "Reliquary of the Golden Dawn": "7019";
|
21
13
|
readonly Syzygy: "7001";
|
22
14
|
readonly "Shurelya's Requiem": "7020";
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.OrnnItemKeys = void 0;
|
4
|
-
exports.OrnnItemKeys = { "Cry of the Shrieking City": "7033", "
|
4
|
+
exports.OrnnItemKeys = { "Cry of the Shrieking City": "7033", "Dreamshatter": "7016", "Edge of Finality": "7031", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "Reliquary of the Golden Dawn": "7019", "Syzygy": "7001", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seething Sorrow": "7030", "The Unspoken Parasite": "7026", "Typhoon": "7006", "Upgraded Aeropack": "7011", "Vespertide": "7010", "Youmuu's Wake": "7029" };
|
@@ -1,14 +1,7 @@
|
|
1
1
|
export declare const OrnnItemKeysNum: {
|
2
2
|
readonly "Cry of the Shrieking City": 7033;
|
3
|
-
readonly "Ceaseless Hunger": 7015;
|
4
|
-
readonly Caesura: 7024;
|
5
|
-
readonly "Draktharr's Shadowcarver": 7002;
|
6
|
-
readonly Deicide: 7017;
|
7
3
|
readonly Dreamshatter: 7016;
|
8
|
-
readonly Equinox: 7023;
|
9
4
|
readonly "Edge of Finality": 7031;
|
10
|
-
readonly "Eye of Luden": 7013;
|
11
|
-
readonly "Eternal Winter": 7014;
|
12
5
|
readonly "Frozen Fist": 7005;
|
13
6
|
readonly Flicker: 7032;
|
14
7
|
readonly "Infinite Convergence": 7028;
|
@@ -16,7 +9,6 @@ export declare const OrnnItemKeysNum: {
|
|
16
9
|
readonly "Infinity Force": 7018;
|
17
10
|
readonly Leviathan: 7025;
|
18
11
|
readonly "Liandry's Lament": 7012;
|
19
|
-
readonly "Primordial Dawn": 7027;
|
20
12
|
readonly "Reliquary of the Golden Dawn": 7019;
|
21
13
|
readonly Syzygy: 7001;
|
22
14
|
readonly "Shurelya's Requiem": 7020;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.OrnnItemKeysNum = void 0;
|
4
|
-
exports.OrnnItemKeysNum = { "Cry of the Shrieking City": 7033, "
|
4
|
+
exports.OrnnItemKeysNum = { "Cry of the Shrieking City": 7033, "Dreamshatter": 7016, "Edge of Finality": 7031, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "Reliquary of the Golden Dawn": 7019, "Syzygy": 7001, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seething Sorrow": 7030, "The Unspoken Parasite": 7026, "Typhoon": 7006, "Upgraded Aeropack": 7011, "Vespertide": 7010, "Youmuu's Wake": 7029 };
|
@@ -1,26 +1,18 @@
|
|
1
1
|
export declare const OrnnItemNames: {
|
2
2
|
readonly "7001": "Syzygy";
|
3
|
-
readonly "7002": "Draktharr's Shadowcarver";
|
4
3
|
readonly "7005": "Frozen Fist";
|
5
4
|
readonly "7006": "Typhoon";
|
6
5
|
readonly "7009": "Icathia's Curse";
|
7
6
|
readonly "7010": "Vespertide";
|
8
7
|
readonly "7011": "Upgraded Aeropack";
|
9
8
|
readonly "7012": "Liandry's Lament";
|
10
|
-
readonly "7013": "Eye of Luden";
|
11
|
-
readonly "7014": "Eternal Winter";
|
12
|
-
readonly "7015": "Ceaseless Hunger";
|
13
9
|
readonly "7016": "Dreamshatter";
|
14
|
-
readonly "7017": "Deicide";
|
15
10
|
readonly "7018": "Infinity Force";
|
16
11
|
readonly "7019": "Reliquary of the Golden Dawn";
|
17
12
|
readonly "7020": "Shurelya's Requiem";
|
18
13
|
readonly "7021": "Starcaster";
|
19
|
-
readonly "7023": "Equinox";
|
20
|
-
readonly "7024": "Caesura";
|
21
14
|
readonly "7025": "Leviathan";
|
22
15
|
readonly "7026": "The Unspoken Parasite";
|
23
|
-
readonly "7027": "Primordial Dawn";
|
24
16
|
readonly "7028": "Infinite Convergence";
|
25
17
|
readonly "7029": "Youmuu's Wake";
|
26
18
|
readonly "7030": "Seething Sorrow";
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.OrnnItemNames = void 0;
|
4
|
-
exports.OrnnItemNames = { "7001": "Syzygy", "
|
4
|
+
exports.OrnnItemNames = { "7001": "Syzygy", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City" };
|
@@ -18,7 +18,7 @@ export declare const NonStatRuneIds: {
|
|
18
18
|
readonly "First Strike": "8369";
|
19
19
|
readonly "Hextech Flashtraption": "8306";
|
20
20
|
readonly "Magical Footwear": "8304";
|
21
|
-
readonly "
|
21
|
+
readonly "Triple Tonic": "8313";
|
22
22
|
readonly "Future's Market": "8321";
|
23
23
|
readonly "Minion Dematerializer": "8316";
|
24
24
|
readonly "Biscuit Delivery": "8345";
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.NonStatRuneIds = void 0;
|
4
|
-
exports.NonStatRuneIds = { "Electrocute": "8112", "Predator": "8124", "Dark Harvest": "8128", "Hail of Blades": "9923", "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Ingenious Hunter": "8134", "Relentless Hunter": "8105", "Ultimate Hunter": "8106", "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "
|
4
|
+
exports.NonStatRuneIds = { "Electrocute": "8112", "Predator": "8124", "Dark Harvest": "8128", "Hail of Blades": "9923", "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Ingenious Hunter": "8134", "Relentless Hunter": "8105", "Ultimate Hunter": "8106", "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Triple Tonic": "8313", "Future's Market": "8321", "Minion Dematerializer": "8316", "Biscuit Delivery": "8345", "Cosmic Insight": "8347", "Approach Velocity": "8410", "Time Warp Tonic": "8352", "Press the Attack": "8005", "Lethal Tempo": "8008", "Fleet Footwork": "8021", "Conqueror": "8010", "Overheal": "9101", "Triumph": "9111", "Presence of Mind": "8009", "Legend: Alacrity": "9104", "Legend: Tenacity": "9105", "Legend: Bloodline": "9103", "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299", "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465", "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401", "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473", "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242", "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230", "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275", "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233", "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" };
|
@@ -18,7 +18,7 @@ export declare const NonStatRuneIdsNum: {
|
|
18
18
|
readonly "First Strike": 8369;
|
19
19
|
readonly "Hextech Flashtraption": 8306;
|
20
20
|
readonly "Magical Footwear": 8304;
|
21
|
-
readonly "
|
21
|
+
readonly "Triple Tonic": 8313;
|
22
22
|
readonly "Future's Market": 8321;
|
23
23
|
readonly "Minion Dematerializer": 8316;
|
24
24
|
readonly "Biscuit Delivery": 8345;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.NonStatRuneIdsNum = void 0;
|
4
|
-
exports.NonStatRuneIdsNum = { "Electrocute": 8112, "Predator": 8124, "Dark Harvest": 8128, "Hail of Blades": 9923, "Cheap Shot": 8126, "Taste of Blood": 8139, "Sudden Impact": 8143, "Zombie Ward": 8136, "Ghost Poro": 8120, "Eyeball Collection": 8138, "Treasure Hunter": 8135, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106, "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "
|
4
|
+
exports.NonStatRuneIdsNum = { "Electrocute": 8112, "Predator": 8124, "Dark Harvest": 8128, "Hail of Blades": 9923, "Cheap Shot": 8126, "Taste of Blood": 8139, "Sudden Impact": 8143, "Zombie Ward": 8136, "Ghost Poro": 8120, "Eyeball Collection": 8138, "Treasure Hunter": 8135, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106, "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Triple Tonic": 8313, "Future's Market": 8321, "Minion Dematerializer": 8316, "Biscuit Delivery": 8345, "Cosmic Insight": 8347, "Approach Velocity": 8410, "Time Warp Tonic": 8352, "Press the Attack": 8005, "Lethal Tempo": 8008, "Fleet Footwork": 8021, "Conqueror": 8010, "Overheal": 9101, "Triumph": 9111, "Presence of Mind": 8009, "Legend: Alacrity": 9104, "Legend: Tenacity": 9105, "Legend: Bloodline": 9103, "Coup de Grace": 8014, "Cut Down": 8017, "Last Stand": 8299, "Grasp of the Undying": 8437, "Aftershock": 8439, "Guardian": 8465, "Demolish": 8446, "Font of Life": 8463, "Shield Bash": 8401, "Conditioning": 8429, "Second Wind": 8444, "Bone Plating": 8473, "Overgrowth": 8451, "Revitalize": 8453, "Unflinching": 8242, "Summon Aery": 8214, "Arcane Comet": 8229, "Phase Rush": 8230, "Nullifying Orb": 8224, "Manaflow Band": 8226, "Nimbus Cloak": 8275, "Transcendence": 8210, "Celerity": 8234, "Absolute Focus": 8233, "Scorch": 8237, "Waterwalking": 8232, "Gathering Storm": 8236 };
|
@@ -35,7 +35,7 @@ export declare const NonStatRuneNames: {
|
|
35
35
|
readonly "8299": "Last Stand";
|
36
36
|
readonly "8304": "Magical Footwear";
|
37
37
|
readonly "8306": "Hextech Flashtraption";
|
38
|
-
readonly "8313": "
|
38
|
+
readonly "8313": "Triple Tonic";
|
39
39
|
readonly "8316": "Minion Dematerializer";
|
40
40
|
readonly "8321": "Future's Market";
|
41
41
|
readonly "8345": "Biscuit Delivery";
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.NonStatRuneNames = void 0;
|
4
|
-
exports.NonStatRuneNames = { "8005": "Press the Attack", "8008": "Lethal Tempo", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8242": "Unflinching", "8275": "Nimbus Cloak", "8299": "Last Stand", "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "
|
4
|
+
exports.NonStatRuneNames = { "8005": "Press the Attack", "8008": "Lethal Tempo", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8242": "Unflinching", "8275": "Nimbus Cloak", "8299": "Last Stand", "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8401": "Shield Bash", "8410": "Approach Velocity", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating", "9101": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "9111": "Triumph", "9923": "Hail of Blades" };
|
@@ -76,7 +76,7 @@ exports.RuneIconFileNames = {
|
|
76
76
|
// ### Inspiration
|
77
77
|
'Magical Footwear': 'magicalfootwear',
|
78
78
|
'Minion Dematerializer': 'miniondematerializer',
|
79
|
-
'
|
79
|
+
'Triple Tonic': 'perfecttiming',
|
80
80
|
'Time Warp Tonic': 'timewarptonic',
|
81
81
|
'Unsealed Spellbook': 'unsealedspellbook',
|
82
82
|
'Biscuit Delivery': 'biscuitdelivery',
|
@@ -18,7 +18,7 @@ export declare const PrimaryRuneTrees: {
|
|
18
18
|
readonly Inspiration: {
|
19
19
|
readonly "8304": "Magical Footwear";
|
20
20
|
readonly "8306": "Hextech Flashtraption";
|
21
|
-
readonly "8313": "
|
21
|
+
readonly "8313": "Triple Tonic";
|
22
22
|
readonly "8316": "Minion Dematerializer";
|
23
23
|
readonly "8321": "Future's Market";
|
24
24
|
readonly "8345": "Biscuit Delivery";
|
@@ -89,7 +89,7 @@ export declare const SecondaryRuneTrees: {
|
|
89
89
|
readonly Inspiration: {
|
90
90
|
readonly "8304": "Magical Footwear";
|
91
91
|
readonly "8306": "Hextech Flashtraption";
|
92
|
-
readonly "8313": "
|
92
|
+
readonly "8313": "Triple Tonic";
|
93
93
|
readonly "8316": "Minion Dematerializer";
|
94
94
|
readonly "8321": "Future's Market";
|
95
95
|
readonly "8345": "Biscuit Delivery";
|
@@ -174,7 +174,7 @@ export declare const RuneNames: {
|
|
174
174
|
readonly "5008f": "Flex (AF)";
|
175
175
|
readonly "8304": "Magical Footwear";
|
176
176
|
readonly "8306": "Hextech Flashtraption";
|
177
|
-
readonly "8313": "
|
177
|
+
readonly "8313": "Triple Tonic";
|
178
178
|
readonly "8316": "Minion Dematerializer";
|
179
179
|
readonly "8321": "Future's Market";
|
180
180
|
readonly "8345": "Biscuit Delivery";
|
@@ -271,7 +271,7 @@ export declare const RuneHSets: {
|
|
271
271
|
readonly "1": {
|
272
272
|
readonly "8304": "Magical Footwear";
|
273
273
|
readonly "8306": "Hextech Flashtraption";
|
274
|
-
readonly "8313": "
|
274
|
+
readonly "8313": "Triple Tonic";
|
275
275
|
};
|
276
276
|
readonly "2": {
|
277
277
|
readonly "8316": "Minion Dematerializer";
|
@@ -393,7 +393,7 @@ export declare const RuneSets: {
|
|
393
393
|
readonly Inspiration: {
|
394
394
|
readonly "8304": "Magical Footwear";
|
395
395
|
readonly "8306": "Hextech Flashtraption";
|
396
|
-
readonly "8313": "
|
396
|
+
readonly "8313": "Triple Tonic";
|
397
397
|
readonly "8316": "Minion Dematerializer";
|
398
398
|
readonly "8321": "Future's Market";
|
399
399
|
readonly "8345": "Biscuit Delivery";
|
@@ -464,7 +464,7 @@ export declare const RuneSets: {
|
|
464
464
|
readonly Inspiration: {
|
465
465
|
readonly "8304": "Magical Footwear";
|
466
466
|
readonly "8306": "Hextech Flashtraption";
|
467
|
-
readonly "8313": "
|
467
|
+
readonly "8313": "Triple Tonic";
|
468
468
|
readonly "8316": "Minion Dematerializer";
|
469
469
|
readonly "8321": "Future's Market";
|
470
470
|
readonly "8345": "Biscuit Delivery";
|
@@ -548,7 +548,7 @@ export declare const RuneSets: {
|
|
548
548
|
readonly "5008f": "Flex (AF)";
|
549
549
|
readonly "8304": "Magical Footwear";
|
550
550
|
readonly "8306": "Hextech Flashtraption";
|
551
|
-
readonly "8313": "
|
551
|
+
readonly "8313": "Triple Tonic";
|
552
552
|
readonly "8316": "Minion Dematerializer";
|
553
553
|
readonly "8321": "Future's Market";
|
554
554
|
readonly "8345": "Biscuit Delivery";
|
@@ -644,7 +644,7 @@ export declare const RuneSets: {
|
|
644
644
|
readonly "1": {
|
645
645
|
readonly "8304": "Magical Footwear";
|
646
646
|
readonly "8306": "Hextech Flashtraption";
|
647
|
-
readonly "8313": "
|
647
|
+
readonly "8313": "Triple Tonic";
|
648
648
|
};
|
649
649
|
readonly "2": {
|
650
650
|
readonly "8316": "Minion Dematerializer";
|
@@ -1,12 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.RuneSets = exports.StatRuneHSets = exports.RuneHSets = exports.RuneNames = exports.StatRuneNames = exports.KeystoneNames = exports.SecondaryRuneTrees = exports.PrimaryRuneTrees = void 0;
|
4
|
-
exports.PrimaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "9923": "Hail of Blades" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "
|
5
|
-
exports.SecondaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8120": "Ghost Poro", "8126": "Cheap Shot", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "
|
4
|
+
exports.PrimaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "9923": "Hail of Blades" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8410": "Approach Velocity" }, "Precision": { "8005": "Press the Attack", "8008": "Lethal Tempo", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8299": "Last Stand", "9101": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
|
5
|
+
exports.SecondaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8120": "Ghost Poro", "8126": "Cheap Shot", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8352": "Time Warp Tonic", "8410": "Approach Velocity" }, "Precision": { "8009": "Presence of Mind", "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand", "9101": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
|
6
6
|
exports.KeystoneNames = { "8005": "Press the Attack", "8008": "Lethal Tempo", "8010": "Conqueror", "8021": "Fleet Footwork", "8112": "Electrocute", "8124": "Predator", "8128": "Dark Harvest", "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush", "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike", "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian", "9923": "Hail of Blades" };
|
7
7
|
exports.StatRuneNames = { "5001": "Defense (HP)", "5002": "Defense (AR)", "5003": "Defense (MR)", "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)", "5002f": "Flex (AR)", "5003f": "Flex (MR)", "5008f": "Flex (AF)" };
|
8
8
|
exports.RuneNames = { ...exports.PrimaryRuneTrees.Precision, ...exports.PrimaryRuneTrees.Domination, ...exports.PrimaryRuneTrees.Sorcery, ...exports.PrimaryRuneTrees.Resolve, ...exports.PrimaryRuneTrees.Inspiration, ...exports.StatRuneNames };
|
9
|
-
exports.RuneHSets = { "Domination": { "0": { "8112": "Electrocute", "8124": "Predator", "8128": "Dark Harvest", "9923": "Hail of Blades" }, "1": { "8126": "Cheap Shot", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "2": { "8120": "Ghost Poro", "8136": "Zombie Ward", "8138": "Eyeball Collection" }, "3": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8134": "Ingenious Hunter", "8135": "Treasure Hunter" } }, "Inspiration": { "0": { "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike" }, "1": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "
|
9
|
+
exports.RuneHSets = { "Domination": { "0": { "8112": "Electrocute", "8124": "Predator", "8128": "Dark Harvest", "9923": "Hail of Blades" }, "1": { "8126": "Cheap Shot", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "2": { "8120": "Ghost Poro", "8136": "Zombie Ward", "8138": "Eyeball Collection" }, "3": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8134": "Ingenious Hunter", "8135": "Treasure Hunter" } }, "Inspiration": { "0": { "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike" }, "1": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic" }, "2": { "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery" }, "3": { "8347": "Cosmic Insight", "8352": "Time Warp Tonic", "8410": "Approach Velocity" } }, "Precision": { "0": { "8005": "Press the Attack", "8008": "Lethal Tempo", "8010": "Conqueror", "8021": "Fleet Footwork" }, "1": { "8009": "Presence of Mind", "9101": "Overheal", "9111": "Triumph" }, "2": { "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity" }, "3": { "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand" } }, "Resolve": { "0": { "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian" }, "1": { "8401": "Shield Bash", "8446": "Demolish", "8463": "Font of Life" }, "2": { "8429": "Conditioning", "8444": "Second Wind", "8473": "Bone Plating" }, "3": { "8242": "Unflinching", "8451": "Overgrowth", "8453": "Revitalize" } }, "Sorcery": { "0": { "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush" }, "1": { "8224": "Nullifying Orb", "8226": "Manaflow Band", "8275": "Nimbus Cloak" }, "2": { "8210": "Transcendence", "8233": "Absolute Focus", "8234": "Celerity" }, "3": { "8232": "Waterwalking", "8236": "Gathering Storm", "8237": "Scorch" } } };
|
10
10
|
exports.StatRuneHSets = { "0": { "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)" }, "1": { "5002f": "Flex (AR)", "5003f": "Flex (MR)", "5008f": "Flex (AF)" }, "2": { "5001": "Defense (HP)", "5002": "Defense (AR)", "5003": "Defense (MR)" } };
|
11
11
|
/**
|
12
12
|
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 72 runes in the game.
|
@@ -21,7 +21,7 @@ export declare const PrimaryRuneTreesByRuneNames: {
|
|
21
21
|
readonly "First Strike": "8369";
|
22
22
|
readonly "Hextech Flashtraption": "8306";
|
23
23
|
readonly "Magical Footwear": "8304";
|
24
|
-
readonly "
|
24
|
+
readonly "Triple Tonic": "8313";
|
25
25
|
readonly "Future's Market": "8321";
|
26
26
|
readonly "Minion Dematerializer": "8316";
|
27
27
|
readonly "Biscuit Delivery": "8345";
|
@@ -89,7 +89,7 @@ export declare const SecondaryRuneTreesByRuneNames: {
|
|
89
89
|
readonly Inspiration: {
|
90
90
|
readonly "Hextech Flashtraption": "8306";
|
91
91
|
readonly "Magical Footwear": "8304";
|
92
|
-
readonly "
|
92
|
+
readonly "Triple Tonic": "8313";
|
93
93
|
readonly "Future's Market": "8321";
|
94
94
|
readonly "Minion Dematerializer": "8316";
|
95
95
|
readonly "Biscuit Delivery": "8345";
|
@@ -199,7 +199,7 @@ export declare const RuneIds: {
|
|
199
199
|
readonly "First Strike": "8369";
|
200
200
|
readonly "Hextech Flashtraption": "8306";
|
201
201
|
readonly "Magical Footwear": "8304";
|
202
|
-
readonly "
|
202
|
+
readonly "Triple Tonic": "8313";
|
203
203
|
readonly "Future's Market": "8321";
|
204
204
|
readonly "Minion Dematerializer": "8316";
|
205
205
|
readonly "Biscuit Delivery": "8345";
|
@@ -315,7 +315,7 @@ export declare const RuneHSetsByRuneNames: {
|
|
315
315
|
readonly "1": {
|
316
316
|
readonly "Hextech Flashtraption": "8306";
|
317
317
|
readonly "Magical Footwear": "8304";
|
318
|
-
readonly "
|
318
|
+
readonly "Triple Tonic": "8313";
|
319
319
|
};
|
320
320
|
readonly "2": {
|
321
321
|
readonly "Future's Market": "8321";
|
@@ -440,7 +440,7 @@ export declare const RuneSetsByRuneNames: {
|
|
440
440
|
readonly "First Strike": "8369";
|
441
441
|
readonly "Hextech Flashtraption": "8306";
|
442
442
|
readonly "Magical Footwear": "8304";
|
443
|
-
readonly "
|
443
|
+
readonly "Triple Tonic": "8313";
|
444
444
|
readonly "Future's Market": "8321";
|
445
445
|
readonly "Minion Dematerializer": "8316";
|
446
446
|
readonly "Biscuit Delivery": "8345";
|
@@ -508,7 +508,7 @@ export declare const RuneSetsByRuneNames: {
|
|
508
508
|
readonly Inspiration: {
|
509
509
|
readonly "Hextech Flashtraption": "8306";
|
510
510
|
readonly "Magical Footwear": "8304";
|
511
|
-
readonly "
|
511
|
+
readonly "Triple Tonic": "8313";
|
512
512
|
readonly "Future's Market": "8321";
|
513
513
|
readonly "Minion Dematerializer": "8316";
|
514
514
|
readonly "Biscuit Delivery": "8345";
|
@@ -595,7 +595,7 @@ export declare const RuneSetsByRuneNames: {
|
|
595
595
|
readonly "First Strike": "8369";
|
596
596
|
readonly "Hextech Flashtraption": "8306";
|
597
597
|
readonly "Magical Footwear": "8304";
|
598
|
-
readonly "
|
598
|
+
readonly "Triple Tonic": "8313";
|
599
599
|
readonly "Future's Market": "8321";
|
600
600
|
readonly "Minion Dematerializer": "8316";
|
601
601
|
readonly "Biscuit Delivery": "8345";
|
@@ -688,7 +688,7 @@ export declare const RuneSetsByRuneNames: {
|
|
688
688
|
readonly "1": {
|
689
689
|
readonly "Hextech Flashtraption": "8306";
|
690
690
|
readonly "Magical Footwear": "8304";
|
691
|
-
readonly "
|
691
|
+
readonly "Triple Tonic": "8313";
|
692
692
|
};
|
693
693
|
readonly "2": {
|
694
694
|
readonly "Future's Market": "8321";
|