lol-constants 2.19.0 → 2.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +11 -9
- package/assets/constants/Champion.d.ts +584 -490
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +10805 -6625
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +4 -1
- package/assets/constants/LegendaryItemNames.js +138 -74
- package/assets/constants/RunesReforged.d.ts +48 -69
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +28 -11
- package/assets/constants/StatRunes.js +11 -11
- package/assets/constants/StatRunesByRow.d.ts +6 -6
- package/assets/constants/StatRunesByRow.js +6 -6
- package/assets/constants/Summoner.d.ts +36 -36
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.js +0 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
- package/assets/scripts/generate-categorized-item-keys.js +1 -22
- package/assets/scripts/generate-categorized-item-names.js +0 -20
- package/assets/scripts/generate-rune-ids.js +2 -4
- package/assets/scripts/generate-rune-names.js +2 -4
- package/assets/scripts/generate-stat-rune-ids.js +2 -4
- package/assets/scripts/generate-stat-rune-names.js +2 -4
- package/core/constants/Champions/ChampionIds.d.ts +2 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +2 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +2 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +2 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +2 -0
- package/core/constants/Champions/ChampionNames.js +1 -1
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +3 -1
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +3 -1
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +58 -47
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +58 -47
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +58 -48
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/ItemTypes.d.ts +0 -1
- package/core/constants/Items/ItemTypes.js +0 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +75 -12
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +73 -10
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeys.js +1 -1
- package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
- package/core/constants/Items/OrnnItemKeysNum.js +1 -1
- package/core/constants/Items/OrnnItemNames.d.ts +0 -8
- package/core/constants/Items/OrnnItemNames.js +1 -1
- package/core/constants/Runes/NonStatRuneIds.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIds.js +1 -1
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +6 -9
- package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
- package/core/constants/Runes/NonStatRuneNames.d.ts +5 -8
- package/core/constants/Runes/NonStatRuneNames.js +1 -1
- package/core/constants/Runes/RuneIconFileNames.js +12 -15
- package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
- package/core/constants/Runes/RunePickingRelationships.js +1 -1
- package/core/constants/Runes/RuneSets.d.ts +73 -97
- package/core/constants/Runes/RuneSets.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +79 -103
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
- package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
- package/core/helpers/makeRiotId.d.ts +4 -0
- package/core/helpers/makeRiotId.js +9 -0
- package/core/helpers/splitRiotId.d.ts +2 -2
- package/core/index.d.ts +1 -5
- package/core/index.js +1 -5
- package/package.json +28 -27
- package/assets/constants/MythicItemNames.d.ts +0 -1
- package/assets/constants/MythicItemNames.js +0 -37
- package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
- package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-ids.js +0 -24
- package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
- package/assets/scripts/generate-tree-rune-names.js +0 -22
- package/assets/scripts/helpers/getComment.d.ts +0 -1
- package/assets/scripts/helpers/getComment.js +0 -8
- package/core/constants/Items/MythicItemKeys.d.ts +0 -61
- package/core/constants/Items/MythicItemKeys.js +0 -4
- package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
- package/core/constants/Items/MythicItemKeysNum.js +0 -4
- package/core/constants/Items/MythicItemNames.d.ts +0 -61
- package/core/constants/Items/MythicItemNames.js +0 -4
- package/core/constants/Queues.d.ts +0 -7
- package/core/constants/Queues.js +0 -12
- package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
- package/core/constants/Runes/TreeRuneIds.js +0 -4
- package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
- package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
- package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
- package/core/constants/Runes/TreeRuneNames.js +0 -4
- package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKey.js +0 -8
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
- package/core/helpers/Items/isMythicItemName.d.ts +0 -2
- package/core/helpers/Items/isMythicItemName.js +0 -8
- package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
- package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
- package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
- package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
- package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
- package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneId.js +0 -8
- package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
- package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -2,50 +2,50 @@
|
|
2
2
|
* Data Dragon CDN Paths.
|
3
3
|
*/
|
4
4
|
export declare const DataDragonUrls: {
|
5
|
-
readonly DATA_DRAGON_BASE:
|
6
|
-
readonly COMMUNITY_DRAGON_BASE:
|
5
|
+
readonly DATA_DRAGON_BASE: string;
|
6
|
+
readonly COMMUNITY_DRAGON_BASE: string;
|
7
7
|
/**
|
8
8
|
* Append with `/MonkeyKing.png` (`/{championId}.png`).
|
9
9
|
*/
|
10
|
-
readonly CHAMPION_ICON_BASE:
|
10
|
+
readonly CHAMPION_ICON_BASE: `${string}/img/champion`;
|
11
11
|
/**
|
12
12
|
* Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
|
13
13
|
*/
|
14
|
-
readonly CHAMPION_LOADING_BASE:
|
14
|
+
readonly CHAMPION_LOADING_BASE: `${string}/img/champion/loading`;
|
15
15
|
/**
|
16
16
|
* Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
|
17
17
|
*/
|
18
|
-
readonly CHAMPION_SPLASH_BASE:
|
18
|
+
readonly CHAMPION_SPLASH_BASE: `${string}/img/champion/splash`;
|
19
19
|
/**
|
20
20
|
* Append with `/FlashFrost.png` (`/{abilityKey}.png`).
|
21
21
|
*/
|
22
|
-
readonly ABILITY_ICON_BASE:
|
22
|
+
readonly ABILITY_ICON_BASE: `${string}/img/spell`;
|
23
23
|
/**
|
24
24
|
* Append with `/685.png` (`/{iconId}.png`).
|
25
25
|
*/
|
26
|
-
readonly PROFILE_ICON_BASE:
|
26
|
+
readonly PROFILE_ICON_BASE: `${string}/img/profileicon`;
|
27
27
|
/**
|
28
28
|
* Append with `/1001.png` (`/{itemId}.png`).
|
29
29
|
*/
|
30
|
-
readonly ITEM_ICON_BASE:
|
30
|
+
readonly ITEM_ICON_BASE: `${string}/img/item`;
|
31
31
|
/**
|
32
32
|
* Append with `/MonkeyKing.json` (`/{championId}.json`).
|
33
33
|
*/
|
34
|
-
readonly CHAMPION_BASE:
|
35
|
-
readonly CHAMPION:
|
36
|
-
readonly ITEM:
|
37
|
-
readonly RUNES_REFORGED:
|
38
|
-
readonly SUMMONER:
|
34
|
+
readonly CHAMPION_BASE: `${string}/data/en_US/champion`;
|
35
|
+
readonly CHAMPION: `${string}/data/en_US/champion.json`;
|
36
|
+
readonly ITEM: `${string}/data/en_US/item.json`;
|
37
|
+
readonly RUNES_REFORGED: `${string}/data/en_US/runesReforged.json`;
|
38
|
+
readonly SUMMONER: `${string}/data/en_US/summoner.json`;
|
39
39
|
/**
|
40
40
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods
|
41
41
|
*/
|
42
|
-
readonly STAT_RUNE_ICON_BASE:
|
42
|
+
readonly STAT_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods`;
|
43
43
|
/**
|
44
44
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles
|
45
45
|
*/
|
46
|
-
readonly TREE_RUNE_ICON_BASE:
|
46
|
+
readonly TREE_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles`;
|
47
47
|
/**
|
48
48
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-fe-lol-static-assets/global/default/svg
|
49
49
|
*/
|
50
|
-
readonly POSITION_ICON_BASE:
|
50
|
+
readonly POSITION_ICON_BASE: `${string}/plugins/rcp-fe-lol-static-assets/global/default/svg`;
|
51
51
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DataDragonUrls = void 0;
|
4
|
-
const version = '
|
5
|
-
const cdragonVersion = '
|
4
|
+
const version = '14.12.1';
|
5
|
+
const cdragonVersion = '14.12';
|
6
6
|
const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
|
7
7
|
const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
|
8
8
|
const locale = 'en_US';
|
@@ -4,9 +4,11 @@ export declare const BootsItemKeys: {
|
|
4
4
|
readonly "Boots of Swiftness": "3009";
|
5
5
|
readonly "Ionian Boots of Lucidity": "3158";
|
6
6
|
readonly "Mercury's Treads": "3111";
|
7
|
-
readonly "Mobility Boots": "3117";
|
8
7
|
readonly "Plated Steelcaps": "3047";
|
9
8
|
readonly "Sorcerer's Shoes": "3020";
|
10
9
|
readonly "Slightly Magical Footwear": "2422";
|
10
|
+
readonly "Symbiotic Soles": "3010";
|
11
|
+
readonly "Synchronized Souls": "3013";
|
12
|
+
readonly Zephyr: "3172";
|
11
13
|
};
|
12
14
|
export type BootsItemKey = typeof BootsItemKeys[keyof typeof BootsItemKeys];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemKeys = void 0;
|
4
|
-
exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Ionian Boots of Lucidity": "3158", "Mercury's Treads": "3111", "
|
4
|
+
exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Ionian Boots of Lucidity": "3158", "Mercury's Treads": "3111", "Plated Steelcaps": "3047", "Sorcerer's Shoes": "3020", "Slightly Magical Footwear": "2422", "Symbiotic Soles": "3010", "Synchronized Souls": "3013", "Zephyr": "3172" };
|
@@ -4,9 +4,11 @@ export declare const BootsItemKeysNum: {
|
|
4
4
|
readonly "Boots of Swiftness": 3009;
|
5
5
|
readonly "Ionian Boots of Lucidity": 3158;
|
6
6
|
readonly "Mercury's Treads": 3111;
|
7
|
-
readonly "Mobility Boots": 3117;
|
8
7
|
readonly "Plated Steelcaps": 3047;
|
9
8
|
readonly "Sorcerer's Shoes": 3020;
|
10
9
|
readonly "Slightly Magical Footwear": 2422;
|
10
|
+
readonly "Symbiotic Soles": 3010;
|
11
|
+
readonly "Synchronized Souls": 3013;
|
12
|
+
readonly Zephyr: 3172;
|
11
13
|
};
|
12
14
|
export type BootsItemKeyNum = typeof BootsItemKeysNum[keyof typeof BootsItemKeysNum];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemKeysNum = void 0;
|
4
|
-
exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Ionian Boots of Lucidity": 3158, "Mercury's Treads": 3111, "
|
4
|
+
exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Ionian Boots of Lucidity": 3158, "Mercury's Treads": 3111, "Plated Steelcaps": 3047, "Sorcerer's Shoes": 3020, "Slightly Magical Footwear": 2422, "Symbiotic Soles": 3010, "Synchronized Souls": 3013, "Zephyr": 3172 };
|
@@ -3,10 +3,12 @@ export declare const BootsItemNames: {
|
|
3
3
|
readonly "2422": "Slightly Magical Footwear";
|
4
4
|
readonly "3006": "Berserker's Greaves";
|
5
5
|
readonly "3009": "Boots of Swiftness";
|
6
|
+
readonly "3010": "Symbiotic Soles";
|
7
|
+
readonly "3013": "Synchronized Souls";
|
6
8
|
readonly "3020": "Sorcerer's Shoes";
|
7
9
|
readonly "3047": "Plated Steelcaps";
|
8
10
|
readonly "3111": "Mercury's Treads";
|
9
|
-
readonly "3117": "Mobility Boots";
|
10
11
|
readonly "3158": "Ionian Boots of Lucidity";
|
12
|
+
readonly "3172": "Zephyr";
|
11
13
|
};
|
12
14
|
export type BootsItemName = typeof BootsItemNames[keyof typeof BootsItemNames];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemNames = void 0;
|
4
|
-
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "
|
4
|
+
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3158": "Ionian Boots of Lucidity", "3172": "Zephyr" };
|
@@ -44,8 +44,10 @@ export declare const ItemKeys: {
|
|
44
44
|
readonly "Tower Power-Up": "1522";
|
45
45
|
readonly "Health Potion": "2003";
|
46
46
|
readonly "Total Biscuit of Everlasting Will": "2010";
|
47
|
-
readonly "Kircheis Shard": "2015";
|
48
47
|
readonly "Steel Sigil": "2019";
|
48
|
+
readonly "The Brutalizer": "2020";
|
49
|
+
readonly Tunneler: "2021";
|
50
|
+
readonly "Glowing Mote": "2022";
|
49
51
|
readonly "Refillable Potion": "2031";
|
50
52
|
readonly "Corrupting Potion": "2033";
|
51
53
|
readonly "Poro-Snax": "2052";
|
@@ -54,24 +56,31 @@ export declare const ItemKeys: {
|
|
54
56
|
readonly "Elixir of Iron": "2138";
|
55
57
|
readonly "Elixir of Sorcery": "2139";
|
56
58
|
readonly "Elixir of Wrath": "2140";
|
59
|
+
readonly "Elixir of Skill": "2150";
|
60
|
+
readonly "Elixir of Avarice": "2151";
|
61
|
+
readonly "Elixir of Force": "2152";
|
57
62
|
readonly "Minion Dematerializer": "2403";
|
58
|
-
readonly "
|
59
|
-
readonly
|
60
|
-
readonly "Broken Stopwatch": "2424";
|
63
|
+
readonly "Seeker's Armguard": "2420";
|
64
|
+
readonly "Shattered Armguard": "2421";
|
61
65
|
readonly "Slightly Magical Footwear": "2422";
|
62
|
-
readonly "
|
63
|
-
readonly
|
66
|
+
readonly "Overlord's Bloodmail": "2501";
|
67
|
+
readonly "Unending Despair": "2502";
|
68
|
+
readonly "Blackfire Torch": "2503";
|
69
|
+
readonly "Kaenic Rookern": "2504";
|
70
|
+
readonly "Fated Ashes": "2508";
|
71
|
+
readonly Trailblazer: "3002";
|
64
72
|
readonly "Archangel's Staff": "3003";
|
65
73
|
readonly Manamune: "3004";
|
66
74
|
readonly "Berserker's Greaves": "3006";
|
67
75
|
readonly "Boots of Swiftness": "3009";
|
76
|
+
readonly "Symbiotic Soles": "3010";
|
68
77
|
readonly "Chemtech Putrifier": "3011";
|
69
|
-
readonly "
|
78
|
+
readonly "Synchronized Souls": "3013";
|
70
79
|
readonly "Sorcerer's Shoes": "3020";
|
71
|
-
readonly "Lifewell Pendant": "3023";
|
72
80
|
readonly "Glacial Buckler": "3024";
|
73
81
|
readonly "Guardian Angel": "3026";
|
74
82
|
readonly "Infinity Edge": "3031";
|
83
|
+
readonly "Yun Tal Wildarrows": "3032";
|
75
84
|
readonly "Mortal Reminder": "3033";
|
76
85
|
readonly "Last Whisper": "3035";
|
77
86
|
readonly "Lord Dominik's Regards": "3036";
|
@@ -92,6 +101,7 @@ export declare const ItemKeys: {
|
|
92
101
|
readonly "Tear of the Goddess": "3070";
|
93
102
|
readonly "Black Cleaver": "3071";
|
94
103
|
readonly Bloodthirster: "3072";
|
104
|
+
readonly "Experimental Hexplate": "3073";
|
95
105
|
readonly "Ravenous Hydra": "3074";
|
96
106
|
readonly Thornmail: "3075";
|
97
107
|
readonly "Bramble Vest": "3076";
|
@@ -106,10 +116,8 @@ export declare const ItemKeys: {
|
|
106
116
|
readonly "Rabadon's Deathcap": "3089";
|
107
117
|
readonly "Wit's End": "3091";
|
108
118
|
readonly "Rapid Firecannon": "3094";
|
109
|
-
readonly Stormrazor: "3095";
|
110
119
|
readonly "Lich Bane": "3100";
|
111
120
|
readonly "Banshee's Veil": "3102";
|
112
|
-
readonly "Aegis of the Legion": "3105";
|
113
121
|
readonly Redemption: "3107";
|
114
122
|
readonly "Fiendish Codex": "3108";
|
115
123
|
readonly "Knight's Vow": "3109";
|
@@ -120,6 +128,7 @@ export declare const ItemKeys: {
|
|
120
128
|
readonly "Nashor's Tooth": "3115";
|
121
129
|
readonly "Rylai's Crystal Scepter": "3116";
|
122
130
|
readonly "Mobility Boots": "3117";
|
131
|
+
readonly Malignance: "3118";
|
123
132
|
readonly "Winter's Approach": "3119";
|
124
133
|
readonly Fimbulwinter: "3121";
|
125
134
|
readonly "Executioner's Calling": "3123";
|
@@ -127,11 +136,14 @@ export declare const ItemKeys: {
|
|
127
136
|
readonly "Caulfield's Warhammer": "3133";
|
128
137
|
readonly "Serrated Dirk": "3134";
|
129
138
|
readonly "Void Staff": "3135";
|
139
|
+
readonly Cryptbloom: "3137";
|
130
140
|
readonly "Mercurial Scimitar": "3139";
|
131
141
|
readonly "Quicksilver Sash": "3140";
|
132
142
|
readonly "Youmuu's Ghostblade": "3142";
|
133
143
|
readonly "Randuin's Omen": "3143";
|
144
|
+
readonly "Scout's Slingshot": "3144";
|
134
145
|
readonly "Hextech Alternator": "3145";
|
146
|
+
readonly "Haunting Guise": "3147";
|
135
147
|
readonly "Hextech Rocketbelt": "3152";
|
136
148
|
readonly "Blade of The Ruined King": "3153";
|
137
149
|
readonly Hexdrinker: "3155";
|
@@ -140,13 +152,13 @@ export declare const ItemKeys: {
|
|
140
152
|
readonly "Ionian Boots of Lucidity": "3158";
|
141
153
|
readonly "Spear of Shojin": "3161";
|
142
154
|
readonly Morellonomicon: "3165";
|
155
|
+
readonly Zephyr: "3172";
|
143
156
|
readonly "Umbral Glaive": "3179";
|
144
157
|
readonly Hullbreaker: "3181";
|
145
158
|
readonly "Locket of the Iron Solari": "3190";
|
146
|
-
readonly "Seeker's Armguard": "3191";
|
147
|
-
readonly "Gargoyle Stoneplate": "3193";
|
148
159
|
readonly "Spectre's Cowl": "3211";
|
149
160
|
readonly "Mikael's Blessing": "3222";
|
161
|
+
readonly Terminus: "3302";
|
150
162
|
readonly "Scarecrow Effigy": "3330";
|
151
163
|
readonly "Stealth Ward": "3340";
|
152
164
|
readonly "Farsight Alteration": "3363";
|
@@ -161,18 +173,14 @@ export declare const ItemKeys: {
|
|
161
173
|
readonly "Lost Chapter": "3802";
|
162
174
|
readonly "Catalyst of Aeons": "3803";
|
163
175
|
readonly "Edge of Night": "3814";
|
164
|
-
readonly "
|
165
|
-
readonly
|
166
|
-
readonly "
|
167
|
-
readonly "
|
168
|
-
readonly "
|
169
|
-
readonly "
|
170
|
-
readonly "
|
171
|
-
readonly
|
172
|
-
readonly "Bulwark of the Mountain": "3860";
|
173
|
-
readonly "Spectral Sickle": "3862";
|
174
|
-
readonly "Harrowing Crescent": "3863";
|
175
|
-
readonly "Black Mist Scythe": "3864";
|
176
|
+
readonly "World Atlas": "3865";
|
177
|
+
readonly "Runic Compass": "3866";
|
178
|
+
readonly "Bounty of Worlds": "3867";
|
179
|
+
readonly "Celestial Opposition": "3869";
|
180
|
+
readonly "Dream Maker": "3870";
|
181
|
+
readonly "Zaz'Zak's Realmspike": "3871";
|
182
|
+
readonly "Solstice Sleigh": "3876";
|
183
|
+
readonly Bloodsong: "3877";
|
176
184
|
readonly "Fire at Will500 Silver Serpents": "3901";
|
177
185
|
readonly "Death's Daughter500 Silver Serpents": "3902";
|
178
186
|
readonly "Raise Morale500 Silver Serpents": "3903";
|
@@ -191,69 +199,72 @@ export declare const ItemKeys: {
|
|
191
199
|
readonly "Stirring Wardstone": "4641";
|
192
200
|
readonly "Bandleglass Mirror": "4642";
|
193
201
|
readonly "Vigilant Wardstone": "4643";
|
194
|
-
readonly "Crown of the Shattered Queen": "4644";
|
195
202
|
readonly Shadowflame: "4645";
|
196
|
-
readonly
|
197
|
-
readonly "Silvermere Dawn": "6035";
|
203
|
+
readonly Stormsurge: "4646";
|
198
204
|
readonly "Death's Dance": "6333";
|
199
205
|
readonly "Chempunk Chainsword": "6609";
|
206
|
+
readonly "Sundered Sky": "6610";
|
200
207
|
readonly "Staff of Flowing Water": "6616";
|
201
208
|
readonly "Moonstone Renewer": "6617";
|
202
209
|
readonly "Echoes of Helia": "6620";
|
203
|
-
readonly
|
210
|
+
readonly Dawncore: "6621";
|
204
211
|
readonly Stridebreaker: "6631";
|
205
|
-
readonly "
|
206
|
-
readonly "
|
207
|
-
readonly "Luden's Tempest": "6655";
|
208
|
-
readonly Everfrost: "6656";
|
212
|
+
readonly "Liandry's Torment": "6653";
|
213
|
+
readonly "Luden's Companion": "6655";
|
209
214
|
readonly "Rod of Ages": "6657";
|
210
215
|
readonly "Bami's Cinder": "6660";
|
211
216
|
readonly "Iceborn Gauntlet": "6662";
|
212
|
-
readonly "
|
217
|
+
readonly "Hollow Radiance": "6664";
|
213
218
|
readonly "Jak'Sho, The Protean": "6665";
|
214
|
-
readonly "Radiant Virtue": "6667";
|
215
219
|
readonly Noonquiver: "6670";
|
216
|
-
readonly Galeforce: "6671";
|
217
220
|
readonly "Kraken Slayer": "6672";
|
218
221
|
readonly "Immortal Shieldbow": "6673";
|
219
|
-
readonly "Navori
|
222
|
+
readonly "Navori Flickerblade": "6675";
|
220
223
|
readonly "The Collector": "6676";
|
221
|
-
readonly
|
222
|
-
readonly "Duskblade of Draktharr": "6691";
|
224
|
+
readonly Rectrix: "6690";
|
223
225
|
readonly Eclipse: "6692";
|
224
226
|
readonly "Prowler's Claw": "6693";
|
225
227
|
readonly "Serylda's Grudge": "6694";
|
226
228
|
readonly "Serpent's Fang": "6695";
|
227
229
|
readonly "Axiom Arc": "6696";
|
228
|
-
readonly
|
230
|
+
readonly Hubris: "6697";
|
231
|
+
readonly "Profane Hydra": "6698";
|
232
|
+
readonly "Voltaic Cyclosword": "6699";
|
233
|
+
readonly Opportunity: "6701";
|
229
234
|
readonly Syzygy: "7001";
|
230
|
-
readonly "
|
235
|
+
readonly "Rabadon's Deathcrown": "7003";
|
236
|
+
readonly "Enmity of the Masses": "7004";
|
231
237
|
readonly "Frozen Fist": "7005";
|
232
238
|
readonly Typhoon: "7006";
|
239
|
+
readonly Swordnado: "7007";
|
240
|
+
readonly Ataraxia: "7008";
|
233
241
|
readonly "Icathia's Curse": "7009";
|
234
242
|
readonly Vespertide: "7010";
|
235
243
|
readonly "Upgraded Aeropack": "7011";
|
236
244
|
readonly "Liandry's Lament": "7012";
|
237
|
-
readonly "
|
238
|
-
readonly "Eternal Winter": "7014";
|
239
|
-
readonly "Ceaseless Hunger": "7015";
|
245
|
+
readonly "Force of Arms": "7013";
|
240
246
|
readonly Dreamshatter: "7016";
|
241
|
-
readonly Deicide: "7017";
|
242
247
|
readonly "Infinity Force": "7018";
|
243
248
|
readonly "Reliquary of the Golden Dawn": "7019";
|
244
249
|
readonly "Shurelya's Requiem": "7020";
|
245
250
|
readonly Starcaster: "7021";
|
246
|
-
readonly
|
247
|
-
readonly Caesura: "7024";
|
251
|
+
readonly Certainty: "7022";
|
248
252
|
readonly Leviathan: "7025";
|
249
253
|
readonly "The Unspoken Parasite": "7026";
|
250
|
-
readonly "Primordial Dawn": "7027";
|
251
254
|
readonly "Infinite Convergence": "7028";
|
252
255
|
readonly "Youmuu's Wake": "7029";
|
253
256
|
readonly "Seething Sorrow": "7030";
|
254
257
|
readonly "Edge of Finality": "7031";
|
255
258
|
readonly Flicker: "7032";
|
256
259
|
readonly "Cry of the Shrieking City": "7033";
|
260
|
+
readonly "Hope Adrift": "7034";
|
261
|
+
readonly Daybreak: "7035";
|
262
|
+
readonly "T.U.R.B.O.": "7036";
|
263
|
+
readonly "Obsidian Cleaver": "7037";
|
264
|
+
readonly "Shojin's Resolve": "7038";
|
265
|
+
readonly Heavensfall: "7039";
|
266
|
+
readonly "Wyrmfallen Sacrifice": "7041";
|
267
|
+
readonly "The Baron's Gift": "7042";
|
257
268
|
readonly "Gangplank Placeholder": "7050";
|
258
269
|
readonly "Anathema's Chains": "8001";
|
259
270
|
readonly "Abyssal Mask": "8020";
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ItemKeys = void 0;
|
4
|
-
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "
|
4
|
+
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Steel Sigil": "2019", "The Brutalizer": "2020", "Tunneler": "2021", "Glowing Mote": "2022", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Elixir of Skill": "2150", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Minion Dematerializer": "2403", "Seeker's Armguard": "2420", "Shattered Armguard": "2421", "Slightly Magical Footwear": "2422", "Overlord's Bloodmail": "2501", "Unending Despair": "2502", "Blackfire Torch": "2503", "Kaenic Rookern": "2504", "Fated Ashes": "2508", "Trailblazer": "3002", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Symbiotic Soles": "3010", "Chemtech Putrifier": "3011", "Synchronized Souls": "3013", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Yun Tal Wildarrows": "3032", "Mortal Reminder": "3033", "Last Whisper": "3035", "Lord Dominik's Regards": "3036", "Seraph's Embrace": "3040", "Mejai's Soulstealer": "3041", "Muramana": "3042", "Phage": "3044", "Phantom Dancer": "3046", "Plated Steelcaps": "3047", "Zeke's Convergence": "3050", "Hearthbound Axe": "3051", "Sterak's Gage": "3053", "Sheen": "3057", "Spirit Visage": "3065", "Winged Moonplate": "3066", "Kindlegem": "3067", "Sunfire Aegis": "3068", "Tear of the Goddess": "3070", "Black Cleaver": "3071", "Bloodthirster": "3072", "Experimental Hexplate": "3073", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Statikk Shiv": "3087", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Lich Bane": "3100", "Banshee's Veil": "3102", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Malignance": "3118", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Cryptbloom": "3137", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Scout's Slingshot": "3144", "Hextech Alternator": "3145", "Haunting Guise": "3147", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Spear of Shojin": "3161", "Morellonomicon": "3165", "Zephyr": "3172", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Locket of the Iron Solari": "3190", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Terminus": "3302", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "World Atlas": "3865", "Runic Compass": "3866", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Dream Maker": "3870", "Zaz'Zak's Realmspike": "3871", "Solstice Sleigh": "3876", "Bloodsong": "3877", "Fire at Will500 Silver Serpents": "3901", "Death's Daughter500 Silver Serpents": "3902", "Raise Morale500 Silver Serpents": "3903", "Oblivion Orb": "3916", "Imperial Mandate": "4005", "Force of Nature": "4401", "Horizon Focus": "4628", "Cosmic Drive": "4629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "4633", "Leeching Leer": "4635", "Night Harvester": "4636", "Demonic Embrace": "4637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Shadowflame": "4645", "Stormsurge": "4646", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Sundered Sky": "6610", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Echoes of Helia": "6620", "Dawncore": "6621", "Stridebreaker": "6631", "Liandry's Torment": "6653", "Luden's Companion": "6655", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Hollow Radiance": "6664", "Jak'Sho, The Protean": "6665", "Noonquiver": "6670", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Flickerblade": "6675", "The Collector": "6676", "Rectrix": "6690", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Hubris": "6697", "Profane Hydra": "6698", "Voltaic Cyclosword": "6699", "Opportunity": "6701", "Syzygy": "7001", "Rabadon's Deathcrown": "7003", "Enmity of the Masses": "7004", "Frozen Fist": "7005", "Typhoon": "7006", "Swordnado": "7007", "Ataraxia": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Force of Arms": "7013", "Dreamshatter": "7016", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Certainty": "7022", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Infinite Convergence": "7028", "Youmuu's Wake": "7029", "Seething Sorrow": "7030", "Edge of Finality": "7031", "Flicker": "7032", "Cry of the Shrieking City": "7033", "Hope Adrift": "7034", "Daybreak": "7035", "T.U.R.B.O.": "7036", "Obsidian Cleaver": "7037", "Shojin's Resolve": "7038", "Heavensfall": "7039", "Wyrmfallen Sacrifice": "7041", "The Baron's Gift": "7042", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
|