lol-constants 1.13.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/{Constants → constants}/BootsItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/BootsItemNames.js +21 -17
- package/assets/{Constants → constants}/Champion.d.ts +7668 -7621
- package/assets/constants/Champion.js +4 -0
- package/assets/{Constants → constants}/Item.d.ts +10073 -10073
- package/assets/constants/Item.js +4 -0
- package/assets/{Constants → constants}/LegendaryItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/LegendaryItemNames.js +86 -82
- package/assets/{Constants → constants}/MythicItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/MythicItemNames.js +40 -36
- package/assets/{Constants → constants}/RunesReforged.d.ts +512 -512
- package/assets/{Constants → constants}/RunesReforged.js +4 -4
- package/assets/{Constants → constants}/StatRunes.d.ts +15 -14
- package/assets/{Constants → constants}/StatRunes.js +17 -17
- package/assets/{Constants → constants}/StatRunesByRow.d.ts +20 -20
- package/assets/{Constants → constants}/StatRunesByRow.js +23 -23
- package/assets/{Constants → constants}/Summoner.d.ts +518 -518
- package/assets/{Constants → constants}/Summoner.js +4 -4
- package/assets/index.d.ts +9 -9
- package/assets/index.js +28 -24
- package/assets/scripts/generate-all.d.ts +17 -17
- package/assets/scripts/generate-all.js +19 -19
- package/assets/scripts/generate-categorized-item-keys.d.ts +1 -1
- package/assets/scripts/generate-categorized-item-keys.js +57 -57
- package/assets/scripts/generate-categorized-item-names.d.ts +1 -1
- package/assets/scripts/generate-categorized-item-names.js +57 -57
- package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -1
- package/assets/scripts/generate-champion-ids-by-name.js +17 -17
- package/assets/scripts/generate-champion-ids.d.ts +1 -1
- package/assets/scripts/generate-champion-ids.js +17 -17
- package/assets/scripts/generate-champion-keys.d.ts +1 -1
- package/assets/scripts/generate-champion-keys.js +17 -17
- package/assets/scripts/generate-champion-names.d.ts +1 -1
- package/assets/scripts/generate-champion-names.js +17 -17
- package/assets/scripts/generate-item-keys.d.ts +1 -1
- package/assets/scripts/generate-item-keys.js +18 -18
- package/assets/scripts/generate-item-names.d.ts +1 -1
- package/assets/scripts/generate-item-names.js +18 -18
- package/assets/scripts/generate-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-rune-ids.js +26 -26
- package/assets/scripts/generate-rune-names.d.ts +1 -1
- package/assets/scripts/generate-rune-names.js +26 -26
- package/assets/scripts/generate-rune-picking-relationships.d.ts +1 -1
- package/assets/scripts/generate-rune-picking-relationships.js +54 -54
- package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +1 -1
- package/assets/scripts/generate-rune-sets-by-rune-names.js +116 -116
- package/assets/scripts/generate-rune-sets.d.ts +1 -1
- package/assets/scripts/generate-rune-sets.js +116 -116
- package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -1
- package/assets/scripts/generate-spell-ids-by-name.js +17 -17
- package/assets/scripts/generate-spell-ids.d.ts +1 -1
- package/assets/scripts/generate-spell-ids.js +17 -17
- package/assets/scripts/generate-spell-keys.d.ts +1 -1
- package/assets/scripts/generate-spell-keys.js +17 -17
- package/assets/scripts/generate-spell-names.d.ts +1 -1
- package/assets/scripts/generate-spell-names.js +17 -17
- package/assets/scripts/generate-stat-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-stat-rune-ids.js +17 -17
- package/assets/scripts/generate-stat-rune-names.d.ts +1 -1
- package/assets/scripts/generate-stat-rune-names.js +17 -17
- package/assets/scripts/generate-tree-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-tree-rune-ids.js +19 -19
- package/assets/scripts/generate-tree-rune-names.d.ts +1 -1
- package/assets/scripts/generate-tree-rune-names.js +19 -19
- package/assets/scripts/{Helpers → helpers}/enableEscapedValues.d.ts +15 -15
- package/assets/scripts/{Helpers → helpers}/enableEscapedValues.js +38 -38
- package/assets/scripts/{Helpers → helpers}/getExportStatement.d.ts +6 -6
- package/assets/scripts/{Helpers → helpers}/getExportStatement.js +16 -16
- package/assets/scripts/{Helpers → helpers}/getFmtdComment.d.ts +5 -5
- package/assets/scripts/{Helpers → helpers}/getFmtdComment.js +15 -15
- package/assets/scripts/{Helpers → helpers}/writeToTmpFile.d.ts +8 -8
- package/assets/scripts/{Helpers → helpers}/writeToTmpFile.js +22 -22
- package/core/{Constants → constants}/Champions/ChampionIds.d.ts +165 -164
- package/core/{Constants → constants}/Champions/ChampionIds.js +4 -4
- package/core/{Constants → constants}/Champions/ChampionIdsByName.d.ts +165 -164
- package/core/constants/Champions/ChampionIdsByName.js +4 -0
- package/core/{Constants → constants}/Champions/ChampionKeys.d.ts +165 -164
- package/core/constants/Champions/ChampionKeys.js +4 -0
- package/core/{Constants → constants}/Champions/ChampionNames.d.ts +165 -164
- package/core/{Constants → constants}/Champions/ChampionNames.js +4 -4
- package/core/{Constants/DDPaths.d.ts → constants/DataDragonUrls.d.ts} +38 -38
- package/core/{Constants/DDPaths.js → constants/DataDragonUrls.js} +45 -45
- package/core/constants/GameModes.d.ts +12 -0
- package/core/constants/GameModes.js +17 -0
- package/core/constants/GameTypes.d.ts +7 -0
- package/core/constants/GameTypes.js +12 -0
- package/core/{Constants → constants}/Items/BootsItemKeys.d.ts +11 -11
- package/core/{Constants → constants}/Items/BootsItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/BootsItemNames.d.ts +11 -11
- package/core/{Constants → constants}/Items/BootsItemNames.js +4 -4
- package/core/{Constants → constants}/Items/ItemKeys.d.ts +263 -263
- package/core/{Constants → constants}/Items/ItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/ItemNames.d.ts +271 -271
- package/core/{Constants → constants}/Items/ItemNames.js +4 -4
- package/core/{Constants → constants}/Items/ItemTypes.d.ts +8 -6
- package/core/{Constants → constants}/Items/ItemTypes.js +13 -9
- package/core/{Constants → constants}/Items/LegendaryItemKeys.d.ts +76 -76
- package/core/{Constants → constants}/Items/LegendaryItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/LegendaryItemNames.d.ts +76 -76
- package/core/{Constants → constants}/Items/LegendaryItemNames.js +4 -4
- package/core/{Constants → constants}/Items/MythicItemKeys.d.ts +30 -30
- package/core/{Constants → constants}/Items/MythicItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/MythicItemNames.d.ts +30 -30
- package/core/{Constants → constants}/Items/MythicItemNames.js +4 -4
- package/core/{Constants → constants}/Lanes.d.ts +8 -6
- package/core/{Constants → constants}/Lanes.js +13 -9
- package/core/{Constants → constants}/Levels.d.ts +22 -20
- package/core/{Constants → constants}/Levels.js +27 -23
- package/core/constants/Locales.d.ts +32 -0
- package/core/constants/Locales.js +37 -0
- package/core/constants/PlatformIds.d.ts +15 -0
- package/core/constants/PlatformIds.js +21 -0
- package/core/{Constants → constants}/Positions.d.ts +9 -7
- package/core/{Constants → constants}/Positions.js +14 -10
- package/core/constants/Queues.d.ts +7 -0
- package/core/constants/Queues.js +12 -0
- package/core/constants/RankedRanks.d.ts +8 -0
- package/core/constants/RankedRanks.js +13 -0
- package/core/constants/RankedTiers.d.ts +13 -0
- package/core/constants/RankedTiers.js +18 -0
- package/core/constants/Regions.d.ts +15 -0
- package/core/constants/Regions.js +28 -0
- package/core/constants/RelativeTeams.d.ts +6 -0
- package/core/constants/RelativeTeams.js +11 -0
- package/core/constants/Roles.d.ts +8 -0
- package/core/constants/Roles.js +13 -0
- package/core/{Constants → constants}/Runes/RuneIconFileNames.d.ts +13 -12
- package/core/{Constants → constants}/Runes/RuneIconFileNames.js +101 -101
- package/core/{Constants → constants}/Runes/RunePickingRelationships.d.ts +77 -77
- package/core/{Constants → constants}/Runes/RunePickingRelationships.js +7 -7
- package/core/{Constants → constants}/Runes/RuneSets.d.ts +743 -743
- package/core/{Constants → constants}/Runes/RuneSets.js +14 -14
- package/core/{Constants → constants}/Runes/RuneSetsByRuneNames.d.ts +743 -743
- package/core/constants/Runes/RuneSetsByRuneNames.js +14 -0
- package/core/constants/Runes/RuneTreeIds.d.ts +11 -0
- package/core/constants/Runes/RuneTreeIds.js +19 -0
- package/core/constants/Runes/RuneTreeNames.d.ts +11 -0
- package/core/constants/Runes/RuneTreeNames.js +19 -0
- package/core/constants/Runes/RuneTreeTypes.d.ts +6 -0
- package/core/constants/Runes/RuneTreeTypes.js +11 -0
- package/core/{Constants → constants}/Runes/TreeRuneIds.d.ts +65 -65
- package/core/{Constants → constants}/Runes/TreeRuneIds.js +4 -4
- package/core/{Constants → constants}/Runes/TreeRuneNames.d.ts +65 -65
- package/core/{Constants → constants}/Runes/TreeRuneNames.js +4 -4
- package/core/{Constants → constants}/Skills.d.ts +8 -6
- package/core/constants/Skills.js +13 -0
- package/core/{Constants → constants}/Spells/SpellIds.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellIds.js +4 -4
- package/core/{Constants → constants}/Spells/SpellIdsByName.d.ts +17 -17
- package/core/{Constants → constants}/Spells/SpellIdsByName.js +4 -4
- package/core/{Constants → constants}/Spells/SpellKeys.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellKeys.js +4 -4
- package/core/{Constants → constants}/Spells/SpellNames.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellNames.js +4 -4
- package/core/constants/WardTypes.d.ts +7 -0
- package/core/constants/WardTypes.js +12 -0
- package/core/{Helpers → helpers}/Champions/getChampionIdByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionIdByKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionIdByName.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionKeyById.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionKeyById.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionKeyByName.js +9 -9
- package/core/{Helpers → helpers}/Champions/getChampionNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionNameById.js +9 -9
- package/core/{Helpers → helpers}/Champions/getChampionNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionId.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionId.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionName.js +8 -8
- package/core/{Helpers → helpers}/Items/getItemKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/getItemKeyByName.js +8 -8
- package/core/{Helpers → helpers}/Items/getItemNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/getItemNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isBootsItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isBootsItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isBootsItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isBootsItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isLegendaryItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isLegendaryItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isLegendaryItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isLegendaryItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isMythicItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isMythicItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isMythicItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isMythicItemName.js +8 -8
- package/core/helpers/Runes/getRuneCategoryName.d.ts +3 -0
- package/core/helpers/Runes/getRuneCategoryName.js +20 -0
- package/core/helpers/Runes/getRuneCdnUrl.d.ts +3 -0
- package/core/{Helpers/Runes/getRuneCDNURL.js → helpers/Runes/getRuneCdnUrl.js} +49 -53
- package/core/{Helpers → helpers}/Runes/getRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getStatRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getStatRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isRuneName.js +8 -8
- package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isStatRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isStatRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isStatRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isStatRuneName.js +8 -8
- package/core/{Helpers → helpers}/Runes/isTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isTreeRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isTreeRuneName.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellIdByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellIdByKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellIdByName.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellKeyById.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellKeyById.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellKeyByName.js +9 -9
- package/core/{Helpers → helpers}/Spells/getSpellNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellNameById.js +9 -9
- package/core/{Helpers → helpers}/Spells/getSpellNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellId.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellId.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellName.js +8 -8
- package/core/helpers/getPositionImageUrl.d.ts +2 -0
- package/core/helpers/getPositionImageUrl.js +15 -0
- package/core/index.d.ts +90 -92
- package/core/index.js +129 -229
- package/core/types/types.d.ts +210 -0
- package/core/types/{Meta.js → types.js} +2 -2
- package/package.json +4 -4
- package/assets/Constants/Champion.js +0 -4
- package/assets/Constants/Item.js +0 -4
- package/core/Constants/Champions/ChampionIdsByName.js +0 -4
- package/core/Constants/Champions/ChampionKeys.js +0 -4
- package/core/Constants/Meta/ChampionRelationTypes.d.ts +0 -4
- package/core/Constants/Meta/ChampionRelationTypes.js +0 -7
- package/core/Constants/Runes/RuneSetsByRuneNames.js +0 -14
- package/core/Constants/Runes/RuneTreeIds.d.ts +0 -7
- package/core/Constants/Runes/RuneTreeIds.js +0 -10
- package/core/Constants/Runes/RuneTreeNames.d.ts +0 -7
- package/core/Constants/Runes/RuneTreeNames.js +0 -10
- package/core/Constants/Runes/RuneTreeTypes.d.ts +0 -4
- package/core/Constants/Runes/RuneTreeTypes.js +0 -7
- package/core/Constants/Skills.js +0 -9
- package/core/Helpers/Icons/getPositionImageURL.d.ts +0 -5
- package/core/Helpers/Icons/getPositionImageURL.js +0 -15
- package/core/Helpers/Items/isItemType.d.ts +0 -2
- package/core/Helpers/Items/isItemType.js +0 -8
- package/core/Helpers/Meta/isChampionRelationType.d.ts +0 -2
- package/core/Helpers/Meta/isChampionRelationType.js +0 -8
- package/core/Helpers/Runes/getRuneCDNURL.d.ts +0 -6
- package/core/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -5
- package/core/Helpers/Runes/getRuneCategoryByRuneName.js +0 -28
- package/core/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -2
- package/core/Helpers/Runes/getRuneTreeIdByName.js +0 -8
- package/core/Helpers/Runes/getRuneTreeNameById.d.ts +0 -2
- package/core/Helpers/Runes/getRuneTreeNameById.js +0 -8
- package/core/Helpers/Runes/isRuneTreeId.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeId.js +0 -8
- package/core/Helpers/Runes/isRuneTreeName.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeName.js +0 -8
- package/core/Helpers/Runes/isRuneTreeType.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeType.js +0 -8
- package/core/Helpers/isLane.d.ts +0 -2
- package/core/Helpers/isLane.js +0 -8
- package/core/Helpers/isLevel.d.ts +0 -2
- package/core/Helpers/isLevel.js +0 -8
- package/core/Helpers/isPosition.d.ts +0 -2
- package/core/Helpers/isPosition.js +0 -8
- package/core/Helpers/isSkill.d.ts +0 -2
- package/core/Helpers/isSkill.js +0 -8
- package/core/types/Meta.d.ts +0 -40
- package/core/types/index.d.ts +0 -197
- package/core/types/index.js +0 -2
@@ -1,9 +1,13 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ItemTypes = void 0;
|
4
|
-
exports.ItemTypes = {
|
5
|
-
'Mythic': 'Mythic',
|
6
|
-
'Legendary': 'Legendary',
|
7
|
-
'Epic': 'Epic',
|
8
|
-
'Boots': 'Boots',
|
9
|
-
};
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isItemType = exports.ItemTypes = void 0;
|
4
|
+
exports.ItemTypes = {
|
5
|
+
'Mythic': 'Mythic',
|
6
|
+
'Legendary': 'Legendary',
|
7
|
+
'Epic': 'Epic',
|
8
|
+
'Boots': 'Boots',
|
9
|
+
};
|
10
|
+
function isItemType(type) {
|
11
|
+
return typeof type == 'string' && type in exports.ItemTypes;
|
12
|
+
}
|
13
|
+
exports.isItemType = isItemType;
|
@@ -1,76 +1,76 @@
|
|
1
|
-
export declare const LegendaryItemKeys: {
|
2
|
-
readonly "Abyssal Mask": "8020";
|
3
|
-
readonly "Anathema's Chains": "8001";
|
4
|
-
readonly "Archangel's Staff": "3003";
|
5
|
-
readonly "Ardent Censer": "3504";
|
6
|
-
readonly "Axiom Arc": "6696";
|
7
|
-
readonly "Banshee's Veil": "3102";
|
8
|
-
readonly "Black Cleaver": "3071";
|
9
|
-
readonly "Black Mist Scythe": "3864";
|
10
|
-
readonly "Blade of The Ruined King": "3153";
|
11
|
-
readonly Bloodthirster: "3072";
|
12
|
-
readonly "Bulwark of the Mountain": "3860";
|
13
|
-
readonly "Chempunk Chainsword": "6609";
|
14
|
-
readonly "Chemtech Putrifier": "3011";
|
15
|
-
readonly "Cosmic Drive": "4629";
|
16
|
-
readonly "Dead Man's Plate": "3742";
|
17
|
-
readonly "Death's Dance": "6333";
|
18
|
-
readonly "Demonic Embrace": "4637";
|
19
|
-
readonly "Edge of Night": "3814";
|
20
|
-
readonly "Essence Reaver": "3508";
|
21
|
-
readonly Fimbulwinter: "3121";
|
22
|
-
readonly "Force of Nature": "4401";
|
23
|
-
readonly "Frozen Heart": "3110";
|
24
|
-
readonly "Gargoyle Stoneplate": "3193";
|
25
|
-
readonly "Guardian Angel": "3026";
|
26
|
-
readonly "Guinsoo's Rageblade": "3124";
|
27
|
-
readonly "Horizon Focus": "4628";
|
28
|
-
readonly Hullbreaker: "3181";
|
29
|
-
readonly "Infinity Edge": "3031";
|
30
|
-
readonly "Knight's Vow": "3109";
|
31
|
-
readonly "Lich Bane": "3100";
|
32
|
-
readonly "Lord Dominik's Regards": "3036";
|
33
|
-
readonly Manamune: "3004";
|
34
|
-
readonly "Maw of Malmortius": "3156";
|
35
|
-
readonly "Mejai's Soulstealer": "3041";
|
36
|
-
readonly "Mercurial Scimitar": "3139";
|
37
|
-
readonly "Mikael's Blessing": "3222";
|
38
|
-
readonly Morellonomicon: "3165";
|
39
|
-
readonly "Mortal Reminder": "3033";
|
40
|
-
readonly Muramana: "3042";
|
41
|
-
readonly "Nashor's Tooth": "3115";
|
42
|
-
readonly "Navori Quickblades": "6675";
|
43
|
-
readonly "Pauldrons of Whiterock": "3857";
|
44
|
-
readonly "Phantom Dancer": "3046";
|
45
|
-
readonly "Rabadon's Deathcap": "3089";
|
46
|
-
readonly "Randuin's Omen": "3143";
|
47
|
-
readonly "Rapid Firecannon": "3094";
|
48
|
-
readonly "Ravenous Hydra": "3074";
|
49
|
-
readonly Redemption: "3107";
|
50
|
-
readonly "Runaan's Hurricane": "3085";
|
51
|
-
readonly "Rylai's Crystal Scepter": "3116";
|
52
|
-
readonly "Seraph's Embrace": "3040";
|
53
|
-
readonly "Serpent's Fang": "6695";
|
54
|
-
readonly "Serylda's Grudge": "6694";
|
55
|
-
readonly Shadowflame: "4645";
|
56
|
-
readonly "Shard of True Ice": "3853";
|
57
|
-
readonly "Silvermere Dawn": "6035";
|
58
|
-
readonly "Spirit Visage": "3065";
|
59
|
-
readonly "Staff of Flowing Water": "6616";
|
60
|
-
readonly "Sterak's Gage": "3053";
|
61
|
-
readonly Stormrazor: "3095";
|
62
|
-
readonly "The Collector": "6676";
|
63
|
-
readonly Thornmail: "3075";
|
64
|
-
readonly "Titanic Hydra": "3748";
|
65
|
-
readonly "Umbral Glaive": "3179";
|
66
|
-
readonly "Vigilant Wardstone": "4643";
|
67
|
-
readonly "Void Staff": "3135";
|
68
|
-
readonly "Warmog's Armor": "3083";
|
69
|
-
readonly "Winter's Approach": "3119";
|
70
|
-
readonly "Wit's End": "3091";
|
71
|
-
readonly "Youmuu's Ghostblade": "3142";
|
72
|
-
readonly "Zeke's Convergence": "3050";
|
73
|
-
readonly "Zhonya's Hourglass": "3157";
|
74
|
-
readonly "Sunfire Aegis": "3068";
|
75
|
-
readonly "Spear Of Shojin": "3161";
|
76
|
-
};
|
1
|
+
export declare const LegendaryItemKeys: {
|
2
|
+
readonly "Abyssal Mask": "8020";
|
3
|
+
readonly "Anathema's Chains": "8001";
|
4
|
+
readonly "Archangel's Staff": "3003";
|
5
|
+
readonly "Ardent Censer": "3504";
|
6
|
+
readonly "Axiom Arc": "6696";
|
7
|
+
readonly "Banshee's Veil": "3102";
|
8
|
+
readonly "Black Cleaver": "3071";
|
9
|
+
readonly "Black Mist Scythe": "3864";
|
10
|
+
readonly "Blade of The Ruined King": "3153";
|
11
|
+
readonly Bloodthirster: "3072";
|
12
|
+
readonly "Bulwark of the Mountain": "3860";
|
13
|
+
readonly "Chempunk Chainsword": "6609";
|
14
|
+
readonly "Chemtech Putrifier": "3011";
|
15
|
+
readonly "Cosmic Drive": "4629";
|
16
|
+
readonly "Dead Man's Plate": "3742";
|
17
|
+
readonly "Death's Dance": "6333";
|
18
|
+
readonly "Demonic Embrace": "4637";
|
19
|
+
readonly "Edge of Night": "3814";
|
20
|
+
readonly "Essence Reaver": "3508";
|
21
|
+
readonly Fimbulwinter: "3121";
|
22
|
+
readonly "Force of Nature": "4401";
|
23
|
+
readonly "Frozen Heart": "3110";
|
24
|
+
readonly "Gargoyle Stoneplate": "3193";
|
25
|
+
readonly "Guardian Angel": "3026";
|
26
|
+
readonly "Guinsoo's Rageblade": "3124";
|
27
|
+
readonly "Horizon Focus": "4628";
|
28
|
+
readonly Hullbreaker: "3181";
|
29
|
+
readonly "Infinity Edge": "3031";
|
30
|
+
readonly "Knight's Vow": "3109";
|
31
|
+
readonly "Lich Bane": "3100";
|
32
|
+
readonly "Lord Dominik's Regards": "3036";
|
33
|
+
readonly Manamune: "3004";
|
34
|
+
readonly "Maw of Malmortius": "3156";
|
35
|
+
readonly "Mejai's Soulstealer": "3041";
|
36
|
+
readonly "Mercurial Scimitar": "3139";
|
37
|
+
readonly "Mikael's Blessing": "3222";
|
38
|
+
readonly Morellonomicon: "3165";
|
39
|
+
readonly "Mortal Reminder": "3033";
|
40
|
+
readonly Muramana: "3042";
|
41
|
+
readonly "Nashor's Tooth": "3115";
|
42
|
+
readonly "Navori Quickblades": "6675";
|
43
|
+
readonly "Pauldrons of Whiterock": "3857";
|
44
|
+
readonly "Phantom Dancer": "3046";
|
45
|
+
readonly "Rabadon's Deathcap": "3089";
|
46
|
+
readonly "Randuin's Omen": "3143";
|
47
|
+
readonly "Rapid Firecannon": "3094";
|
48
|
+
readonly "Ravenous Hydra": "3074";
|
49
|
+
readonly Redemption: "3107";
|
50
|
+
readonly "Runaan's Hurricane": "3085";
|
51
|
+
readonly "Rylai's Crystal Scepter": "3116";
|
52
|
+
readonly "Seraph's Embrace": "3040";
|
53
|
+
readonly "Serpent's Fang": "6695";
|
54
|
+
readonly "Serylda's Grudge": "6694";
|
55
|
+
readonly Shadowflame: "4645";
|
56
|
+
readonly "Shard of True Ice": "3853";
|
57
|
+
readonly "Silvermere Dawn": "6035";
|
58
|
+
readonly "Spirit Visage": "3065";
|
59
|
+
readonly "Staff of Flowing Water": "6616";
|
60
|
+
readonly "Sterak's Gage": "3053";
|
61
|
+
readonly Stormrazor: "3095";
|
62
|
+
readonly "The Collector": "6676";
|
63
|
+
readonly Thornmail: "3075";
|
64
|
+
readonly "Titanic Hydra": "3748";
|
65
|
+
readonly "Umbral Glaive": "3179";
|
66
|
+
readonly "Vigilant Wardstone": "4643";
|
67
|
+
readonly "Void Staff": "3135";
|
68
|
+
readonly "Warmog's Armor": "3083";
|
69
|
+
readonly "Winter's Approach": "3119";
|
70
|
+
readonly "Wit's End": "3091";
|
71
|
+
readonly "Youmuu's Ghostblade": "3142";
|
72
|
+
readonly "Zeke's Convergence": "3050";
|
73
|
+
readonly "Zhonya's Hourglass": "3157";
|
74
|
+
readonly "Sunfire Aegis": "3068";
|
75
|
+
readonly "Spear Of Shojin": "3161";
|
76
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.LegendaryItemKeys = void 0;
|
4
|
-
exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Guinsoo's Rageblade": "3124", "Horizon Focus": "4628", "Hullbreaker": "3181", "Infinity Edge": "3031", "Knight's Vow": "3109", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Navori Quickblades": "6675", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Youmuu's Ghostblade": "3142", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.LegendaryItemKeys = void 0;
|
4
|
+
exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Guinsoo's Rageblade": "3124", "Horizon Focus": "4628", "Hullbreaker": "3181", "Infinity Edge": "3031", "Knight's Vow": "3109", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Navori Quickblades": "6675", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Youmuu's Ghostblade": "3142", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161" };
|
@@ -1,76 +1,76 @@
|
|
1
|
-
export declare const LegendaryItemNames: {
|
2
|
-
readonly "3003": "Archangel's Staff";
|
3
|
-
readonly "3004": "Manamune";
|
4
|
-
readonly "3011": "Chemtech Putrifier";
|
5
|
-
readonly "3026": "Guardian Angel";
|
6
|
-
readonly "3031": "Infinity Edge";
|
7
|
-
readonly "3033": "Mortal Reminder";
|
8
|
-
readonly "3036": "Lord Dominik's Regards";
|
9
|
-
readonly "3040": "Seraph's Embrace";
|
10
|
-
readonly "3041": "Mejai's Soulstealer";
|
11
|
-
readonly "3042": "Muramana";
|
12
|
-
readonly "3046": "Phantom Dancer";
|
13
|
-
readonly "3050": "Zeke's Convergence";
|
14
|
-
readonly "3053": "Sterak's Gage";
|
15
|
-
readonly "3065": "Spirit Visage";
|
16
|
-
readonly "3068": "Sunfire Aegis";
|
17
|
-
readonly "3071": "Black Cleaver";
|
18
|
-
readonly "3072": "Bloodthirster";
|
19
|
-
readonly "3074": "Ravenous Hydra";
|
20
|
-
readonly "3075": "Thornmail";
|
21
|
-
readonly "3083": "Warmog's Armor";
|
22
|
-
readonly "3085": "Runaan's Hurricane";
|
23
|
-
readonly "3089": "Rabadon's Deathcap";
|
24
|
-
readonly "3091": "Wit's End";
|
25
|
-
readonly "3094": "Rapid Firecannon";
|
26
|
-
readonly "3095": "Stormrazor";
|
27
|
-
readonly "3100": "Lich Bane";
|
28
|
-
readonly "3102": "Banshee's Veil";
|
29
|
-
readonly "3107": "Redemption";
|
30
|
-
readonly "3109": "Knight's Vow";
|
31
|
-
readonly "3110": "Frozen Heart";
|
32
|
-
readonly "3115": "Nashor's Tooth";
|
33
|
-
readonly "3116": "Rylai's Crystal Scepter";
|
34
|
-
readonly "3119": "Winter's Approach";
|
35
|
-
readonly "3121": "Fimbulwinter";
|
36
|
-
readonly "3124": "Guinsoo's Rageblade";
|
37
|
-
readonly "3135": "Void Staff";
|
38
|
-
readonly "3139": "Mercurial Scimitar";
|
39
|
-
readonly "3142": "Youmuu's Ghostblade";
|
40
|
-
readonly "3143": "Randuin's Omen";
|
41
|
-
readonly "3153": "Blade of The Ruined King";
|
42
|
-
readonly "3156": "Maw of Malmortius";
|
43
|
-
readonly "3157": "Zhonya's Hourglass";
|
44
|
-
readonly "3161": "Spear Of Shojin";
|
45
|
-
readonly "3165": "Morellonomicon";
|
46
|
-
readonly "3179": "Umbral Glaive";
|
47
|
-
readonly "3181": "Hullbreaker";
|
48
|
-
readonly "3193": "Gargoyle Stoneplate";
|
49
|
-
readonly "3222": "Mikael's Blessing";
|
50
|
-
readonly "3504": "Ardent Censer";
|
51
|
-
readonly "3508": "Essence Reaver";
|
52
|
-
readonly "3742": "Dead Man's Plate";
|
53
|
-
readonly "3748": "Titanic Hydra";
|
54
|
-
readonly "3814": "Edge of Night";
|
55
|
-
readonly "3853": "Shard of True Ice";
|
56
|
-
readonly "3857": "Pauldrons of Whiterock";
|
57
|
-
readonly "3860": "Bulwark of the Mountain";
|
58
|
-
readonly "3864": "Black Mist Scythe";
|
59
|
-
readonly "4401": "Force of Nature";
|
60
|
-
readonly "4628": "Horizon Focus";
|
61
|
-
readonly "4629": "Cosmic Drive";
|
62
|
-
readonly "4637": "Demonic Embrace";
|
63
|
-
readonly "4643": "Vigilant Wardstone";
|
64
|
-
readonly "4645": "Shadowflame";
|
65
|
-
readonly "6035": "Silvermere Dawn";
|
66
|
-
readonly "6333": "Death's Dance";
|
67
|
-
readonly "6609": "Chempunk Chainsword";
|
68
|
-
readonly "6616": "Staff of Flowing Water";
|
69
|
-
readonly "6675": "Navori Quickblades";
|
70
|
-
readonly "6676": "The Collector";
|
71
|
-
readonly "6694": "Serylda's Grudge";
|
72
|
-
readonly "6695": "Serpent's Fang";
|
73
|
-
readonly "6696": "Axiom Arc";
|
74
|
-
readonly "8001": "Anathema's Chains";
|
75
|
-
readonly "8020": "Abyssal Mask";
|
76
|
-
};
|
1
|
+
export declare const LegendaryItemNames: {
|
2
|
+
readonly "3003": "Archangel's Staff";
|
3
|
+
readonly "3004": "Manamune";
|
4
|
+
readonly "3011": "Chemtech Putrifier";
|
5
|
+
readonly "3026": "Guardian Angel";
|
6
|
+
readonly "3031": "Infinity Edge";
|
7
|
+
readonly "3033": "Mortal Reminder";
|
8
|
+
readonly "3036": "Lord Dominik's Regards";
|
9
|
+
readonly "3040": "Seraph's Embrace";
|
10
|
+
readonly "3041": "Mejai's Soulstealer";
|
11
|
+
readonly "3042": "Muramana";
|
12
|
+
readonly "3046": "Phantom Dancer";
|
13
|
+
readonly "3050": "Zeke's Convergence";
|
14
|
+
readonly "3053": "Sterak's Gage";
|
15
|
+
readonly "3065": "Spirit Visage";
|
16
|
+
readonly "3068": "Sunfire Aegis";
|
17
|
+
readonly "3071": "Black Cleaver";
|
18
|
+
readonly "3072": "Bloodthirster";
|
19
|
+
readonly "3074": "Ravenous Hydra";
|
20
|
+
readonly "3075": "Thornmail";
|
21
|
+
readonly "3083": "Warmog's Armor";
|
22
|
+
readonly "3085": "Runaan's Hurricane";
|
23
|
+
readonly "3089": "Rabadon's Deathcap";
|
24
|
+
readonly "3091": "Wit's End";
|
25
|
+
readonly "3094": "Rapid Firecannon";
|
26
|
+
readonly "3095": "Stormrazor";
|
27
|
+
readonly "3100": "Lich Bane";
|
28
|
+
readonly "3102": "Banshee's Veil";
|
29
|
+
readonly "3107": "Redemption";
|
30
|
+
readonly "3109": "Knight's Vow";
|
31
|
+
readonly "3110": "Frozen Heart";
|
32
|
+
readonly "3115": "Nashor's Tooth";
|
33
|
+
readonly "3116": "Rylai's Crystal Scepter";
|
34
|
+
readonly "3119": "Winter's Approach";
|
35
|
+
readonly "3121": "Fimbulwinter";
|
36
|
+
readonly "3124": "Guinsoo's Rageblade";
|
37
|
+
readonly "3135": "Void Staff";
|
38
|
+
readonly "3139": "Mercurial Scimitar";
|
39
|
+
readonly "3142": "Youmuu's Ghostblade";
|
40
|
+
readonly "3143": "Randuin's Omen";
|
41
|
+
readonly "3153": "Blade of The Ruined King";
|
42
|
+
readonly "3156": "Maw of Malmortius";
|
43
|
+
readonly "3157": "Zhonya's Hourglass";
|
44
|
+
readonly "3161": "Spear Of Shojin";
|
45
|
+
readonly "3165": "Morellonomicon";
|
46
|
+
readonly "3179": "Umbral Glaive";
|
47
|
+
readonly "3181": "Hullbreaker";
|
48
|
+
readonly "3193": "Gargoyle Stoneplate";
|
49
|
+
readonly "3222": "Mikael's Blessing";
|
50
|
+
readonly "3504": "Ardent Censer";
|
51
|
+
readonly "3508": "Essence Reaver";
|
52
|
+
readonly "3742": "Dead Man's Plate";
|
53
|
+
readonly "3748": "Titanic Hydra";
|
54
|
+
readonly "3814": "Edge of Night";
|
55
|
+
readonly "3853": "Shard of True Ice";
|
56
|
+
readonly "3857": "Pauldrons of Whiterock";
|
57
|
+
readonly "3860": "Bulwark of the Mountain";
|
58
|
+
readonly "3864": "Black Mist Scythe";
|
59
|
+
readonly "4401": "Force of Nature";
|
60
|
+
readonly "4628": "Horizon Focus";
|
61
|
+
readonly "4629": "Cosmic Drive";
|
62
|
+
readonly "4637": "Demonic Embrace";
|
63
|
+
readonly "4643": "Vigilant Wardstone";
|
64
|
+
readonly "4645": "Shadowflame";
|
65
|
+
readonly "6035": "Silvermere Dawn";
|
66
|
+
readonly "6333": "Death's Dance";
|
67
|
+
readonly "6609": "Chempunk Chainsword";
|
68
|
+
readonly "6616": "Staff of Flowing Water";
|
69
|
+
readonly "6675": "Navori Quickblades";
|
70
|
+
readonly "6676": "The Collector";
|
71
|
+
readonly "6694": "Serylda's Grudge";
|
72
|
+
readonly "6695": "Serpent's Fang";
|
73
|
+
readonly "6696": "Axiom Arc";
|
74
|
+
readonly "8001": "Anathema's Chains";
|
75
|
+
readonly "8020": "Abyssal Mask";
|
76
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.LegendaryItemNames = void 0;
|
4
|
-
exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "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", "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", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "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", "6675": "Navori Quickblades", "6676": "The Collector", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.LegendaryItemNames = void 0;
|
4
|
+
exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "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", "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", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "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", "6675": "Navori Quickblades", "6676": "The Collector", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
@@ -1,30 +1,30 @@
|
|
1
|
-
export declare const MythicItemKeys: {
|
2
|
-
readonly "Liandry's Anguish": "6653";
|
3
|
-
readonly "Locket of the Iron Solari": "3190";
|
4
|
-
readonly "Luden's Tempest": "6655";
|
5
|
-
readonly "Moonstone Renewer": "6617";
|
6
|
-
readonly "Night Harvester": "4636";
|
7
|
-
readonly "Prowler's Claw": "6693";
|
8
|
-
readonly Riftmaker: "4633";
|
9
|
-
readonly "Shurelya's Battlesong": "2065";
|
10
|
-
readonly Stridebreaker: "6631";
|
11
|
-
readonly "Trinity Force": "3078";
|
12
|
-
readonly "Turbo Chemtank": "6664";
|
13
|
-
readonly "Crown of the Shattered Queen": "4644";
|
14
|
-
readonly "Divine Sunderer": "6632";
|
15
|
-
readonly "Duskblade of Draktharr": "6691";
|
16
|
-
readonly Eclipse: "6692";
|
17
|
-
readonly Evenshroud: "3001";
|
18
|
-
readonly Everfrost: "6656";
|
19
|
-
readonly "Iceborn Gauntlet": "6662";
|
20
|
-
readonly Galeforce: "6671";
|
21
|
-
readonly Goredrinker: "6630";
|
22
|
-
readonly "Hextech Rocketbelt": "3152";
|
23
|
-
readonly "Immortal Shieldbow": "6673";
|
24
|
-
readonly "Imperial Mandate": "4005";
|
25
|
-
readonly "Kraken Slayer": "6672";
|
26
|
-
readonly "Jak'Sho, The Protean": "6665";
|
27
|
-
readonly "Radiant Virtue": "6667";
|
28
|
-
readonly Heartsteel: "3084";
|
29
|
-
readonly "Rod of Ages": "6657";
|
30
|
-
};
|
1
|
+
export declare const MythicItemKeys: {
|
2
|
+
readonly "Liandry's Anguish": "6653";
|
3
|
+
readonly "Locket of the Iron Solari": "3190";
|
4
|
+
readonly "Luden's Tempest": "6655";
|
5
|
+
readonly "Moonstone Renewer": "6617";
|
6
|
+
readonly "Night Harvester": "4636";
|
7
|
+
readonly "Prowler's Claw": "6693";
|
8
|
+
readonly Riftmaker: "4633";
|
9
|
+
readonly "Shurelya's Battlesong": "2065";
|
10
|
+
readonly Stridebreaker: "6631";
|
11
|
+
readonly "Trinity Force": "3078";
|
12
|
+
readonly "Turbo Chemtank": "6664";
|
13
|
+
readonly "Crown of the Shattered Queen": "4644";
|
14
|
+
readonly "Divine Sunderer": "6632";
|
15
|
+
readonly "Duskblade of Draktharr": "6691";
|
16
|
+
readonly Eclipse: "6692";
|
17
|
+
readonly Evenshroud: "3001";
|
18
|
+
readonly Everfrost: "6656";
|
19
|
+
readonly "Iceborn Gauntlet": "6662";
|
20
|
+
readonly Galeforce: "6671";
|
21
|
+
readonly Goredrinker: "6630";
|
22
|
+
readonly "Hextech Rocketbelt": "3152";
|
23
|
+
readonly "Immortal Shieldbow": "6673";
|
24
|
+
readonly "Imperial Mandate": "4005";
|
25
|
+
readonly "Kraken Slayer": "6672";
|
26
|
+
readonly "Jak'Sho, The Protean": "6665";
|
27
|
+
readonly "Radiant Virtue": "6667";
|
28
|
+
readonly Heartsteel: "3084";
|
29
|
+
readonly "Rod of Ages": "6657";
|
30
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.MythicItemKeys = void 0;
|
4
|
-
exports.MythicItemKeys = { "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Night Harvester": "4636", "Prowler's Claw": "6693", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Galeforce": "6671", "Goredrinker": "6630", "Hextech Rocketbelt": "3152", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kraken Slayer": "6672", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.MythicItemKeys = void 0;
|
4
|
+
exports.MythicItemKeys = { "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Night Harvester": "4636", "Prowler's Claw": "6693", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Galeforce": "6671", "Goredrinker": "6630", "Hextech Rocketbelt": "3152", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kraken Slayer": "6672", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657" };
|
@@ -1,30 +1,30 @@
|
|
1
|
-
export declare const MythicItemNames: {
|
2
|
-
readonly "2065": "Shurelya's Battlesong";
|
3
|
-
readonly "3001": "Evenshroud";
|
4
|
-
readonly "3078": "Trinity Force";
|
5
|
-
readonly "3084": "Heartsteel";
|
6
|
-
readonly "3152": "Hextech Rocketbelt";
|
7
|
-
readonly "3190": "Locket of the Iron Solari";
|
8
|
-
readonly "4005": "Imperial Mandate";
|
9
|
-
readonly "4633": "Riftmaker";
|
10
|
-
readonly "4636": "Night Harvester";
|
11
|
-
readonly "4644": "Crown of the Shattered Queen";
|
12
|
-
readonly "6617": "Moonstone Renewer";
|
13
|
-
readonly "6630": "Goredrinker";
|
14
|
-
readonly "6631": "Stridebreaker";
|
15
|
-
readonly "6632": "Divine Sunderer";
|
16
|
-
readonly "6653": "Liandry's Anguish";
|
17
|
-
readonly "6655": "Luden's Tempest";
|
18
|
-
readonly "6656": "Everfrost";
|
19
|
-
readonly "6657": "Rod of Ages";
|
20
|
-
readonly "6662": "Iceborn Gauntlet";
|
21
|
-
readonly "6664": "Turbo Chemtank";
|
22
|
-
readonly "6665": "Jak'Sho, The Protean";
|
23
|
-
readonly "6667": "Radiant Virtue";
|
24
|
-
readonly "6671": "Galeforce";
|
25
|
-
readonly "6672": "Kraken Slayer";
|
26
|
-
readonly "6673": "Immortal Shieldbow";
|
27
|
-
readonly "6691": "Duskblade of Draktharr";
|
28
|
-
readonly "6692": "Eclipse";
|
29
|
-
readonly "6693": "Prowler's Claw";
|
30
|
-
};
|
1
|
+
export declare const MythicItemNames: {
|
2
|
+
readonly "2065": "Shurelya's Battlesong";
|
3
|
+
readonly "3001": "Evenshroud";
|
4
|
+
readonly "3078": "Trinity Force";
|
5
|
+
readonly "3084": "Heartsteel";
|
6
|
+
readonly "3152": "Hextech Rocketbelt";
|
7
|
+
readonly "3190": "Locket of the Iron Solari";
|
8
|
+
readonly "4005": "Imperial Mandate";
|
9
|
+
readonly "4633": "Riftmaker";
|
10
|
+
readonly "4636": "Night Harvester";
|
11
|
+
readonly "4644": "Crown of the Shattered Queen";
|
12
|
+
readonly "6617": "Moonstone Renewer";
|
13
|
+
readonly "6630": "Goredrinker";
|
14
|
+
readonly "6631": "Stridebreaker";
|
15
|
+
readonly "6632": "Divine Sunderer";
|
16
|
+
readonly "6653": "Liandry's Anguish";
|
17
|
+
readonly "6655": "Luden's Tempest";
|
18
|
+
readonly "6656": "Everfrost";
|
19
|
+
readonly "6657": "Rod of Ages";
|
20
|
+
readonly "6662": "Iceborn Gauntlet";
|
21
|
+
readonly "6664": "Turbo Chemtank";
|
22
|
+
readonly "6665": "Jak'Sho, The Protean";
|
23
|
+
readonly "6667": "Radiant Virtue";
|
24
|
+
readonly "6671": "Galeforce";
|
25
|
+
readonly "6672": "Kraken Slayer";
|
26
|
+
readonly "6673": "Immortal Shieldbow";
|
27
|
+
readonly "6691": "Duskblade of Draktharr";
|
28
|
+
readonly "6692": "Eclipse";
|
29
|
+
readonly "6693": "Prowler's Claw";
|
30
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.MythicItemNames = void 0;
|
4
|
-
exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.MythicItemNames = void 0;
|
4
|
+
exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw" };
|
@@ -1,6 +1,8 @@
|
|
1
|
-
export declare const Lanes: {
|
2
|
-
readonly TOP: "TOP";
|
3
|
-
readonly JUNGLE: "JUNGLE";
|
4
|
-
readonly MIDDLE: "MIDDLE";
|
5
|
-
readonly BOTTOM: "BOTTOM";
|
6
|
-
};
|
1
|
+
export declare const Lanes: {
|
2
|
+
readonly TOP: "TOP";
|
3
|
+
readonly JUNGLE: "JUNGLE";
|
4
|
+
readonly MIDDLE: "MIDDLE";
|
5
|
+
readonly BOTTOM: "BOTTOM";
|
6
|
+
};
|
7
|
+
export type Lane = typeof Lanes[keyof typeof Lanes];
|
8
|
+
export declare function isLane(lane: any): lane is Lane;
|
@@ -1,9 +1,13 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Lanes = void 0;
|
4
|
-
exports.Lanes = {
|
5
|
-
'TOP': 'TOP',
|
6
|
-
'JUNGLE': 'JUNGLE',
|
7
|
-
'MIDDLE': 'MIDDLE',
|
8
|
-
'BOTTOM': 'BOTTOM',
|
9
|
-
};
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isLane = exports.Lanes = void 0;
|
4
|
+
exports.Lanes = {
|
5
|
+
'TOP': 'TOP',
|
6
|
+
'JUNGLE': 'JUNGLE',
|
7
|
+
'MIDDLE': 'MIDDLE',
|
8
|
+
'BOTTOM': 'BOTTOM',
|
9
|
+
};
|
10
|
+
function isLane(lane) {
|
11
|
+
return typeof lane == 'string' && lane in exports.Lanes;
|
12
|
+
}
|
13
|
+
exports.isLane = isLane;
|
@@ -1,20 +1,22 @@
|
|
1
|
-
export declare const Levels: {
|
2
|
-
readonly 1: 1;
|
3
|
-
readonly 2: 2;
|
4
|
-
readonly 3: 3;
|
5
|
-
readonly 4: 4;
|
6
|
-
readonly 5: 5;
|
7
|
-
readonly 6: 6;
|
8
|
-
readonly 7: 7;
|
9
|
-
readonly 8: 8;
|
10
|
-
readonly 9: 9;
|
11
|
-
readonly 10: 10;
|
12
|
-
readonly 11: 11;
|
13
|
-
readonly 12: 12;
|
14
|
-
readonly 13: 13;
|
15
|
-
readonly 14: 14;
|
16
|
-
readonly 15: 15;
|
17
|
-
readonly 16: 16;
|
18
|
-
readonly 17: 17;
|
19
|
-
readonly 18: 18;
|
20
|
-
};
|
1
|
+
export declare const Levels: {
|
2
|
+
readonly 1: 1;
|
3
|
+
readonly 2: 2;
|
4
|
+
readonly 3: 3;
|
5
|
+
readonly 4: 4;
|
6
|
+
readonly 5: 5;
|
7
|
+
readonly 6: 6;
|
8
|
+
readonly 7: 7;
|
9
|
+
readonly 8: 8;
|
10
|
+
readonly 9: 9;
|
11
|
+
readonly 10: 10;
|
12
|
+
readonly 11: 11;
|
13
|
+
readonly 12: 12;
|
14
|
+
readonly 13: 13;
|
15
|
+
readonly 14: 14;
|
16
|
+
readonly 15: 15;
|
17
|
+
readonly 16: 16;
|
18
|
+
readonly 17: 17;
|
19
|
+
readonly 18: 18;
|
20
|
+
};
|
21
|
+
export type Level = typeof Levels[keyof typeof Levels];
|
22
|
+
export declare function isLevel(level: number): level is Level;
|