lol-constants 2.25.0 → 3.0.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +130 -28
- package/dist/Locale.d.ts +2 -0
- package/dist/Locale.js +1 -0
- package/dist/Patch.d.ts +3 -0
- package/dist/Patch.js +3 -0
- package/{core/constants/Champions/ChampionClasses.d.ts → dist/constants/custom.d.ts} +1 -1
- package/{core/constants/Champions/ChampionClasses.js → dist/constants/custom.js} +2 -2
- package/dist/constants/events.d.ts +49 -0
- package/dist/constants/events.js +55 -0
- package/dist/constants/history.d.ts +26 -0
- package/dist/constants/history.js +29 -0
- package/{core/constants/RankedTiers.d.ts → dist/constants/leagues.d.ts} +9 -1
- package/{core/constants/RankedTiers.js → dist/constants/leagues.js} +11 -2
- package/{core/constants/Locales.d.ts → dist/constants/locales.d.ts} +1 -1
- package/{core/constants/Locales.js → dist/constants/locales.js} +2 -2
- package/dist/constants/participants.d.ts +38 -0
- package/dist/constants/participants.js +43 -0
- package/dist/enums/ItemSrTypes.d.ts +11 -0
- package/dist/enums/ItemSrTypes.js +10 -0
- package/dist/enums/StatRuneSlots.d.ts +6 -0
- package/dist/enums/StatRuneSlots.js +5 -0
- package/dist/helpers/champion.d.ts +678 -0
- package/dist/helpers/champion.js +18 -0
- package/dist/helpers/item.d.ts +39 -0
- package/dist/helpers/item.js +113 -0
- package/dist/helpers/riotId.d.ts +16 -0
- package/dist/helpers/riotId.js +33 -0
- package/dist/helpers/rune.d.ts +36 -0
- package/dist/helpers/rune.js +70 -0
- package/dist/helpers/spell.d.ts +6 -0
- package/dist/helpers/spell.js +18 -0
- package/dist/helpers/type.d.ts +3 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +27 -0
- package/dist/lol.d.ts +4029 -0
- package/dist/lol.js +182 -0
- package/dist/objects/Maps.d.ts +113 -0
- package/dist/objects/Maps.js +69 -0
- package/dist/objects/Queues.d.ts +192 -0
- package/dist/objects/Queues.js +71 -0
- package/dist/objects/Regions.d.ts +132 -0
- package/dist/objects/Regions.js +55 -0
- package/dist/objects/generated/Champions.d.ts +1858 -0
- package/dist/objects/generated/Champions.js +4 -0
- package/dist/objects/generated/Items.d.ts +5108 -0
- package/dist/objects/generated/Items.js +4 -0
- package/dist/objects/generated/Runes.d.ts +1477 -0
- package/dist/objects/generated/Runes.js +13 -0
- package/dist/objects/generated/Spells.d.ts +208 -0
- package/dist/objects/generated/Spells.js +4 -0
- package/package.json +17 -15
- package/assets/constants/BootsItemNames.d.ts +0 -1
- package/assets/constants/BootsItemNames.js +0 -13
- package/assets/constants/Champion.d.ts +0 -7903
- package/assets/constants/Champion.js +0 -1
- package/assets/constants/Item.d.ts +0 -20779
- package/assets/constants/Item.js +0 -1
- package/assets/constants/LegendaryItemNames.d.ts +0 -4
- package/assets/constants/LegendaryItemNames.js +0 -125
- package/assets/constants/RunesReforged.d.ts +0 -491
- package/assets/constants/RunesReforged.js +0 -1
- package/assets/constants/StatRunes.d.ts +0 -28
- package/assets/constants/StatRunes.js +0 -11
- package/assets/constants/StatRunesByRow.d.ts +0 -17
- package/assets/constants/StatRunesByRow.js +0 -17
- package/assets/constants/Summoner.d.ts +0 -582
- package/assets/constants/Summoner.js +0 -1
- package/assets/index.d.ts +0 -4
- package/assets/index.js +0 -11
- package/assets/scripts/asset-scripts/champion.js +0 -9
- package/assets/scripts/asset-scripts/generate-all.d.ts +0 -4
- package/assets/scripts/asset-scripts/generate-all.js +0 -4
- package/assets/scripts/asset-scripts/item.d.ts +0 -1
- package/assets/scripts/asset-scripts/item.js +0 -9
- package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
- package/assets/scripts/asset-scripts/runes-reforged.js +0 -9
- package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
- package/assets/scripts/asset-scripts/summoner.js +0 -9
- package/assets/scripts/constants/RuneIdComment.d.ts +0 -1
- package/assets/scripts/constants/RuneIdComment.js +0 -24
- package/assets/scripts/generate-all.d.ts +0 -23
- package/assets/scripts/generate-all.js +0 -27
- package/assets/scripts/generate-categorized-item-keys-num.d.ts +0 -1
- package/assets/scripts/generate-categorized-item-keys-num.js +0 -57
- package/assets/scripts/generate-categorized-item-keys.d.ts +0 -1
- package/assets/scripts/generate-categorized-item-keys.js +0 -59
- package/assets/scripts/generate-categorized-item-names.d.ts +0 -1
- package/assets/scripts/generate-categorized-item-names.js +0 -56
- package/assets/scripts/generate-champion-ids-by-name.d.ts +0 -1
- package/assets/scripts/generate-champion-ids-by-name.js +0 -17
- package/assets/scripts/generate-champion-ids.d.ts +0 -1
- package/assets/scripts/generate-champion-ids.js +0 -18
- package/assets/scripts/generate-champion-keys-num.d.ts +0 -1
- package/assets/scripts/generate-champion-keys-num.js +0 -20
- package/assets/scripts/generate-champion-keys.d.ts +0 -1
- package/assets/scripts/generate-champion-keys.js +0 -18
- package/assets/scripts/generate-champion-names.d.ts +0 -1
- package/assets/scripts/generate-champion-names.js +0 -18
- package/assets/scripts/generate-item-keys-num.d.ts +0 -1
- package/assets/scripts/generate-item-keys-num.js +0 -24
- package/assets/scripts/generate-item-keys.d.ts +0 -1
- package/assets/scripts/generate-item-keys.js +0 -22
- package/assets/scripts/generate-item-names.d.ts +0 -1
- package/assets/scripts/generate-item-names.js +0 -22
- package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +0 -1
- package/assets/scripts/generate-non-stat-rune-ids-num.js +0 -21
- package/assets/scripts/generate-non-stat-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-non-stat-rune-ids.js +0 -22
- package/assets/scripts/generate-non-stat-rune-names.d.ts +0 -1
- package/assets/scripts/generate-non-stat-rune-names.js +0 -20
- package/assets/scripts/generate-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-rune-ids.js +0 -27
- package/assets/scripts/generate-rune-names.d.ts +0 -1
- package/assets/scripts/generate-rune-names.js +0 -25
- package/assets/scripts/generate-rune-picking-relationships.d.ts +0 -1
- package/assets/scripts/generate-rune-picking-relationships.js +0 -52
- package/assets/scripts/generate-rune-sets-by-rune-names-num.d.ts +0 -1
- package/assets/scripts/generate-rune-sets-by-rune-names-num.js +0 -121
- package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +0 -1
- package/assets/scripts/generate-rune-sets-by-rune-names.js +0 -119
- package/assets/scripts/generate-rune-sets.d.ts +0 -1
- package/assets/scripts/generate-rune-sets.js +0 -116
- package/assets/scripts/generate-spell-ids-by-name.d.ts +0 -1
- package/assets/scripts/generate-spell-ids-by-name.js +0 -17
- package/assets/scripts/generate-spell-ids.d.ts +0 -1
- package/assets/scripts/generate-spell-ids.js +0 -18
- package/assets/scripts/generate-spell-keys-num.d.ts +0 -1
- package/assets/scripts/generate-spell-keys-num.js +0 -20
- package/assets/scripts/generate-spell-keys.d.ts +0 -1
- package/assets/scripts/generate-spell-keys.js +0 -18
- package/assets/scripts/generate-spell-names.d.ts +0 -1
- package/assets/scripts/generate-spell-names.js +0 -18
- package/assets/scripts/generate-stat-rune-ids.d.ts +0 -1
- package/assets/scripts/generate-stat-rune-ids.js +0 -18
- package/assets/scripts/generate-stat-rune-names.d.ts +0 -1
- package/assets/scripts/generate-stat-rune-names.js +0 -16
- package/assets/scripts/helpers/enableEscapedValues.d.ts +0 -15
- package/assets/scripts/helpers/enableEscapedValues.js +0 -34
- package/assets/scripts/helpers/generateIndexFile.d.ts +0 -1
- package/assets/scripts/helpers/generateIndexFile.js +0 -3
- package/assets/scripts/helpers/getExportStatement.d.ts +0 -6
- package/assets/scripts/helpers/getExportStatement.js +0 -37
- package/assets/scripts/helpers/getFmtdComment.d.ts +0 -5
- package/assets/scripts/helpers/getFmtdComment.js +0 -11
- package/assets/scripts/helpers/validateNumber.d.ts +0 -1
- package/assets/scripts/helpers/validateNumber.js +0 -6
- package/assets/scripts/helpers/writeToTmpFile.d.ts +0 -13
- package/assets/scripts/helpers/writeToTmpFile.js +0 -18
- package/assets/scripts/print-file-names.d.ts +0 -1
- package/assets/scripts/print-file-names.js +0 -89
- package/core/constants/Abilities.d.ts +0 -17
- package/core/constants/Abilities.js +0 -19
- package/core/constants/BuildingTypes.d.ts +0 -6
- package/core/constants/BuildingTypes.js +0 -7
- package/core/constants/Champions/ChampionIds.d.ts +0 -171
- package/core/constants/Champions/ChampionIds.js +0 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +0 -170
- package/core/constants/Champions/ChampionIdsByName.js +0 -1
- package/core/constants/Champions/ChampionKeys.d.ts +0 -171
- package/core/constants/Champions/ChampionKeys.js +0 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +0 -171
- package/core/constants/Champions/ChampionKeysNum.js +0 -1
- package/core/constants/Champions/ChampionNames.d.ts +0 -171
- package/core/constants/Champions/ChampionNames.js +0 -1
- package/core/constants/Continents.d.ts +0 -8
- package/core/constants/Continents.js +0 -9
- package/core/constants/DataDragonUrls.d.ts +0 -52
- package/core/constants/DataDragonUrls.js +0 -56
- package/core/constants/DragonTypes.d.ts +0 -11
- package/core/constants/DragonTypes.js +0 -12
- package/core/constants/GameModes.d.ts +0 -12
- package/core/constants/GameModes.js +0 -13
- package/core/constants/GameTypes.d.ts +0 -7
- package/core/constants/GameTypes.js +0 -8
- package/core/constants/Items/BootsItemKeys.d.ts +0 -14
- package/core/constants/Items/BootsItemKeys.js +0 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +0 -14
- package/core/constants/Items/BootsItemKeysNum.js +0 -1
- package/core/constants/Items/BootsItemNames.d.ts +0 -14
- package/core/constants/Items/BootsItemNames.js +0 -1
- package/core/constants/Items/ItemKeys.d.ts +0 -238
- package/core/constants/Items/ItemKeys.js +0 -1
- package/core/constants/Items/ItemKeysNum.d.ts +0 -238
- package/core/constants/Items/ItemKeysNum.js +0 -1
- package/core/constants/Items/ItemNames.d.ts +0 -244
- package/core/constants/Items/ItemNames.js +0 -1
- package/core/constants/Items/ItemTypes.d.ts +0 -7
- package/core/constants/Items/ItemTypes.js +0 -8
- package/core/constants/Items/LegendaryItemKeys.d.ts +0 -112
- package/core/constants/Items/LegendaryItemKeys.js +0 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -112
- package/core/constants/Items/LegendaryItemKeysNum.js +0 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +0 -112
- package/core/constants/Items/LegendaryItemNames.js +0 -1
- package/core/constants/KillTypes.d.ts +0 -7
- package/core/constants/KillTypes.js +0 -8
- package/core/constants/LaneTypes.d.ts +0 -7
- package/core/constants/LaneTypes.js +0 -8
- package/core/constants/Lanes.d.ts +0 -8
- package/core/constants/Lanes.js +0 -9
- package/core/constants/LeagueTexts.d.ts +0 -49
- package/core/constants/LeagueTexts.js +0 -54
- package/core/constants/Levels.d.ts +0 -22
- package/core/constants/Levels.js +0 -23
- package/core/constants/MapIds.d.ts +0 -17
- package/core/constants/MapIds.js +0 -18
- package/core/constants/MonsterTypes.d.ts +0 -8
- package/core/constants/MonsterTypes.js +0 -9
- package/core/constants/ParticipantIds.d.ts +0 -14
- package/core/constants/ParticipantIds.js +0 -15
- package/core/constants/PlatformApiUris.d.ts +0 -20
- package/core/constants/PlatformApiUris.js +0 -21
- package/core/constants/PlatformIds.d.ts +0 -23
- package/core/constants/PlatformIds.js +0 -26
- package/core/constants/Positions.d.ts +0 -9
- package/core/constants/Positions.js +0 -10
- package/core/constants/QueueIds.d.ts +0 -114
- package/core/constants/QueueIds.js +0 -140
- package/core/constants/QueueTypes.d.ts +0 -7
- package/core/constants/QueueTypes.js +0 -8
- package/core/constants/RankedRanks.d.ts +0 -8
- package/core/constants/RankedRanks.js +0 -9
- package/core/constants/RegionalApiUris.d.ts +0 -8
- package/core/constants/RegionalApiUris.js +0 -9
- package/core/constants/Regions.d.ts +0 -23
- package/core/constants/Regions.js +0 -26
- package/core/constants/RelativeTeams.d.ts +0 -6
- package/core/constants/RelativeTeams.js +0 -7
- package/core/constants/Roles.d.ts +0 -8
- package/core/constants/Roles.js +0 -9
- package/core/constants/Runes/NonStatRuneIds.d.ts +0 -85
- package/core/constants/Runes/NonStatRuneIds.js +0 -1
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +0 -63
- package/core/constants/Runes/NonStatRuneIdsNum.js +0 -1
- package/core/constants/Runes/NonStatRuneNames.d.ts +0 -63
- package/core/constants/Runes/NonStatRuneNames.js +0 -1
- package/core/constants/Runes/RuneIconFileNames.d.ts +0 -14
- package/core/constants/Runes/RuneIconFileNames.js +0 -97
- package/core/constants/Runes/RunePickingRelationships.d.ts +0 -74
- package/core/constants/Runes/RunePickingRelationships.js +0 -4
- package/core/constants/Runes/RuneSets.d.ts +0 -721
- package/core/constants/Runes/RuneSets.js +0 -11
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +0 -765
- package/core/constants/Runes/RuneSetsByRuneNames.js +0 -11
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +0 -765
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +0 -11
- package/core/constants/Runes/RuneTreeIds.d.ts +0 -11
- package/core/constants/Runes/RuneTreeIds.js +0 -14
- package/core/constants/Runes/RuneTreeIdsNum.d.ts +0 -11
- package/core/constants/Runes/RuneTreeIdsNum.js +0 -14
- package/core/constants/Runes/RuneTreeNames.d.ts +0 -11
- package/core/constants/Runes/RuneTreeNames.js +0 -14
- package/core/constants/Runes/RuneTreeTypes.d.ts +0 -6
- package/core/constants/Runes/RuneTreeTypes.js +0 -7
- package/core/constants/SkillSlots.d.ts +0 -8
- package/core/constants/SkillSlots.js +0 -9
- package/core/constants/Skills.d.ts +0 -8
- package/core/constants/Skills.js +0 -9
- package/core/constants/Spells/SpellIds.d.ts +0 -21
- package/core/constants/Spells/SpellIds.js +0 -1
- package/core/constants/Spells/SpellIdsByName.d.ts +0 -18
- package/core/constants/Spells/SpellIdsByName.js +0 -1
- package/core/constants/Spells/SpellKeys.d.ts +0 -21
- package/core/constants/Spells/SpellKeys.js +0 -1
- package/core/constants/Spells/SpellKeysNum.d.ts +0 -21
- package/core/constants/Spells/SpellKeysNum.js +0 -1
- package/core/constants/Spells/SpellNames.d.ts +0 -21
- package/core/constants/Spells/SpellNames.js +0 -1
- package/core/constants/TeamIds.d.ts +0 -6
- package/core/constants/TeamIds.js +0 -7
- package/core/constants/TowerTypes.d.ts +0 -8
- package/core/constants/TowerTypes.js +0 -9
- package/core/constants/WardTypes.d.ts +0 -9
- package/core/constants/WardTypes.js +0 -10
- package/core/helpers/Champions/getChampionIdByKey.d.ts +0 -4
- package/core/helpers/Champions/getChampionIdByKey.js +0 -4
- package/core/helpers/Champions/getChampionIdByName.d.ts +0 -3
- package/core/helpers/Champions/getChampionIdByName.js +0 -4
- package/core/helpers/Champions/getChampionKeyById.d.ts +0 -3
- package/core/helpers/Champions/getChampionKeyById.js +0 -4
- package/core/helpers/Champions/getChampionKeyByName.d.ts +0 -3
- package/core/helpers/Champions/getChampionKeyByName.js +0 -5
- package/core/helpers/Champions/getChampionNameById.d.ts +0 -3
- package/core/helpers/Champions/getChampionNameById.js +0 -5
- package/core/helpers/Champions/getChampionNameByKey.d.ts +0 -4
- package/core/helpers/Champions/getChampionNameByKey.js +0 -4
- package/core/helpers/Champions/isChampionId.d.ts +0 -2
- package/core/helpers/Champions/isChampionId.js +0 -4
- package/core/helpers/Champions/isChampionKey.d.ts +0 -2
- package/core/helpers/Champions/isChampionKey.js +0 -4
- package/core/helpers/Champions/isChampionKeyNum.d.ts +0 -2
- package/core/helpers/Champions/isChampionKeyNum.js +0 -4
- package/core/helpers/Champions/isChampionName.d.ts +0 -2
- package/core/helpers/Champions/isChampionName.js +0 -4
- package/core/helpers/Items/getItemKeyByName.d.ts +0 -3
- package/core/helpers/Items/getItemKeyByName.js +0 -4
- package/core/helpers/Items/getItemKeyNumByName.d.ts +0 -3
- package/core/helpers/Items/getItemKeyNumByName.js +0 -4
- package/core/helpers/Items/getItemNameByKey.d.ts +0 -4
- package/core/helpers/Items/getItemNameByKey.js +0 -4
- package/core/helpers/Items/isBootsItemKey.d.ts +0 -2
- package/core/helpers/Items/isBootsItemKey.js +0 -4
- package/core/helpers/Items/isBootsItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isBootsItemKeyNum.js +0 -4
- package/core/helpers/Items/isBootsItemName.d.ts +0 -2
- package/core/helpers/Items/isBootsItemName.js +0 -4
- package/core/helpers/Items/isItemKey.d.ts +0 -2
- package/core/helpers/Items/isItemKey.js +0 -4
- package/core/helpers/Items/isItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isItemKeyNum.js +0 -4
- package/core/helpers/Items/isItemName.d.ts +0 -2
- package/core/helpers/Items/isItemName.js +0 -4
- package/core/helpers/Items/isLegendaryItemKey.d.ts +0 -2
- package/core/helpers/Items/isLegendaryItemKey.js +0 -4
- package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +0 -2
- package/core/helpers/Items/isLegendaryItemKeyNum.js +0 -4
- package/core/helpers/Items/isLegendaryItemName.d.ts +0 -2
- package/core/helpers/Items/isLegendaryItemName.js +0 -4
- package/core/helpers/Items/isTier2Boots.d.ts +0 -3
- package/core/helpers/Items/isTier2Boots.js +0 -9
- package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getNonStatRuneIdByName.js +0 -4
- package/core/helpers/Runes/getNonStatRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getNonStatRuneNameById.js +0 -4
- package/core/helpers/Runes/getRuneCategoryName.d.ts +0 -4
- package/core/helpers/Runes/getRuneCategoryName.js +0 -16
- package/core/helpers/Runes/getRuneCdnUrl.d.ts +0 -3
- package/core/helpers/Runes/getRuneCdnUrl.js +0 -50
- package/core/helpers/Runes/getRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getRuneIdByName.js +0 -4
- package/core/helpers/Runes/getRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getRuneNameById.js +0 -4
- package/core/helpers/Runes/getStatRuneIdByName.d.ts +0 -3
- package/core/helpers/Runes/getStatRuneIdByName.js +0 -4
- package/core/helpers/Runes/getStatRuneNameById.d.ts +0 -3
- package/core/helpers/Runes/getStatRuneNameById.js +0 -4
- package/core/helpers/Runes/isDominationRuneId.d.ts +0 -2
- package/core/helpers/Runes/isDominationRuneId.js +0 -4
- package/core/helpers/Runes/isDominationRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isDominationRuneIdNum.js +0 -4
- package/core/helpers/Runes/isDominationRuneName.d.ts +0 -2
- package/core/helpers/Runes/isDominationRuneName.js +0 -4
- package/core/helpers/Runes/isInspirationRuneId.d.ts +0 -2
- package/core/helpers/Runes/isInspirationRuneId.js +0 -4
- package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isInspirationRuneIdNum.js +0 -4
- package/core/helpers/Runes/isInspirationRuneName.d.ts +0 -2
- package/core/helpers/Runes/isInspirationRuneName.js +0 -4
- package/core/helpers/Runes/isKeystoneRuneId.d.ts +0 -2
- package/core/helpers/Runes/isKeystoneRuneId.js +0 -4
- package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isKeystoneRuneIdNum.js +0 -4
- package/core/helpers/Runes/isKeystoneRuneName.d.ts +0 -2
- package/core/helpers/Runes/isKeystoneRuneName.js +0 -4
- package/core/helpers/Runes/isNonStatRuneId.d.ts +0 -2
- package/core/helpers/Runes/isNonStatRuneId.js +0 -4
- package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isNonStatRuneIdNum.js +0 -4
- package/core/helpers/Runes/isNonStatRuneName.d.ts +0 -2
- package/core/helpers/Runes/isNonStatRuneName.js +0 -4
- package/core/helpers/Runes/isPrecisionRuneId.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionRuneId.js +0 -4
- package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionRuneIdNum.js +0 -4
- package/core/helpers/Runes/isPrecisionRuneName.d.ts +0 -2
- package/core/helpers/Runes/isPrecisionRuneName.js +0 -4
- package/core/helpers/Runes/isResolveRuneId.d.ts +0 -2
- package/core/helpers/Runes/isResolveRuneId.js +0 -4
- package/core/helpers/Runes/isResolveRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isResolveRuneIdNum.js +0 -4
- package/core/helpers/Runes/isResolveRuneName.d.ts +0 -2
- package/core/helpers/Runes/isResolveRuneName.js +0 -4
- package/core/helpers/Runes/isRuneId.d.ts +0 -2
- package/core/helpers/Runes/isRuneId.js +0 -4
- package/core/helpers/Runes/isRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isRuneIdNum.js +0 -4
- package/core/helpers/Runes/isRuneName.d.ts +0 -2
- package/core/helpers/Runes/isRuneName.js +0 -4
- package/core/helpers/Runes/isSorceryRuneId.d.ts +0 -2
- package/core/helpers/Runes/isSorceryRuneId.js +0 -4
- package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isSorceryRuneIdNum.js +0 -4
- package/core/helpers/Runes/isSorceryRuneName.d.ts +0 -2
- package/core/helpers/Runes/isSorceryRuneName.js +0 -4
- package/core/helpers/Runes/isStatRuneId.d.ts +0 -2
- package/core/helpers/Runes/isStatRuneId.js +0 -4
- package/core/helpers/Runes/isStatRuneIdNum.d.ts +0 -2
- package/core/helpers/Runes/isStatRuneIdNum.js +0 -4
- package/core/helpers/Runes/isStatRuneName.d.ts +0 -2
- package/core/helpers/Runes/isStatRuneName.js +0 -4
- package/core/helpers/Spells/getSpellIdByKey.d.ts +0 -4
- package/core/helpers/Spells/getSpellIdByKey.js +0 -4
- package/core/helpers/Spells/getSpellIdByName.d.ts +0 -3
- package/core/helpers/Spells/getSpellIdByName.js +0 -4
- package/core/helpers/Spells/getSpellKeyById.d.ts +0 -3
- package/core/helpers/Spells/getSpellKeyById.js +0 -4
- package/core/helpers/Spells/getSpellKeyByName.d.ts +0 -3
- package/core/helpers/Spells/getSpellKeyByName.js +0 -5
- package/core/helpers/Spells/getSpellNameById.d.ts +0 -3
- package/core/helpers/Spells/getSpellNameById.js +0 -5
- package/core/helpers/Spells/getSpellNameByKey.d.ts +0 -4
- package/core/helpers/Spells/getSpellNameByKey.js +0 -4
- package/core/helpers/Spells/isSpellId.d.ts +0 -2
- package/core/helpers/Spells/isSpellId.js +0 -4
- package/core/helpers/Spells/isSpellKey.d.ts +0 -2
- package/core/helpers/Spells/isSpellKey.js +0 -4
- package/core/helpers/Spells/isSpellKeyNum.d.ts +0 -2
- package/core/helpers/Spells/isSpellKeyNum.js +0 -4
- package/core/helpers/Spells/isSpellName.d.ts +0 -2
- package/core/helpers/Spells/isSpellName.js +0 -4
- package/core/helpers/getPositionImageUrl.d.ts +0 -2
- package/core/helpers/getPositionImageUrl.js +0 -11
- package/core/helpers/isRiotId.d.ts +0 -5
- package/core/helpers/isRiotId.js +0 -15
- package/core/helpers/makeRiotId.d.ts +0 -4
- package/core/helpers/makeRiotId.js +0 -5
- package/core/helpers/splitRiotId.d.ts +0 -10
- package/core/helpers/splitRiotId.js +0 -16
- package/core/index.d.ts +0 -139
- package/core/index.js +0 -150
- package/core/types/championJson.d.ts +0 -85
- package/core/types/championJson.js +0 -1
- package/core/types/interfaces.d.ts +0 -22
- package/core/types/interfaces.js +0 -1
- package/core/types/types.d.ts +0 -268
- package/core/types/types.js +0 -1
- /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1,765 +0,0 @@
|
|
1
|
-
export declare const PrimaryRuneTreesByRuneNames: {
|
2
|
-
readonly Domination: {
|
3
|
-
readonly Electrocute: "8112";
|
4
|
-
readonly "Dark Harvest": "8128";
|
5
|
-
readonly "Hail of Blades": "9923";
|
6
|
-
readonly "Cheap Shot": "8126";
|
7
|
-
readonly "Taste of Blood": "8139";
|
8
|
-
readonly "Sudden Impact": "8143";
|
9
|
-
readonly "Zombie Ward": "8136";
|
10
|
-
readonly "Ghost Poro": "8120";
|
11
|
-
readonly "Eyeball Collection": "8138";
|
12
|
-
readonly "Treasure Hunter": "8135";
|
13
|
-
readonly "Relentless Hunter": "8105";
|
14
|
-
readonly "Ultimate Hunter": "8106";
|
15
|
-
};
|
16
|
-
readonly Inspiration: {
|
17
|
-
readonly "Glacial Augment": "8351";
|
18
|
-
readonly "Unsealed Spellbook": "8360";
|
19
|
-
readonly "First Strike": "8369";
|
20
|
-
readonly "Hextech Flashtraption": "8306";
|
21
|
-
readonly "Magical Footwear": "8304";
|
22
|
-
readonly "Cash Back": "8321";
|
23
|
-
readonly "Triple Tonic": "8313";
|
24
|
-
readonly "Time Warp Tonic": "8352";
|
25
|
-
readonly "Biscuit Delivery": "8345";
|
26
|
-
readonly "Cosmic Insight": "8347";
|
27
|
-
readonly "Approach Velocity": "8410";
|
28
|
-
readonly "Jack Of All Trades": "8316";
|
29
|
-
};
|
30
|
-
readonly Precision: {
|
31
|
-
readonly "Press the Attack": "8005";
|
32
|
-
readonly "Fleet Footwork": "8021";
|
33
|
-
readonly Conqueror: "8010";
|
34
|
-
readonly "Absorb Life": "9101";
|
35
|
-
readonly Triumph: "9111";
|
36
|
-
readonly "Presence of Mind": "8009";
|
37
|
-
readonly "Legend: Alacrity": "9104";
|
38
|
-
readonly "Legend: Haste": "9105";
|
39
|
-
readonly "Legend: Bloodline": "9103";
|
40
|
-
readonly "Coup de Grace": "8014";
|
41
|
-
readonly "Cut Down": "8017";
|
42
|
-
readonly "Last Stand": "8299";
|
43
|
-
};
|
44
|
-
readonly Resolve: {
|
45
|
-
readonly "Grasp of the Undying": "8437";
|
46
|
-
readonly Aftershock: "8439";
|
47
|
-
readonly Guardian: "8465";
|
48
|
-
readonly Demolish: "8446";
|
49
|
-
readonly "Font of Life": "8463";
|
50
|
-
readonly "Shield Bash": "8401";
|
51
|
-
readonly Conditioning: "8429";
|
52
|
-
readonly "Second Wind": "8444";
|
53
|
-
readonly "Bone Plating": "8473";
|
54
|
-
readonly Overgrowth: "8451";
|
55
|
-
readonly Revitalize: "8453";
|
56
|
-
readonly Unflinching: "8242";
|
57
|
-
};
|
58
|
-
readonly Sorcery: {
|
59
|
-
readonly "Summon Aery": "8214";
|
60
|
-
readonly "Arcane Comet": "8229";
|
61
|
-
readonly "Phase Rush": "8230";
|
62
|
-
readonly "Nullifying Orb": "8224";
|
63
|
-
readonly "Manaflow Band": "8226";
|
64
|
-
readonly "Nimbus Cloak": "8275";
|
65
|
-
readonly Transcendence: "8210";
|
66
|
-
readonly Celerity: "8234";
|
67
|
-
readonly "Absolute Focus": "8233";
|
68
|
-
readonly Scorch: "8237";
|
69
|
-
readonly Waterwalking: "8232";
|
70
|
-
readonly "Gathering Storm": "8236";
|
71
|
-
};
|
72
|
-
};
|
73
|
-
export declare const SecondaryRuneTreesByRuneNames: {
|
74
|
-
readonly Domination: {
|
75
|
-
readonly "Cheap Shot": "8126";
|
76
|
-
readonly "Taste of Blood": "8139";
|
77
|
-
readonly "Sudden Impact": "8143";
|
78
|
-
readonly "Zombie Ward": "8136";
|
79
|
-
readonly "Ghost Poro": "8120";
|
80
|
-
readonly "Eyeball Collection": "8138";
|
81
|
-
readonly "Treasure Hunter": "8135";
|
82
|
-
readonly "Relentless Hunter": "8105";
|
83
|
-
readonly "Ultimate Hunter": "8106";
|
84
|
-
};
|
85
|
-
readonly Inspiration: {
|
86
|
-
readonly "Hextech Flashtraption": "8306";
|
87
|
-
readonly "Magical Footwear": "8304";
|
88
|
-
readonly "Cash Back": "8321";
|
89
|
-
readonly "Triple Tonic": "8313";
|
90
|
-
readonly "Time Warp Tonic": "8352";
|
91
|
-
readonly "Biscuit Delivery": "8345";
|
92
|
-
readonly "Cosmic Insight": "8347";
|
93
|
-
readonly "Approach Velocity": "8410";
|
94
|
-
readonly "Jack Of All Trades": "8316";
|
95
|
-
};
|
96
|
-
readonly Precision: {
|
97
|
-
readonly "Absorb Life": "9101";
|
98
|
-
readonly Triumph: "9111";
|
99
|
-
readonly "Presence of Mind": "8009";
|
100
|
-
readonly "Legend: Alacrity": "9104";
|
101
|
-
readonly "Legend: Haste": "9105";
|
102
|
-
readonly "Legend: Bloodline": "9103";
|
103
|
-
readonly "Coup de Grace": "8014";
|
104
|
-
readonly "Cut Down": "8017";
|
105
|
-
readonly "Last Stand": "8299";
|
106
|
-
};
|
107
|
-
readonly Resolve: {
|
108
|
-
readonly Demolish: "8446";
|
109
|
-
readonly "Font of Life": "8463";
|
110
|
-
readonly "Shield Bash": "8401";
|
111
|
-
readonly Conditioning: "8429";
|
112
|
-
readonly "Second Wind": "8444";
|
113
|
-
readonly "Bone Plating": "8473";
|
114
|
-
readonly Overgrowth: "8451";
|
115
|
-
readonly Revitalize: "8453";
|
116
|
-
readonly Unflinching: "8242";
|
117
|
-
};
|
118
|
-
readonly Sorcery: {
|
119
|
-
readonly "Nullifying Orb": "8224";
|
120
|
-
readonly "Manaflow Band": "8226";
|
121
|
-
readonly "Nimbus Cloak": "8275";
|
122
|
-
readonly Transcendence: "8210";
|
123
|
-
readonly Celerity: "8234";
|
124
|
-
readonly "Absolute Focus": "8233";
|
125
|
-
readonly Scorch: "8237";
|
126
|
-
readonly Waterwalking: "8232";
|
127
|
-
readonly "Gathering Storm": "8236";
|
128
|
-
};
|
129
|
-
};
|
130
|
-
export declare const KeystoneIds: {
|
131
|
-
readonly Electrocute: "8112";
|
132
|
-
readonly "Dark Harvest": "8128";
|
133
|
-
readonly "Hail of Blades": "9923";
|
134
|
-
readonly "Glacial Augment": "8351";
|
135
|
-
readonly "Unsealed Spellbook": "8360";
|
136
|
-
readonly "First Strike": "8369";
|
137
|
-
readonly "Press the Attack": "8005";
|
138
|
-
readonly "Fleet Footwork": "8021";
|
139
|
-
readonly Conqueror: "8010";
|
140
|
-
readonly "Grasp of the Undying": "8437";
|
141
|
-
readonly Aftershock: "8439";
|
142
|
-
readonly Guardian: "8465";
|
143
|
-
readonly "Summon Aery": "8214";
|
144
|
-
readonly "Arcane Comet": "8229";
|
145
|
-
readonly "Phase Rush": "8230";
|
146
|
-
};
|
147
|
-
export declare const StatRuneIds: {
|
148
|
-
readonly "Offense (AS)": "5005";
|
149
|
-
readonly "Offense (AH)": "5007";
|
150
|
-
readonly "Offense (AF)": "5008";
|
151
|
-
readonly "Flex (AF)": "5008f";
|
152
|
-
readonly "Flex (MS)": "5010f";
|
153
|
-
readonly "Flex (HP+)": "5001f";
|
154
|
-
readonly "Defense (HP+)": "5001";
|
155
|
-
readonly "Defense (HP)": "5011";
|
156
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
157
|
-
};
|
158
|
-
/**
|
159
|
-
* There are 3 main Rune ID types:
|
160
|
-
* - `RuneId` (all),
|
161
|
-
* - `NonStatRuneId` (all but stat runes),
|
162
|
-
* - `StatRuneId` (only stat runes).
|
163
|
-
*
|
164
|
-
* There are 6 more specific Rune ID types as well:
|
165
|
-
* - `KeystoneRuneId`,
|
166
|
-
* - `PrecisionRuneId`,
|
167
|
-
* - `DominationRuneId`,
|
168
|
-
* - `SorceryRuneId`,
|
169
|
-
* - `ResolveRuneId`,
|
170
|
-
* - `InspirationRuneId`.
|
171
|
-
*
|
172
|
-
* There are 6 numerical Rune ID types:
|
173
|
-
* - `KeystoneRuneIdNum`,
|
174
|
-
* - `PrecisionRuneIdNum`,
|
175
|
-
* - `DominationRuneIdNum`,
|
176
|
-
* - `SorceryRuneIdNum`,
|
177
|
-
* - `ResolveRuneIdNum`,
|
178
|
-
* - `InspirationRuneIdNum`.
|
179
|
-
*/
|
180
|
-
export type StatRuneId = typeof StatRuneIds[keyof typeof StatRuneIds];
|
181
|
-
export declare const RuneIds: {
|
182
|
-
readonly "Offense (AS)": "5005";
|
183
|
-
readonly "Offense (AH)": "5007";
|
184
|
-
readonly "Offense (AF)": "5008";
|
185
|
-
readonly "Flex (AF)": "5008f";
|
186
|
-
readonly "Flex (MS)": "5010f";
|
187
|
-
readonly "Flex (HP+)": "5001f";
|
188
|
-
readonly "Defense (HP+)": "5001";
|
189
|
-
readonly "Defense (HP)": "5011";
|
190
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
191
|
-
readonly "Glacial Augment": "8351";
|
192
|
-
readonly "Unsealed Spellbook": "8360";
|
193
|
-
readonly "First Strike": "8369";
|
194
|
-
readonly "Hextech Flashtraption": "8306";
|
195
|
-
readonly "Magical Footwear": "8304";
|
196
|
-
readonly "Cash Back": "8321";
|
197
|
-
readonly "Triple Tonic": "8313";
|
198
|
-
readonly "Time Warp Tonic": "8352";
|
199
|
-
readonly "Biscuit Delivery": "8345";
|
200
|
-
readonly "Cosmic Insight": "8347";
|
201
|
-
readonly "Approach Velocity": "8410";
|
202
|
-
readonly "Jack Of All Trades": "8316";
|
203
|
-
readonly "Grasp of the Undying": "8437";
|
204
|
-
readonly Aftershock: "8439";
|
205
|
-
readonly Guardian: "8465";
|
206
|
-
readonly Demolish: "8446";
|
207
|
-
readonly "Font of Life": "8463";
|
208
|
-
readonly "Shield Bash": "8401";
|
209
|
-
readonly Conditioning: "8429";
|
210
|
-
readonly "Second Wind": "8444";
|
211
|
-
readonly "Bone Plating": "8473";
|
212
|
-
readonly Overgrowth: "8451";
|
213
|
-
readonly Revitalize: "8453";
|
214
|
-
readonly Unflinching: "8242";
|
215
|
-
readonly "Summon Aery": "8214";
|
216
|
-
readonly "Arcane Comet": "8229";
|
217
|
-
readonly "Phase Rush": "8230";
|
218
|
-
readonly "Nullifying Orb": "8224";
|
219
|
-
readonly "Manaflow Band": "8226";
|
220
|
-
readonly "Nimbus Cloak": "8275";
|
221
|
-
readonly Transcendence: "8210";
|
222
|
-
readonly Celerity: "8234";
|
223
|
-
readonly "Absolute Focus": "8233";
|
224
|
-
readonly Scorch: "8237";
|
225
|
-
readonly Waterwalking: "8232";
|
226
|
-
readonly "Gathering Storm": "8236";
|
227
|
-
readonly Electrocute: "8112";
|
228
|
-
readonly "Dark Harvest": "8128";
|
229
|
-
readonly "Hail of Blades": "9923";
|
230
|
-
readonly "Cheap Shot": "8126";
|
231
|
-
readonly "Taste of Blood": "8139";
|
232
|
-
readonly "Sudden Impact": "8143";
|
233
|
-
readonly "Zombie Ward": "8136";
|
234
|
-
readonly "Ghost Poro": "8120";
|
235
|
-
readonly "Eyeball Collection": "8138";
|
236
|
-
readonly "Treasure Hunter": "8135";
|
237
|
-
readonly "Relentless Hunter": "8105";
|
238
|
-
readonly "Ultimate Hunter": "8106";
|
239
|
-
readonly "Press the Attack": "8005";
|
240
|
-
readonly "Fleet Footwork": "8021";
|
241
|
-
readonly Conqueror: "8010";
|
242
|
-
readonly "Absorb Life": "9101";
|
243
|
-
readonly Triumph: "9111";
|
244
|
-
readonly "Presence of Mind": "8009";
|
245
|
-
readonly "Legend: Alacrity": "9104";
|
246
|
-
readonly "Legend: Haste": "9105";
|
247
|
-
readonly "Legend: Bloodline": "9103";
|
248
|
-
readonly "Coup de Grace": "8014";
|
249
|
-
readonly "Cut Down": "8017";
|
250
|
-
readonly "Last Stand": "8299";
|
251
|
-
};
|
252
|
-
/**
|
253
|
-
* There are 3 main Rune ID types:
|
254
|
-
* - `RuneId` (all),
|
255
|
-
* - `NonStatRuneId` (all but stat runes),
|
256
|
-
* - `StatRuneId` (only stat runes).
|
257
|
-
*
|
258
|
-
* There are 6 more specific Rune ID types as well:
|
259
|
-
* - `KeystoneRuneId`,
|
260
|
-
* - `PrecisionRuneId`,
|
261
|
-
* - `DominationRuneId`,
|
262
|
-
* - `SorceryRuneId`,
|
263
|
-
* - `ResolveRuneId`,
|
264
|
-
* - `InspirationRuneId`.
|
265
|
-
*
|
266
|
-
* There are 6 numerical Rune ID types:
|
267
|
-
* - `KeystoneRuneIdNum`,
|
268
|
-
* - `PrecisionRuneIdNum`,
|
269
|
-
* - `DominationRuneIdNum`,
|
270
|
-
* - `SorceryRuneIdNum`,
|
271
|
-
* - `ResolveRuneIdNum`,
|
272
|
-
* - `InspirationRuneIdNum`.
|
273
|
-
*/
|
274
|
-
export type RuneId = typeof RuneIds[keyof typeof RuneIds];
|
275
|
-
export declare const RuneHSetsByRuneNames: {
|
276
|
-
readonly Domination: {
|
277
|
-
readonly "0": {
|
278
|
-
readonly Electrocute: "8112";
|
279
|
-
readonly "Dark Harvest": "8128";
|
280
|
-
readonly "Hail of Blades": "9923";
|
281
|
-
};
|
282
|
-
readonly "1": {
|
283
|
-
readonly "Cheap Shot": "8126";
|
284
|
-
readonly "Taste of Blood": "8139";
|
285
|
-
readonly "Sudden Impact": "8143";
|
286
|
-
};
|
287
|
-
readonly "2": {
|
288
|
-
readonly "Zombie Ward": "8136";
|
289
|
-
readonly "Ghost Poro": "8120";
|
290
|
-
readonly "Eyeball Collection": "8138";
|
291
|
-
};
|
292
|
-
readonly "3": {
|
293
|
-
readonly "Treasure Hunter": "8135";
|
294
|
-
readonly "Relentless Hunter": "8105";
|
295
|
-
readonly "Ultimate Hunter": "8106";
|
296
|
-
};
|
297
|
-
};
|
298
|
-
readonly Inspiration: {
|
299
|
-
readonly "0": {
|
300
|
-
readonly "Glacial Augment": "8351";
|
301
|
-
readonly "Unsealed Spellbook": "8360";
|
302
|
-
readonly "First Strike": "8369";
|
303
|
-
};
|
304
|
-
readonly "1": {
|
305
|
-
readonly "Hextech Flashtraption": "8306";
|
306
|
-
readonly "Magical Footwear": "8304";
|
307
|
-
readonly "Cash Back": "8321";
|
308
|
-
};
|
309
|
-
readonly "2": {
|
310
|
-
readonly "Triple Tonic": "8313";
|
311
|
-
readonly "Time Warp Tonic": "8352";
|
312
|
-
readonly "Biscuit Delivery": "8345";
|
313
|
-
};
|
314
|
-
readonly "3": {
|
315
|
-
readonly "Cosmic Insight": "8347";
|
316
|
-
readonly "Approach Velocity": "8410";
|
317
|
-
readonly "Jack Of All Trades": "8316";
|
318
|
-
};
|
319
|
-
};
|
320
|
-
readonly Precision: {
|
321
|
-
readonly "0": {
|
322
|
-
readonly "Press the Attack": "8005";
|
323
|
-
readonly "Fleet Footwork": "8021";
|
324
|
-
readonly Conqueror: "8010";
|
325
|
-
};
|
326
|
-
readonly "1": {
|
327
|
-
readonly "Absorb Life": "9101";
|
328
|
-
readonly Triumph: "9111";
|
329
|
-
readonly "Presence of Mind": "8009";
|
330
|
-
};
|
331
|
-
readonly "2": {
|
332
|
-
readonly "Legend: Alacrity": "9104";
|
333
|
-
readonly "Legend: Haste": "9105";
|
334
|
-
readonly "Legend: Bloodline": "9103";
|
335
|
-
};
|
336
|
-
readonly "3": {
|
337
|
-
readonly "Coup de Grace": "8014";
|
338
|
-
readonly "Cut Down": "8017";
|
339
|
-
readonly "Last Stand": "8299";
|
340
|
-
};
|
341
|
-
};
|
342
|
-
readonly Resolve: {
|
343
|
-
readonly "0": {
|
344
|
-
readonly "Grasp of the Undying": "8437";
|
345
|
-
readonly Aftershock: "8439";
|
346
|
-
readonly Guardian: "8465";
|
347
|
-
};
|
348
|
-
readonly "1": {
|
349
|
-
readonly Demolish: "8446";
|
350
|
-
readonly "Font of Life": "8463";
|
351
|
-
readonly "Shield Bash": "8401";
|
352
|
-
};
|
353
|
-
readonly "2": {
|
354
|
-
readonly Conditioning: "8429";
|
355
|
-
readonly "Second Wind": "8444";
|
356
|
-
readonly "Bone Plating": "8473";
|
357
|
-
};
|
358
|
-
readonly "3": {
|
359
|
-
readonly Overgrowth: "8451";
|
360
|
-
readonly Revitalize: "8453";
|
361
|
-
readonly Unflinching: "8242";
|
362
|
-
};
|
363
|
-
};
|
364
|
-
readonly Sorcery: {
|
365
|
-
readonly "0": {
|
366
|
-
readonly "Summon Aery": "8214";
|
367
|
-
readonly "Arcane Comet": "8229";
|
368
|
-
readonly "Phase Rush": "8230";
|
369
|
-
};
|
370
|
-
readonly "1": {
|
371
|
-
readonly "Nullifying Orb": "8224";
|
372
|
-
readonly "Manaflow Band": "8226";
|
373
|
-
readonly "Nimbus Cloak": "8275";
|
374
|
-
};
|
375
|
-
readonly "2": {
|
376
|
-
readonly Transcendence: "8210";
|
377
|
-
readonly Celerity: "8234";
|
378
|
-
readonly "Absolute Focus": "8233";
|
379
|
-
};
|
380
|
-
readonly "3": {
|
381
|
-
readonly Scorch: "8237";
|
382
|
-
readonly Waterwalking: "8232";
|
383
|
-
readonly "Gathering Storm": "8236";
|
384
|
-
};
|
385
|
-
};
|
386
|
-
};
|
387
|
-
export declare const StatRuneHSetsByRuneNames: {
|
388
|
-
readonly "0": {
|
389
|
-
readonly "Offense (AS)": "5005";
|
390
|
-
readonly "Offense (AH)": "5007";
|
391
|
-
readonly "Offense (AF)": "5008";
|
392
|
-
};
|
393
|
-
readonly "1": {
|
394
|
-
readonly "Flex (AF)": "5008f";
|
395
|
-
readonly "Flex (MS)": "5010f";
|
396
|
-
readonly "Flex (HP+)": "5001f";
|
397
|
-
};
|
398
|
-
readonly "2": {
|
399
|
-
readonly "Defense (HP+)": "5001";
|
400
|
-
readonly "Defense (HP)": "5011";
|
401
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
402
|
-
};
|
403
|
-
};
|
404
|
-
/**
|
405
|
-
* Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 69 runes in the game.
|
406
|
-
*/
|
407
|
-
export declare const RuneSetsByRuneNames: {
|
408
|
-
readonly PrimaryRuneTreesByRuneNames: {
|
409
|
-
readonly Domination: {
|
410
|
-
readonly Electrocute: "8112";
|
411
|
-
readonly "Dark Harvest": "8128";
|
412
|
-
readonly "Hail of Blades": "9923";
|
413
|
-
readonly "Cheap Shot": "8126";
|
414
|
-
readonly "Taste of Blood": "8139";
|
415
|
-
readonly "Sudden Impact": "8143";
|
416
|
-
readonly "Zombie Ward": "8136";
|
417
|
-
readonly "Ghost Poro": "8120";
|
418
|
-
readonly "Eyeball Collection": "8138";
|
419
|
-
readonly "Treasure Hunter": "8135";
|
420
|
-
readonly "Relentless Hunter": "8105";
|
421
|
-
readonly "Ultimate Hunter": "8106";
|
422
|
-
};
|
423
|
-
readonly Inspiration: {
|
424
|
-
readonly "Glacial Augment": "8351";
|
425
|
-
readonly "Unsealed Spellbook": "8360";
|
426
|
-
readonly "First Strike": "8369";
|
427
|
-
readonly "Hextech Flashtraption": "8306";
|
428
|
-
readonly "Magical Footwear": "8304";
|
429
|
-
readonly "Cash Back": "8321";
|
430
|
-
readonly "Triple Tonic": "8313";
|
431
|
-
readonly "Time Warp Tonic": "8352";
|
432
|
-
readonly "Biscuit Delivery": "8345";
|
433
|
-
readonly "Cosmic Insight": "8347";
|
434
|
-
readonly "Approach Velocity": "8410";
|
435
|
-
readonly "Jack Of All Trades": "8316";
|
436
|
-
};
|
437
|
-
readonly Precision: {
|
438
|
-
readonly "Press the Attack": "8005";
|
439
|
-
readonly "Fleet Footwork": "8021";
|
440
|
-
readonly Conqueror: "8010";
|
441
|
-
readonly "Absorb Life": "9101";
|
442
|
-
readonly Triumph: "9111";
|
443
|
-
readonly "Presence of Mind": "8009";
|
444
|
-
readonly "Legend: Alacrity": "9104";
|
445
|
-
readonly "Legend: Haste": "9105";
|
446
|
-
readonly "Legend: Bloodline": "9103";
|
447
|
-
readonly "Coup de Grace": "8014";
|
448
|
-
readonly "Cut Down": "8017";
|
449
|
-
readonly "Last Stand": "8299";
|
450
|
-
};
|
451
|
-
readonly Resolve: {
|
452
|
-
readonly "Grasp of the Undying": "8437";
|
453
|
-
readonly Aftershock: "8439";
|
454
|
-
readonly Guardian: "8465";
|
455
|
-
readonly Demolish: "8446";
|
456
|
-
readonly "Font of Life": "8463";
|
457
|
-
readonly "Shield Bash": "8401";
|
458
|
-
readonly Conditioning: "8429";
|
459
|
-
readonly "Second Wind": "8444";
|
460
|
-
readonly "Bone Plating": "8473";
|
461
|
-
readonly Overgrowth: "8451";
|
462
|
-
readonly Revitalize: "8453";
|
463
|
-
readonly Unflinching: "8242";
|
464
|
-
};
|
465
|
-
readonly Sorcery: {
|
466
|
-
readonly "Summon Aery": "8214";
|
467
|
-
readonly "Arcane Comet": "8229";
|
468
|
-
readonly "Phase Rush": "8230";
|
469
|
-
readonly "Nullifying Orb": "8224";
|
470
|
-
readonly "Manaflow Band": "8226";
|
471
|
-
readonly "Nimbus Cloak": "8275";
|
472
|
-
readonly Transcendence: "8210";
|
473
|
-
readonly Celerity: "8234";
|
474
|
-
readonly "Absolute Focus": "8233";
|
475
|
-
readonly Scorch: "8237";
|
476
|
-
readonly Waterwalking: "8232";
|
477
|
-
readonly "Gathering Storm": "8236";
|
478
|
-
};
|
479
|
-
};
|
480
|
-
readonly SecondaryRuneTreesByRuneNames: {
|
481
|
-
readonly Domination: {
|
482
|
-
readonly "Cheap Shot": "8126";
|
483
|
-
readonly "Taste of Blood": "8139";
|
484
|
-
readonly "Sudden Impact": "8143";
|
485
|
-
readonly "Zombie Ward": "8136";
|
486
|
-
readonly "Ghost Poro": "8120";
|
487
|
-
readonly "Eyeball Collection": "8138";
|
488
|
-
readonly "Treasure Hunter": "8135";
|
489
|
-
readonly "Relentless Hunter": "8105";
|
490
|
-
readonly "Ultimate Hunter": "8106";
|
491
|
-
};
|
492
|
-
readonly Inspiration: {
|
493
|
-
readonly "Hextech Flashtraption": "8306";
|
494
|
-
readonly "Magical Footwear": "8304";
|
495
|
-
readonly "Cash Back": "8321";
|
496
|
-
readonly "Triple Tonic": "8313";
|
497
|
-
readonly "Time Warp Tonic": "8352";
|
498
|
-
readonly "Biscuit Delivery": "8345";
|
499
|
-
readonly "Cosmic Insight": "8347";
|
500
|
-
readonly "Approach Velocity": "8410";
|
501
|
-
readonly "Jack Of All Trades": "8316";
|
502
|
-
};
|
503
|
-
readonly Precision: {
|
504
|
-
readonly "Absorb Life": "9101";
|
505
|
-
readonly Triumph: "9111";
|
506
|
-
readonly "Presence of Mind": "8009";
|
507
|
-
readonly "Legend: Alacrity": "9104";
|
508
|
-
readonly "Legend: Haste": "9105";
|
509
|
-
readonly "Legend: Bloodline": "9103";
|
510
|
-
readonly "Coup de Grace": "8014";
|
511
|
-
readonly "Cut Down": "8017";
|
512
|
-
readonly "Last Stand": "8299";
|
513
|
-
};
|
514
|
-
readonly Resolve: {
|
515
|
-
readonly Demolish: "8446";
|
516
|
-
readonly "Font of Life": "8463";
|
517
|
-
readonly "Shield Bash": "8401";
|
518
|
-
readonly Conditioning: "8429";
|
519
|
-
readonly "Second Wind": "8444";
|
520
|
-
readonly "Bone Plating": "8473";
|
521
|
-
readonly Overgrowth: "8451";
|
522
|
-
readonly Revitalize: "8453";
|
523
|
-
readonly Unflinching: "8242";
|
524
|
-
};
|
525
|
-
readonly Sorcery: {
|
526
|
-
readonly "Nullifying Orb": "8224";
|
527
|
-
readonly "Manaflow Band": "8226";
|
528
|
-
readonly "Nimbus Cloak": "8275";
|
529
|
-
readonly Transcendence: "8210";
|
530
|
-
readonly Celerity: "8234";
|
531
|
-
readonly "Absolute Focus": "8233";
|
532
|
-
readonly Scorch: "8237";
|
533
|
-
readonly Waterwalking: "8232";
|
534
|
-
readonly "Gathering Storm": "8236";
|
535
|
-
};
|
536
|
-
};
|
537
|
-
readonly KeystoneIds: {
|
538
|
-
readonly Electrocute: "8112";
|
539
|
-
readonly "Dark Harvest": "8128";
|
540
|
-
readonly "Hail of Blades": "9923";
|
541
|
-
readonly "Glacial Augment": "8351";
|
542
|
-
readonly "Unsealed Spellbook": "8360";
|
543
|
-
readonly "First Strike": "8369";
|
544
|
-
readonly "Press the Attack": "8005";
|
545
|
-
readonly "Fleet Footwork": "8021";
|
546
|
-
readonly Conqueror: "8010";
|
547
|
-
readonly "Grasp of the Undying": "8437";
|
548
|
-
readonly Aftershock: "8439";
|
549
|
-
readonly Guardian: "8465";
|
550
|
-
readonly "Summon Aery": "8214";
|
551
|
-
readonly "Arcane Comet": "8229";
|
552
|
-
readonly "Phase Rush": "8230";
|
553
|
-
};
|
554
|
-
readonly StatRuneIds: {
|
555
|
-
readonly "Offense (AS)": "5005";
|
556
|
-
readonly "Offense (AH)": "5007";
|
557
|
-
readonly "Offense (AF)": "5008";
|
558
|
-
readonly "Flex (AF)": "5008f";
|
559
|
-
readonly "Flex (MS)": "5010f";
|
560
|
-
readonly "Flex (HP+)": "5001f";
|
561
|
-
readonly "Defense (HP+)": "5001";
|
562
|
-
readonly "Defense (HP)": "5011";
|
563
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
564
|
-
};
|
565
|
-
readonly RuneIds: {
|
566
|
-
readonly "Offense (AS)": "5005";
|
567
|
-
readonly "Offense (AH)": "5007";
|
568
|
-
readonly "Offense (AF)": "5008";
|
569
|
-
readonly "Flex (AF)": "5008f";
|
570
|
-
readonly "Flex (MS)": "5010f";
|
571
|
-
readonly "Flex (HP+)": "5001f";
|
572
|
-
readonly "Defense (HP+)": "5001";
|
573
|
-
readonly "Defense (HP)": "5011";
|
574
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
575
|
-
readonly "Glacial Augment": "8351";
|
576
|
-
readonly "Unsealed Spellbook": "8360";
|
577
|
-
readonly "First Strike": "8369";
|
578
|
-
readonly "Hextech Flashtraption": "8306";
|
579
|
-
readonly "Magical Footwear": "8304";
|
580
|
-
readonly "Cash Back": "8321";
|
581
|
-
readonly "Triple Tonic": "8313";
|
582
|
-
readonly "Time Warp Tonic": "8352";
|
583
|
-
readonly "Biscuit Delivery": "8345";
|
584
|
-
readonly "Cosmic Insight": "8347";
|
585
|
-
readonly "Approach Velocity": "8410";
|
586
|
-
readonly "Jack Of All Trades": "8316";
|
587
|
-
readonly "Grasp of the Undying": "8437";
|
588
|
-
readonly Aftershock: "8439";
|
589
|
-
readonly Guardian: "8465";
|
590
|
-
readonly Demolish: "8446";
|
591
|
-
readonly "Font of Life": "8463";
|
592
|
-
readonly "Shield Bash": "8401";
|
593
|
-
readonly Conditioning: "8429";
|
594
|
-
readonly "Second Wind": "8444";
|
595
|
-
readonly "Bone Plating": "8473";
|
596
|
-
readonly Overgrowth: "8451";
|
597
|
-
readonly Revitalize: "8453";
|
598
|
-
readonly Unflinching: "8242";
|
599
|
-
readonly "Summon Aery": "8214";
|
600
|
-
readonly "Arcane Comet": "8229";
|
601
|
-
readonly "Phase Rush": "8230";
|
602
|
-
readonly "Nullifying Orb": "8224";
|
603
|
-
readonly "Manaflow Band": "8226";
|
604
|
-
readonly "Nimbus Cloak": "8275";
|
605
|
-
readonly Transcendence: "8210";
|
606
|
-
readonly Celerity: "8234";
|
607
|
-
readonly "Absolute Focus": "8233";
|
608
|
-
readonly Scorch: "8237";
|
609
|
-
readonly Waterwalking: "8232";
|
610
|
-
readonly "Gathering Storm": "8236";
|
611
|
-
readonly Electrocute: "8112";
|
612
|
-
readonly "Dark Harvest": "8128";
|
613
|
-
readonly "Hail of Blades": "9923";
|
614
|
-
readonly "Cheap Shot": "8126";
|
615
|
-
readonly "Taste of Blood": "8139";
|
616
|
-
readonly "Sudden Impact": "8143";
|
617
|
-
readonly "Zombie Ward": "8136";
|
618
|
-
readonly "Ghost Poro": "8120";
|
619
|
-
readonly "Eyeball Collection": "8138";
|
620
|
-
readonly "Treasure Hunter": "8135";
|
621
|
-
readonly "Relentless Hunter": "8105";
|
622
|
-
readonly "Ultimate Hunter": "8106";
|
623
|
-
readonly "Press the Attack": "8005";
|
624
|
-
readonly "Fleet Footwork": "8021";
|
625
|
-
readonly Conqueror: "8010";
|
626
|
-
readonly "Absorb Life": "9101";
|
627
|
-
readonly Triumph: "9111";
|
628
|
-
readonly "Presence of Mind": "8009";
|
629
|
-
readonly "Legend: Alacrity": "9104";
|
630
|
-
readonly "Legend: Haste": "9105";
|
631
|
-
readonly "Legend: Bloodline": "9103";
|
632
|
-
readonly "Coup de Grace": "8014";
|
633
|
-
readonly "Cut Down": "8017";
|
634
|
-
readonly "Last Stand": "8299";
|
635
|
-
};
|
636
|
-
readonly RuneHSetsByRuneNames: {
|
637
|
-
readonly Domination: {
|
638
|
-
readonly "0": {
|
639
|
-
readonly Electrocute: "8112";
|
640
|
-
readonly "Dark Harvest": "8128";
|
641
|
-
readonly "Hail of Blades": "9923";
|
642
|
-
};
|
643
|
-
readonly "1": {
|
644
|
-
readonly "Cheap Shot": "8126";
|
645
|
-
readonly "Taste of Blood": "8139";
|
646
|
-
readonly "Sudden Impact": "8143";
|
647
|
-
};
|
648
|
-
readonly "2": {
|
649
|
-
readonly "Zombie Ward": "8136";
|
650
|
-
readonly "Ghost Poro": "8120";
|
651
|
-
readonly "Eyeball Collection": "8138";
|
652
|
-
};
|
653
|
-
readonly "3": {
|
654
|
-
readonly "Treasure Hunter": "8135";
|
655
|
-
readonly "Relentless Hunter": "8105";
|
656
|
-
readonly "Ultimate Hunter": "8106";
|
657
|
-
};
|
658
|
-
};
|
659
|
-
readonly Inspiration: {
|
660
|
-
readonly "0": {
|
661
|
-
readonly "Glacial Augment": "8351";
|
662
|
-
readonly "Unsealed Spellbook": "8360";
|
663
|
-
readonly "First Strike": "8369";
|
664
|
-
};
|
665
|
-
readonly "1": {
|
666
|
-
readonly "Hextech Flashtraption": "8306";
|
667
|
-
readonly "Magical Footwear": "8304";
|
668
|
-
readonly "Cash Back": "8321";
|
669
|
-
};
|
670
|
-
readonly "2": {
|
671
|
-
readonly "Triple Tonic": "8313";
|
672
|
-
readonly "Time Warp Tonic": "8352";
|
673
|
-
readonly "Biscuit Delivery": "8345";
|
674
|
-
};
|
675
|
-
readonly "3": {
|
676
|
-
readonly "Cosmic Insight": "8347";
|
677
|
-
readonly "Approach Velocity": "8410";
|
678
|
-
readonly "Jack Of All Trades": "8316";
|
679
|
-
};
|
680
|
-
};
|
681
|
-
readonly Precision: {
|
682
|
-
readonly "0": {
|
683
|
-
readonly "Press the Attack": "8005";
|
684
|
-
readonly "Fleet Footwork": "8021";
|
685
|
-
readonly Conqueror: "8010";
|
686
|
-
};
|
687
|
-
readonly "1": {
|
688
|
-
readonly "Absorb Life": "9101";
|
689
|
-
readonly Triumph: "9111";
|
690
|
-
readonly "Presence of Mind": "8009";
|
691
|
-
};
|
692
|
-
readonly "2": {
|
693
|
-
readonly "Legend: Alacrity": "9104";
|
694
|
-
readonly "Legend: Haste": "9105";
|
695
|
-
readonly "Legend: Bloodline": "9103";
|
696
|
-
};
|
697
|
-
readonly "3": {
|
698
|
-
readonly "Coup de Grace": "8014";
|
699
|
-
readonly "Cut Down": "8017";
|
700
|
-
readonly "Last Stand": "8299";
|
701
|
-
};
|
702
|
-
};
|
703
|
-
readonly Resolve: {
|
704
|
-
readonly "0": {
|
705
|
-
readonly "Grasp of the Undying": "8437";
|
706
|
-
readonly Aftershock: "8439";
|
707
|
-
readonly Guardian: "8465";
|
708
|
-
};
|
709
|
-
readonly "1": {
|
710
|
-
readonly Demolish: "8446";
|
711
|
-
readonly "Font of Life": "8463";
|
712
|
-
readonly "Shield Bash": "8401";
|
713
|
-
};
|
714
|
-
readonly "2": {
|
715
|
-
readonly Conditioning: "8429";
|
716
|
-
readonly "Second Wind": "8444";
|
717
|
-
readonly "Bone Plating": "8473";
|
718
|
-
};
|
719
|
-
readonly "3": {
|
720
|
-
readonly Overgrowth: "8451";
|
721
|
-
readonly Revitalize: "8453";
|
722
|
-
readonly Unflinching: "8242";
|
723
|
-
};
|
724
|
-
};
|
725
|
-
readonly Sorcery: {
|
726
|
-
readonly "0": {
|
727
|
-
readonly "Summon Aery": "8214";
|
728
|
-
readonly "Arcane Comet": "8229";
|
729
|
-
readonly "Phase Rush": "8230";
|
730
|
-
};
|
731
|
-
readonly "1": {
|
732
|
-
readonly "Nullifying Orb": "8224";
|
733
|
-
readonly "Manaflow Band": "8226";
|
734
|
-
readonly "Nimbus Cloak": "8275";
|
735
|
-
};
|
736
|
-
readonly "2": {
|
737
|
-
readonly Transcendence: "8210";
|
738
|
-
readonly Celerity: "8234";
|
739
|
-
readonly "Absolute Focus": "8233";
|
740
|
-
};
|
741
|
-
readonly "3": {
|
742
|
-
readonly Scorch: "8237";
|
743
|
-
readonly Waterwalking: "8232";
|
744
|
-
readonly "Gathering Storm": "8236";
|
745
|
-
};
|
746
|
-
};
|
747
|
-
};
|
748
|
-
readonly StatRuneHSetsByRuneNames: {
|
749
|
-
readonly "0": {
|
750
|
-
readonly "Offense (AS)": "5005";
|
751
|
-
readonly "Offense (AH)": "5007";
|
752
|
-
readonly "Offense (AF)": "5008";
|
753
|
-
};
|
754
|
-
readonly "1": {
|
755
|
-
readonly "Flex (AF)": "5008f";
|
756
|
-
readonly "Flex (MS)": "5010f";
|
757
|
-
readonly "Flex (HP+)": "5001f";
|
758
|
-
};
|
759
|
-
readonly "2": {
|
760
|
-
readonly "Defense (HP+)": "5001";
|
761
|
-
readonly "Defense (HP)": "5011";
|
762
|
-
readonly "Defense (Tenacity + Slow Resist)": "5013";
|
763
|
-
};
|
764
|
-
};
|
765
|
-
};
|