lol-constants 2.3.1 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +17 -0
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +1 -1
- package/assets/constants/Champion.d.ts +164 -164
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +1051 -647
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +1 -1
- package/assets/constants/LegendaryItemNames.js +4 -4
- package/assets/constants/MythicItemNames.d.ts +1 -1
- package/assets/constants/MythicItemNames.js +34 -3
- package/assets/constants/RunesReforged.d.ts +1 -1
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/Summoner.d.ts +2 -2
- package/assets/constants/Summoner.js +1 -1
- package/assets/scripts/constants/RuneIdComment.d.ts +1 -1
- package/assets/scripts/constants/RuneIdComment.js +14 -6
- package/assets/scripts/generate-all.d.ts +3 -3
- package/assets/scripts/generate-all.js +3 -3
- package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-ids-num.js +23 -0
- package/assets/scripts/generate-non-stat-rune-ids.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-ids.js +24 -0
- package/assets/scripts/generate-non-stat-rune-names.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-names.js +22 -0
- package/assets/scripts/generate-rune-sets-by-rune-names-num.js +16 -11
- package/assets/scripts/generate-rune-sets-by-rune-names.js +11 -11
- package/assets/scripts/generate-rune-sets.js +11 -11
- package/core/constants/Continents.d.ts +8 -0
- package/core/constants/Continents.js +13 -0
- package/core/constants/DataDragonUrls.d.ts +11 -0
- package/core/constants/DataDragonUrls.js +14 -2
- package/core/constants/Items/ItemKeys.d.ts +10 -0
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +10 -0
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +10 -0
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +33 -3
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +33 -3
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Locales.d.ts +29 -1
- package/core/constants/Locales.js +29 -1
- package/core/constants/MapIds.d.ts +17 -0
- package/core/constants/MapIds.js +22 -0
- package/core/constants/ParticipantIds.d.ts +14 -0
- package/core/constants/ParticipantIds.js +19 -0
- package/core/constants/PlatformApiUris.d.ts +20 -0
- package/core/constants/PlatformApiUris.js +25 -0
- package/core/constants/PlatformIds.d.ts +8 -0
- package/core/constants/PlatformIds.js +11 -1
- package/core/constants/QueueIds.d.ts +56 -0
- package/core/constants/QueueIds.js +61 -0
- package/core/constants/RegionalApiUris.d.ts +8 -0
- package/core/constants/RegionalApiUris.js +13 -0
- package/core/constants/Regions.d.ts +8 -0
- package/core/constants/Regions.js +11 -8
- package/core/constants/Runes/NonStatRuneIds.d.ts +88 -0
- package/core/constants/Runes/NonStatRuneIds.js +4 -0
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +66 -0
- package/core/constants/Runes/NonStatRuneIdsNum.js +4 -0
- package/core/constants/Runes/NonStatRuneNames.d.ts +66 -0
- package/core/constants/Runes/NonStatRuneNames.js +4 -0
- package/core/constants/Runes/RuneSets.d.ts +2 -2
- package/core/constants/Runes/RuneSets.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +30 -14
- package/core/constants/Runes/RuneSetsByRuneNames.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +48 -2
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +3 -3
- package/core/constants/Runes/TreeRuneIds.d.ts +5 -5
- package/core/constants/SkillSlots.d.ts +1 -1
- package/core/constants/SkillSlots.js +1 -1
- package/core/constants/TeamIds.d.ts +6 -0
- package/core/constants/TeamIds.js +11 -0
- package/core/helpers/Champions/isChampionKeyNum.d.ts +2 -0
- package/core/helpers/Champions/isChampionKeyNum.js +8 -0
- package/core/helpers/Items/isItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isItemKeyNum.js +8 -0
- package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +3 -0
- package/core/helpers/Runes/getNonStatRuneIdByName.js +8 -0
- package/core/helpers/Runes/getNonStatRuneNameById.d.ts +3 -0
- package/core/helpers/Runes/getNonStatRuneNameById.js +8 -0
- package/core/helpers/Runes/isDominationRuneId.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneId.js +8 -0
- package/core/helpers/Runes/isDominationRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneIdNum.js +8 -0
- package/core/helpers/Runes/isDominationRuneName.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneName.js +8 -0
- package/core/helpers/Runes/isInspirationRuneId.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneId.js +8 -0
- package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneIdNum.js +8 -0
- package/core/helpers/Runes/isInspirationRuneName.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneName.js +8 -0
- package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isKeystoneRuneIdNum.js +8 -0
- package/core/helpers/Runes/isKeystoneRuneName.d.ts +2 -0
- package/core/helpers/Runes/isKeystoneRuneName.js +8 -0
- package/core/helpers/Runes/isNonStatRuneId.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneId.js +8 -0
- package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneIdNum.js +8 -0
- package/core/helpers/Runes/isNonStatRuneName.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneName.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneId.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneId.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneIdNum.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneName.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneName.js +8 -0
- package/core/helpers/Runes/isResolveRuneId.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneId.js +8 -0
- package/core/helpers/Runes/isResolveRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneIdNum.js +8 -0
- package/core/helpers/Runes/isResolveRuneName.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneName.js +8 -0
- package/core/helpers/Runes/isRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isRuneIdNum.js +8 -0
- package/core/helpers/Runes/isSorceryRuneId.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneId.js +8 -0
- package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneIdNum.js +8 -0
- package/core/helpers/Runes/isSorceryRuneName.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneName.js +8 -0
- package/core/helpers/Runes/isStatRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isStatRuneIdNum.js +8 -0
- package/core/helpers/Spells/isSpellKeyNum.d.ts +2 -0
- package/core/helpers/Spells/isSpellKeyNum.js +8 -0
- package/core/index.d.ts +33 -12
- package/core/index.js +33 -12
- package/core/types/types.d.ts +199 -82
- package/package.json +1 -1
@@ -11,6 +11,9 @@ require("./generate-champion-names");
|
|
11
11
|
require("./generate-item-keys-num");
|
12
12
|
require("./generate-item-keys");
|
13
13
|
require("./generate-item-names");
|
14
|
+
require("./generate-non-stat-rune-ids-num");
|
15
|
+
require("./generate-non-stat-rune-ids");
|
16
|
+
require("./generate-non-stat-rune-names");
|
14
17
|
// import './generate-rune-ids'
|
15
18
|
// import './generate-rune-names'
|
16
19
|
require("./generate-rune-picking-relationships");
|
@@ -24,6 +27,3 @@ require("./generate-spell-keys");
|
|
24
27
|
require("./generate-spell-names");
|
25
28
|
// import './generate-stat-rune-ids'
|
26
29
|
// import './generate-stat-rune-names'
|
27
|
-
require("./generate-tree-rune-ids-num");
|
28
|
-
require("./generate-tree-rune-ids");
|
29
|
-
require("./generate-tree-rune-names");
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const RunesReforged_1 = require("../constants/RunesReforged");
|
4
|
+
const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
5
|
+
(async () => {
|
6
|
+
const runeIds = {};
|
7
|
+
// Construct the new data and assign it to product object
|
8
|
+
for (const runeTree of RunesReforged_1.RunesReforged) {
|
9
|
+
for (const { runes } of runeTree.slots) {
|
10
|
+
for (const rune of runes) {
|
11
|
+
runeIds[rune.name] = rune.id;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
// Write to file
|
16
|
+
const constName = 'NonStatRuneIdsNum';
|
17
|
+
const typeName = 'NonStatRuneIdNum';
|
18
|
+
(0, writeToTmpFile_1.writeToTmpFile)(constName, {
|
19
|
+
constName,
|
20
|
+
typeName,
|
21
|
+
json: runeIds,
|
22
|
+
});
|
23
|
+
})();
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,24 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const RunesReforged_1 = require("../constants/RunesReforged");
|
4
|
+
const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
5
|
+
const RuneIdComment_1 = require("./constants/RuneIdComment");
|
6
|
+
(async () => {
|
7
|
+
const runeIds = {};
|
8
|
+
// Construct the new data and assign it to product object
|
9
|
+
for (const runeTree of RunesReforged_1.RunesReforged) {
|
10
|
+
for (const { runes } of runeTree.slots) {
|
11
|
+
for (const rune of runes) {
|
12
|
+
runeIds[rune.name] = String(rune.id);
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
16
|
+
// Write to file
|
17
|
+
const constName = 'NonStatRuneIds';
|
18
|
+
(0, writeToTmpFile_1.writeToTmpFile)(constName, {
|
19
|
+
constName,
|
20
|
+
includeAutoTypeName: true,
|
21
|
+
typeComment: RuneIdComment_1.RuneIdComment,
|
22
|
+
json: runeIds,
|
23
|
+
});
|
24
|
+
})();
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const RunesReforged_1 = require("../constants/RunesReforged");
|
4
|
+
const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
5
|
+
(async () => {
|
6
|
+
const runeNames = {};
|
7
|
+
// Construct the new data and assign it to product object
|
8
|
+
for (const runeTree of RunesReforged_1.RunesReforged) {
|
9
|
+
for (const { runes } of runeTree.slots) {
|
10
|
+
for (const rune of runes) {
|
11
|
+
runeNames[rune.id] = rune.name;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
// Write to file
|
16
|
+
const constName = 'NonStatRuneNames';
|
17
|
+
(0, writeToTmpFile_1.writeToTmpFile)(constName, {
|
18
|
+
constName,
|
19
|
+
includeAutoTypeName: true,
|
20
|
+
json: runeNames,
|
21
|
+
});
|
22
|
+
})();
|
@@ -2,6 +2,7 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const RunesReforged_1 = require("../constants/RunesReforged");
|
4
4
|
const StatRunesByRow_1 = require("../constants/StatRunesByRow");
|
5
|
+
const RuneIdComment_1 = require("./constants/RuneIdComment");
|
5
6
|
const validateNumber_1 = require("./helpers/validateNumber");
|
6
7
|
const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
7
8
|
(async () => {
|
@@ -11,7 +12,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
11
12
|
SecondaryRuneTrees: {},
|
12
13
|
KeystoneIds: {},
|
13
14
|
StatRuneIds: {},
|
14
|
-
|
15
|
+
RuneHSets: {},
|
15
16
|
StatRuneHSets: {},
|
16
17
|
};
|
17
18
|
const keystoneHSetIdx = 0;
|
@@ -39,12 +40,12 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
39
40
|
if (currentHSetIdx == keystoneHSetIdx) {
|
40
41
|
runeSets.KeystoneIds[runeName] = id;
|
41
42
|
}
|
42
|
-
// Add to
|
43
|
-
if (!(runeTreeName in runeSets.
|
44
|
-
runeSets.
|
45
|
-
if (!runeSets.
|
46
|
-
runeSets.
|
47
|
-
runeSets.
|
43
|
+
// Add to RuneHSets
|
44
|
+
if (!(runeTreeName in runeSets.RuneHSets))
|
45
|
+
runeSets.RuneHSets[runeTreeName] = {};
|
46
|
+
if (!runeSets.RuneHSets[runeTreeName][currentHSetIdx])
|
47
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx] = {};
|
48
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx][runeName] = id;
|
48
49
|
}
|
49
50
|
++currentHSetIdx;
|
50
51
|
}
|
@@ -75,9 +76,13 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
75
76
|
json: runeSets.KeystoneIds,
|
76
77
|
}, {
|
77
78
|
constName: 'StatRuneIdsNum',
|
79
|
+
typeName: 'StatRuneIdNum',
|
80
|
+
typeComment: RuneIdComment_1.RuneIdComment,
|
78
81
|
json: runeSets.StatRuneIds,
|
79
82
|
}, {
|
80
83
|
constName: 'RuneIdsNum',
|
84
|
+
typeName: 'RuneIdNum',
|
85
|
+
typeComment: RuneIdComment_1.RuneIdComment,
|
81
86
|
json: {
|
82
87
|
1: '...PrimaryRuneTreesByRuneNamesNum.Precision',
|
83
88
|
2: '...PrimaryRuneTreesByRuneNamesNum.Domination',
|
@@ -88,8 +93,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
88
93
|
},
|
89
94
|
keysToEscape: [1, 2, 3, 4, 5, 6],
|
90
95
|
}, {
|
91
|
-
constName: '
|
92
|
-
json: runeSets.
|
96
|
+
constName: 'RuneHSetsByRuneNamesNum',
|
97
|
+
json: runeSets.RuneHSets,
|
93
98
|
}, {
|
94
99
|
constName: 'StatRuneHSetsByRuneNamesNum',
|
95
100
|
json: runeSets.StatRuneHSets,
|
@@ -102,7 +107,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
102
107
|
'KeystoneIdsNum': 'KeystoneIdsNum',
|
103
108
|
'StatRuneIdsNum': 'StatRuneIdsNum',
|
104
109
|
'RuneIdsNum': 'RuneIdsNum',
|
105
|
-
'
|
110
|
+
'RuneHSetsByRuneNamesNum': 'RuneHSetsByRuneNamesNum',
|
106
111
|
'StatRuneHSetsByRuneNamesNum': 'StatRuneHSetsByRuneNamesNum',
|
107
112
|
},
|
108
113
|
keysToEscape: [
|
@@ -111,7 +116,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
111
116
|
'KeystoneIdsNum',
|
112
117
|
'StatRuneIdsNum',
|
113
118
|
'RuneIdsNum',
|
114
|
-
'
|
119
|
+
'RuneHSetsByRuneNamesNum',
|
115
120
|
'StatRuneHSetsByRuneNamesNum',
|
116
121
|
],
|
117
122
|
});
|
@@ -11,7 +11,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
11
11
|
SecondaryRuneTrees: {},
|
12
12
|
KeystoneIds: {},
|
13
13
|
StatRuneIds: {},
|
14
|
-
|
14
|
+
RuneHSets: {},
|
15
15
|
StatRuneHSets: {},
|
16
16
|
};
|
17
17
|
const keystoneHSetIdx = 0;
|
@@ -39,12 +39,12 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
39
39
|
if (currentHSetIdx == keystoneHSetIdx) {
|
40
40
|
runeSets.KeystoneIds[runeName] = String(id);
|
41
41
|
}
|
42
|
-
// Add to
|
43
|
-
if (!(runeTreeName in runeSets.
|
44
|
-
runeSets.
|
45
|
-
if (!runeSets.
|
46
|
-
runeSets.
|
47
|
-
runeSets.
|
42
|
+
// Add to RuneHSets
|
43
|
+
if (!(runeTreeName in runeSets.RuneHSets))
|
44
|
+
runeSets.RuneHSets[runeTreeName] = {};
|
45
|
+
if (!runeSets.RuneHSets[runeTreeName][currentHSetIdx])
|
46
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx] = {};
|
47
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx][runeName] = String(id);
|
48
48
|
}
|
49
49
|
++currentHSetIdx;
|
50
50
|
}
|
@@ -91,8 +91,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
91
91
|
},
|
92
92
|
keysToEscape: [1, 2, 3, 4, 5, 6],
|
93
93
|
}, {
|
94
|
-
constName: '
|
95
|
-
json: runeSets.
|
94
|
+
constName: 'RuneHSetsByRuneNames',
|
95
|
+
json: runeSets.RuneHSets,
|
96
96
|
}, {
|
97
97
|
constName: 'StatRuneHSetsByRuneNames',
|
98
98
|
json: runeSets.StatRuneHSets,
|
@@ -105,7 +105,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
105
105
|
'KeystoneIds': 'KeystoneIds',
|
106
106
|
'StatRuneIds': 'StatRuneIds',
|
107
107
|
'RuneIds': 'RuneIds',
|
108
|
-
'
|
108
|
+
'RuneHSetsByRuneNames': 'RuneHSetsByRuneNames',
|
109
109
|
'StatRuneHSetsByRuneNames': 'StatRuneHSetsByRuneNames',
|
110
110
|
},
|
111
111
|
keysToEscape: [
|
@@ -114,7 +114,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
114
114
|
'KeystoneIds',
|
115
115
|
'StatRuneIds',
|
116
116
|
'RuneIds',
|
117
|
-
'
|
117
|
+
'RuneHSetsByRuneNames',
|
118
118
|
'StatRuneHSetsByRuneNames',
|
119
119
|
],
|
120
120
|
});
|
@@ -10,7 +10,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
10
10
|
SecondaryRuneTrees: {},
|
11
11
|
KeystoneNames: {},
|
12
12
|
StatRuneNames: {},
|
13
|
-
|
13
|
+
RuneHSets: {},
|
14
14
|
StatRuneHSets: {},
|
15
15
|
};
|
16
16
|
const keystoneHSetIdx = 0;
|
@@ -38,12 +38,12 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
38
38
|
if (currentHSetIdx == keystoneHSetIdx) {
|
39
39
|
runeSets.KeystoneNames[id] = runeName;
|
40
40
|
}
|
41
|
-
// Add to
|
42
|
-
if (!(runeTreeName in runeSets.
|
43
|
-
runeSets.
|
44
|
-
if (!runeSets.
|
45
|
-
runeSets.
|
46
|
-
runeSets.
|
41
|
+
// Add to RuneHSets
|
42
|
+
if (!(runeTreeName in runeSets.RuneHSets))
|
43
|
+
runeSets.RuneHSets[runeTreeName] = {};
|
44
|
+
if (!runeSets.RuneHSets[runeTreeName][currentHSetIdx])
|
45
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx] = {};
|
46
|
+
runeSets.RuneHSets[runeTreeName][currentHSetIdx][id] = runeName;
|
47
47
|
}
|
48
48
|
++currentHSetIdx;
|
49
49
|
}
|
@@ -88,8 +88,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
88
88
|
},
|
89
89
|
keysToEscape: [1, 2, 3, 4, 5, 6],
|
90
90
|
}, {
|
91
|
-
constName: '
|
92
|
-
json: runeSets.
|
91
|
+
constName: 'RuneHSets',
|
92
|
+
json: runeSets.RuneHSets,
|
93
93
|
}, {
|
94
94
|
constName: 'StatRuneHSets',
|
95
95
|
json: runeSets.StatRuneHSets,
|
@@ -102,7 +102,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
102
102
|
'KeystoneNames': 'KeystoneNames',
|
103
103
|
'StatRuneNames': 'StatRuneNames',
|
104
104
|
'RuneNames': 'RuneNames',
|
105
|
-
'
|
105
|
+
'RuneHSets': 'RuneHSets',
|
106
106
|
'StatRuneHSets': 'StatRuneHSets',
|
107
107
|
},
|
108
108
|
keysToEscape: [
|
@@ -111,7 +111,7 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
|
|
111
111
|
'KeystoneNames',
|
112
112
|
'StatRuneNames',
|
113
113
|
'RuneNames',
|
114
|
-
'
|
114
|
+
'RuneHSets',
|
115
115
|
'StatRuneHSets',
|
116
116
|
],
|
117
117
|
});
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export declare const Continents: {
|
2
|
+
readonly AMERICAS: "AMERICAS";
|
3
|
+
readonly ASIA: "ASIA";
|
4
|
+
readonly EUROPE: "EUROPE";
|
5
|
+
readonly SEA: "SEA";
|
6
|
+
};
|
7
|
+
export type Continent = typeof Continents[keyof typeof Continents];
|
8
|
+
export declare function isContinent(value: any): value is Continent;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isContinent = exports.Continents = void 0;
|
4
|
+
exports.Continents = {
|
5
|
+
'AMERICAS': 'AMERICAS',
|
6
|
+
'ASIA': 'ASIA',
|
7
|
+
'EUROPE': 'EUROPE',
|
8
|
+
'SEA': 'SEA',
|
9
|
+
};
|
10
|
+
function isContinent(value) {
|
11
|
+
return typeof value == 'string' && value in exports.Continents;
|
12
|
+
}
|
13
|
+
exports.isContinent = isContinent;
|
@@ -26,6 +26,14 @@ export declare const DataDragonUrls: {
|
|
26
26
|
* Append with `/1001.png` (`/{itemId}.png`).
|
27
27
|
*/
|
28
28
|
readonly ITEM_ICON_BASE: `${string}/img/item`;
|
29
|
+
/**
|
30
|
+
* Append with `/MonkeyKing.json` (`/{championId}.json`).
|
31
|
+
*/
|
32
|
+
readonly CHAMPION_BASE: `${string}/data/en_US/champion`;
|
33
|
+
readonly CHAMPION: `${string}/data/en_US/champion.json`;
|
34
|
+
readonly ITEM: `${string}/data/en_US/item.json`;
|
35
|
+
readonly RUNES_REFORGED: `${string}/data/en_US/runesReforged.json`;
|
36
|
+
readonly SUMMONER: `${string}/data/en_US/summoner.json`;
|
29
37
|
/**
|
30
38
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods
|
31
39
|
*/
|
@@ -34,5 +42,8 @@ export declare const DataDragonUrls: {
|
|
34
42
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles
|
35
43
|
*/
|
36
44
|
readonly TREE_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles`;
|
45
|
+
/**
|
46
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-fe-lol-static-assets/global/default/svg
|
47
|
+
*/
|
37
48
|
readonly POSITION_ICON_BASE: `${string}/plugins/rcp-fe-lol-static-assets/global/default/svg`;
|
38
49
|
};
|
@@ -1,10 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DataDragonUrls = void 0;
|
4
|
-
const version = '13.
|
4
|
+
const version = '13.10.1';
|
5
|
+
const cdragonVersion = '13.10';
|
5
6
|
const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
|
6
|
-
const cdragonVersion = '13.9';
|
7
7
|
const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
|
8
|
+
const locale = 'en_US';
|
8
9
|
/**
|
9
10
|
* Data Dragon CDN Paths.
|
10
11
|
*/
|
@@ -33,6 +34,14 @@ exports.DataDragonUrls = {
|
|
33
34
|
* Append with `/1001.png` (`/{itemId}.png`).
|
34
35
|
*/
|
35
36
|
ITEM_ICON_BASE: `${base}/img/item`,
|
37
|
+
/**
|
38
|
+
* Append with `/MonkeyKing.json` (`/{championId}.json`).
|
39
|
+
*/
|
40
|
+
CHAMPION_BASE: `${base}/data/${locale}/champion`,
|
41
|
+
CHAMPION: `${base}/data/${locale}/champion.json`,
|
42
|
+
ITEM: `${base}/data/${locale}/item.json`,
|
43
|
+
RUNES_REFORGED: `${base}/data/${locale}/runesReforged.json`,
|
44
|
+
SUMMONER: `${base}/data/${locale}/summoner.json`,
|
36
45
|
/**
|
37
46
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods
|
38
47
|
*/
|
@@ -41,5 +50,8 @@ exports.DataDragonUrls = {
|
|
41
50
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles
|
42
51
|
*/
|
43
52
|
TREE_RUNE_ICON_BASE: `${cdragonBase}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles`,
|
53
|
+
/**
|
54
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-fe-lol-static-assets/global/default/svg
|
55
|
+
*/
|
44
56
|
POSITION_ICON_BASE: `${cdragonBase}/plugins/rcp-fe-lol-static-assets/global/default/svg`,
|
45
57
|
};
|
@@ -50,6 +50,7 @@ export declare const ItemKeys: {
|
|
50
50
|
readonly "Health Potion": "2003";
|
51
51
|
readonly "Total Biscuit of Everlasting Will": "2010";
|
52
52
|
readonly "Kircheis Shard": "2015";
|
53
|
+
readonly "Steel Sigil": "2019";
|
53
54
|
readonly "Refillable Potion": "2031";
|
54
55
|
readonly "Corrupting Potion": "2033";
|
55
56
|
readonly "Guardian's Horn": "2051";
|
@@ -71,7 +72,9 @@ export declare const ItemKeys: {
|
|
71
72
|
readonly "Berserker's Greaves": "3006";
|
72
73
|
readonly "Boots of Swiftness": "3009";
|
73
74
|
readonly "Chemtech Putrifier": "3011";
|
75
|
+
readonly "Chalice of Blessing": "3012";
|
74
76
|
readonly "Sorcerer's Shoes": "3020";
|
77
|
+
readonly "Lifewell Pendant": "3023";
|
75
78
|
readonly "Glacial Buckler": "3024";
|
76
79
|
readonly "Guardian Angel": "3026";
|
77
80
|
readonly "Infinity Edge": "3031";
|
@@ -105,6 +108,7 @@ export declare const ItemKeys: {
|
|
105
108
|
readonly Heartsteel: "3084";
|
106
109
|
readonly "Runaan's Hurricane": "3085";
|
107
110
|
readonly Zeal: "3086";
|
111
|
+
readonly "Statikk Shiv": "3087";
|
108
112
|
readonly "Rabadon's Deathcap": "3089";
|
109
113
|
readonly "Wit's End": "3091";
|
110
114
|
readonly "Rapid Firecannon": "3094";
|
@@ -205,6 +209,7 @@ export declare const ItemKeys: {
|
|
205
209
|
readonly "Chempunk Chainsword": "6609";
|
206
210
|
readonly "Staff of Flowing Water": "6616";
|
207
211
|
readonly "Moonstone Renewer": "6617";
|
212
|
+
readonly "Echoes of Helia": "6620";
|
208
213
|
readonly Goredrinker: "6630";
|
209
214
|
readonly Stridebreaker: "6631";
|
210
215
|
readonly "Divine Sunderer": "6632";
|
@@ -257,6 +262,11 @@ export declare const ItemKeys: {
|
|
257
262
|
readonly "The Unspoken Parasite": "7026";
|
258
263
|
readonly "Primordial Dawn": "7027";
|
259
264
|
readonly "Infinite Convergence": "7028";
|
265
|
+
readonly "Youmuu's Wake": "7029";
|
266
|
+
readonly "Seething Sorrow": "7030";
|
267
|
+
readonly "Edge of Finality": "7031";
|
268
|
+
readonly Flicker: "7032";
|
269
|
+
readonly "Cry of the Shrieking City": "7033";
|
260
270
|
readonly "Gangplank Placeholder": "7050";
|
261
271
|
readonly "Anathema's Chains": "8001";
|
262
272
|
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", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "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", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "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", "Kircheis Shard": "2015", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "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", "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", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "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", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "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", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "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", "The Golden Spatula": "4403", "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", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Frozen Fist": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
|
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", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "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", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "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", "Kircheis Shard": "2015", "Steel Sigil": "2019", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Chalice of Blessing": "3012", "Sorcerer's Shoes": "3020", "Lifewell Pendant": "3023", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "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", "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", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "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", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "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", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "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", "The Golden Spatula": "4403", "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", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Echoes of Helia": "6620", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Frozen Fist": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Youmuu's Wake": "7029", "Seething Sorrow": "7030", "Edge of Finality": "7031", "Flicker": "7032", "Cry of the Shrieking City": "7033", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
|
@@ -50,6 +50,7 @@ export declare const ItemKeysNum: {
|
|
50
50
|
readonly "Health Potion": 2003;
|
51
51
|
readonly "Total Biscuit of Everlasting Will": 2010;
|
52
52
|
readonly "Kircheis Shard": 2015;
|
53
|
+
readonly "Steel Sigil": 2019;
|
53
54
|
readonly "Refillable Potion": 2031;
|
54
55
|
readonly "Corrupting Potion": 2033;
|
55
56
|
readonly "Guardian's Horn": 2051;
|
@@ -71,7 +72,9 @@ export declare const ItemKeysNum: {
|
|
71
72
|
readonly "Berserker's Greaves": 3006;
|
72
73
|
readonly "Boots of Swiftness": 3009;
|
73
74
|
readonly "Chemtech Putrifier": 3011;
|
75
|
+
readonly "Chalice of Blessing": 3012;
|
74
76
|
readonly "Sorcerer's Shoes": 3020;
|
77
|
+
readonly "Lifewell Pendant": 3023;
|
75
78
|
readonly "Glacial Buckler": 3024;
|
76
79
|
readonly "Guardian Angel": 3026;
|
77
80
|
readonly "Infinity Edge": 3031;
|
@@ -105,6 +108,7 @@ export declare const ItemKeysNum: {
|
|
105
108
|
readonly Heartsteel: 3084;
|
106
109
|
readonly "Runaan's Hurricane": 3085;
|
107
110
|
readonly Zeal: 3086;
|
111
|
+
readonly "Statikk Shiv": 3087;
|
108
112
|
readonly "Rabadon's Deathcap": 3089;
|
109
113
|
readonly "Wit's End": 3091;
|
110
114
|
readonly "Rapid Firecannon": 3094;
|
@@ -205,6 +209,7 @@ export declare const ItemKeysNum: {
|
|
205
209
|
readonly "Chempunk Chainsword": 6609;
|
206
210
|
readonly "Staff of Flowing Water": 6616;
|
207
211
|
readonly "Moonstone Renewer": 6617;
|
212
|
+
readonly "Echoes of Helia": 6620;
|
208
213
|
readonly Goredrinker: 6630;
|
209
214
|
readonly Stridebreaker: 6631;
|
210
215
|
readonly "Divine Sunderer": 6632;
|
@@ -257,6 +262,11 @@ export declare const ItemKeysNum: {
|
|
257
262
|
readonly "The Unspoken Parasite": 7026;
|
258
263
|
readonly "Primordial Dawn": 7027;
|
259
264
|
readonly "Infinite Convergence": 7028;
|
265
|
+
readonly "Youmuu's Wake": 7029;
|
266
|
+
readonly "Seething Sorrow": 7030;
|
267
|
+
readonly "Edge of Finality": 7031;
|
268
|
+
readonly Flicker: 7032;
|
269
|
+
readonly "Cry of the Shrieking City": 7033;
|
260
270
|
readonly "Gangplank Placeholder": 7050;
|
261
271
|
readonly "Anathema's Chains": 8001;
|
262
272
|
readonly "Abyssal Mask": 8020;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ItemKeysNum = void 0;
|
4
|
-
exports.ItemKeysNum = { "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, "Emberknife": 1035, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "Hailblade": 1039, "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, "Eye of the Herald": 3513, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "Vanguard": 1504, "Lightning Rod": 1505, "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, "Kircheis Shard": 2015, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Guardian's Horn": 2051, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Minion Dematerializer": 2403, "Commencing Stopwatch": 2419, "Stopwatch": 2420, "Broken Stopwatch": 2424, "Slightly Magical Footwear": 2422, "Perfectly Timed Stopwatch": 2423, "Evenshroud": 3001, "Archangel's Staff": 3003, "Manamune": 3004, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Chemtech Putrifier": 3011, "Sorcerer's Shoes": 3020, "Glacial Buckler": 3024, "Guardian Angel": 3026, "Infinity Edge": 3031, "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, "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, "Rabadon's Deathcap": 3089, "Wit's End": 3091, "Rapid Firecannon": 3094, "Stormrazor": 3095, "Lich Bane": 3100, "Banshee's Veil": 3102, "Aegis of the Legion": 3105, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Guardian's Orb": 3112, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Hextech Alternator": 3145, "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, "Guardian's Blade": 3177, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Guardian's Hammer": 3184, "Locket of the Iron Solari": 3190, "Seeker's Armguard": 3191, "Gargoyle Stoneplate": 3193, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "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, "Spellthief's Edge": 3850, "Frostfang": 3851, "Shard of True Ice": 3853, "Steel Shoulderguards": 3854, "Runesteel Spaulders": 3855, "Pauldrons of Whiterock": 3857, "Relic Shield": 3858, "Targon's Buckler": 3859, "Bulwark of the Mountain": 3860, "Spectral Sickle": 3862, "Harrowing Crescent": 3863, "Black Mist Scythe": 3864, "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, "The Golden Spatula": 4403, "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, "Crown of the Shattered Queen": 4644, "Shadowflame": 4645, "Ironspike Whip": 6029, "Silvermere Dawn": 6035, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Goredrinker": 6630, "Stridebreaker": 6631, "Divine Sunderer": 6632, "Liandry's Anguish": 6653, "Luden's Tempest": 6655, "Everfrost": 6656, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Turbo Chemtank": 6664, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Noonquiver": 6670, "Galeforce": 6671, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Quickblades": 6675, "The Collector": 6676, "Rageknife": 6677, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Sandshrike's Claw": 7000, "Syzygy": 7001, "Draktharr's Shadowcarver": 7002, "Frozen Fist": 7005, "Typhoon": 7006, "Wyrmfallen Sacrifice": 7007, "Bloodward": 7008, "Icathia's Curse": 7009, "Vespertide": 7010, "Upgraded Aeropack": 7011, "Liandry's Lament": 7012, "Eye of Luden": 7013, "Eternal Winter": 7014, "Ceaseless Hunger": 7015, "Dreamshatter": 7016, "Deicide": 7017, "Infinity Force": 7018, "Reliquary of the Golden Dawn": 7019, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seat of Command": 7022, "Equinox": 7023, "Caesura": 7024, "Leviathan": 7025, "The Unspoken Parasite": 7026, "Primordial Dawn": 7027, "Infinite Convergence": 7028, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };
|
4
|
+
exports.ItemKeysNum = { "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, "Emberknife": 1035, "Long Sword": 1036, "Pickaxe": 1037, "B. F. Sword": 1038, "Hailblade": 1039, "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, "Eye of the Herald": 3513, "Penetrating Bullets": 1500, "Fortification": 1521, "Reinforced Armor": 1506, "Warden's Eye": 1503, "Vanguard": 1504, "Lightning Rod": 1505, "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, "Kircheis Shard": 2015, "Steel Sigil": 2019, "Refillable Potion": 2031, "Corrupting Potion": 2033, "Guardian's Horn": 2051, "Poro-Snax": 2052, "Control Ward": 2055, "Shurelya's Battlesong": 2065, "Elixir of Iron": 2138, "Elixir of Sorcery": 2139, "Elixir of Wrath": 2140, "Minion Dematerializer": 2403, "Commencing Stopwatch": 2419, "Stopwatch": 2420, "Broken Stopwatch": 2424, "Slightly Magical Footwear": 2422, "Perfectly Timed Stopwatch": 2423, "Evenshroud": 3001, "Archangel's Staff": 3003, "Manamune": 3004, "Berserker's Greaves": 3006, "Boots of Swiftness": 3009, "Chemtech Putrifier": 3011, "Chalice of Blessing": 3012, "Sorcerer's Shoes": 3020, "Lifewell Pendant": 3023, "Glacial Buckler": 3024, "Guardian Angel": 3026, "Infinity Edge": 3031, "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, "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, "Stormrazor": 3095, "Lich Bane": 3100, "Banshee's Veil": 3102, "Aegis of the Legion": 3105, "Redemption": 3107, "Fiendish Codex": 3108, "Knight's Vow": 3109, "Frozen Heart": 3110, "Mercury's Treads": 3111, "Guardian's Orb": 3112, "Aether Wisp": 3113, "Forbidden Idol": 3114, "Nashor's Tooth": 3115, "Rylai's Crystal Scepter": 3116, "Mobility Boots": 3117, "Winter's Approach": 3119, "Fimbulwinter": 3121, "Executioner's Calling": 3123, "Guinsoo's Rageblade": 3124, "Caulfield's Warhammer": 3133, "Serrated Dirk": 3134, "Void Staff": 3135, "Mercurial Scimitar": 3139, "Quicksilver Sash": 3140, "Youmuu's Ghostblade": 3142, "Randuin's Omen": 3143, "Hextech Alternator": 3145, "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, "Guardian's Blade": 3177, "Umbral Glaive": 3179, "Hullbreaker": 3181, "Guardian's Hammer": 3184, "Locket of the Iron Solari": 3190, "Seeker's Armguard": 3191, "Gargoyle Stoneplate": 3193, "Spectre's Cowl": 3211, "Mikael's Blessing": 3222, "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, "Spellthief's Edge": 3850, "Frostfang": 3851, "Shard of True Ice": 3853, "Steel Shoulderguards": 3854, "Runesteel Spaulders": 3855, "Pauldrons of Whiterock": 3857, "Relic Shield": 3858, "Targon's Buckler": 3859, "Bulwark of the Mountain": 3860, "Spectral Sickle": 3862, "Harrowing Crescent": 3863, "Black Mist Scythe": 3864, "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, "The Golden Spatula": 4403, "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, "Crown of the Shattered Queen": 4644, "Shadowflame": 4645, "Ironspike Whip": 6029, "Silvermere Dawn": 6035, "Death's Dance": 6333, "Chempunk Chainsword": 6609, "Staff of Flowing Water": 6616, "Moonstone Renewer": 6617, "Echoes of Helia": 6620, "Goredrinker": 6630, "Stridebreaker": 6631, "Divine Sunderer": 6632, "Liandry's Anguish": 6653, "Luden's Tempest": 6655, "Everfrost": 6656, "Rod of Ages": 6657, "Bami's Cinder": 6660, "Iceborn Gauntlet": 6662, "Turbo Chemtank": 6664, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Noonquiver": 6670, "Galeforce": 6671, "Kraken Slayer": 6672, "Immortal Shieldbow": 6673, "Navori Quickblades": 6675, "The Collector": 6676, "Rageknife": 6677, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Prowler's Claw": 6693, "Serylda's Grudge": 6694, "Serpent's Fang": 6695, "Axiom Arc": 6696, "Sandshrike's Claw": 7000, "Syzygy": 7001, "Draktharr's Shadowcarver": 7002, "Frozen Fist": 7005, "Typhoon": 7006, "Wyrmfallen Sacrifice": 7007, "Bloodward": 7008, "Icathia's Curse": 7009, "Vespertide": 7010, "Upgraded Aeropack": 7011, "Liandry's Lament": 7012, "Eye of Luden": 7013, "Eternal Winter": 7014, "Ceaseless Hunger": 7015, "Dreamshatter": 7016, "Deicide": 7017, "Infinity Force": 7018, "Reliquary of the Golden Dawn": 7019, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seat of Command": 7022, "Equinox": 7023, "Caesura": 7024, "Leviathan": 7025, "The Unspoken Parasite": 7026, "Primordial Dawn": 7027, "Infinite Convergence": 7028, "Youmuu's Wake": 7029, "Seething Sorrow": 7030, "Edge of Finality": 7031, "Flicker": 7032, "Cry of the Shrieking City": 7033, "Gangplank Placeholder": 7050, "Anathema's Chains": 8001, "Abyssal Mask": 8020 };
|
@@ -55,6 +55,7 @@ export declare const ItemNames: {
|
|
55
55
|
readonly "2003": "Health Potion";
|
56
56
|
readonly "2010": "Total Biscuit of Everlasting Will";
|
57
57
|
readonly "2015": "Kircheis Shard";
|
58
|
+
readonly "2019": "Steel Sigil";
|
58
59
|
readonly "2031": "Refillable Potion";
|
59
60
|
readonly "2033": "Corrupting Potion";
|
60
61
|
readonly "2051": "Guardian's Horn";
|
@@ -77,7 +78,9 @@ export declare const ItemNames: {
|
|
77
78
|
readonly "3006": "Berserker's Greaves";
|
78
79
|
readonly "3009": "Boots of Swiftness";
|
79
80
|
readonly "3011": "Chemtech Putrifier";
|
81
|
+
readonly "3012": "Chalice of Blessing";
|
80
82
|
readonly "3020": "Sorcerer's Shoes";
|
83
|
+
readonly "3023": "Lifewell Pendant";
|
81
84
|
readonly "3024": "Glacial Buckler";
|
82
85
|
readonly "3026": "Guardian Angel";
|
83
86
|
readonly "3031": "Infinity Edge";
|
@@ -111,6 +114,7 @@ export declare const ItemNames: {
|
|
111
114
|
readonly "3084": "Heartsteel";
|
112
115
|
readonly "3085": "Runaan's Hurricane";
|
113
116
|
readonly "3086": "Zeal";
|
117
|
+
readonly "3087": "Statikk Shiv";
|
114
118
|
readonly "3089": "Rabadon's Deathcap";
|
115
119
|
readonly "3091": "Wit's End";
|
116
120
|
readonly "3094": "Rapid Firecannon";
|
@@ -213,6 +217,7 @@ export declare const ItemNames: {
|
|
213
217
|
readonly "6609": "Chempunk Chainsword";
|
214
218
|
readonly "6616": "Staff of Flowing Water";
|
215
219
|
readonly "6617": "Moonstone Renewer";
|
220
|
+
readonly "6620": "Echoes of Helia";
|
216
221
|
readonly "6630": "Goredrinker";
|
217
222
|
readonly "6631": "Stridebreaker";
|
218
223
|
readonly "6632": "Divine Sunderer";
|
@@ -265,6 +270,11 @@ export declare const ItemNames: {
|
|
265
270
|
readonly "7026": "The Unspoken Parasite";
|
266
271
|
readonly "7027": "Primordial Dawn";
|
267
272
|
readonly "7028": "Infinite Convergence";
|
273
|
+
readonly "7029": "Youmuu's Wake";
|
274
|
+
readonly "7030": "Seething Sorrow";
|
275
|
+
readonly "7031": "Edge of Finality";
|
276
|
+
readonly "7032": "Flicker";
|
277
|
+
readonly "7033": "Cry of the Shrieking City";
|
268
278
|
readonly "7050": "Gangplank Placeholder";
|
269
279
|
readonly "8001": "Anathema's Chains";
|
270
280
|
readonly "8020": "Abyssal Mask";
|