lol-constants 2.3.0 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +1 -1
- package/assets/constants/Champion.d.ts +164 -164
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +1051 -647
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +1 -1
- package/assets/constants/LegendaryItemNames.js +4 -4
- package/assets/constants/MythicItemNames.d.ts +1 -1
- package/assets/constants/MythicItemNames.js +34 -3
- package/assets/constants/RunesReforged.d.ts +1 -1
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/Summoner.d.ts +2 -2
- package/assets/constants/Summoner.js +1 -1
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/DragonTypes.d.ts +1 -0
- package/core/constants/DragonTypes.js +1 -0
- package/core/constants/Items/ItemKeys.d.ts +10 -0
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +10 -0
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +10 -0
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +33 -3
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +33 -3
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/package.json +1 -1
@@ -1,10 +1,11 @@
|
|
1
1
|
export declare const MythicItemKeysNum: {
|
2
|
+
readonly "Echoes of Helia": 6620;
|
2
3
|
readonly "Liandry's Anguish": 6653;
|
3
4
|
readonly "Locket of the Iron Solari": 3190;
|
4
5
|
readonly "Luden's Tempest": 6655;
|
5
6
|
readonly "Moonstone Renewer": 6617;
|
7
|
+
readonly "Navori Quickblades": 6675;
|
6
8
|
readonly "Night Harvester": 4636;
|
7
|
-
readonly "Prowler's Claw": 6693;
|
8
9
|
readonly Riftmaker: 4633;
|
9
10
|
readonly "Shurelya's Battlesong": 2065;
|
10
11
|
readonly Stridebreaker: 6631;
|
@@ -17,15 +18,44 @@ export declare const MythicItemKeysNum: {
|
|
17
18
|
readonly Evenshroud: 3001;
|
18
19
|
readonly Everfrost: 6656;
|
19
20
|
readonly "Iceborn Gauntlet": 6662;
|
21
|
+
readonly "Infinity Edge": 3031;
|
20
22
|
readonly Galeforce: 6671;
|
21
23
|
readonly Goredrinker: 6630;
|
24
|
+
readonly "Guinsoo's Rageblade": 3124;
|
22
25
|
readonly "Hextech Rocketbelt": 3152;
|
23
|
-
readonly "Immortal Shieldbow": 6673;
|
24
26
|
readonly "Imperial Mandate": 4005;
|
25
|
-
readonly "Kraken Slayer": 6672;
|
26
27
|
readonly "Jak'Sho, The Protean": 6665;
|
27
28
|
readonly "Radiant Virtue": 6667;
|
28
29
|
readonly Heartsteel: 3084;
|
29
30
|
readonly "Rod of Ages": 6657;
|
31
|
+
readonly "Youmuu's Ghostblade": 3142;
|
32
|
+
readonly "Cry of the Shrieking City": 7033;
|
33
|
+
readonly "Ceaseless Hunger": 7015;
|
34
|
+
readonly Caesura: 7024;
|
35
|
+
readonly "Draktharr's Shadowcarver": 7002;
|
36
|
+
readonly Deicide: 7017;
|
37
|
+
readonly Dreamshatter: 7016;
|
38
|
+
readonly Equinox: 7023;
|
39
|
+
readonly "Edge of Finality": 7031;
|
40
|
+
readonly "Eye of Luden": 7013;
|
41
|
+
readonly "Eternal Winter": 7014;
|
42
|
+
readonly "Frozen Fist": 7005;
|
43
|
+
readonly Flicker: 7032;
|
44
|
+
readonly "Infinite Convergence": 7028;
|
45
|
+
readonly "Icathia's Curse": 7009;
|
46
|
+
readonly "Infinity Force": 7018;
|
47
|
+
readonly Leviathan: 7025;
|
48
|
+
readonly "Liandry's Lament": 7012;
|
49
|
+
readonly "Primordial Dawn": 7027;
|
50
|
+
readonly "Reliquary of the Golden Dawn": 7019;
|
51
|
+
readonly Syzygy: 7001;
|
52
|
+
readonly "Shurelya's Requiem": 7020;
|
53
|
+
readonly Starcaster: 7021;
|
54
|
+
readonly "Seething Sorrow": 7030;
|
55
|
+
readonly "The Unspoken Parasite": 7026;
|
56
|
+
readonly Typhoon: 7006;
|
57
|
+
readonly "Upgraded Aeropack": 7011;
|
58
|
+
readonly Vespertide: 7010;
|
59
|
+
readonly "Youmuu's Wake": 7029;
|
30
60
|
};
|
31
61
|
export type MythicItemKeyNum = typeof MythicItemKeysNum[keyof typeof MythicItemKeysNum];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MythicItemKeysNum = void 0;
|
4
|
-
exports.MythicItemKeysNum = { "Liandry's Anguish": 6653, "Locket of the Iron Solari": 3190, "Luden's Tempest": 6655, "Moonstone Renewer": 6617, "
|
4
|
+
exports.MythicItemKeysNum = { "Echoes of Helia": 6620, "Liandry's Anguish": 6653, "Locket of the Iron Solari": 3190, "Luden's Tempest": 6655, "Moonstone Renewer": 6617, "Navori Quickblades": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Turbo Chemtank": 6664, "Crown of the Shattered Queen": 4644, "Divine Sunderer": 6632, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Evenshroud": 3001, "Everfrost": 6656, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Galeforce": 6671, "Goredrinker": 6630, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Imperial Mandate": 4005, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Cry of the Shrieking City": 7033, "Ceaseless Hunger": 7015, "Caesura": 7024, "Draktharr's Shadowcarver": 7002, "Deicide": 7017, "Dreamshatter": 7016, "Equinox": 7023, "Edge of Finality": 7031, "Eye of Luden": 7013, "Eternal Winter": 7014, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "Primordial Dawn": 7027, "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,8 +1,11 @@
|
|
1
1
|
export declare const MythicItemNames: {
|
2
2
|
readonly "2065": "Shurelya's Battlesong";
|
3
3
|
readonly "3001": "Evenshroud";
|
4
|
+
readonly "3031": "Infinity Edge";
|
4
5
|
readonly "3078": "Trinity Force";
|
5
6
|
readonly "3084": "Heartsteel";
|
7
|
+
readonly "3124": "Guinsoo's Rageblade";
|
8
|
+
readonly "3142": "Youmuu's Ghostblade";
|
6
9
|
readonly "3152": "Hextech Rocketbelt";
|
7
10
|
readonly "3190": "Locket of the Iron Solari";
|
8
11
|
readonly "4005": "Imperial Mandate";
|
@@ -10,6 +13,7 @@ export declare const MythicItemNames: {
|
|
10
13
|
readonly "4636": "Night Harvester";
|
11
14
|
readonly "4644": "Crown of the Shattered Queen";
|
12
15
|
readonly "6617": "Moonstone Renewer";
|
16
|
+
readonly "6620": "Echoes of Helia";
|
13
17
|
readonly "6630": "Goredrinker";
|
14
18
|
readonly "6631": "Stridebreaker";
|
15
19
|
readonly "6632": "Divine Sunderer";
|
@@ -22,10 +26,36 @@ export declare const MythicItemNames: {
|
|
22
26
|
readonly "6665": "Jak'Sho, The Protean";
|
23
27
|
readonly "6667": "Radiant Virtue";
|
24
28
|
readonly "6671": "Galeforce";
|
25
|
-
readonly "
|
26
|
-
readonly "6673": "Immortal Shieldbow";
|
29
|
+
readonly "6675": "Navori Quickblades";
|
27
30
|
readonly "6691": "Duskblade of Draktharr";
|
28
31
|
readonly "6692": "Eclipse";
|
29
|
-
readonly "
|
32
|
+
readonly "7001": "Syzygy";
|
33
|
+
readonly "7002": "Draktharr's Shadowcarver";
|
34
|
+
readonly "7005": "Frozen Fist";
|
35
|
+
readonly "7006": "Typhoon";
|
36
|
+
readonly "7009": "Icathia's Curse";
|
37
|
+
readonly "7010": "Vespertide";
|
38
|
+
readonly "7011": "Upgraded Aeropack";
|
39
|
+
readonly "7012": "Liandry's Lament";
|
40
|
+
readonly "7013": "Eye of Luden";
|
41
|
+
readonly "7014": "Eternal Winter";
|
42
|
+
readonly "7015": "Ceaseless Hunger";
|
43
|
+
readonly "7016": "Dreamshatter";
|
44
|
+
readonly "7017": "Deicide";
|
45
|
+
readonly "7018": "Infinity Force";
|
46
|
+
readonly "7019": "Reliquary of the Golden Dawn";
|
47
|
+
readonly "7020": "Shurelya's Requiem";
|
48
|
+
readonly "7021": "Starcaster";
|
49
|
+
readonly "7023": "Equinox";
|
50
|
+
readonly "7024": "Caesura";
|
51
|
+
readonly "7025": "Leviathan";
|
52
|
+
readonly "7026": "The Unspoken Parasite";
|
53
|
+
readonly "7027": "Primordial Dawn";
|
54
|
+
readonly "7028": "Infinite Convergence";
|
55
|
+
readonly "7029": "Youmuu's Wake";
|
56
|
+
readonly "7030": "Seething Sorrow";
|
57
|
+
readonly "7031": "Edge of Finality";
|
58
|
+
readonly "7032": "Flicker";
|
59
|
+
readonly "7033": "Cry of the Shrieking City";
|
30
60
|
};
|
31
61
|
export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MythicItemNames = void 0;
|
4
|
-
exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "
|
4
|
+
exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3031": "Infinity Edge", "3078": "Trinity Force", "3084": "Heartsteel", "3124": "Guinsoo's Rageblade", "3142": "Youmuu's Ghostblade", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6675": "Navori Quickblades", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City" };
|
package/package.json
CHANGED