lol-constants 1.13.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/{Constants → 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 +20 -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 +21 -0
- package/core/constants/Regions.js +26 -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,23 +1,27 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Levels = void 0;
|
4
|
-
exports.Levels = {
|
5
|
-
1: 1,
|
6
|
-
2: 2,
|
7
|
-
3: 3,
|
8
|
-
4: 4,
|
9
|
-
5: 5,
|
10
|
-
6: 6,
|
11
|
-
7: 7,
|
12
|
-
8: 8,
|
13
|
-
9: 9,
|
14
|
-
10: 10,
|
15
|
-
11: 11,
|
16
|
-
12: 12,
|
17
|
-
13: 13,
|
18
|
-
14: 14,
|
19
|
-
15: 15,
|
20
|
-
16: 16,
|
21
|
-
17: 17,
|
22
|
-
18: 18,
|
23
|
-
};
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isLevel = exports.Levels = void 0;
|
4
|
+
exports.Levels = {
|
5
|
+
1: 1,
|
6
|
+
2: 2,
|
7
|
+
3: 3,
|
8
|
+
4: 4,
|
9
|
+
5: 5,
|
10
|
+
6: 6,
|
11
|
+
7: 7,
|
12
|
+
8: 8,
|
13
|
+
9: 9,
|
14
|
+
10: 10,
|
15
|
+
11: 11,
|
16
|
+
12: 12,
|
17
|
+
13: 13,
|
18
|
+
14: 14,
|
19
|
+
15: 15,
|
20
|
+
16: 16,
|
21
|
+
17: 17,
|
22
|
+
18: 18,
|
23
|
+
};
|
24
|
+
function isLevel(level) {
|
25
|
+
return level in exports.Levels;
|
26
|
+
}
|
27
|
+
exports.isLevel = isLevel;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
export declare const Locales: {
|
2
|
+
readonly cs_CZ: "cs_CZ";
|
3
|
+
readonly el_GR: "el_GR";
|
4
|
+
readonly pl_PL: "pl_PL";
|
5
|
+
readonly ro_RO: "ro_RO";
|
6
|
+
readonly hu_HU: "hu_HU";
|
7
|
+
readonly en_GB: "en_GB";
|
8
|
+
readonly de_DE: "de_DE";
|
9
|
+
readonly es_ES: "es_ES";
|
10
|
+
readonly it_IT: "it_IT";
|
11
|
+
readonly fr_FR: "fr_FR";
|
12
|
+
readonly ja_JP: "ja_JP";
|
13
|
+
readonly ko_KR: "ko_KR";
|
14
|
+
readonly es_MX: "es_MX";
|
15
|
+
readonly es_AR: "es_AR";
|
16
|
+
readonly pt_BR: "pt_BR";
|
17
|
+
readonly en_US: "en_US";
|
18
|
+
readonly en_AU: "en_AU";
|
19
|
+
readonly ru_RU: "ru_RU";
|
20
|
+
readonly tr_TR: "tr_TR";
|
21
|
+
readonly ms_MY: "ms_MY";
|
22
|
+
readonly en_PH: "en_PH";
|
23
|
+
readonly en_SG: "en_SG";
|
24
|
+
readonly th_TH: "th_TH";
|
25
|
+
readonly vn_VN: "vn_VN";
|
26
|
+
readonly id_ID: "id_ID";
|
27
|
+
readonly zh_MY: "zh_MY";
|
28
|
+
readonly zh_CN: "zh_CN";
|
29
|
+
readonly zh_TW: "zh_TW";
|
30
|
+
};
|
31
|
+
export type Locale = typeof Locales[keyof typeof Locales];
|
32
|
+
export declare function isLocale(value: any): value is Locale;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isLocale = exports.Locales = void 0;
|
4
|
+
exports.Locales = {
|
5
|
+
'cs_CZ': 'cs_CZ',
|
6
|
+
'el_GR': 'el_GR',
|
7
|
+
'pl_PL': 'pl_PL',
|
8
|
+
'ro_RO': 'ro_RO',
|
9
|
+
'hu_HU': 'hu_HU',
|
10
|
+
'en_GB': 'en_GB',
|
11
|
+
'de_DE': 'de_DE',
|
12
|
+
'es_ES': 'es_ES',
|
13
|
+
'it_IT': 'it_IT',
|
14
|
+
'fr_FR': 'fr_FR',
|
15
|
+
'ja_JP': 'ja_JP',
|
16
|
+
'ko_KR': 'ko_KR',
|
17
|
+
'es_MX': 'es_MX',
|
18
|
+
'es_AR': 'es_AR',
|
19
|
+
'pt_BR': 'pt_BR',
|
20
|
+
'en_US': 'en_US',
|
21
|
+
'en_AU': 'en_AU',
|
22
|
+
'ru_RU': 'ru_RU',
|
23
|
+
'tr_TR': 'tr_TR',
|
24
|
+
'ms_MY': 'ms_MY',
|
25
|
+
'en_PH': 'en_PH',
|
26
|
+
'en_SG': 'en_SG',
|
27
|
+
'th_TH': 'th_TH',
|
28
|
+
'vn_VN': 'vn_VN',
|
29
|
+
'id_ID': 'id_ID',
|
30
|
+
'zh_MY': 'zh_MY',
|
31
|
+
'zh_CN': 'zh_CN',
|
32
|
+
'zh_TW': 'zh_TW',
|
33
|
+
};
|
34
|
+
function isLocale(value) {
|
35
|
+
return typeof value == 'string' && value in exports.Locales;
|
36
|
+
}
|
37
|
+
exports.isLocale = isLocale;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare const PlatformIds: {
|
2
|
+
readonly BR1: "BR1";
|
3
|
+
readonly EUN1: "EUN1";
|
4
|
+
readonly EUW1: "EUW1";
|
5
|
+
readonly JP1: "JP1";
|
6
|
+
readonly KR: "KR";
|
7
|
+
readonly LA1: "LA1";
|
8
|
+
readonly LA2: "LA2";
|
9
|
+
readonly NA1: "NA1";
|
10
|
+
readonly OC1: "OC1";
|
11
|
+
readonly TR1: "TR1";
|
12
|
+
readonly RU: "RU";
|
13
|
+
};
|
14
|
+
export type PlatformId = typeof PlatformIds[keyof typeof PlatformIds];
|
15
|
+
export declare function isPlatformId(value: any): value is PlatformId;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isPlatformId = exports.PlatformIds = void 0;
|
4
|
+
exports.PlatformIds = {
|
5
|
+
'BR1': 'BR1',
|
6
|
+
'EUN1': 'EUN1',
|
7
|
+
'EUW1': 'EUW1',
|
8
|
+
'JP1': 'JP1',
|
9
|
+
'KR': 'KR',
|
10
|
+
'LA1': 'LA1',
|
11
|
+
'LA2': 'LA2',
|
12
|
+
'NA1': 'NA1',
|
13
|
+
'OC1': 'OC1',
|
14
|
+
'TR1': 'TR1',
|
15
|
+
'RU': 'RU',
|
16
|
+
};
|
17
|
+
function isPlatformId(value) {
|
18
|
+
return typeof value == 'string' && value in exports.PlatformIds;
|
19
|
+
}
|
20
|
+
exports.isPlatformId = isPlatformId;
|
@@ -1,7 +1,9 @@
|
|
1
|
-
export declare const Positions: {
|
2
|
-
readonly TOP: "TOP";
|
3
|
-
readonly JUNGLE: "JUNGLE";
|
4
|
-
readonly MIDDLE: "MIDDLE";
|
5
|
-
readonly BOTTOM: "BOTTOM";
|
6
|
-
readonly UTILITY: "UTILITY";
|
7
|
-
};
|
1
|
+
export declare const Positions: {
|
2
|
+
readonly TOP: "TOP";
|
3
|
+
readonly JUNGLE: "JUNGLE";
|
4
|
+
readonly MIDDLE: "MIDDLE";
|
5
|
+
readonly BOTTOM: "BOTTOM";
|
6
|
+
readonly UTILITY: "UTILITY";
|
7
|
+
};
|
8
|
+
export type Position = typeof Positions[keyof typeof Positions];
|
9
|
+
export declare function isPosition(position: any): position is Position;
|
@@ -1,10 +1,14 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Positions = void 0;
|
4
|
-
exports.Positions = {
|
5
|
-
'TOP': 'TOP',
|
6
|
-
'JUNGLE': 'JUNGLE',
|
7
|
-
'MIDDLE': 'MIDDLE',
|
8
|
-
'BOTTOM': 'BOTTOM',
|
9
|
-
'UTILITY': 'UTILITY',
|
10
|
-
};
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isPosition = exports.Positions = void 0;
|
4
|
+
exports.Positions = {
|
5
|
+
'TOP': 'TOP',
|
6
|
+
'JUNGLE': 'JUNGLE',
|
7
|
+
'MIDDLE': 'MIDDLE',
|
8
|
+
'BOTTOM': 'BOTTOM',
|
9
|
+
'UTILITY': 'UTILITY',
|
10
|
+
};
|
11
|
+
function isPosition(position) {
|
12
|
+
return typeof position == 'string' && position in exports.Positions;
|
13
|
+
}
|
14
|
+
exports.isPosition = isPosition;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare const Queues: {
|
2
|
+
readonly RANKED_SOLO_5x5: "RANKED_SOLO_5x5";
|
3
|
+
readonly RANKED_FLEX_SR: "RANKED_FLEX_SR";
|
4
|
+
readonly RANKED_TFT: "RANKED_TFT";
|
5
|
+
};
|
6
|
+
export type Queue = typeof Queues[keyof typeof Queues];
|
7
|
+
export declare function isQueue(value: any): value is Queue;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isQueue = exports.Queues = void 0;
|
4
|
+
exports.Queues = {
|
5
|
+
'RANKED_SOLO_5x5': 'RANKED_SOLO_5x5',
|
6
|
+
'RANKED_FLEX_SR': 'RANKED_FLEX_SR',
|
7
|
+
'RANKED_TFT': 'RANKED_TFT',
|
8
|
+
};
|
9
|
+
function isQueue(value) {
|
10
|
+
return typeof value == 'string' && value in exports.Queues;
|
11
|
+
}
|
12
|
+
exports.isQueue = isQueue;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export declare const RankedRanks: {
|
2
|
+
readonly I: "I";
|
3
|
+
readonly II: "II";
|
4
|
+
readonly III: "III";
|
5
|
+
readonly IV: "IV";
|
6
|
+
};
|
7
|
+
export type RankedRank = typeof RankedRanks[keyof typeof RankedRanks];
|
8
|
+
export declare function isRankedRank(value: any): value is RankedRank;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isRankedRank = exports.RankedRanks = void 0;
|
4
|
+
exports.RankedRanks = {
|
5
|
+
'I': 'I',
|
6
|
+
'II': 'II',
|
7
|
+
'III': 'III',
|
8
|
+
'IV': 'IV',
|
9
|
+
};
|
10
|
+
function isRankedRank(value) {
|
11
|
+
return typeof value == 'string' && value in exports.RankedRanks;
|
12
|
+
}
|
13
|
+
exports.isRankedRank = isRankedRank;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare const RankedTiers: {
|
2
|
+
readonly CHALLENGER: "CHALLENGER";
|
3
|
+
readonly GRANDMASTER: "GRANDMASTER";
|
4
|
+
readonly MASTER: "MASTER";
|
5
|
+
readonly DIAMOND: "DIAMOND";
|
6
|
+
readonly PLATINUM: "PLATINUM";
|
7
|
+
readonly GOLD: "GOLD";
|
8
|
+
readonly SILVER: "SILVER";
|
9
|
+
readonly BRONZE: "BRONZE";
|
10
|
+
readonly IRON: "IRON";
|
11
|
+
};
|
12
|
+
export type RankedTier = typeof RankedTiers[keyof typeof RankedTiers];
|
13
|
+
export declare function isRankedTier(value: any): value is RankedTier;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isRankedTier = exports.RankedTiers = void 0;
|
4
|
+
exports.RankedTiers = {
|
5
|
+
'CHALLENGER': 'CHALLENGER',
|
6
|
+
'GRANDMASTER': 'GRANDMASTER',
|
7
|
+
'MASTER': 'MASTER',
|
8
|
+
'DIAMOND': 'DIAMOND',
|
9
|
+
'PLATINUM': 'PLATINUM',
|
10
|
+
'GOLD': 'GOLD',
|
11
|
+
'SILVER': 'SILVER',
|
12
|
+
'BRONZE': 'BRONZE',
|
13
|
+
'IRON': 'IRON',
|
14
|
+
};
|
15
|
+
function isRankedTier(value) {
|
16
|
+
return typeof value == 'string' && value in exports.RankedTiers;
|
17
|
+
}
|
18
|
+
exports.isRankedTier = isRankedTier;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export declare const Regions: {
|
2
|
+
readonly EUW: "EUW";
|
3
|
+
readonly EUNE: "EUNE";
|
4
|
+
readonly NA: "NA";
|
5
|
+
readonly KR: "KR";
|
6
|
+
readonly JP: "JP";
|
7
|
+
readonly OCE: "OCE";
|
8
|
+
readonly LAN: "LAN";
|
9
|
+
readonly LAS: "LAS";
|
10
|
+
readonly TR: "TR";
|
11
|
+
readonly RU: "RU";
|
12
|
+
readonly BR: "BR";
|
13
|
+
readonly PBE: "PBE";
|
14
|
+
readonly SG: "SG";
|
15
|
+
readonly TH: "TH";
|
16
|
+
readonly TW: "TW";
|
17
|
+
readonly VN: "VN";
|
18
|
+
readonly PH: "PH";
|
19
|
+
};
|
20
|
+
export type Region = typeof Regions[keyof typeof Regions];
|
21
|
+
export declare function isRegion(value: any): value is Region;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isRegion = exports.Regions = void 0;
|
4
|
+
exports.Regions = {
|
5
|
+
'EUW': 'EUW',
|
6
|
+
'EUNE': 'EUNE',
|
7
|
+
'NA': 'NA',
|
8
|
+
'KR': 'KR',
|
9
|
+
'JP': 'JP',
|
10
|
+
'OCE': 'OCE',
|
11
|
+
'LAN': 'LAN',
|
12
|
+
'LAS': 'LAS',
|
13
|
+
'TR': 'TR',
|
14
|
+
'RU': 'RU',
|
15
|
+
'BR': 'BR',
|
16
|
+
'PBE': 'PBE',
|
17
|
+
'SG': 'SG',
|
18
|
+
'TH': 'TH',
|
19
|
+
'TW': 'TW',
|
20
|
+
'VN': 'VN',
|
21
|
+
'PH': 'PH',
|
22
|
+
};
|
23
|
+
function isRegion(value) {
|
24
|
+
return typeof value == 'string' && value in exports.Regions;
|
25
|
+
}
|
26
|
+
exports.isRegion = isRegion;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isRelativeTeam = exports.RelativeTeams = void 0;
|
4
|
+
exports.RelativeTeams = {
|
5
|
+
'ally': 'ally',
|
6
|
+
'enemy': 'enemy',
|
7
|
+
};
|
8
|
+
function isRelativeTeam(type) {
|
9
|
+
return typeof type == 'string' && type in exports.RelativeTeams;
|
10
|
+
}
|
11
|
+
exports.isRelativeTeam = isRelativeTeam;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isRole = exports.Roles = void 0;
|
4
|
+
exports.Roles = {
|
5
|
+
'NONE': 'NONE',
|
6
|
+
'SOLO': 'SOLO',
|
7
|
+
'CARRY': 'CARRY',
|
8
|
+
'SUPPORT': 'SUPPORT',
|
9
|
+
};
|
10
|
+
function isRole(value) {
|
11
|
+
return typeof value == 'string' && value in exports.Roles;
|
12
|
+
}
|
13
|
+
exports.isRole = isRole;
|
@@ -1,12 +1,13 @@
|
|
1
|
-
import { RuneName
|
2
|
-
|
3
|
-
|
4
|
-
*
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
import { RuneName } from '../../types/types';
|
2
|
+
import { RuneTreeName } from './RuneTreeNames';
|
3
|
+
/**
|
4
|
+
* The file names themselves of runes,
|
5
|
+
* according to https://raw.communitydragon.org.
|
6
|
+
* The file names are excluding the extension (`.png`).
|
7
|
+
*
|
8
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods/
|
9
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles/
|
10
|
+
*/
|
11
|
+
export declare const RuneIconFileNames: {
|
12
|
+
readonly [k in (RuneName | RuneTreeName)]: string;
|
13
|
+
};
|
@@ -1,101 +1,101 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.RuneIconFileNames = void 0;
|
4
|
-
/**
|
5
|
-
* The file names themselves of runes,
|
6
|
-
* according to https://raw.communitydragon.org.
|
7
|
-
* The file names are excluding the extension (`.png`).
|
8
|
-
*
|
9
|
-
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods/
|
10
|
-
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles/
|
11
|
-
*/
|
12
|
-
exports.RuneIconFileNames = {
|
13
|
-
// ## Rune Trees
|
14
|
-
'Precision': '7201_precision',
|
15
|
-
'Domination': '7200_domination',
|
16
|
-
'Sorcery': '7202_sorcery',
|
17
|
-
'Resolve': '7204_resolve',
|
18
|
-
'Inspiration': '7203_whimsy',
|
19
|
-
// ## Tree Runes
|
20
|
-
// ### Precision
|
21
|
-
'Conqueror': 'conqueror',
|
22
|
-
'Coup de Grace': 'coupdegrace',
|
23
|
-
'Cut Down': 'cutdown',
|
24
|
-
'Fleet Footwork': 'fleetfootwork',
|
25
|
-
'Legend: Alacrity': 'legendalacrity',
|
26
|
-
'Legend: Bloodline': 'legendbloodline',
|
27
|
-
'Legend: Tenacity': 'legendtenacity',
|
28
|
-
'Lethal Tempo': 'lethaltempotemp',
|
29
|
-
'Presence of Mind': 'presenceofmind',
|
30
|
-
'Press the Attack': 'presstheattack',
|
31
|
-
'Overheal': 'overheal',
|
32
|
-
'Triumph': 'triumph',
|
33
|
-
// ### Domination
|
34
|
-
'Cheap Shot': 'cheapshot',
|
35
|
-
'Dark Harvest': 'darkharvest',
|
36
|
-
'Electrocute': 'electrocute',
|
37
|
-
'Eyeball Collection': 'eyeballcollection',
|
38
|
-
'Ghost Poro': 'ghostporo',
|
39
|
-
'Hail of Blades': 'hailofblades',
|
40
|
-
'Ingenious Hunter': 'ingenioushunter',
|
41
|
-
'Predator': 'predator',
|
42
|
-
'Relentless Hunter': 'relentlesshunter',
|
43
|
-
'Sudden Impact': 'suddenimpact',
|
44
|
-
'Taste of Blood': 'greenterror_tasteofblood',
|
45
|
-
'Treasure Hunter': 'treasurehunter',
|
46
|
-
'Ultimate Hunter': 'ultimatehunter',
|
47
|
-
'Zombie Ward': 'zombieward',
|
48
|
-
// ### Sorcery
|
49
|
-
'Absolute Focus': 'absolutefocus',
|
50
|
-
'Arcane Comet': 'arcanecomet',
|
51
|
-
'Celerity': 'celeritytemp',
|
52
|
-
'Gathering Storm': 'gatheringstorm',
|
53
|
-
'Last Stand': 'laststand',
|
54
|
-
'Manaflow Band': 'manaflowband',
|
55
|
-
'Nimbus Cloak': '6361',
|
56
|
-
'Nullifying Orb': 'pokeshield',
|
57
|
-
'Phase Rush': 'phaserush',
|
58
|
-
'Scorch': 'scorch',
|
59
|
-
'Summon Aery': 'summonaery',
|
60
|
-
'Transcendence': 'transcendence',
|
61
|
-
'Unflinching': 'unflinching',
|
62
|
-
'Waterwalking': 'waterwalking',
|
63
|
-
// ### Resolve
|
64
|
-
'Approach Velocity': 'approachvelocity',
|
65
|
-
'Bone Plating': 'boneplating',
|
66
|
-
'Conditioning': 'conditioning',
|
67
|
-
'Demolish': 'demolish',
|
68
|
-
'Font of Life': 'fontoflife',
|
69
|
-
'Grasp of the Undying': 'graspoftheundying',
|
70
|
-
'Guardian': 'guardian',
|
71
|
-
'Shield Bash': 'mirrorshell',
|
72
|
-
'Overgrowth': 'overgrowth',
|
73
|
-
'Revitalize': 'revitalize',
|
74
|
-
'Second Wind': 'secondwind',
|
75
|
-
'Aftershock': 'veteranaftershock',
|
76
|
-
// ### Inspiration
|
77
|
-
'Magical Footwear': 'magicalfootwear',
|
78
|
-
'Minion Dematerializer': 'miniondematerializer',
|
79
|
-
'Perfect Timing': 'perfecttiming',
|
80
|
-
'Time Warp Tonic': 'timewarptonic',
|
81
|
-
'Unsealed Spellbook': 'unsealedspellbook',
|
82
|
-
'Biscuit Delivery': 'biscuitdelivery',
|
83
|
-
'Cosmic Insight': 'cosmicinsight',
|
84
|
-
'First Strike': 'firststrike',
|
85
|
-
'Future\'s Market': 'futuresmarket',
|
86
|
-
'Glacial Augment': 'glacialaugment',
|
87
|
-
'Hextech Flashtraption': 'hextechflashtraption',
|
88
|
-
// ## Stat Runes
|
89
|
-
// ###
|
90
|
-
'Offense (AF)': 'statmodsadaptiveforceicon',
|
91
|
-
'Offense (AS)': 'statmodsattackspeedicon',
|
92
|
-
'Offense (AH)': 'statmodscdrscalingicon',
|
93
|
-
// ###
|
94
|
-
'Flex (AF)': 'statmodsadaptiveforceicon',
|
95
|
-
'Flex (AR)': 'statmodsarmoricon',
|
96
|
-
'Flex (MR)': 'statmodsmagicresicon.magicresist_fix',
|
97
|
-
// ###
|
98
|
-
'Defense (HP)': 'statmodshealthscalingicon',
|
99
|
-
'Defense (AR)': 'statmodsarmoricon',
|
100
|
-
'Defense (MR)': 'statmodsmagicresicon.magicresist_fix',
|
101
|
-
};
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RuneIconFileNames = void 0;
|
4
|
+
/**
|
5
|
+
* The file names themselves of runes,
|
6
|
+
* according to https://raw.communitydragon.org.
|
7
|
+
* The file names are excluding the extension (`.png`).
|
8
|
+
*
|
9
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods/
|
10
|
+
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles/
|
11
|
+
*/
|
12
|
+
exports.RuneIconFileNames = {
|
13
|
+
// ## Rune Trees
|
14
|
+
'Precision': '7201_precision',
|
15
|
+
'Domination': '7200_domination',
|
16
|
+
'Sorcery': '7202_sorcery',
|
17
|
+
'Resolve': '7204_resolve',
|
18
|
+
'Inspiration': '7203_whimsy',
|
19
|
+
// ## Tree Runes
|
20
|
+
// ### Precision
|
21
|
+
'Conqueror': 'conqueror',
|
22
|
+
'Coup de Grace': 'coupdegrace',
|
23
|
+
'Cut Down': 'cutdown',
|
24
|
+
'Fleet Footwork': 'fleetfootwork',
|
25
|
+
'Legend: Alacrity': 'legendalacrity',
|
26
|
+
'Legend: Bloodline': 'legendbloodline',
|
27
|
+
'Legend: Tenacity': 'legendtenacity',
|
28
|
+
'Lethal Tempo': 'lethaltempotemp',
|
29
|
+
'Presence of Mind': 'presenceofmind',
|
30
|
+
'Press the Attack': 'presstheattack',
|
31
|
+
'Overheal': 'overheal',
|
32
|
+
'Triumph': 'triumph',
|
33
|
+
// ### Domination
|
34
|
+
'Cheap Shot': 'cheapshot',
|
35
|
+
'Dark Harvest': 'darkharvest',
|
36
|
+
'Electrocute': 'electrocute',
|
37
|
+
'Eyeball Collection': 'eyeballcollection',
|
38
|
+
'Ghost Poro': 'ghostporo',
|
39
|
+
'Hail of Blades': 'hailofblades',
|
40
|
+
'Ingenious Hunter': 'ingenioushunter',
|
41
|
+
'Predator': 'predator',
|
42
|
+
'Relentless Hunter': 'relentlesshunter',
|
43
|
+
'Sudden Impact': 'suddenimpact',
|
44
|
+
'Taste of Blood': 'greenterror_tasteofblood',
|
45
|
+
'Treasure Hunter': 'treasurehunter',
|
46
|
+
'Ultimate Hunter': 'ultimatehunter',
|
47
|
+
'Zombie Ward': 'zombieward',
|
48
|
+
// ### Sorcery
|
49
|
+
'Absolute Focus': 'absolutefocus',
|
50
|
+
'Arcane Comet': 'arcanecomet',
|
51
|
+
'Celerity': 'celeritytemp',
|
52
|
+
'Gathering Storm': 'gatheringstorm',
|
53
|
+
'Last Stand': 'laststand',
|
54
|
+
'Manaflow Band': 'manaflowband',
|
55
|
+
'Nimbus Cloak': '6361',
|
56
|
+
'Nullifying Orb': 'pokeshield',
|
57
|
+
'Phase Rush': 'phaserush',
|
58
|
+
'Scorch': 'scorch',
|
59
|
+
'Summon Aery': 'summonaery',
|
60
|
+
'Transcendence': 'transcendence',
|
61
|
+
'Unflinching': 'unflinching',
|
62
|
+
'Waterwalking': 'waterwalking',
|
63
|
+
// ### Resolve
|
64
|
+
'Approach Velocity': 'approachvelocity',
|
65
|
+
'Bone Plating': 'boneplating',
|
66
|
+
'Conditioning': 'conditioning',
|
67
|
+
'Demolish': 'demolish',
|
68
|
+
'Font of Life': 'fontoflife',
|
69
|
+
'Grasp of the Undying': 'graspoftheundying',
|
70
|
+
'Guardian': 'guardian',
|
71
|
+
'Shield Bash': 'mirrorshell',
|
72
|
+
'Overgrowth': 'overgrowth',
|
73
|
+
'Revitalize': 'revitalize',
|
74
|
+
'Second Wind': 'secondwind',
|
75
|
+
'Aftershock': 'veteranaftershock',
|
76
|
+
// ### Inspiration
|
77
|
+
'Magical Footwear': 'magicalfootwear',
|
78
|
+
'Minion Dematerializer': 'miniondematerializer',
|
79
|
+
'Perfect Timing': 'perfecttiming',
|
80
|
+
'Time Warp Tonic': 'timewarptonic',
|
81
|
+
'Unsealed Spellbook': 'unsealedspellbook',
|
82
|
+
'Biscuit Delivery': 'biscuitdelivery',
|
83
|
+
'Cosmic Insight': 'cosmicinsight',
|
84
|
+
'First Strike': 'firststrike',
|
85
|
+
'Future\'s Market': 'futuresmarket',
|
86
|
+
'Glacial Augment': 'glacialaugment',
|
87
|
+
'Hextech Flashtraption': 'hextechflashtraption',
|
88
|
+
// ## Stat Runes
|
89
|
+
// ###
|
90
|
+
'Offense (AF)': 'statmodsadaptiveforceicon',
|
91
|
+
'Offense (AS)': 'statmodsattackspeedicon',
|
92
|
+
'Offense (AH)': 'statmodscdrscalingicon',
|
93
|
+
// ###
|
94
|
+
'Flex (AF)': 'statmodsadaptiveforceicon',
|
95
|
+
'Flex (AR)': 'statmodsarmoricon',
|
96
|
+
'Flex (MR)': 'statmodsmagicresicon.magicresist_fix',
|
97
|
+
// ###
|
98
|
+
'Defense (HP)': 'statmodshealthscalingicon',
|
99
|
+
'Defense (AR)': 'statmodsarmoricon',
|
100
|
+
'Defense (MR)': 'statmodsmagicresicon.magicresist_fix',
|
101
|
+
};
|