lol-constants 2.7.0 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/BootsItemNames.d.ts +0 -5
- package/assets/constants/BootsItemNames.js +1 -8
- package/assets/constants/Champion.d.ts +345 -298
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +6491 -994
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +0 -5
- package/assets/constants/LegendaryItemNames.js +1 -8
- package/assets/constants/MythicItemNames.d.ts +0 -5
- package/assets/constants/MythicItemNames.js +3 -37
- package/assets/constants/OrnnItemNames.d.ts +1 -0
- package/assets/constants/OrnnItemNames.js +33 -0
- package/assets/constants/RunesReforged.d.ts +2 -2
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +0 -4
- package/assets/constants/StatRunes.js +0 -3
- package/assets/constants/StatRunesByRow.d.ts +0 -3
- package/assets/constants/StatRunesByRow.js +0 -3
- package/assets/constants/Summoner.d.ts +96 -32
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.d.ts +0 -5
- package/assets/index.js +6 -5
- package/assets/scripts/generate-categorized-item-keys-num.js +17 -0
- package/assets/scripts/generate-categorized-item-keys.js +17 -0
- package/assets/scripts/generate-categorized-item-names.js +17 -0
- 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.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 +6 -0
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +151 -137
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +151 -137
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +151 -3
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
- 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 +58 -0
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +31 -0
- package/core/constants/Items/OrnnItemKeys.js +4 -0
- package/core/constants/Items/OrnnItemKeysNum.d.ts +31 -0
- package/core/constants/Items/OrnnItemKeysNum.js +4 -0
- package/core/constants/Items/OrnnItemNames.d.ts +59 -0
- package/core/constants/Items/OrnnItemNames.js +4 -0
- package/core/constants/Spells/SpellIds.d.ts +2 -0
- package/core/constants/Spells/SpellIds.js +1 -1
- package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
- package/core/constants/Spells/SpellIdsByName.js +1 -1
- package/core/constants/Spells/SpellKeys.d.ts +2 -0
- package/core/constants/Spells/SpellKeys.js +1 -1
- package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
- package/core/constants/Spells/SpellKeysNum.js +1 -1
- package/core/constants/Spells/SpellNames.d.ts +2 -0
- package/core/constants/Spells/SpellNames.js +1 -1
- package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
- package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
- package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
- package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
- package/core/helpers/Items/isBootsItemName.d.ts +1 -1
- package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
- package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
- package/core/helpers/Items/isMythicItemName.d.ts +1 -1
- package/core/helpers/Items/isOrnnItemKey.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemKey.js +8 -0
- package/core/helpers/Items/isOrnnItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemKeyNum.js +8 -0
- package/core/helpers/Items/isOrnnItemName.d.ts +2 -0
- package/core/helpers/Items/isOrnnItemName.js +8 -0
- package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
- package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
- package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
- package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
- package/core/index.d.ts +6 -0
- package/core/index.js +6 -0
- package/package.json +2 -2
@@ -1,77 +1,77 @@
|
|
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": 228020;
|
3
|
+
readonly "Anathema's Chains": 228001;
|
4
|
+
readonly "Archangel's Staff": 223003;
|
5
|
+
readonly "Ardent Censer": 223504;
|
6
|
+
readonly "Axiom Arc": 226696;
|
7
|
+
readonly "Banshee's Veil": 223102;
|
8
|
+
readonly "Black Cleaver": 223071;
|
9
9
|
readonly "Black Mist Scythe": 3864;
|
10
|
-
readonly "Blade of The Ruined King":
|
11
|
-
readonly Bloodthirster:
|
10
|
+
readonly "Blade of The Ruined King": 223153;
|
11
|
+
readonly Bloodthirster: 223072;
|
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": 226609;
|
14
|
+
readonly "Chemtech Putrifier": 223011;
|
15
|
+
readonly "Cosmic Drive": 224629;
|
16
|
+
readonly "Dead Man's Plate": 223742;
|
17
|
+
readonly "Death's Dance": 226333;
|
18
|
+
readonly "Demonic Embrace": 224637;
|
19
|
+
readonly "Edge of Night": 223814;
|
20
|
+
readonly "Essence Reaver": 223508;
|
21
|
+
readonly Fimbulwinter: 223121;
|
22
|
+
readonly "Force of Nature": 224401;
|
23
|
+
readonly "Frozen Heart": 223110;
|
24
|
+
readonly "Gargoyle Stoneplate": 223193;
|
25
|
+
readonly "Guardian Angel": 223026;
|
26
|
+
readonly "Horizon Focus": 224628;
|
27
|
+
readonly Hullbreaker: 223181;
|
28
|
+
readonly "Immortal Shieldbow": 226673;
|
29
|
+
readonly "Knight's Vow": 223109;
|
30
|
+
readonly "Kraken Slayer": 226672;
|
31
|
+
readonly "Lich Bane": 223100;
|
32
|
+
readonly "Lord Dominik's Regards": 223036;
|
33
|
+
readonly Manamune: 223004;
|
34
|
+
readonly "Maw of Malmortius": 223156;
|
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": 223139;
|
37
|
+
readonly "Mikael's Blessing": 223222;
|
38
|
+
readonly Morellonomicon: 223165;
|
39
|
+
readonly "Mortal Reminder": 223033;
|
40
|
+
readonly Muramana: 223042;
|
41
|
+
readonly "Nashor's Tooth": 223115;
|
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": 223046;
|
44
|
+
readonly "Prowler's Claw": 226693;
|
45
|
+
readonly "Rabadon's Deathcap": 223089;
|
46
|
+
readonly "Randuin's Omen": 223143;
|
47
|
+
readonly "Rapid Firecannon": 223094;
|
48
|
+
readonly "Ravenous Hydra": 223074;
|
49
|
+
readonly Redemption: 223107;
|
50
|
+
readonly "Runaan's Hurricane": 223085;
|
51
|
+
readonly "Rylai's Crystal Scepter": 223116;
|
52
|
+
readonly "Seraph's Embrace": 223040;
|
53
|
+
readonly "Serpent's Fang": 226695;
|
54
|
+
readonly "Serylda's Grudge": 226694;
|
55
|
+
readonly Shadowflame: 224645;
|
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": 226035;
|
58
|
+
readonly "Spirit Visage": 223065;
|
59
|
+
readonly "Staff of Flowing Water": 226616;
|
60
|
+
readonly "Sterak's Gage": 223053;
|
61
|
+
readonly Stormrazor: 223095;
|
62
|
+
readonly "The Collector": 226676;
|
63
|
+
readonly Thornmail: 223075;
|
64
|
+
readonly "Titanic Hydra": 223748;
|
65
65
|
readonly "Umbral Glaive": 3179;
|
66
66
|
readonly "Vigilant Wardstone": 4643;
|
67
|
-
readonly "Void Staff":
|
67
|
+
readonly "Void Staff": 223135;
|
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 "Spear Of Shojin":
|
75
|
-
readonly "Statikk Shiv":
|
69
|
+
readonly "Winter's Approach": 223119;
|
70
|
+
readonly "Wit's End": 223091;
|
71
|
+
readonly "Zeke's Convergence": 223050;
|
72
|
+
readonly "Zhonya's Hourglass": 223157;
|
73
|
+
readonly "Sunfire Aegis": 223068;
|
74
|
+
readonly "Spear Of Shojin": 223161;
|
75
|
+
readonly "Statikk Shiv": 223087;
|
76
76
|
};
|
77
77
|
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": 228020, "Anathema's Chains": 228001, "Archangel's Staff": 223003, "Ardent Censer": 223504, "Axiom Arc": 226696, "Banshee's Veil": 223102, "Black Cleaver": 223071, "Black Mist Scythe": 3864, "Blade of The Ruined King": 223153, "Bloodthirster": 223072, "Bulwark of the Mountain": 3860, "Chempunk Chainsword": 226609, "Chemtech Putrifier": 223011, "Cosmic Drive": 224629, "Dead Man's Plate": 223742, "Death's Dance": 226333, "Demonic Embrace": 224637, "Edge of Night": 223814, "Essence Reaver": 223508, "Fimbulwinter": 223121, "Force of Nature": 224401, "Frozen Heart": 223110, "Gargoyle Stoneplate": 223193, "Guardian Angel": 223026, "Horizon Focus": 224628, "Hullbreaker": 223181, "Immortal Shieldbow": 226673, "Knight's Vow": 223109, "Kraken Slayer": 226672, "Lich Bane": 223100, "Lord Dominik's Regards": 223036, "Manamune": 223004, "Maw of Malmortius": 223156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 223139, "Mikael's Blessing": 223222, "Morellonomicon": 223165, "Mortal Reminder": 223033, "Muramana": 223042, "Nashor's Tooth": 223115, "Pauldrons of Whiterock": 3857, "Phantom Dancer": 223046, "Prowler's Claw": 226693, "Rabadon's Deathcap": 223089, "Randuin's Omen": 223143, "Rapid Firecannon": 223094, "Ravenous Hydra": 223074, "Redemption": 223107, "Runaan's Hurricane": 223085, "Rylai's Crystal Scepter": 223116, "Seraph's Embrace": 223040, "Serpent's Fang": 226695, "Serylda's Grudge": 226694, "Shadowflame": 224645, "Shard of True Ice": 3853, "Silvermere Dawn": 226035, "Spirit Visage": 223065, "Staff of Flowing Water": 226616, "Sterak's Gage": 223053, "Stormrazor": 223095, "The Collector": 226676, "Thornmail": 223075, "Titanic Hydra": 223748, "Umbral Glaive": 3179, "Vigilant Wardstone": 4643, "Void Staff": 223135, "Warmog's Armor": 3083, "Winter's Approach": 223119, "Wit's End": 223091, "Zeke's Convergence": 223050, "Zhonya's Hourglass": 223157, "Sunfire Aegis": 223068, "Spear Of Shojin": 223161, "Statikk Shiv": 223087 };
|
@@ -73,5 +73,71 @@ export declare const LegendaryItemNames: {
|
|
73
73
|
readonly "6696": "Axiom Arc";
|
74
74
|
readonly "8001": "Anathema's Chains";
|
75
75
|
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";
|
76
142
|
};
|
77
143
|
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", "3161": "Spear Of Shojin", "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" };
|
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", "3161": "Spear Of Shojin", "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", "223003": "Archangel's Staff", "223004": "Manamune", "223011": "Chemtech Putrifier", "223026": "Guardian Angel", "223033": "Mortal Reminder", "223036": "Lord Dominik's Regards", "223040": "Seraph's Embrace", "223042": "Muramana", "223046": "Phantom Dancer", "223050": "Zeke's Convergence", "223053": "Sterak's Gage", "223065": "Spirit Visage", "223068": "Sunfire Aegis", "223071": "Black Cleaver", "223072": "Bloodthirster", "223074": "Ravenous Hydra", "223075": "Thornmail", "223085": "Runaan's Hurricane", "223087": "Statikk Shiv", "223089": "Rabadon's Deathcap", "223091": "Wit's End", "223094": "Rapid Firecannon", "223095": "Stormrazor", "223100": "Lich Bane", "223102": "Banshee's Veil", "223107": "Redemption", "223109": "Knight's Vow", "223110": "Frozen Heart", "223115": "Nashor's Tooth", "223116": "Rylai's Crystal Scepter", "223119": "Winter's Approach", "223121": "Fimbulwinter", "223135": "Void Staff", "223139": "Mercurial Scimitar", "223143": "Randuin's Omen", "223153": "Blade of The Ruined King", "223156": "Maw of Malmortius", "223157": "Zhonya's Hourglass", "223161": "Spear Of Shojin", "223165": "Morellonomicon", "223181": "Hullbreaker", "223193": "Gargoyle Stoneplate", "223222": "Mikael's Blessing", "223504": "Ardent Censer", "223508": "Essence Reaver", "223742": "Dead Man's Plate", "223748": "Titanic Hydra", "223814": "Edge of Night", "224401": "Force of Nature", "224628": "Horizon Focus", "224629": "Cosmic Drive", "224637": "Demonic Embrace", "224645": "Shadowflame", "226035": "Silvermere Dawn", "226333": "Death's Dance", "226609": "Chempunk Chainsword", "226616": "Staff of Flowing Water", "226672": "Kraken Slayer", "226673": "Immortal Shieldbow", "226676": "The Collector", "226693": "Prowler's Claw", "226694": "Serylda's Grudge", "226695": "Serpent's Fang", "226696": "Axiom Arc", "228001": "Anathema's Chains", "228020": "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": "226620";
|
3
|
+
readonly "Liandry's Anguish": "226653";
|
4
|
+
readonly "Locket of the Iron Solari": "223190";
|
5
|
+
readonly "Luden's Tempest": "226655";
|
6
|
+
readonly "Moonstone Renewer": "226617";
|
7
|
+
readonly "Navori Quickblades": "226675";
|
8
|
+
readonly "Night Harvester": "224636";
|
9
|
+
readonly Riftmaker: "224633";
|
10
|
+
readonly "Shurelya's Battlesong": "222065";
|
11
|
+
readonly Stridebreaker: "226631";
|
12
|
+
readonly "Trinity Force": "223078";
|
13
|
+
readonly "Turbo Chemtank": "226664";
|
14
|
+
readonly "Crown of the Shattered Queen": "224644";
|
15
|
+
readonly "Divine Sunderer": "226632";
|
16
|
+
readonly "Duskblade of Draktharr": "226691";
|
17
|
+
readonly Eclipse: "226692";
|
18
|
+
readonly Evenshroud: "223001";
|
19
|
+
readonly Everfrost: "226656";
|
20
|
+
readonly "Iceborn Gauntlet": "226662";
|
21
|
+
readonly "Infinity Edge": "223031";
|
22
|
+
readonly Galeforce: "226671";
|
23
|
+
readonly Goredrinker: "226630";
|
24
|
+
readonly "Guinsoo's Rageblade": "223124";
|
25
|
+
readonly "Hextech Rocketbelt": "223152";
|
26
|
+
readonly "Imperial Mandate": "224005";
|
27
|
+
readonly "Jak'Sho, The Protean": "226665";
|
28
|
+
readonly "Radiant Virtue": "226667";
|
29
|
+
readonly Heartsteel: "223084";
|
30
|
+
readonly "Rod of Ages": "226657";
|
31
|
+
readonly "Youmuu's Ghostblade": "223142";
|
32
|
+
readonly "Cry of the Shrieking City": "227033";
|
33
|
+
readonly "Ceaseless Hunger": "227015";
|
34
|
+
readonly Caesura: "227024";
|
35
|
+
readonly "Draktharr's Shadowcarver": "227002";
|
36
|
+
readonly Deicide: "227017";
|
37
|
+
readonly Dreamshatter: "227016";
|
38
|
+
readonly Equinox: "227023";
|
39
|
+
readonly "Edge of Finality": "227031";
|
40
|
+
readonly "Eye of Luden": "227013";
|
41
|
+
readonly "Eternal Winter": "227014";
|
42
|
+
readonly "Frozen Fist": "227005";
|
43
|
+
readonly Flicker: "227032";
|
44
|
+
readonly "Infinite Convergence": "227028";
|
45
|
+
readonly "Icathia's Curse": "227009";
|
46
|
+
readonly "Infinity Force": "227018";
|
47
|
+
readonly Leviathan: "227025";
|
48
|
+
readonly "Liandry's Lament": "227012";
|
49
|
+
readonly "Primordial Dawn": "227027";
|
50
|
+
readonly "Reliquary of the Golden Dawn": "227019";
|
51
|
+
readonly Syzygy: "227001";
|
52
|
+
readonly "Shurelya's Requiem": "227020";
|
53
|
+
readonly Starcaster: "227021";
|
54
|
+
readonly "Seething Sorrow": "227030";
|
55
|
+
readonly "The Unspoken Parasite": "227026";
|
56
|
+
readonly Typhoon: "227006";
|
57
|
+
readonly "Upgraded Aeropack": "227011";
|
58
|
+
readonly Vespertide: "227010";
|
59
|
+
readonly "Youmuu's Wake": "227029";
|
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": "226620", "Liandry's Anguish": "226653", "Locket of the Iron Solari": "223190", "Luden's Tempest": "226655", "Moonstone Renewer": "226617", "Navori Quickblades": "226675", "Night Harvester": "224636", "Riftmaker": "224633", "Shurelya's Battlesong": "222065", "Stridebreaker": "226631", "Trinity Force": "223078", "Turbo Chemtank": "226664", "Crown of the Shattered Queen": "224644", "Divine Sunderer": "226632", "Duskblade of Draktharr": "226691", "Eclipse": "226692", "Evenshroud": "223001", "Everfrost": "226656", "Iceborn Gauntlet": "226662", "Infinity Edge": "223031", "Galeforce": "226671", "Goredrinker": "226630", "Guinsoo's Rageblade": "223124", "Hextech Rocketbelt": "223152", "Imperial Mandate": "224005", "Jak'Sho, The Protean": "226665", "Radiant Virtue": "226667", "Heartsteel": "223084", "Rod of Ages": "226657", "Youmuu's Ghostblade": "223142", "Cry of the Shrieking City": "227033", "Ceaseless Hunger": "227015", "Caesura": "227024", "Draktharr's Shadowcarver": "227002", "Deicide": "227017", "Dreamshatter": "227016", "Equinox": "227023", "Edge of Finality": "227031", "Eye of Luden": "227013", "Eternal Winter": "227014", "Frozen Fist": "227005", "Flicker": "227032", "Infinite Convergence": "227028", "Icathia's Curse": "227009", "Infinity Force": "227018", "Leviathan": "227025", "Liandry's Lament": "227012", "Primordial Dawn": "227027", "Reliquary of the Golden Dawn": "227019", "Syzygy": "227001", "Shurelya's Requiem": "227020", "Starcaster": "227021", "Seething Sorrow": "227030", "The Unspoken Parasite": "227026", "Typhoon": "227006", "Upgraded Aeropack": "227011", "Vespertide": "227010", "Youmuu's Wake": "227029" };
|
@@ -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": 226620;
|
3
|
+
readonly "Liandry's Anguish": 226653;
|
4
|
+
readonly "Locket of the Iron Solari": 223190;
|
5
|
+
readonly "Luden's Tempest": 226655;
|
6
|
+
readonly "Moonstone Renewer": 226617;
|
7
|
+
readonly "Navori Quickblades": 226675;
|
8
|
+
readonly "Night Harvester": 224636;
|
9
|
+
readonly Riftmaker: 224633;
|
10
|
+
readonly "Shurelya's Battlesong": 222065;
|
11
|
+
readonly Stridebreaker: 226631;
|
12
|
+
readonly "Trinity Force": 223078;
|
13
|
+
readonly "Turbo Chemtank": 226664;
|
14
|
+
readonly "Crown of the Shattered Queen": 224644;
|
15
|
+
readonly "Divine Sunderer": 226632;
|
16
|
+
readonly "Duskblade of Draktharr": 226691;
|
17
|
+
readonly Eclipse: 226692;
|
18
|
+
readonly Evenshroud: 223001;
|
19
|
+
readonly Everfrost: 226656;
|
20
|
+
readonly "Iceborn Gauntlet": 226662;
|
21
|
+
readonly "Infinity Edge": 223031;
|
22
|
+
readonly Galeforce: 226671;
|
23
|
+
readonly Goredrinker: 226630;
|
24
|
+
readonly "Guinsoo's Rageblade": 223124;
|
25
|
+
readonly "Hextech Rocketbelt": 223152;
|
26
|
+
readonly "Imperial Mandate": 224005;
|
27
|
+
readonly "Jak'Sho, The Protean": 226665;
|
28
|
+
readonly "Radiant Virtue": 226667;
|
29
|
+
readonly Heartsteel: 223084;
|
30
|
+
readonly "Rod of Ages": 226657;
|
31
|
+
readonly "Youmuu's Ghostblade": 223142;
|
32
|
+
readonly "Cry of the Shrieking City": 227033;
|
33
|
+
readonly "Ceaseless Hunger": 227015;
|
34
|
+
readonly Caesura: 227024;
|
35
|
+
readonly "Draktharr's Shadowcarver": 227002;
|
36
|
+
readonly Deicide: 227017;
|
37
|
+
readonly Dreamshatter: 227016;
|
38
|
+
readonly Equinox: 227023;
|
39
|
+
readonly "Edge of Finality": 227031;
|
40
|
+
readonly "Eye of Luden": 227013;
|
41
|
+
readonly "Eternal Winter": 227014;
|
42
|
+
readonly "Frozen Fist": 227005;
|
43
|
+
readonly Flicker: 227032;
|
44
|
+
readonly "Infinite Convergence": 227028;
|
45
|
+
readonly "Icathia's Curse": 227009;
|
46
|
+
readonly "Infinity Force": 227018;
|
47
|
+
readonly Leviathan: 227025;
|
48
|
+
readonly "Liandry's Lament": 227012;
|
49
|
+
readonly "Primordial Dawn": 227027;
|
50
|
+
readonly "Reliquary of the Golden Dawn": 227019;
|
51
|
+
readonly Syzygy: 227001;
|
52
|
+
readonly "Shurelya's Requiem": 227020;
|
53
|
+
readonly Starcaster: 227021;
|
54
|
+
readonly "Seething Sorrow": 227030;
|
55
|
+
readonly "The Unspoken Parasite": 227026;
|
56
|
+
readonly Typhoon: 227006;
|
57
|
+
readonly "Upgraded Aeropack": 227011;
|
58
|
+
readonly Vespertide: 227010;
|
59
|
+
readonly "Youmuu's Wake": 227029;
|
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": 226620, "Liandry's Anguish": 226653, "Locket of the Iron Solari": 223190, "Luden's Tempest": 226655, "Moonstone Renewer": 226617, "Navori Quickblades": 226675, "Night Harvester": 224636, "Riftmaker": 224633, "Shurelya's Battlesong": 222065, "Stridebreaker": 226631, "Trinity Force": 223078, "Turbo Chemtank": 226664, "Crown of the Shattered Queen": 224644, "Divine Sunderer": 226632, "Duskblade of Draktharr": 226691, "Eclipse": 226692, "Evenshroud": 223001, "Everfrost": 226656, "Iceborn Gauntlet": 226662, "Infinity Edge": 223031, "Galeforce": 226671, "Goredrinker": 226630, "Guinsoo's Rageblade": 223124, "Hextech Rocketbelt": 223152, "Imperial Mandate": 224005, "Jak'Sho, The Protean": 226665, "Radiant Virtue": 226667, "Heartsteel": 223084, "Rod of Ages": 226657, "Youmuu's Ghostblade": 223142, "Cry of the Shrieking City": 227033, "Ceaseless Hunger": 227015, "Caesura": 227024, "Draktharr's Shadowcarver": 227002, "Deicide": 227017, "Dreamshatter": 227016, "Equinox": 227023, "Edge of Finality": 227031, "Eye of Luden": 227013, "Eternal Winter": 227014, "Frozen Fist": 227005, "Flicker": 227032, "Infinite Convergence": 227028, "Icathia's Curse": 227009, "Infinity Force": 227018, "Leviathan": 227025, "Liandry's Lament": 227012, "Primordial Dawn": 227027, "Reliquary of the Golden Dawn": 227019, "Syzygy": 227001, "Shurelya's Requiem": 227020, "Starcaster": 227021, "Seething Sorrow": 227030, "The Unspoken Parasite": 227026, "Typhoon": 227006, "Upgraded Aeropack": 227011, "Vespertide": 227010, "Youmuu's Wake": 227029 };
|
@@ -57,5 +57,63 @@ 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";
|
60
118
|
};
|
61
119
|
export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
|