lol-constants 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/constants/Champion.d.ts +174 -174
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +706 -412
- package/assets/constants/Item.js +1 -1
- package/assets/constants/RunesReforged.d.ts +12 -12
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/Summoner.d.ts +4 -4
- package/assets/constants/Summoner.js +1 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +12 -0
- package/assets/scripts/generate-categorized-item-keys.js +12 -0
- package/assets/scripts/generate-categorized-item-names.js +12 -0
- package/assets/scripts/generate-item-keys-num.js +3 -0
- package/assets/scripts/generate-item-keys.js +3 -0
- package/assets/scripts/generate-item-names.js +3 -0
- package/assets/scripts/helpers/generateIndexFile.d.ts +1 -0
- package/assets/scripts/helpers/generateIndexFile.js +7 -0
- package/assets/scripts/helpers/writeToTmpFile.d.ts +2 -0
- package/assets/scripts/helpers/writeToTmpFile.js +1 -1
- package/assets/scripts/print-file-names.js +0 -25
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +6 -6
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +0 -6
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +130 -156
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +130 -156
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +1 -163
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +65 -66
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +65 -66
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +0 -67
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +58 -58
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +0 -58
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +28 -28
- package/core/constants/Items/OrnnItemKeys.js +1 -1
- package/core/constants/Items/OrnnItemKeysNum.d.ts +28 -28
- package/core/constants/Items/OrnnItemKeysNum.js +1 -1
- package/core/constants/Items/OrnnItemNames.d.ts +0 -28
- package/core/constants/Items/OrnnItemNames.js +1 -1
- package/core/constants/LeagueTexts.d.ts +49 -0
- package/core/constants/LeagueTexts.js +58 -0
- package/core/index.d.ts +1 -0
- package/core/index.js +1 -0
- package/package.json +2 -2
@@ -1,77 +1,76 @@
|
|
1
1
|
export declare const LegendaryItemKeysNum: {
|
2
|
-
readonly "Abyssal Mask":
|
3
|
-
readonly "Anathema's Chains":
|
4
|
-
readonly "Archangel's Staff":
|
5
|
-
readonly "Ardent Censer":
|
6
|
-
readonly "Axiom Arc":
|
7
|
-
readonly "Banshee's Veil":
|
8
|
-
readonly "Black Cleaver":
|
2
|
+
readonly "Abyssal Mask": 8020;
|
3
|
+
readonly "Anathema's Chains": 8001;
|
4
|
+
readonly "Archangel's Staff": 3003;
|
5
|
+
readonly "Ardent Censer": 3504;
|
6
|
+
readonly "Axiom Arc": 6696;
|
7
|
+
readonly "Banshee's Veil": 3102;
|
8
|
+
readonly "Black Cleaver": 3071;
|
9
9
|
readonly "Black Mist Scythe": 3864;
|
10
|
-
readonly "Blade of The Ruined King":
|
11
|
-
readonly Bloodthirster:
|
10
|
+
readonly "Blade of The Ruined King": 3153;
|
11
|
+
readonly Bloodthirster: 3072;
|
12
12
|
readonly "Bulwark of the Mountain": 3860;
|
13
|
-
readonly "Chempunk Chainsword":
|
14
|
-
readonly "Chemtech Putrifier":
|
15
|
-
readonly "Cosmic Drive":
|
16
|
-
readonly "Dead Man's Plate":
|
17
|
-
readonly "Death's Dance":
|
18
|
-
readonly "Demonic Embrace":
|
19
|
-
readonly "Edge of Night":
|
20
|
-
readonly "Essence Reaver":
|
21
|
-
readonly Fimbulwinter:
|
22
|
-
readonly "Force of Nature":
|
23
|
-
readonly "Frozen Heart":
|
24
|
-
readonly "Gargoyle Stoneplate":
|
25
|
-
readonly "Guardian Angel":
|
26
|
-
readonly "Horizon Focus":
|
27
|
-
readonly Hullbreaker:
|
28
|
-
readonly "Immortal Shieldbow":
|
29
|
-
readonly "Knight's Vow":
|
30
|
-
readonly "Kraken Slayer":
|
31
|
-
readonly "Lich Bane":
|
32
|
-
readonly "Lord Dominik's Regards":
|
33
|
-
readonly Manamune:
|
34
|
-
readonly "Maw of Malmortius":
|
13
|
+
readonly "Chempunk Chainsword": 6609;
|
14
|
+
readonly "Chemtech Putrifier": 3011;
|
15
|
+
readonly "Cosmic Drive": 4629;
|
16
|
+
readonly "Dead Man's Plate": 3742;
|
17
|
+
readonly "Death's Dance": 6333;
|
18
|
+
readonly "Demonic Embrace": 4637;
|
19
|
+
readonly "Edge of Night": 3814;
|
20
|
+
readonly "Essence Reaver": 3508;
|
21
|
+
readonly Fimbulwinter: 3121;
|
22
|
+
readonly "Force of Nature": 4401;
|
23
|
+
readonly "Frozen Heart": 3110;
|
24
|
+
readonly "Gargoyle Stoneplate": 3193;
|
25
|
+
readonly "Guardian Angel": 3026;
|
26
|
+
readonly "Horizon Focus": 4628;
|
27
|
+
readonly Hullbreaker: 3181;
|
28
|
+
readonly "Immortal Shieldbow": 6673;
|
29
|
+
readonly "Knight's Vow": 3109;
|
30
|
+
readonly "Kraken Slayer": 6672;
|
31
|
+
readonly "Lich Bane": 3100;
|
32
|
+
readonly "Lord Dominik's Regards": 3036;
|
33
|
+
readonly Manamune: 3004;
|
34
|
+
readonly "Maw of Malmortius": 3156;
|
35
35
|
readonly "Mejai's Soulstealer": 3041;
|
36
|
-
readonly "Mercurial Scimitar":
|
37
|
-
readonly "Mikael's Blessing":
|
38
|
-
readonly Morellonomicon:
|
39
|
-
readonly "Mortal Reminder":
|
40
|
-
readonly Muramana:
|
41
|
-
readonly "Nashor's Tooth":
|
36
|
+
readonly "Mercurial Scimitar": 3139;
|
37
|
+
readonly "Mikael's Blessing": 3222;
|
38
|
+
readonly Morellonomicon: 3165;
|
39
|
+
readonly "Mortal Reminder": 3033;
|
40
|
+
readonly Muramana: 3042;
|
41
|
+
readonly "Nashor's Tooth": 3115;
|
42
42
|
readonly "Pauldrons of Whiterock": 3857;
|
43
|
-
readonly "Phantom Dancer":
|
44
|
-
readonly "Prowler's Claw":
|
45
|
-
readonly "Rabadon's Deathcap":
|
46
|
-
readonly "Randuin's Omen":
|
47
|
-
readonly "Rapid Firecannon":
|
48
|
-
readonly "Ravenous Hydra":
|
49
|
-
readonly Redemption:
|
50
|
-
readonly "Runaan's Hurricane":
|
51
|
-
readonly "Rylai's Crystal Scepter":
|
52
|
-
readonly "Seraph's Embrace":
|
53
|
-
readonly "Serpent's Fang":
|
54
|
-
readonly "Serylda's Grudge":
|
55
|
-
readonly Shadowflame:
|
43
|
+
readonly "Phantom Dancer": 3046;
|
44
|
+
readonly "Prowler's Claw": 6693;
|
45
|
+
readonly "Rabadon's Deathcap": 3089;
|
46
|
+
readonly "Randuin's Omen": 3143;
|
47
|
+
readonly "Rapid Firecannon": 3094;
|
48
|
+
readonly "Ravenous Hydra": 3074;
|
49
|
+
readonly Redemption: 3107;
|
50
|
+
readonly "Runaan's Hurricane": 3085;
|
51
|
+
readonly "Rylai's Crystal Scepter": 3116;
|
52
|
+
readonly "Seraph's Embrace": 3040;
|
53
|
+
readonly "Serpent's Fang": 6695;
|
54
|
+
readonly "Serylda's Grudge": 6694;
|
55
|
+
readonly Shadowflame: 4645;
|
56
56
|
readonly "Shard of True Ice": 3853;
|
57
|
-
readonly "Silvermere Dawn":
|
58
|
-
readonly "Spirit Visage":
|
59
|
-
readonly "Staff of Flowing Water":
|
60
|
-
readonly "Sterak's Gage":
|
61
|
-
readonly Stormrazor:
|
62
|
-
readonly "The Collector":
|
63
|
-
readonly Thornmail:
|
64
|
-
readonly "Titanic Hydra":
|
57
|
+
readonly "Silvermere Dawn": 6035;
|
58
|
+
readonly "Spirit Visage": 3065;
|
59
|
+
readonly "Staff of Flowing Water": 6616;
|
60
|
+
readonly "Sterak's Gage": 3053;
|
61
|
+
readonly Stormrazor: 3095;
|
62
|
+
readonly "The Collector": 6676;
|
63
|
+
readonly Thornmail: 3075;
|
64
|
+
readonly "Titanic Hydra": 3748;
|
65
65
|
readonly "Umbral Glaive": 3179;
|
66
66
|
readonly "Vigilant Wardstone": 4643;
|
67
|
-
readonly "Void Staff":
|
67
|
+
readonly "Void Staff": 3135;
|
68
68
|
readonly "Warmog's Armor": 3083;
|
69
|
-
readonly "Winter's Approach":
|
70
|
-
readonly "Wit's End":
|
71
|
-
readonly "Zeke's Convergence":
|
72
|
-
readonly "Zhonya's Hourglass":
|
73
|
-
readonly "Sunfire Aegis":
|
74
|
-
readonly "
|
75
|
-
readonly "Statikk Shiv": 223087;
|
69
|
+
readonly "Winter's Approach": 3119;
|
70
|
+
readonly "Wit's End": 3091;
|
71
|
+
readonly "Zeke's Convergence": 3050;
|
72
|
+
readonly "Zhonya's Hourglass": 3157;
|
73
|
+
readonly "Sunfire Aegis": 3068;
|
74
|
+
readonly "Statikk Shiv": 3087;
|
76
75
|
};
|
77
76
|
export type LegendaryItemKeyNum = typeof LegendaryItemKeysNum[keyof typeof LegendaryItemKeysNum];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LegendaryItemKeysNum = void 0;
|
4
|
-
exports.LegendaryItemKeysNum = { "Abyssal Mask":
|
4
|
+
exports.LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Black Mist Scythe": 3864, "Blade of The Ruined King": 3153, "Bloodthirster": 3072, "Bulwark of the Mountain": 3860, "Chempunk Chainsword": 6609, "Chemtech Putrifier": 3011, "Cosmic Drive": 4629, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Edge of Night": 3814, "Essence Reaver": 3508, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Gargoyle Stoneplate": 3193, "Guardian Angel": 3026, "Horizon Focus": 4628, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Manamune": 3004, "Maw of Malmortius": 3156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 3139, "Mikael's Blessing": 3222, "Morellonomicon": 3165, "Mortal Reminder": 3033, "Muramana": 3042, "Nashor's Tooth": 3115, "Pauldrons of Whiterock": 3857, "Phantom Dancer": 3046, "Prowler's Claw": 6693, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Redemption": 3107, "Runaan's Hurricane": 3085, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shard of True Ice": 3853, "Silvermere Dawn": 6035, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Sterak's Gage": 3053, "Stormrazor": 3095, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Umbral Glaive": 3179, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Sunfire Aegis": 3068, "Statikk Shiv": 3087 };
|
@@ -39,7 +39,6 @@ export declare const LegendaryItemNames: {
|
|
39
39
|
readonly "3153": "Blade of The Ruined King";
|
40
40
|
readonly "3156": "Maw of Malmortius";
|
41
41
|
readonly "3157": "Zhonya's Hourglass";
|
42
|
-
readonly "3161": "Spear Of Shojin";
|
43
42
|
readonly "3165": "Morellonomicon";
|
44
43
|
readonly "3179": "Umbral Glaive";
|
45
44
|
readonly "3181": "Hullbreaker";
|
@@ -73,71 +72,5 @@ export declare const LegendaryItemNames: {
|
|
73
72
|
readonly "6696": "Axiom Arc";
|
74
73
|
readonly "8001": "Anathema's Chains";
|
75
74
|
readonly "8020": "Abyssal Mask";
|
76
|
-
readonly "223003": "Archangel's Staff";
|
77
|
-
readonly "223004": "Manamune";
|
78
|
-
readonly "223011": "Chemtech Putrifier";
|
79
|
-
readonly "223026": "Guardian Angel";
|
80
|
-
readonly "223033": "Mortal Reminder";
|
81
|
-
readonly "223036": "Lord Dominik's Regards";
|
82
|
-
readonly "223040": "Seraph's Embrace";
|
83
|
-
readonly "223042": "Muramana";
|
84
|
-
readonly "223046": "Phantom Dancer";
|
85
|
-
readonly "223050": "Zeke's Convergence";
|
86
|
-
readonly "223053": "Sterak's Gage";
|
87
|
-
readonly "223065": "Spirit Visage";
|
88
|
-
readonly "223068": "Sunfire Aegis";
|
89
|
-
readonly "223071": "Black Cleaver";
|
90
|
-
readonly "223072": "Bloodthirster";
|
91
|
-
readonly "223074": "Ravenous Hydra";
|
92
|
-
readonly "223075": "Thornmail";
|
93
|
-
readonly "223085": "Runaan's Hurricane";
|
94
|
-
readonly "223087": "Statikk Shiv";
|
95
|
-
readonly "223089": "Rabadon's Deathcap";
|
96
|
-
readonly "223091": "Wit's End";
|
97
|
-
readonly "223094": "Rapid Firecannon";
|
98
|
-
readonly "223095": "Stormrazor";
|
99
|
-
readonly "223100": "Lich Bane";
|
100
|
-
readonly "223102": "Banshee's Veil";
|
101
|
-
readonly "223107": "Redemption";
|
102
|
-
readonly "223109": "Knight's Vow";
|
103
|
-
readonly "223110": "Frozen Heart";
|
104
|
-
readonly "223115": "Nashor's Tooth";
|
105
|
-
readonly "223116": "Rylai's Crystal Scepter";
|
106
|
-
readonly "223119": "Winter's Approach";
|
107
|
-
readonly "223121": "Fimbulwinter";
|
108
|
-
readonly "223135": "Void Staff";
|
109
|
-
readonly "223139": "Mercurial Scimitar";
|
110
|
-
readonly "223143": "Randuin's Omen";
|
111
|
-
readonly "223153": "Blade of The Ruined King";
|
112
|
-
readonly "223156": "Maw of Malmortius";
|
113
|
-
readonly "223157": "Zhonya's Hourglass";
|
114
|
-
readonly "223161": "Spear Of Shojin";
|
115
|
-
readonly "223165": "Morellonomicon";
|
116
|
-
readonly "223181": "Hullbreaker";
|
117
|
-
readonly "223193": "Gargoyle Stoneplate";
|
118
|
-
readonly "223222": "Mikael's Blessing";
|
119
|
-
readonly "223504": "Ardent Censer";
|
120
|
-
readonly "223508": "Essence Reaver";
|
121
|
-
readonly "223742": "Dead Man's Plate";
|
122
|
-
readonly "223748": "Titanic Hydra";
|
123
|
-
readonly "223814": "Edge of Night";
|
124
|
-
readonly "224401": "Force of Nature";
|
125
|
-
readonly "224628": "Horizon Focus";
|
126
|
-
readonly "224629": "Cosmic Drive";
|
127
|
-
readonly "224637": "Demonic Embrace";
|
128
|
-
readonly "224645": "Shadowflame";
|
129
|
-
readonly "226035": "Silvermere Dawn";
|
130
|
-
readonly "226333": "Death's Dance";
|
131
|
-
readonly "226609": "Chempunk Chainsword";
|
132
|
-
readonly "226616": "Staff of Flowing Water";
|
133
|
-
readonly "226672": "Kraken Slayer";
|
134
|
-
readonly "226673": "Immortal Shieldbow";
|
135
|
-
readonly "226676": "The Collector";
|
136
|
-
readonly "226693": "Prowler's Claw";
|
137
|
-
readonly "226694": "Serylda's Grudge";
|
138
|
-
readonly "226695": "Serpent's Fang";
|
139
|
-
readonly "226696": "Axiom Arc";
|
140
|
-
readonly "228001": "Anathema's Chains";
|
141
|
-
readonly "228020": "Abyssal Mask";
|
142
75
|
};
|
143
76
|
export type LegendaryItemName = typeof LegendaryItemNames[keyof typeof LegendaryItemNames];
|
@@ -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", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "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", "3074": "Ravenous Hydra", "3075": "Thornmail", "3083": "Warmog's Armor", "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", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3143": "Randuin's Omen", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "
|
4
|
+
exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "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", "3074": "Ravenous Hydra", "3075": "Thornmail", "3083": "Warmog's Armor", "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", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3143": "Randuin's Omen", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3193": "Gargoyle Stoneplate", "3222": "Mikael's Blessing", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3853": "Shard of True Ice", "3857": "Pauldrons of Whiterock", "3860": "Bulwark of the Mountain", "3864": "Black Mist Scythe", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6676": "The Collector", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
@@ -1,61 +1,61 @@
|
|
1
1
|
export declare const MythicItemKeys: {
|
2
|
-
readonly "Echoes of Helia": "
|
3
|
-
readonly "Liandry's Anguish": "
|
4
|
-
readonly "Locket of the Iron Solari": "
|
5
|
-
readonly "Luden's Tempest": "
|
6
|
-
readonly "Moonstone Renewer": "
|
7
|
-
readonly "Navori Quickblades": "
|
8
|
-
readonly "Night Harvester": "
|
9
|
-
readonly Riftmaker: "
|
10
|
-
readonly "Shurelya's Battlesong": "
|
11
|
-
readonly Stridebreaker: "
|
12
|
-
readonly "Trinity Force": "
|
13
|
-
readonly "Turbo Chemtank": "
|
14
|
-
readonly "Crown of the Shattered Queen": "
|
15
|
-
readonly "Divine Sunderer": "
|
16
|
-
readonly "Duskblade of Draktharr": "
|
17
|
-
readonly Eclipse: "
|
18
|
-
readonly Evenshroud: "
|
19
|
-
readonly Everfrost: "
|
20
|
-
readonly "Iceborn Gauntlet": "
|
21
|
-
readonly "Infinity Edge": "
|
22
|
-
readonly Galeforce: "
|
23
|
-
readonly Goredrinker: "
|
24
|
-
readonly "Guinsoo's Rageblade": "
|
25
|
-
readonly "Hextech Rocketbelt": "
|
26
|
-
readonly "Imperial Mandate": "
|
27
|
-
readonly "Jak'Sho, The Protean": "
|
28
|
-
readonly "Radiant Virtue": "
|
29
|
-
readonly Heartsteel: "
|
30
|
-
readonly "Rod of Ages": "
|
31
|
-
readonly "Youmuu's Ghostblade": "
|
32
|
-
readonly "Cry of the Shrieking City": "
|
33
|
-
readonly "Ceaseless Hunger": "
|
34
|
-
readonly Caesura: "
|
35
|
-
readonly "Draktharr's Shadowcarver": "
|
36
|
-
readonly Deicide: "
|
37
|
-
readonly Dreamshatter: "
|
38
|
-
readonly Equinox: "
|
39
|
-
readonly "Edge of Finality": "
|
40
|
-
readonly "Eye of Luden": "
|
41
|
-
readonly "Eternal Winter": "
|
42
|
-
readonly "Frozen Fist": "
|
43
|
-
readonly Flicker: "
|
44
|
-
readonly "Infinite Convergence": "
|
45
|
-
readonly "Icathia's Curse": "
|
46
|
-
readonly "Infinity Force": "
|
47
|
-
readonly Leviathan: "
|
48
|
-
readonly "Liandry's Lament": "
|
49
|
-
readonly "Primordial Dawn": "
|
50
|
-
readonly "Reliquary of the Golden Dawn": "
|
51
|
-
readonly Syzygy: "
|
52
|
-
readonly "Shurelya's Requiem": "
|
53
|
-
readonly Starcaster: "
|
54
|
-
readonly "Seething Sorrow": "
|
55
|
-
readonly "The Unspoken Parasite": "
|
56
|
-
readonly Typhoon: "
|
57
|
-
readonly "Upgraded Aeropack": "
|
58
|
-
readonly Vespertide: "
|
59
|
-
readonly "Youmuu's Wake": "
|
2
|
+
readonly "Echoes of Helia": "6620";
|
3
|
+
readonly "Liandry's Anguish": "6653";
|
4
|
+
readonly "Locket of the Iron Solari": "3190";
|
5
|
+
readonly "Luden's Tempest": "6655";
|
6
|
+
readonly "Moonstone Renewer": "6617";
|
7
|
+
readonly "Navori Quickblades": "6675";
|
8
|
+
readonly "Night Harvester": "4636";
|
9
|
+
readonly Riftmaker: "4633";
|
10
|
+
readonly "Shurelya's Battlesong": "2065";
|
11
|
+
readonly Stridebreaker: "6631";
|
12
|
+
readonly "Trinity Force": "3078";
|
13
|
+
readonly "Turbo Chemtank": "6664";
|
14
|
+
readonly "Crown of the Shattered Queen": "4644";
|
15
|
+
readonly "Divine Sunderer": "6632";
|
16
|
+
readonly "Duskblade of Draktharr": "6691";
|
17
|
+
readonly Eclipse: "6692";
|
18
|
+
readonly Evenshroud: "3001";
|
19
|
+
readonly Everfrost: "6656";
|
20
|
+
readonly "Iceborn Gauntlet": "6662";
|
21
|
+
readonly "Infinity Edge": "3031";
|
22
|
+
readonly Galeforce: "6671";
|
23
|
+
readonly Goredrinker: "6630";
|
24
|
+
readonly "Guinsoo's Rageblade": "3124";
|
25
|
+
readonly "Hextech Rocketbelt": "3152";
|
26
|
+
readonly "Imperial Mandate": "4005";
|
27
|
+
readonly "Jak'Sho, The Protean": "6665";
|
28
|
+
readonly "Radiant Virtue": "6667";
|
29
|
+
readonly Heartsteel: "3084";
|
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";
|
60
60
|
};
|
61
61
|
export type MythicItemKey = typeof MythicItemKeys[keyof typeof MythicItemKeys];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MythicItemKeys = void 0;
|
4
|
-
exports.MythicItemKeys = { "Echoes of Helia": "
|
4
|
+
exports.MythicItemKeys = { "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,61 +1,61 @@
|
|
1
1
|
export declare const MythicItemKeysNum: {
|
2
|
-
readonly "Echoes of Helia":
|
3
|
-
readonly "Liandry's Anguish":
|
4
|
-
readonly "Locket of the Iron Solari":
|
5
|
-
readonly "Luden's Tempest":
|
6
|
-
readonly "Moonstone Renewer":
|
7
|
-
readonly "Navori Quickblades":
|
8
|
-
readonly "Night Harvester":
|
9
|
-
readonly Riftmaker:
|
10
|
-
readonly "Shurelya's Battlesong":
|
11
|
-
readonly Stridebreaker:
|
12
|
-
readonly "Trinity Force":
|
13
|
-
readonly "Turbo Chemtank":
|
14
|
-
readonly "Crown of the Shattered Queen":
|
15
|
-
readonly "Divine Sunderer":
|
16
|
-
readonly "Duskblade of Draktharr":
|
17
|
-
readonly Eclipse:
|
18
|
-
readonly Evenshroud:
|
19
|
-
readonly Everfrost:
|
20
|
-
readonly "Iceborn Gauntlet":
|
21
|
-
readonly "Infinity Edge":
|
22
|
-
readonly Galeforce:
|
23
|
-
readonly Goredrinker:
|
24
|
-
readonly "Guinsoo's Rageblade":
|
25
|
-
readonly "Hextech Rocketbelt":
|
26
|
-
readonly "Imperial Mandate":
|
27
|
-
readonly "Jak'Sho, The Protean":
|
28
|
-
readonly "Radiant Virtue":
|
29
|
-
readonly Heartsteel:
|
30
|
-
readonly "Rod of Ages":
|
31
|
-
readonly "Youmuu's Ghostblade":
|
32
|
-
readonly "Cry of the Shrieking City":
|
33
|
-
readonly "Ceaseless Hunger":
|
34
|
-
readonly Caesura:
|
35
|
-
readonly "Draktharr's Shadowcarver":
|
36
|
-
readonly Deicide:
|
37
|
-
readonly Dreamshatter:
|
38
|
-
readonly Equinox:
|
39
|
-
readonly "Edge of Finality":
|
40
|
-
readonly "Eye of Luden":
|
41
|
-
readonly "Eternal Winter":
|
42
|
-
readonly "Frozen Fist":
|
43
|
-
readonly Flicker:
|
44
|
-
readonly "Infinite Convergence":
|
45
|
-
readonly "Icathia's Curse":
|
46
|
-
readonly "Infinity Force":
|
47
|
-
readonly Leviathan:
|
48
|
-
readonly "Liandry's Lament":
|
49
|
-
readonly "Primordial Dawn":
|
50
|
-
readonly "Reliquary of the Golden Dawn":
|
51
|
-
readonly Syzygy:
|
52
|
-
readonly "Shurelya's Requiem":
|
53
|
-
readonly Starcaster:
|
54
|
-
readonly "Seething Sorrow":
|
55
|
-
readonly "The Unspoken Parasite":
|
56
|
-
readonly Typhoon:
|
57
|
-
readonly "Upgraded Aeropack":
|
58
|
-
readonly Vespertide:
|
59
|
-
readonly "Youmuu's Wake":
|
2
|
+
readonly "Echoes of Helia": 6620;
|
3
|
+
readonly "Liandry's Anguish": 6653;
|
4
|
+
readonly "Locket of the Iron Solari": 3190;
|
5
|
+
readonly "Luden's Tempest": 6655;
|
6
|
+
readonly "Moonstone Renewer": 6617;
|
7
|
+
readonly "Navori Quickblades": 6675;
|
8
|
+
readonly "Night Harvester": 4636;
|
9
|
+
readonly Riftmaker: 4633;
|
10
|
+
readonly "Shurelya's Battlesong": 2065;
|
11
|
+
readonly Stridebreaker: 6631;
|
12
|
+
readonly "Trinity Force": 3078;
|
13
|
+
readonly "Turbo Chemtank": 6664;
|
14
|
+
readonly "Crown of the Shattered Queen": 4644;
|
15
|
+
readonly "Divine Sunderer": 6632;
|
16
|
+
readonly "Duskblade of Draktharr": 6691;
|
17
|
+
readonly Eclipse: 6692;
|
18
|
+
readonly Evenshroud: 3001;
|
19
|
+
readonly Everfrost: 6656;
|
20
|
+
readonly "Iceborn Gauntlet": 6662;
|
21
|
+
readonly "Infinity Edge": 3031;
|
22
|
+
readonly Galeforce: 6671;
|
23
|
+
readonly Goredrinker: 6630;
|
24
|
+
readonly "Guinsoo's Rageblade": 3124;
|
25
|
+
readonly "Hextech Rocketbelt": 3152;
|
26
|
+
readonly "Imperial Mandate": 4005;
|
27
|
+
readonly "Jak'Sho, The Protean": 6665;
|
28
|
+
readonly "Radiant Virtue": 6667;
|
29
|
+
readonly Heartsteel: 3084;
|
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;
|
60
60
|
};
|
61
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 = { "Echoes of Helia":
|
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 };
|
@@ -57,63 +57,5 @@ export declare const MythicItemNames: {
|
|
57
57
|
readonly "7031": "Edge of Finality";
|
58
58
|
readonly "7032": "Flicker";
|
59
59
|
readonly "7033": "Cry of the Shrieking City";
|
60
|
-
readonly "222065": "Shurelya's Battlesong";
|
61
|
-
readonly "223001": "Evenshroud";
|
62
|
-
readonly "223031": "Infinity Edge";
|
63
|
-
readonly "223078": "Trinity Force";
|
64
|
-
readonly "223084": "Heartsteel";
|
65
|
-
readonly "223124": "Guinsoo's Rageblade";
|
66
|
-
readonly "223142": "Youmuu's Ghostblade";
|
67
|
-
readonly "223152": "Hextech Rocketbelt";
|
68
|
-
readonly "223190": "Locket of the Iron Solari";
|
69
|
-
readonly "224005": "Imperial Mandate";
|
70
|
-
readonly "224633": "Riftmaker";
|
71
|
-
readonly "224636": "Night Harvester";
|
72
|
-
readonly "224644": "Crown of the Shattered Queen";
|
73
|
-
readonly "226617": "Moonstone Renewer";
|
74
|
-
readonly "226620": "Echoes of Helia";
|
75
|
-
readonly "226630": "Goredrinker";
|
76
|
-
readonly "226631": "Stridebreaker";
|
77
|
-
readonly "226632": "Divine Sunderer";
|
78
|
-
readonly "226653": "Liandry's Anguish";
|
79
|
-
readonly "226655": "Luden's Tempest";
|
80
|
-
readonly "226656": "Everfrost";
|
81
|
-
readonly "226657": "Rod of Ages";
|
82
|
-
readonly "226662": "Iceborn Gauntlet";
|
83
|
-
readonly "226664": "Turbo Chemtank";
|
84
|
-
readonly "226665": "Jak'Sho, The Protean";
|
85
|
-
readonly "226667": "Radiant Virtue";
|
86
|
-
readonly "226671": "Galeforce";
|
87
|
-
readonly "226675": "Navori Quickblades";
|
88
|
-
readonly "226691": "Duskblade of Draktharr";
|
89
|
-
readonly "226692": "Eclipse";
|
90
|
-
readonly "227001": "Syzygy";
|
91
|
-
readonly "227002": "Draktharr's Shadowcarver";
|
92
|
-
readonly "227005": "Frozen Fist";
|
93
|
-
readonly "227006": "Typhoon";
|
94
|
-
readonly "227009": "Icathia's Curse";
|
95
|
-
readonly "227010": "Vespertide";
|
96
|
-
readonly "227011": "Upgraded Aeropack";
|
97
|
-
readonly "227012": "Liandry's Lament";
|
98
|
-
readonly "227013": "Eye of Luden";
|
99
|
-
readonly "227014": "Eternal Winter";
|
100
|
-
readonly "227015": "Ceaseless Hunger";
|
101
|
-
readonly "227016": "Dreamshatter";
|
102
|
-
readonly "227017": "Deicide";
|
103
|
-
readonly "227018": "Infinity Force";
|
104
|
-
readonly "227019": "Reliquary of the Golden Dawn";
|
105
|
-
readonly "227020": "Shurelya's Requiem";
|
106
|
-
readonly "227021": "Starcaster";
|
107
|
-
readonly "227023": "Equinox";
|
108
|
-
readonly "227024": "Caesura";
|
109
|
-
readonly "227025": "Leviathan";
|
110
|
-
readonly "227026": "The Unspoken Parasite";
|
111
|
-
readonly "227027": "Primordial Dawn";
|
112
|
-
readonly "227028": "Infinite Convergence";
|
113
|
-
readonly "227029": "Youmuu's Wake";
|
114
|
-
readonly "227030": "Seething Sorrow";
|
115
|
-
readonly "227031": "Edge of Finality";
|
116
|
-
readonly "227032": "Flicker";
|
117
|
-
readonly "227033": "Cry of the Shrieking City";
|
118
60
|
};
|
119
61
|
export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
|