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
@@ -0,0 +1,1858 @@
|
|
1
|
+
export declare const Champions: {
|
2
|
+
readonly 1: {
|
3
|
+
readonly id: 1;
|
4
|
+
readonly key: "Annie";
|
5
|
+
readonly name: "Annie";
|
6
|
+
};
|
7
|
+
readonly 2: {
|
8
|
+
readonly id: 2;
|
9
|
+
readonly key: "Olaf";
|
10
|
+
readonly name: "Olaf";
|
11
|
+
};
|
12
|
+
readonly 3: {
|
13
|
+
readonly id: 3;
|
14
|
+
readonly key: "Galio";
|
15
|
+
readonly name: "Galio";
|
16
|
+
};
|
17
|
+
readonly 4: {
|
18
|
+
readonly id: 4;
|
19
|
+
readonly key: "TwistedFate";
|
20
|
+
readonly name: "Twisted Fate";
|
21
|
+
};
|
22
|
+
readonly 5: {
|
23
|
+
readonly id: 5;
|
24
|
+
readonly key: "XinZhao";
|
25
|
+
readonly name: "Xin Zhao";
|
26
|
+
};
|
27
|
+
readonly 6: {
|
28
|
+
readonly id: 6;
|
29
|
+
readonly key: "Urgot";
|
30
|
+
readonly name: "Urgot";
|
31
|
+
};
|
32
|
+
readonly 7: {
|
33
|
+
readonly id: 7;
|
34
|
+
readonly key: "Leblanc";
|
35
|
+
readonly name: "LeBlanc";
|
36
|
+
};
|
37
|
+
readonly 8: {
|
38
|
+
readonly id: 8;
|
39
|
+
readonly key: "Vladimir";
|
40
|
+
readonly name: "Vladimir";
|
41
|
+
};
|
42
|
+
readonly 9: {
|
43
|
+
readonly id: 9;
|
44
|
+
readonly key: "Fiddlesticks";
|
45
|
+
readonly name: "Fiddlesticks";
|
46
|
+
};
|
47
|
+
readonly 10: {
|
48
|
+
readonly id: 10;
|
49
|
+
readonly key: "Kayle";
|
50
|
+
readonly name: "Kayle";
|
51
|
+
};
|
52
|
+
readonly 11: {
|
53
|
+
readonly id: 11;
|
54
|
+
readonly key: "MasterYi";
|
55
|
+
readonly name: "Master Yi";
|
56
|
+
};
|
57
|
+
readonly 12: {
|
58
|
+
readonly id: 12;
|
59
|
+
readonly key: "Alistar";
|
60
|
+
readonly name: "Alistar";
|
61
|
+
};
|
62
|
+
readonly 13: {
|
63
|
+
readonly id: 13;
|
64
|
+
readonly key: "Ryze";
|
65
|
+
readonly name: "Ryze";
|
66
|
+
};
|
67
|
+
readonly 14: {
|
68
|
+
readonly id: 14;
|
69
|
+
readonly key: "Sion";
|
70
|
+
readonly name: "Sion";
|
71
|
+
};
|
72
|
+
readonly 15: {
|
73
|
+
readonly id: 15;
|
74
|
+
readonly key: "Sivir";
|
75
|
+
readonly name: "Sivir";
|
76
|
+
};
|
77
|
+
readonly 16: {
|
78
|
+
readonly id: 16;
|
79
|
+
readonly key: "Soraka";
|
80
|
+
readonly name: "Soraka";
|
81
|
+
};
|
82
|
+
readonly 17: {
|
83
|
+
readonly id: 17;
|
84
|
+
readonly key: "Teemo";
|
85
|
+
readonly name: "Teemo";
|
86
|
+
};
|
87
|
+
readonly 18: {
|
88
|
+
readonly id: 18;
|
89
|
+
readonly key: "Tristana";
|
90
|
+
readonly name: "Tristana";
|
91
|
+
};
|
92
|
+
readonly 19: {
|
93
|
+
readonly id: 19;
|
94
|
+
readonly key: "Warwick";
|
95
|
+
readonly name: "Warwick";
|
96
|
+
};
|
97
|
+
readonly 20: {
|
98
|
+
readonly id: 20;
|
99
|
+
readonly key: "Nunu";
|
100
|
+
readonly name: "Nunu & Willump";
|
101
|
+
};
|
102
|
+
readonly 21: {
|
103
|
+
readonly id: 21;
|
104
|
+
readonly key: "MissFortune";
|
105
|
+
readonly name: "Miss Fortune";
|
106
|
+
};
|
107
|
+
readonly 22: {
|
108
|
+
readonly id: 22;
|
109
|
+
readonly key: "Ashe";
|
110
|
+
readonly name: "Ashe";
|
111
|
+
};
|
112
|
+
readonly 23: {
|
113
|
+
readonly id: 23;
|
114
|
+
readonly key: "Tryndamere";
|
115
|
+
readonly name: "Tryndamere";
|
116
|
+
};
|
117
|
+
readonly 24: {
|
118
|
+
readonly id: 24;
|
119
|
+
readonly key: "Jax";
|
120
|
+
readonly name: "Jax";
|
121
|
+
};
|
122
|
+
readonly 25: {
|
123
|
+
readonly id: 25;
|
124
|
+
readonly key: "Morgana";
|
125
|
+
readonly name: "Morgana";
|
126
|
+
};
|
127
|
+
readonly 26: {
|
128
|
+
readonly id: 26;
|
129
|
+
readonly key: "Zilean";
|
130
|
+
readonly name: "Zilean";
|
131
|
+
};
|
132
|
+
readonly 27: {
|
133
|
+
readonly id: 27;
|
134
|
+
readonly key: "Singed";
|
135
|
+
readonly name: "Singed";
|
136
|
+
};
|
137
|
+
readonly 28: {
|
138
|
+
readonly id: 28;
|
139
|
+
readonly key: "Evelynn";
|
140
|
+
readonly name: "Evelynn";
|
141
|
+
};
|
142
|
+
readonly 29: {
|
143
|
+
readonly id: 29;
|
144
|
+
readonly key: "Twitch";
|
145
|
+
readonly name: "Twitch";
|
146
|
+
};
|
147
|
+
readonly 30: {
|
148
|
+
readonly id: 30;
|
149
|
+
readonly key: "Karthus";
|
150
|
+
readonly name: "Karthus";
|
151
|
+
};
|
152
|
+
readonly 31: {
|
153
|
+
readonly id: 31;
|
154
|
+
readonly key: "Chogath";
|
155
|
+
readonly name: "Cho'Gath";
|
156
|
+
};
|
157
|
+
readonly 32: {
|
158
|
+
readonly id: 32;
|
159
|
+
readonly key: "Amumu";
|
160
|
+
readonly name: "Amumu";
|
161
|
+
};
|
162
|
+
readonly 33: {
|
163
|
+
readonly id: 33;
|
164
|
+
readonly key: "Rammus";
|
165
|
+
readonly name: "Rammus";
|
166
|
+
};
|
167
|
+
readonly 34: {
|
168
|
+
readonly id: 34;
|
169
|
+
readonly key: "Anivia";
|
170
|
+
readonly name: "Anivia";
|
171
|
+
};
|
172
|
+
readonly 35: {
|
173
|
+
readonly id: 35;
|
174
|
+
readonly key: "Shaco";
|
175
|
+
readonly name: "Shaco";
|
176
|
+
};
|
177
|
+
readonly 36: {
|
178
|
+
readonly id: 36;
|
179
|
+
readonly key: "DrMundo";
|
180
|
+
readonly name: "Dr. Mundo";
|
181
|
+
};
|
182
|
+
readonly 37: {
|
183
|
+
readonly id: 37;
|
184
|
+
readonly key: "Sona";
|
185
|
+
readonly name: "Sona";
|
186
|
+
};
|
187
|
+
readonly 38: {
|
188
|
+
readonly id: 38;
|
189
|
+
readonly key: "Kassadin";
|
190
|
+
readonly name: "Kassadin";
|
191
|
+
};
|
192
|
+
readonly 39: {
|
193
|
+
readonly id: 39;
|
194
|
+
readonly key: "Irelia";
|
195
|
+
readonly name: "Irelia";
|
196
|
+
};
|
197
|
+
readonly 40: {
|
198
|
+
readonly id: 40;
|
199
|
+
readonly key: "Janna";
|
200
|
+
readonly name: "Janna";
|
201
|
+
};
|
202
|
+
readonly 41: {
|
203
|
+
readonly id: 41;
|
204
|
+
readonly key: "Gangplank";
|
205
|
+
readonly name: "Gangplank";
|
206
|
+
};
|
207
|
+
readonly 42: {
|
208
|
+
readonly id: 42;
|
209
|
+
readonly key: "Corki";
|
210
|
+
readonly name: "Corki";
|
211
|
+
};
|
212
|
+
readonly 43: {
|
213
|
+
readonly id: 43;
|
214
|
+
readonly key: "Karma";
|
215
|
+
readonly name: "Karma";
|
216
|
+
};
|
217
|
+
readonly 44: {
|
218
|
+
readonly id: 44;
|
219
|
+
readonly key: "Taric";
|
220
|
+
readonly name: "Taric";
|
221
|
+
};
|
222
|
+
readonly 45: {
|
223
|
+
readonly id: 45;
|
224
|
+
readonly key: "Veigar";
|
225
|
+
readonly name: "Veigar";
|
226
|
+
};
|
227
|
+
readonly 48: {
|
228
|
+
readonly id: 48;
|
229
|
+
readonly key: "Trundle";
|
230
|
+
readonly name: "Trundle";
|
231
|
+
};
|
232
|
+
readonly 50: {
|
233
|
+
readonly id: 50;
|
234
|
+
readonly key: "Swain";
|
235
|
+
readonly name: "Swain";
|
236
|
+
};
|
237
|
+
readonly 51: {
|
238
|
+
readonly id: 51;
|
239
|
+
readonly key: "Caitlyn";
|
240
|
+
readonly name: "Caitlyn";
|
241
|
+
};
|
242
|
+
readonly 53: {
|
243
|
+
readonly id: 53;
|
244
|
+
readonly key: "Blitzcrank";
|
245
|
+
readonly name: "Blitzcrank";
|
246
|
+
};
|
247
|
+
readonly 54: {
|
248
|
+
readonly id: 54;
|
249
|
+
readonly key: "Malphite";
|
250
|
+
readonly name: "Malphite";
|
251
|
+
};
|
252
|
+
readonly 55: {
|
253
|
+
readonly id: 55;
|
254
|
+
readonly key: "Katarina";
|
255
|
+
readonly name: "Katarina";
|
256
|
+
};
|
257
|
+
readonly 56: {
|
258
|
+
readonly id: 56;
|
259
|
+
readonly key: "Nocturne";
|
260
|
+
readonly name: "Nocturne";
|
261
|
+
};
|
262
|
+
readonly 57: {
|
263
|
+
readonly id: 57;
|
264
|
+
readonly key: "Maokai";
|
265
|
+
readonly name: "Maokai";
|
266
|
+
};
|
267
|
+
readonly 58: {
|
268
|
+
readonly id: 58;
|
269
|
+
readonly key: "Renekton";
|
270
|
+
readonly name: "Renekton";
|
271
|
+
};
|
272
|
+
readonly 59: {
|
273
|
+
readonly id: 59;
|
274
|
+
readonly key: "JarvanIV";
|
275
|
+
readonly name: "Jarvan IV";
|
276
|
+
};
|
277
|
+
readonly 60: {
|
278
|
+
readonly id: 60;
|
279
|
+
readonly key: "Elise";
|
280
|
+
readonly name: "Elise";
|
281
|
+
};
|
282
|
+
readonly 61: {
|
283
|
+
readonly id: 61;
|
284
|
+
readonly key: "Orianna";
|
285
|
+
readonly name: "Orianna";
|
286
|
+
};
|
287
|
+
readonly 62: {
|
288
|
+
readonly id: 62;
|
289
|
+
readonly key: "MonkeyKing";
|
290
|
+
readonly name: "Wukong";
|
291
|
+
};
|
292
|
+
readonly 63: {
|
293
|
+
readonly id: 63;
|
294
|
+
readonly key: "Brand";
|
295
|
+
readonly name: "Brand";
|
296
|
+
};
|
297
|
+
readonly 64: {
|
298
|
+
readonly id: 64;
|
299
|
+
readonly key: "LeeSin";
|
300
|
+
readonly name: "Lee Sin";
|
301
|
+
};
|
302
|
+
readonly 67: {
|
303
|
+
readonly id: 67;
|
304
|
+
readonly key: "Vayne";
|
305
|
+
readonly name: "Vayne";
|
306
|
+
};
|
307
|
+
readonly 68: {
|
308
|
+
readonly id: 68;
|
309
|
+
readonly key: "Rumble";
|
310
|
+
readonly name: "Rumble";
|
311
|
+
};
|
312
|
+
readonly 69: {
|
313
|
+
readonly id: 69;
|
314
|
+
readonly key: "Cassiopeia";
|
315
|
+
readonly name: "Cassiopeia";
|
316
|
+
};
|
317
|
+
readonly 72: {
|
318
|
+
readonly id: 72;
|
319
|
+
readonly key: "Skarner";
|
320
|
+
readonly name: "Skarner";
|
321
|
+
};
|
322
|
+
readonly 74: {
|
323
|
+
readonly id: 74;
|
324
|
+
readonly key: "Heimerdinger";
|
325
|
+
readonly name: "Heimerdinger";
|
326
|
+
};
|
327
|
+
readonly 75: {
|
328
|
+
readonly id: 75;
|
329
|
+
readonly key: "Nasus";
|
330
|
+
readonly name: "Nasus";
|
331
|
+
};
|
332
|
+
readonly 76: {
|
333
|
+
readonly id: 76;
|
334
|
+
readonly key: "Nidalee";
|
335
|
+
readonly name: "Nidalee";
|
336
|
+
};
|
337
|
+
readonly 77: {
|
338
|
+
readonly id: 77;
|
339
|
+
readonly key: "Udyr";
|
340
|
+
readonly name: "Udyr";
|
341
|
+
};
|
342
|
+
readonly 78: {
|
343
|
+
readonly id: 78;
|
344
|
+
readonly key: "Poppy";
|
345
|
+
readonly name: "Poppy";
|
346
|
+
};
|
347
|
+
readonly 79: {
|
348
|
+
readonly id: 79;
|
349
|
+
readonly key: "Gragas";
|
350
|
+
readonly name: "Gragas";
|
351
|
+
};
|
352
|
+
readonly 80: {
|
353
|
+
readonly id: 80;
|
354
|
+
readonly key: "Pantheon";
|
355
|
+
readonly name: "Pantheon";
|
356
|
+
};
|
357
|
+
readonly 81: {
|
358
|
+
readonly id: 81;
|
359
|
+
readonly key: "Ezreal";
|
360
|
+
readonly name: "Ezreal";
|
361
|
+
};
|
362
|
+
readonly 82: {
|
363
|
+
readonly id: 82;
|
364
|
+
readonly key: "Mordekaiser";
|
365
|
+
readonly name: "Mordekaiser";
|
366
|
+
};
|
367
|
+
readonly 83: {
|
368
|
+
readonly id: 83;
|
369
|
+
readonly key: "Yorick";
|
370
|
+
readonly name: "Yorick";
|
371
|
+
};
|
372
|
+
readonly 84: {
|
373
|
+
readonly id: 84;
|
374
|
+
readonly key: "Akali";
|
375
|
+
readonly name: "Akali";
|
376
|
+
};
|
377
|
+
readonly 85: {
|
378
|
+
readonly id: 85;
|
379
|
+
readonly key: "Kennen";
|
380
|
+
readonly name: "Kennen";
|
381
|
+
};
|
382
|
+
readonly 86: {
|
383
|
+
readonly id: 86;
|
384
|
+
readonly key: "Garen";
|
385
|
+
readonly name: "Garen";
|
386
|
+
};
|
387
|
+
readonly 89: {
|
388
|
+
readonly id: 89;
|
389
|
+
readonly key: "Leona";
|
390
|
+
readonly name: "Leona";
|
391
|
+
};
|
392
|
+
readonly 90: {
|
393
|
+
readonly id: 90;
|
394
|
+
readonly key: "Malzahar";
|
395
|
+
readonly name: "Malzahar";
|
396
|
+
};
|
397
|
+
readonly 91: {
|
398
|
+
readonly id: 91;
|
399
|
+
readonly key: "Talon";
|
400
|
+
readonly name: "Talon";
|
401
|
+
};
|
402
|
+
readonly 92: {
|
403
|
+
readonly id: 92;
|
404
|
+
readonly key: "Riven";
|
405
|
+
readonly name: "Riven";
|
406
|
+
};
|
407
|
+
readonly 96: {
|
408
|
+
readonly id: 96;
|
409
|
+
readonly key: "KogMaw";
|
410
|
+
readonly name: "Kog'Maw";
|
411
|
+
};
|
412
|
+
readonly 98: {
|
413
|
+
readonly id: 98;
|
414
|
+
readonly key: "Shen";
|
415
|
+
readonly name: "Shen";
|
416
|
+
};
|
417
|
+
readonly 99: {
|
418
|
+
readonly id: 99;
|
419
|
+
readonly key: "Lux";
|
420
|
+
readonly name: "Lux";
|
421
|
+
};
|
422
|
+
readonly 101: {
|
423
|
+
readonly id: 101;
|
424
|
+
readonly key: "Xerath";
|
425
|
+
readonly name: "Xerath";
|
426
|
+
};
|
427
|
+
readonly 102: {
|
428
|
+
readonly id: 102;
|
429
|
+
readonly key: "Shyvana";
|
430
|
+
readonly name: "Shyvana";
|
431
|
+
};
|
432
|
+
readonly 103: {
|
433
|
+
readonly id: 103;
|
434
|
+
readonly key: "Ahri";
|
435
|
+
readonly name: "Ahri";
|
436
|
+
};
|
437
|
+
readonly 104: {
|
438
|
+
readonly id: 104;
|
439
|
+
readonly key: "Graves";
|
440
|
+
readonly name: "Graves";
|
441
|
+
};
|
442
|
+
readonly 105: {
|
443
|
+
readonly id: 105;
|
444
|
+
readonly key: "Fizz";
|
445
|
+
readonly name: "Fizz";
|
446
|
+
};
|
447
|
+
readonly 106: {
|
448
|
+
readonly id: 106;
|
449
|
+
readonly key: "Volibear";
|
450
|
+
readonly name: "Volibear";
|
451
|
+
};
|
452
|
+
readonly 107: {
|
453
|
+
readonly id: 107;
|
454
|
+
readonly key: "Rengar";
|
455
|
+
readonly name: "Rengar";
|
456
|
+
};
|
457
|
+
readonly 110: {
|
458
|
+
readonly id: 110;
|
459
|
+
readonly key: "Varus";
|
460
|
+
readonly name: "Varus";
|
461
|
+
};
|
462
|
+
readonly 111: {
|
463
|
+
readonly id: 111;
|
464
|
+
readonly key: "Nautilus";
|
465
|
+
readonly name: "Nautilus";
|
466
|
+
};
|
467
|
+
readonly 112: {
|
468
|
+
readonly id: 112;
|
469
|
+
readonly key: "Viktor";
|
470
|
+
readonly name: "Viktor";
|
471
|
+
};
|
472
|
+
readonly 113: {
|
473
|
+
readonly id: 113;
|
474
|
+
readonly key: "Sejuani";
|
475
|
+
readonly name: "Sejuani";
|
476
|
+
};
|
477
|
+
readonly 114: {
|
478
|
+
readonly id: 114;
|
479
|
+
readonly key: "Fiora";
|
480
|
+
readonly name: "Fiora";
|
481
|
+
};
|
482
|
+
readonly 115: {
|
483
|
+
readonly id: 115;
|
484
|
+
readonly key: "Ziggs";
|
485
|
+
readonly name: "Ziggs";
|
486
|
+
};
|
487
|
+
readonly 117: {
|
488
|
+
readonly id: 117;
|
489
|
+
readonly key: "Lulu";
|
490
|
+
readonly name: "Lulu";
|
491
|
+
};
|
492
|
+
readonly 119: {
|
493
|
+
readonly id: 119;
|
494
|
+
readonly key: "Draven";
|
495
|
+
readonly name: "Draven";
|
496
|
+
};
|
497
|
+
readonly 120: {
|
498
|
+
readonly id: 120;
|
499
|
+
readonly key: "Hecarim";
|
500
|
+
readonly name: "Hecarim";
|
501
|
+
};
|
502
|
+
readonly 121: {
|
503
|
+
readonly id: 121;
|
504
|
+
readonly key: "Khazix";
|
505
|
+
readonly name: "Kha'Zix";
|
506
|
+
};
|
507
|
+
readonly 122: {
|
508
|
+
readonly id: 122;
|
509
|
+
readonly key: "Darius";
|
510
|
+
readonly name: "Darius";
|
511
|
+
};
|
512
|
+
readonly 126: {
|
513
|
+
readonly id: 126;
|
514
|
+
readonly key: "Jayce";
|
515
|
+
readonly name: "Jayce";
|
516
|
+
};
|
517
|
+
readonly 127: {
|
518
|
+
readonly id: 127;
|
519
|
+
readonly key: "Lissandra";
|
520
|
+
readonly name: "Lissandra";
|
521
|
+
};
|
522
|
+
readonly 131: {
|
523
|
+
readonly id: 131;
|
524
|
+
readonly key: "Diana";
|
525
|
+
readonly name: "Diana";
|
526
|
+
};
|
527
|
+
readonly 133: {
|
528
|
+
readonly id: 133;
|
529
|
+
readonly key: "Quinn";
|
530
|
+
readonly name: "Quinn";
|
531
|
+
};
|
532
|
+
readonly 134: {
|
533
|
+
readonly id: 134;
|
534
|
+
readonly key: "Syndra";
|
535
|
+
readonly name: "Syndra";
|
536
|
+
};
|
537
|
+
readonly 136: {
|
538
|
+
readonly id: 136;
|
539
|
+
readonly key: "AurelionSol";
|
540
|
+
readonly name: "Aurelion Sol";
|
541
|
+
};
|
542
|
+
readonly 141: {
|
543
|
+
readonly id: 141;
|
544
|
+
readonly key: "Kayn";
|
545
|
+
readonly name: "Kayn";
|
546
|
+
};
|
547
|
+
readonly 142: {
|
548
|
+
readonly id: 142;
|
549
|
+
readonly key: "Zoe";
|
550
|
+
readonly name: "Zoe";
|
551
|
+
};
|
552
|
+
readonly 143: {
|
553
|
+
readonly id: 143;
|
554
|
+
readonly key: "Zyra";
|
555
|
+
readonly name: "Zyra";
|
556
|
+
};
|
557
|
+
readonly 145: {
|
558
|
+
readonly id: 145;
|
559
|
+
readonly key: "Kaisa";
|
560
|
+
readonly name: "Kai'Sa";
|
561
|
+
};
|
562
|
+
readonly 147: {
|
563
|
+
readonly id: 147;
|
564
|
+
readonly key: "Seraphine";
|
565
|
+
readonly name: "Seraphine";
|
566
|
+
};
|
567
|
+
readonly 150: {
|
568
|
+
readonly id: 150;
|
569
|
+
readonly key: "Gnar";
|
570
|
+
readonly name: "Gnar";
|
571
|
+
};
|
572
|
+
readonly 154: {
|
573
|
+
readonly id: 154;
|
574
|
+
readonly key: "Zac";
|
575
|
+
readonly name: "Zac";
|
576
|
+
};
|
577
|
+
readonly 157: {
|
578
|
+
readonly id: 157;
|
579
|
+
readonly key: "Yasuo";
|
580
|
+
readonly name: "Yasuo";
|
581
|
+
};
|
582
|
+
readonly 161: {
|
583
|
+
readonly id: 161;
|
584
|
+
readonly key: "Velkoz";
|
585
|
+
readonly name: "Vel'Koz";
|
586
|
+
};
|
587
|
+
readonly 163: {
|
588
|
+
readonly id: 163;
|
589
|
+
readonly key: "Taliyah";
|
590
|
+
readonly name: "Taliyah";
|
591
|
+
};
|
592
|
+
readonly 164: {
|
593
|
+
readonly id: 164;
|
594
|
+
readonly key: "Camille";
|
595
|
+
readonly name: "Camille";
|
596
|
+
};
|
597
|
+
readonly 166: {
|
598
|
+
readonly id: 166;
|
599
|
+
readonly key: "Akshan";
|
600
|
+
readonly name: "Akshan";
|
601
|
+
};
|
602
|
+
readonly 200: {
|
603
|
+
readonly id: 200;
|
604
|
+
readonly key: "Belveth";
|
605
|
+
readonly name: "Bel'Veth";
|
606
|
+
};
|
607
|
+
readonly 201: {
|
608
|
+
readonly id: 201;
|
609
|
+
readonly key: "Braum";
|
610
|
+
readonly name: "Braum";
|
611
|
+
};
|
612
|
+
readonly 202: {
|
613
|
+
readonly id: 202;
|
614
|
+
readonly key: "Jhin";
|
615
|
+
readonly name: "Jhin";
|
616
|
+
};
|
617
|
+
readonly 203: {
|
618
|
+
readonly id: 203;
|
619
|
+
readonly key: "Kindred";
|
620
|
+
readonly name: "Kindred";
|
621
|
+
};
|
622
|
+
readonly 221: {
|
623
|
+
readonly id: 221;
|
624
|
+
readonly key: "Zeri";
|
625
|
+
readonly name: "Zeri";
|
626
|
+
};
|
627
|
+
readonly 222: {
|
628
|
+
readonly id: 222;
|
629
|
+
readonly key: "Jinx";
|
630
|
+
readonly name: "Jinx";
|
631
|
+
};
|
632
|
+
readonly 223: {
|
633
|
+
readonly id: 223;
|
634
|
+
readonly key: "TahmKench";
|
635
|
+
readonly name: "Tahm Kench";
|
636
|
+
};
|
637
|
+
readonly 233: {
|
638
|
+
readonly id: 233;
|
639
|
+
readonly key: "Briar";
|
640
|
+
readonly name: "Briar";
|
641
|
+
};
|
642
|
+
readonly 234: {
|
643
|
+
readonly id: 234;
|
644
|
+
readonly key: "Viego";
|
645
|
+
readonly name: "Viego";
|
646
|
+
};
|
647
|
+
readonly 235: {
|
648
|
+
readonly id: 235;
|
649
|
+
readonly key: "Senna";
|
650
|
+
readonly name: "Senna";
|
651
|
+
};
|
652
|
+
readonly 236: {
|
653
|
+
readonly id: 236;
|
654
|
+
readonly key: "Lucian";
|
655
|
+
readonly name: "Lucian";
|
656
|
+
};
|
657
|
+
readonly 238: {
|
658
|
+
readonly id: 238;
|
659
|
+
readonly key: "Zed";
|
660
|
+
readonly name: "Zed";
|
661
|
+
};
|
662
|
+
readonly 240: {
|
663
|
+
readonly id: 240;
|
664
|
+
readonly key: "Kled";
|
665
|
+
readonly name: "Kled";
|
666
|
+
};
|
667
|
+
readonly 245: {
|
668
|
+
readonly id: 245;
|
669
|
+
readonly key: "Ekko";
|
670
|
+
readonly name: "Ekko";
|
671
|
+
};
|
672
|
+
readonly 246: {
|
673
|
+
readonly id: 246;
|
674
|
+
readonly key: "Qiyana";
|
675
|
+
readonly name: "Qiyana";
|
676
|
+
};
|
677
|
+
readonly 254: {
|
678
|
+
readonly id: 254;
|
679
|
+
readonly key: "Vi";
|
680
|
+
readonly name: "Vi";
|
681
|
+
};
|
682
|
+
readonly 266: {
|
683
|
+
readonly id: 266;
|
684
|
+
readonly key: "Aatrox";
|
685
|
+
readonly name: "Aatrox";
|
686
|
+
};
|
687
|
+
readonly 267: {
|
688
|
+
readonly id: 267;
|
689
|
+
readonly key: "Nami";
|
690
|
+
readonly name: "Nami";
|
691
|
+
};
|
692
|
+
readonly 268: {
|
693
|
+
readonly id: 268;
|
694
|
+
readonly key: "Azir";
|
695
|
+
readonly name: "Azir";
|
696
|
+
};
|
697
|
+
readonly 350: {
|
698
|
+
readonly id: 350;
|
699
|
+
readonly key: "Yuumi";
|
700
|
+
readonly name: "Yuumi";
|
701
|
+
};
|
702
|
+
readonly 360: {
|
703
|
+
readonly id: 360;
|
704
|
+
readonly key: "Samira";
|
705
|
+
readonly name: "Samira";
|
706
|
+
};
|
707
|
+
readonly 412: {
|
708
|
+
readonly id: 412;
|
709
|
+
readonly key: "Thresh";
|
710
|
+
readonly name: "Thresh";
|
711
|
+
};
|
712
|
+
readonly 420: {
|
713
|
+
readonly id: 420;
|
714
|
+
readonly key: "Illaoi";
|
715
|
+
readonly name: "Illaoi";
|
716
|
+
};
|
717
|
+
readonly 421: {
|
718
|
+
readonly id: 421;
|
719
|
+
readonly key: "RekSai";
|
720
|
+
readonly name: "Rek'Sai";
|
721
|
+
};
|
722
|
+
readonly 427: {
|
723
|
+
readonly id: 427;
|
724
|
+
readonly key: "Ivern";
|
725
|
+
readonly name: "Ivern";
|
726
|
+
};
|
727
|
+
readonly 429: {
|
728
|
+
readonly id: 429;
|
729
|
+
readonly key: "Kalista";
|
730
|
+
readonly name: "Kalista";
|
731
|
+
};
|
732
|
+
readonly 432: {
|
733
|
+
readonly id: 432;
|
734
|
+
readonly key: "Bard";
|
735
|
+
readonly name: "Bard";
|
736
|
+
};
|
737
|
+
readonly 497: {
|
738
|
+
readonly id: 497;
|
739
|
+
readonly key: "Rakan";
|
740
|
+
readonly name: "Rakan";
|
741
|
+
};
|
742
|
+
readonly 498: {
|
743
|
+
readonly id: 498;
|
744
|
+
readonly key: "Xayah";
|
745
|
+
readonly name: "Xayah";
|
746
|
+
};
|
747
|
+
readonly 516: {
|
748
|
+
readonly id: 516;
|
749
|
+
readonly key: "Ornn";
|
750
|
+
readonly name: "Ornn";
|
751
|
+
};
|
752
|
+
readonly 517: {
|
753
|
+
readonly id: 517;
|
754
|
+
readonly key: "Sylas";
|
755
|
+
readonly name: "Sylas";
|
756
|
+
};
|
757
|
+
readonly 518: {
|
758
|
+
readonly id: 518;
|
759
|
+
readonly key: "Neeko";
|
760
|
+
readonly name: "Neeko";
|
761
|
+
};
|
762
|
+
readonly 523: {
|
763
|
+
readonly id: 523;
|
764
|
+
readonly key: "Aphelios";
|
765
|
+
readonly name: "Aphelios";
|
766
|
+
};
|
767
|
+
readonly 526: {
|
768
|
+
readonly id: 526;
|
769
|
+
readonly key: "Rell";
|
770
|
+
readonly name: "Rell";
|
771
|
+
};
|
772
|
+
readonly 555: {
|
773
|
+
readonly id: 555;
|
774
|
+
readonly key: "Pyke";
|
775
|
+
readonly name: "Pyke";
|
776
|
+
};
|
777
|
+
readonly 711: {
|
778
|
+
readonly id: 711;
|
779
|
+
readonly key: "Vex";
|
780
|
+
readonly name: "Vex";
|
781
|
+
};
|
782
|
+
readonly 777: {
|
783
|
+
readonly id: 777;
|
784
|
+
readonly key: "Yone";
|
785
|
+
readonly name: "Yone";
|
786
|
+
};
|
787
|
+
readonly 875: {
|
788
|
+
readonly id: 875;
|
789
|
+
readonly key: "Sett";
|
790
|
+
readonly name: "Sett";
|
791
|
+
};
|
792
|
+
readonly 876: {
|
793
|
+
readonly id: 876;
|
794
|
+
readonly key: "Lillia";
|
795
|
+
readonly name: "Lillia";
|
796
|
+
};
|
797
|
+
readonly 887: {
|
798
|
+
readonly id: 887;
|
799
|
+
readonly key: "Gwen";
|
800
|
+
readonly name: "Gwen";
|
801
|
+
};
|
802
|
+
readonly 888: {
|
803
|
+
readonly id: 888;
|
804
|
+
readonly key: "Renata";
|
805
|
+
readonly name: "Renata Glasc";
|
806
|
+
};
|
807
|
+
readonly 893: {
|
808
|
+
readonly id: 893;
|
809
|
+
readonly key: "Aurora";
|
810
|
+
readonly name: "Aurora";
|
811
|
+
};
|
812
|
+
readonly 895: {
|
813
|
+
readonly id: 895;
|
814
|
+
readonly key: "Nilah";
|
815
|
+
readonly name: "Nilah";
|
816
|
+
};
|
817
|
+
readonly 897: {
|
818
|
+
readonly id: 897;
|
819
|
+
readonly key: "KSante";
|
820
|
+
readonly name: "K'Sante";
|
821
|
+
};
|
822
|
+
readonly 901: {
|
823
|
+
readonly id: 901;
|
824
|
+
readonly key: "Smolder";
|
825
|
+
readonly name: "Smolder";
|
826
|
+
};
|
827
|
+
readonly 902: {
|
828
|
+
readonly id: 902;
|
829
|
+
readonly key: "Milio";
|
830
|
+
readonly name: "Milio";
|
831
|
+
};
|
832
|
+
readonly 910: {
|
833
|
+
readonly id: 910;
|
834
|
+
readonly key: "Hwei";
|
835
|
+
readonly name: "Hwei";
|
836
|
+
};
|
837
|
+
readonly 950: {
|
838
|
+
readonly id: 950;
|
839
|
+
readonly key: "Naafiri";
|
840
|
+
readonly name: "Naafiri";
|
841
|
+
};
|
842
|
+
};
|
843
|
+
export declare const championKeys: {
|
844
|
+
readonly Aatrox: 266;
|
845
|
+
readonly Ahri: 103;
|
846
|
+
readonly Akali: 84;
|
847
|
+
readonly Akshan: 166;
|
848
|
+
readonly Alistar: 12;
|
849
|
+
readonly Amumu: 32;
|
850
|
+
readonly Anivia: 34;
|
851
|
+
readonly Annie: 1;
|
852
|
+
readonly Aphelios: 523;
|
853
|
+
readonly Ashe: 22;
|
854
|
+
readonly AurelionSol: 136;
|
855
|
+
readonly Aurora: 893;
|
856
|
+
readonly Azir: 268;
|
857
|
+
readonly Bard: 432;
|
858
|
+
readonly Belveth: 200;
|
859
|
+
readonly Blitzcrank: 53;
|
860
|
+
readonly Brand: 63;
|
861
|
+
readonly Braum: 201;
|
862
|
+
readonly Briar: 233;
|
863
|
+
readonly Caitlyn: 51;
|
864
|
+
readonly Camille: 164;
|
865
|
+
readonly Cassiopeia: 69;
|
866
|
+
readonly Chogath: 31;
|
867
|
+
readonly Corki: 42;
|
868
|
+
readonly Darius: 122;
|
869
|
+
readonly Diana: 131;
|
870
|
+
readonly Draven: 119;
|
871
|
+
readonly DrMundo: 36;
|
872
|
+
readonly Ekko: 245;
|
873
|
+
readonly Elise: 60;
|
874
|
+
readonly Evelynn: 28;
|
875
|
+
readonly Ezreal: 81;
|
876
|
+
readonly Fiddlesticks: 9;
|
877
|
+
readonly Fiora: 114;
|
878
|
+
readonly Fizz: 105;
|
879
|
+
readonly Galio: 3;
|
880
|
+
readonly Gangplank: 41;
|
881
|
+
readonly Garen: 86;
|
882
|
+
readonly Gnar: 150;
|
883
|
+
readonly Gragas: 79;
|
884
|
+
readonly Graves: 104;
|
885
|
+
readonly Gwen: 887;
|
886
|
+
readonly Hecarim: 120;
|
887
|
+
readonly Heimerdinger: 74;
|
888
|
+
readonly Hwei: 910;
|
889
|
+
readonly Illaoi: 420;
|
890
|
+
readonly Irelia: 39;
|
891
|
+
readonly Ivern: 427;
|
892
|
+
readonly Janna: 40;
|
893
|
+
readonly JarvanIV: 59;
|
894
|
+
readonly Jax: 24;
|
895
|
+
readonly Jayce: 126;
|
896
|
+
readonly Jhin: 202;
|
897
|
+
readonly Jinx: 222;
|
898
|
+
readonly Kaisa: 145;
|
899
|
+
readonly Kalista: 429;
|
900
|
+
readonly Karma: 43;
|
901
|
+
readonly Karthus: 30;
|
902
|
+
readonly Kassadin: 38;
|
903
|
+
readonly Katarina: 55;
|
904
|
+
readonly Kayle: 10;
|
905
|
+
readonly Kayn: 141;
|
906
|
+
readonly Kennen: 85;
|
907
|
+
readonly Khazix: 121;
|
908
|
+
readonly Kindred: 203;
|
909
|
+
readonly Kled: 240;
|
910
|
+
readonly KogMaw: 96;
|
911
|
+
readonly KSante: 897;
|
912
|
+
readonly Leblanc: 7;
|
913
|
+
readonly LeeSin: 64;
|
914
|
+
readonly Leona: 89;
|
915
|
+
readonly Lillia: 876;
|
916
|
+
readonly Lissandra: 127;
|
917
|
+
readonly Lucian: 236;
|
918
|
+
readonly Lulu: 117;
|
919
|
+
readonly Lux: 99;
|
920
|
+
readonly Malphite: 54;
|
921
|
+
readonly Malzahar: 90;
|
922
|
+
readonly Maokai: 57;
|
923
|
+
readonly MasterYi: 11;
|
924
|
+
readonly Milio: 902;
|
925
|
+
readonly MissFortune: 21;
|
926
|
+
readonly MonkeyKing: 62;
|
927
|
+
readonly Mordekaiser: 82;
|
928
|
+
readonly Morgana: 25;
|
929
|
+
readonly Naafiri: 950;
|
930
|
+
readonly Nami: 267;
|
931
|
+
readonly Nasus: 75;
|
932
|
+
readonly Nautilus: 111;
|
933
|
+
readonly Neeko: 518;
|
934
|
+
readonly Nidalee: 76;
|
935
|
+
readonly Nilah: 895;
|
936
|
+
readonly Nocturne: 56;
|
937
|
+
readonly Nunu: 20;
|
938
|
+
readonly Olaf: 2;
|
939
|
+
readonly Orianna: 61;
|
940
|
+
readonly Ornn: 516;
|
941
|
+
readonly Pantheon: 80;
|
942
|
+
readonly Poppy: 78;
|
943
|
+
readonly Pyke: 555;
|
944
|
+
readonly Qiyana: 246;
|
945
|
+
readonly Quinn: 133;
|
946
|
+
readonly Rakan: 497;
|
947
|
+
readonly Rammus: 33;
|
948
|
+
readonly RekSai: 421;
|
949
|
+
readonly Rell: 526;
|
950
|
+
readonly Renata: 888;
|
951
|
+
readonly Renekton: 58;
|
952
|
+
readonly Rengar: 107;
|
953
|
+
readonly Riven: 92;
|
954
|
+
readonly Rumble: 68;
|
955
|
+
readonly Ryze: 13;
|
956
|
+
readonly Samira: 360;
|
957
|
+
readonly Sejuani: 113;
|
958
|
+
readonly Senna: 235;
|
959
|
+
readonly Seraphine: 147;
|
960
|
+
readonly Sett: 875;
|
961
|
+
readonly Shaco: 35;
|
962
|
+
readonly Shen: 98;
|
963
|
+
readonly Shyvana: 102;
|
964
|
+
readonly Singed: 27;
|
965
|
+
readonly Sion: 14;
|
966
|
+
readonly Sivir: 15;
|
967
|
+
readonly Skarner: 72;
|
968
|
+
readonly Smolder: 901;
|
969
|
+
readonly Sona: 37;
|
970
|
+
readonly Soraka: 16;
|
971
|
+
readonly Swain: 50;
|
972
|
+
readonly Sylas: 517;
|
973
|
+
readonly Syndra: 134;
|
974
|
+
readonly TahmKench: 223;
|
975
|
+
readonly Taliyah: 163;
|
976
|
+
readonly Talon: 91;
|
977
|
+
readonly Taric: 44;
|
978
|
+
readonly Teemo: 17;
|
979
|
+
readonly Thresh: 412;
|
980
|
+
readonly Tristana: 18;
|
981
|
+
readonly Trundle: 48;
|
982
|
+
readonly Tryndamere: 23;
|
983
|
+
readonly TwistedFate: 4;
|
984
|
+
readonly Twitch: 29;
|
985
|
+
readonly Udyr: 77;
|
986
|
+
readonly Urgot: 6;
|
987
|
+
readonly Varus: 110;
|
988
|
+
readonly Vayne: 67;
|
989
|
+
readonly Veigar: 45;
|
990
|
+
readonly Velkoz: 161;
|
991
|
+
readonly Vex: 711;
|
992
|
+
readonly Vi: 254;
|
993
|
+
readonly Viego: 234;
|
994
|
+
readonly Viktor: 112;
|
995
|
+
readonly Vladimir: 8;
|
996
|
+
readonly Volibear: 106;
|
997
|
+
readonly Warwick: 19;
|
998
|
+
readonly Xayah: 498;
|
999
|
+
readonly Xerath: 101;
|
1000
|
+
readonly XinZhao: 5;
|
1001
|
+
readonly Yasuo: 157;
|
1002
|
+
readonly Yone: 777;
|
1003
|
+
readonly Yorick: 83;
|
1004
|
+
readonly Yuumi: 350;
|
1005
|
+
readonly Zac: 154;
|
1006
|
+
readonly Zed: 238;
|
1007
|
+
readonly Zeri: 221;
|
1008
|
+
readonly Ziggs: 115;
|
1009
|
+
readonly Zilean: 26;
|
1010
|
+
readonly Zoe: 142;
|
1011
|
+
readonly Zyra: 143;
|
1012
|
+
};
|
1013
|
+
export declare const championNames: {
|
1014
|
+
readonly Aatrox: 266;
|
1015
|
+
readonly Ahri: 103;
|
1016
|
+
readonly Akali: 84;
|
1017
|
+
readonly Akshan: 166;
|
1018
|
+
readonly Alistar: 12;
|
1019
|
+
readonly Amumu: 32;
|
1020
|
+
readonly Anivia: 34;
|
1021
|
+
readonly Annie: 1;
|
1022
|
+
readonly Aphelios: 523;
|
1023
|
+
readonly Ashe: 22;
|
1024
|
+
readonly "Aurelion Sol": 136;
|
1025
|
+
readonly Aurora: 893;
|
1026
|
+
readonly Azir: 268;
|
1027
|
+
readonly Bard: 432;
|
1028
|
+
readonly "Bel'Veth": 200;
|
1029
|
+
readonly Blitzcrank: 53;
|
1030
|
+
readonly Brand: 63;
|
1031
|
+
readonly Braum: 201;
|
1032
|
+
readonly Briar: 233;
|
1033
|
+
readonly Caitlyn: 51;
|
1034
|
+
readonly Camille: 164;
|
1035
|
+
readonly Cassiopeia: 69;
|
1036
|
+
readonly "Cho'Gath": 31;
|
1037
|
+
readonly Corki: 42;
|
1038
|
+
readonly Darius: 122;
|
1039
|
+
readonly Diana: 131;
|
1040
|
+
readonly Draven: 119;
|
1041
|
+
readonly "Dr. Mundo": 36;
|
1042
|
+
readonly Ekko: 245;
|
1043
|
+
readonly Elise: 60;
|
1044
|
+
readonly Evelynn: 28;
|
1045
|
+
readonly Ezreal: 81;
|
1046
|
+
readonly Fiddlesticks: 9;
|
1047
|
+
readonly Fiora: 114;
|
1048
|
+
readonly Fizz: 105;
|
1049
|
+
readonly Galio: 3;
|
1050
|
+
readonly Gangplank: 41;
|
1051
|
+
readonly Garen: 86;
|
1052
|
+
readonly Gnar: 150;
|
1053
|
+
readonly Gragas: 79;
|
1054
|
+
readonly Graves: 104;
|
1055
|
+
readonly Gwen: 887;
|
1056
|
+
readonly Hecarim: 120;
|
1057
|
+
readonly Heimerdinger: 74;
|
1058
|
+
readonly Hwei: 910;
|
1059
|
+
readonly Illaoi: 420;
|
1060
|
+
readonly Irelia: 39;
|
1061
|
+
readonly Ivern: 427;
|
1062
|
+
readonly Janna: 40;
|
1063
|
+
readonly "Jarvan IV": 59;
|
1064
|
+
readonly Jax: 24;
|
1065
|
+
readonly Jayce: 126;
|
1066
|
+
readonly Jhin: 202;
|
1067
|
+
readonly Jinx: 222;
|
1068
|
+
readonly "Kai'Sa": 145;
|
1069
|
+
readonly Kalista: 429;
|
1070
|
+
readonly Karma: 43;
|
1071
|
+
readonly Karthus: 30;
|
1072
|
+
readonly Kassadin: 38;
|
1073
|
+
readonly Katarina: 55;
|
1074
|
+
readonly Kayle: 10;
|
1075
|
+
readonly Kayn: 141;
|
1076
|
+
readonly Kennen: 85;
|
1077
|
+
readonly "Kha'Zix": 121;
|
1078
|
+
readonly Kindred: 203;
|
1079
|
+
readonly Kled: 240;
|
1080
|
+
readonly "Kog'Maw": 96;
|
1081
|
+
readonly "K'Sante": 897;
|
1082
|
+
readonly LeBlanc: 7;
|
1083
|
+
readonly "Lee Sin": 64;
|
1084
|
+
readonly Leona: 89;
|
1085
|
+
readonly Lillia: 876;
|
1086
|
+
readonly Lissandra: 127;
|
1087
|
+
readonly Lucian: 236;
|
1088
|
+
readonly Lulu: 117;
|
1089
|
+
readonly Lux: 99;
|
1090
|
+
readonly Malphite: 54;
|
1091
|
+
readonly Malzahar: 90;
|
1092
|
+
readonly Maokai: 57;
|
1093
|
+
readonly "Master Yi": 11;
|
1094
|
+
readonly Milio: 902;
|
1095
|
+
readonly "Miss Fortune": 21;
|
1096
|
+
readonly Wukong: 62;
|
1097
|
+
readonly Mordekaiser: 82;
|
1098
|
+
readonly Morgana: 25;
|
1099
|
+
readonly Naafiri: 950;
|
1100
|
+
readonly Nami: 267;
|
1101
|
+
readonly Nasus: 75;
|
1102
|
+
readonly Nautilus: 111;
|
1103
|
+
readonly Neeko: 518;
|
1104
|
+
readonly Nidalee: 76;
|
1105
|
+
readonly Nilah: 895;
|
1106
|
+
readonly Nocturne: 56;
|
1107
|
+
readonly "Nunu & Willump": 20;
|
1108
|
+
readonly Olaf: 2;
|
1109
|
+
readonly Orianna: 61;
|
1110
|
+
readonly Ornn: 516;
|
1111
|
+
readonly Pantheon: 80;
|
1112
|
+
readonly Poppy: 78;
|
1113
|
+
readonly Pyke: 555;
|
1114
|
+
readonly Qiyana: 246;
|
1115
|
+
readonly Quinn: 133;
|
1116
|
+
readonly Rakan: 497;
|
1117
|
+
readonly Rammus: 33;
|
1118
|
+
readonly "Rek'Sai": 421;
|
1119
|
+
readonly Rell: 526;
|
1120
|
+
readonly "Renata Glasc": 888;
|
1121
|
+
readonly Renekton: 58;
|
1122
|
+
readonly Rengar: 107;
|
1123
|
+
readonly Riven: 92;
|
1124
|
+
readonly Rumble: 68;
|
1125
|
+
readonly Ryze: 13;
|
1126
|
+
readonly Samira: 360;
|
1127
|
+
readonly Sejuani: 113;
|
1128
|
+
readonly Senna: 235;
|
1129
|
+
readonly Seraphine: 147;
|
1130
|
+
readonly Sett: 875;
|
1131
|
+
readonly Shaco: 35;
|
1132
|
+
readonly Shen: 98;
|
1133
|
+
readonly Shyvana: 102;
|
1134
|
+
readonly Singed: 27;
|
1135
|
+
readonly Sion: 14;
|
1136
|
+
readonly Sivir: 15;
|
1137
|
+
readonly Skarner: 72;
|
1138
|
+
readonly Smolder: 901;
|
1139
|
+
readonly Sona: 37;
|
1140
|
+
readonly Soraka: 16;
|
1141
|
+
readonly Swain: 50;
|
1142
|
+
readonly Sylas: 517;
|
1143
|
+
readonly Syndra: 134;
|
1144
|
+
readonly "Tahm Kench": 223;
|
1145
|
+
readonly Taliyah: 163;
|
1146
|
+
readonly Talon: 91;
|
1147
|
+
readonly Taric: 44;
|
1148
|
+
readonly Teemo: 17;
|
1149
|
+
readonly Thresh: 412;
|
1150
|
+
readonly Tristana: 18;
|
1151
|
+
readonly Trundle: 48;
|
1152
|
+
readonly Tryndamere: 23;
|
1153
|
+
readonly "Twisted Fate": 4;
|
1154
|
+
readonly Twitch: 29;
|
1155
|
+
readonly Udyr: 77;
|
1156
|
+
readonly Urgot: 6;
|
1157
|
+
readonly Varus: 110;
|
1158
|
+
readonly Vayne: 67;
|
1159
|
+
readonly Veigar: 45;
|
1160
|
+
readonly "Vel'Koz": 161;
|
1161
|
+
readonly Vex: 711;
|
1162
|
+
readonly Vi: 254;
|
1163
|
+
readonly Viego: 234;
|
1164
|
+
readonly Viktor: 112;
|
1165
|
+
readonly Vladimir: 8;
|
1166
|
+
readonly Volibear: 106;
|
1167
|
+
readonly Warwick: 19;
|
1168
|
+
readonly Xayah: 498;
|
1169
|
+
readonly Xerath: 101;
|
1170
|
+
readonly "Xin Zhao": 5;
|
1171
|
+
readonly Yasuo: 157;
|
1172
|
+
readonly Yone: 777;
|
1173
|
+
readonly Yorick: 83;
|
1174
|
+
readonly Yuumi: 350;
|
1175
|
+
readonly Zac: 154;
|
1176
|
+
readonly Zed: 238;
|
1177
|
+
readonly Zeri: 221;
|
1178
|
+
readonly Ziggs: 115;
|
1179
|
+
readonly Zilean: 26;
|
1180
|
+
readonly Zoe: 142;
|
1181
|
+
readonly Zyra: 143;
|
1182
|
+
};
|
1183
|
+
export declare const ChampionsArr: ({
|
1184
|
+
readonly id: 1;
|
1185
|
+
readonly key: "Annie";
|
1186
|
+
readonly name: "Annie";
|
1187
|
+
} | {
|
1188
|
+
readonly id: 2;
|
1189
|
+
readonly key: "Olaf";
|
1190
|
+
readonly name: "Olaf";
|
1191
|
+
} | {
|
1192
|
+
readonly id: 3;
|
1193
|
+
readonly key: "Galio";
|
1194
|
+
readonly name: "Galio";
|
1195
|
+
} | {
|
1196
|
+
readonly id: 4;
|
1197
|
+
readonly key: "TwistedFate";
|
1198
|
+
readonly name: "Twisted Fate";
|
1199
|
+
} | {
|
1200
|
+
readonly id: 5;
|
1201
|
+
readonly key: "XinZhao";
|
1202
|
+
readonly name: "Xin Zhao";
|
1203
|
+
} | {
|
1204
|
+
readonly id: 6;
|
1205
|
+
readonly key: "Urgot";
|
1206
|
+
readonly name: "Urgot";
|
1207
|
+
} | {
|
1208
|
+
readonly id: 7;
|
1209
|
+
readonly key: "Leblanc";
|
1210
|
+
readonly name: "LeBlanc";
|
1211
|
+
} | {
|
1212
|
+
readonly id: 8;
|
1213
|
+
readonly key: "Vladimir";
|
1214
|
+
readonly name: "Vladimir";
|
1215
|
+
} | {
|
1216
|
+
readonly id: 9;
|
1217
|
+
readonly key: "Fiddlesticks";
|
1218
|
+
readonly name: "Fiddlesticks";
|
1219
|
+
} | {
|
1220
|
+
readonly id: 10;
|
1221
|
+
readonly key: "Kayle";
|
1222
|
+
readonly name: "Kayle";
|
1223
|
+
} | {
|
1224
|
+
readonly id: 11;
|
1225
|
+
readonly key: "MasterYi";
|
1226
|
+
readonly name: "Master Yi";
|
1227
|
+
} | {
|
1228
|
+
readonly id: 12;
|
1229
|
+
readonly key: "Alistar";
|
1230
|
+
readonly name: "Alistar";
|
1231
|
+
} | {
|
1232
|
+
readonly id: 13;
|
1233
|
+
readonly key: "Ryze";
|
1234
|
+
readonly name: "Ryze";
|
1235
|
+
} | {
|
1236
|
+
readonly id: 14;
|
1237
|
+
readonly key: "Sion";
|
1238
|
+
readonly name: "Sion";
|
1239
|
+
} | {
|
1240
|
+
readonly id: 15;
|
1241
|
+
readonly key: "Sivir";
|
1242
|
+
readonly name: "Sivir";
|
1243
|
+
} | {
|
1244
|
+
readonly id: 16;
|
1245
|
+
readonly key: "Soraka";
|
1246
|
+
readonly name: "Soraka";
|
1247
|
+
} | {
|
1248
|
+
readonly id: 17;
|
1249
|
+
readonly key: "Teemo";
|
1250
|
+
readonly name: "Teemo";
|
1251
|
+
} | {
|
1252
|
+
readonly id: 18;
|
1253
|
+
readonly key: "Tristana";
|
1254
|
+
readonly name: "Tristana";
|
1255
|
+
} | {
|
1256
|
+
readonly id: 19;
|
1257
|
+
readonly key: "Warwick";
|
1258
|
+
readonly name: "Warwick";
|
1259
|
+
} | {
|
1260
|
+
readonly id: 20;
|
1261
|
+
readonly key: "Nunu";
|
1262
|
+
readonly name: "Nunu & Willump";
|
1263
|
+
} | {
|
1264
|
+
readonly id: 21;
|
1265
|
+
readonly key: "MissFortune";
|
1266
|
+
readonly name: "Miss Fortune";
|
1267
|
+
} | {
|
1268
|
+
readonly id: 22;
|
1269
|
+
readonly key: "Ashe";
|
1270
|
+
readonly name: "Ashe";
|
1271
|
+
} | {
|
1272
|
+
readonly id: 23;
|
1273
|
+
readonly key: "Tryndamere";
|
1274
|
+
readonly name: "Tryndamere";
|
1275
|
+
} | {
|
1276
|
+
readonly id: 24;
|
1277
|
+
readonly key: "Jax";
|
1278
|
+
readonly name: "Jax";
|
1279
|
+
} | {
|
1280
|
+
readonly id: 25;
|
1281
|
+
readonly key: "Morgana";
|
1282
|
+
readonly name: "Morgana";
|
1283
|
+
} | {
|
1284
|
+
readonly id: 26;
|
1285
|
+
readonly key: "Zilean";
|
1286
|
+
readonly name: "Zilean";
|
1287
|
+
} | {
|
1288
|
+
readonly id: 27;
|
1289
|
+
readonly key: "Singed";
|
1290
|
+
readonly name: "Singed";
|
1291
|
+
} | {
|
1292
|
+
readonly id: 28;
|
1293
|
+
readonly key: "Evelynn";
|
1294
|
+
readonly name: "Evelynn";
|
1295
|
+
} | {
|
1296
|
+
readonly id: 29;
|
1297
|
+
readonly key: "Twitch";
|
1298
|
+
readonly name: "Twitch";
|
1299
|
+
} | {
|
1300
|
+
readonly id: 30;
|
1301
|
+
readonly key: "Karthus";
|
1302
|
+
readonly name: "Karthus";
|
1303
|
+
} | {
|
1304
|
+
readonly id: 31;
|
1305
|
+
readonly key: "Chogath";
|
1306
|
+
readonly name: "Cho'Gath";
|
1307
|
+
} | {
|
1308
|
+
readonly id: 32;
|
1309
|
+
readonly key: "Amumu";
|
1310
|
+
readonly name: "Amumu";
|
1311
|
+
} | {
|
1312
|
+
readonly id: 33;
|
1313
|
+
readonly key: "Rammus";
|
1314
|
+
readonly name: "Rammus";
|
1315
|
+
} | {
|
1316
|
+
readonly id: 34;
|
1317
|
+
readonly key: "Anivia";
|
1318
|
+
readonly name: "Anivia";
|
1319
|
+
} | {
|
1320
|
+
readonly id: 35;
|
1321
|
+
readonly key: "Shaco";
|
1322
|
+
readonly name: "Shaco";
|
1323
|
+
} | {
|
1324
|
+
readonly id: 36;
|
1325
|
+
readonly key: "DrMundo";
|
1326
|
+
readonly name: "Dr. Mundo";
|
1327
|
+
} | {
|
1328
|
+
readonly id: 37;
|
1329
|
+
readonly key: "Sona";
|
1330
|
+
readonly name: "Sona";
|
1331
|
+
} | {
|
1332
|
+
readonly id: 38;
|
1333
|
+
readonly key: "Kassadin";
|
1334
|
+
readonly name: "Kassadin";
|
1335
|
+
} | {
|
1336
|
+
readonly id: 39;
|
1337
|
+
readonly key: "Irelia";
|
1338
|
+
readonly name: "Irelia";
|
1339
|
+
} | {
|
1340
|
+
readonly id: 40;
|
1341
|
+
readonly key: "Janna";
|
1342
|
+
readonly name: "Janna";
|
1343
|
+
} | {
|
1344
|
+
readonly id: 41;
|
1345
|
+
readonly key: "Gangplank";
|
1346
|
+
readonly name: "Gangplank";
|
1347
|
+
} | {
|
1348
|
+
readonly id: 42;
|
1349
|
+
readonly key: "Corki";
|
1350
|
+
readonly name: "Corki";
|
1351
|
+
} | {
|
1352
|
+
readonly id: 43;
|
1353
|
+
readonly key: "Karma";
|
1354
|
+
readonly name: "Karma";
|
1355
|
+
} | {
|
1356
|
+
readonly id: 44;
|
1357
|
+
readonly key: "Taric";
|
1358
|
+
readonly name: "Taric";
|
1359
|
+
} | {
|
1360
|
+
readonly id: 45;
|
1361
|
+
readonly key: "Veigar";
|
1362
|
+
readonly name: "Veigar";
|
1363
|
+
} | {
|
1364
|
+
readonly id: 48;
|
1365
|
+
readonly key: "Trundle";
|
1366
|
+
readonly name: "Trundle";
|
1367
|
+
} | {
|
1368
|
+
readonly id: 50;
|
1369
|
+
readonly key: "Swain";
|
1370
|
+
readonly name: "Swain";
|
1371
|
+
} | {
|
1372
|
+
readonly id: 51;
|
1373
|
+
readonly key: "Caitlyn";
|
1374
|
+
readonly name: "Caitlyn";
|
1375
|
+
} | {
|
1376
|
+
readonly id: 53;
|
1377
|
+
readonly key: "Blitzcrank";
|
1378
|
+
readonly name: "Blitzcrank";
|
1379
|
+
} | {
|
1380
|
+
readonly id: 54;
|
1381
|
+
readonly key: "Malphite";
|
1382
|
+
readonly name: "Malphite";
|
1383
|
+
} | {
|
1384
|
+
readonly id: 55;
|
1385
|
+
readonly key: "Katarina";
|
1386
|
+
readonly name: "Katarina";
|
1387
|
+
} | {
|
1388
|
+
readonly id: 56;
|
1389
|
+
readonly key: "Nocturne";
|
1390
|
+
readonly name: "Nocturne";
|
1391
|
+
} | {
|
1392
|
+
readonly id: 57;
|
1393
|
+
readonly key: "Maokai";
|
1394
|
+
readonly name: "Maokai";
|
1395
|
+
} | {
|
1396
|
+
readonly id: 58;
|
1397
|
+
readonly key: "Renekton";
|
1398
|
+
readonly name: "Renekton";
|
1399
|
+
} | {
|
1400
|
+
readonly id: 59;
|
1401
|
+
readonly key: "JarvanIV";
|
1402
|
+
readonly name: "Jarvan IV";
|
1403
|
+
} | {
|
1404
|
+
readonly id: 60;
|
1405
|
+
readonly key: "Elise";
|
1406
|
+
readonly name: "Elise";
|
1407
|
+
} | {
|
1408
|
+
readonly id: 61;
|
1409
|
+
readonly key: "Orianna";
|
1410
|
+
readonly name: "Orianna";
|
1411
|
+
} | {
|
1412
|
+
readonly id: 62;
|
1413
|
+
readonly key: "MonkeyKing";
|
1414
|
+
readonly name: "Wukong";
|
1415
|
+
} | {
|
1416
|
+
readonly id: 63;
|
1417
|
+
readonly key: "Brand";
|
1418
|
+
readonly name: "Brand";
|
1419
|
+
} | {
|
1420
|
+
readonly id: 64;
|
1421
|
+
readonly key: "LeeSin";
|
1422
|
+
readonly name: "Lee Sin";
|
1423
|
+
} | {
|
1424
|
+
readonly id: 67;
|
1425
|
+
readonly key: "Vayne";
|
1426
|
+
readonly name: "Vayne";
|
1427
|
+
} | {
|
1428
|
+
readonly id: 68;
|
1429
|
+
readonly key: "Rumble";
|
1430
|
+
readonly name: "Rumble";
|
1431
|
+
} | {
|
1432
|
+
readonly id: 69;
|
1433
|
+
readonly key: "Cassiopeia";
|
1434
|
+
readonly name: "Cassiopeia";
|
1435
|
+
} | {
|
1436
|
+
readonly id: 72;
|
1437
|
+
readonly key: "Skarner";
|
1438
|
+
readonly name: "Skarner";
|
1439
|
+
} | {
|
1440
|
+
readonly id: 74;
|
1441
|
+
readonly key: "Heimerdinger";
|
1442
|
+
readonly name: "Heimerdinger";
|
1443
|
+
} | {
|
1444
|
+
readonly id: 75;
|
1445
|
+
readonly key: "Nasus";
|
1446
|
+
readonly name: "Nasus";
|
1447
|
+
} | {
|
1448
|
+
readonly id: 76;
|
1449
|
+
readonly key: "Nidalee";
|
1450
|
+
readonly name: "Nidalee";
|
1451
|
+
} | {
|
1452
|
+
readonly id: 77;
|
1453
|
+
readonly key: "Udyr";
|
1454
|
+
readonly name: "Udyr";
|
1455
|
+
} | {
|
1456
|
+
readonly id: 78;
|
1457
|
+
readonly key: "Poppy";
|
1458
|
+
readonly name: "Poppy";
|
1459
|
+
} | {
|
1460
|
+
readonly id: 79;
|
1461
|
+
readonly key: "Gragas";
|
1462
|
+
readonly name: "Gragas";
|
1463
|
+
} | {
|
1464
|
+
readonly id: 80;
|
1465
|
+
readonly key: "Pantheon";
|
1466
|
+
readonly name: "Pantheon";
|
1467
|
+
} | {
|
1468
|
+
readonly id: 81;
|
1469
|
+
readonly key: "Ezreal";
|
1470
|
+
readonly name: "Ezreal";
|
1471
|
+
} | {
|
1472
|
+
readonly id: 82;
|
1473
|
+
readonly key: "Mordekaiser";
|
1474
|
+
readonly name: "Mordekaiser";
|
1475
|
+
} | {
|
1476
|
+
readonly id: 83;
|
1477
|
+
readonly key: "Yorick";
|
1478
|
+
readonly name: "Yorick";
|
1479
|
+
} | {
|
1480
|
+
readonly id: 84;
|
1481
|
+
readonly key: "Akali";
|
1482
|
+
readonly name: "Akali";
|
1483
|
+
} | {
|
1484
|
+
readonly id: 85;
|
1485
|
+
readonly key: "Kennen";
|
1486
|
+
readonly name: "Kennen";
|
1487
|
+
} | {
|
1488
|
+
readonly id: 86;
|
1489
|
+
readonly key: "Garen";
|
1490
|
+
readonly name: "Garen";
|
1491
|
+
} | {
|
1492
|
+
readonly id: 89;
|
1493
|
+
readonly key: "Leona";
|
1494
|
+
readonly name: "Leona";
|
1495
|
+
} | {
|
1496
|
+
readonly id: 90;
|
1497
|
+
readonly key: "Malzahar";
|
1498
|
+
readonly name: "Malzahar";
|
1499
|
+
} | {
|
1500
|
+
readonly id: 91;
|
1501
|
+
readonly key: "Talon";
|
1502
|
+
readonly name: "Talon";
|
1503
|
+
} | {
|
1504
|
+
readonly id: 92;
|
1505
|
+
readonly key: "Riven";
|
1506
|
+
readonly name: "Riven";
|
1507
|
+
} | {
|
1508
|
+
readonly id: 96;
|
1509
|
+
readonly key: "KogMaw";
|
1510
|
+
readonly name: "Kog'Maw";
|
1511
|
+
} | {
|
1512
|
+
readonly id: 98;
|
1513
|
+
readonly key: "Shen";
|
1514
|
+
readonly name: "Shen";
|
1515
|
+
} | {
|
1516
|
+
readonly id: 99;
|
1517
|
+
readonly key: "Lux";
|
1518
|
+
readonly name: "Lux";
|
1519
|
+
} | {
|
1520
|
+
readonly id: 101;
|
1521
|
+
readonly key: "Xerath";
|
1522
|
+
readonly name: "Xerath";
|
1523
|
+
} | {
|
1524
|
+
readonly id: 102;
|
1525
|
+
readonly key: "Shyvana";
|
1526
|
+
readonly name: "Shyvana";
|
1527
|
+
} | {
|
1528
|
+
readonly id: 103;
|
1529
|
+
readonly key: "Ahri";
|
1530
|
+
readonly name: "Ahri";
|
1531
|
+
} | {
|
1532
|
+
readonly id: 104;
|
1533
|
+
readonly key: "Graves";
|
1534
|
+
readonly name: "Graves";
|
1535
|
+
} | {
|
1536
|
+
readonly id: 105;
|
1537
|
+
readonly key: "Fizz";
|
1538
|
+
readonly name: "Fizz";
|
1539
|
+
} | {
|
1540
|
+
readonly id: 106;
|
1541
|
+
readonly key: "Volibear";
|
1542
|
+
readonly name: "Volibear";
|
1543
|
+
} | {
|
1544
|
+
readonly id: 107;
|
1545
|
+
readonly key: "Rengar";
|
1546
|
+
readonly name: "Rengar";
|
1547
|
+
} | {
|
1548
|
+
readonly id: 110;
|
1549
|
+
readonly key: "Varus";
|
1550
|
+
readonly name: "Varus";
|
1551
|
+
} | {
|
1552
|
+
readonly id: 111;
|
1553
|
+
readonly key: "Nautilus";
|
1554
|
+
readonly name: "Nautilus";
|
1555
|
+
} | {
|
1556
|
+
readonly id: 112;
|
1557
|
+
readonly key: "Viktor";
|
1558
|
+
readonly name: "Viktor";
|
1559
|
+
} | {
|
1560
|
+
readonly id: 113;
|
1561
|
+
readonly key: "Sejuani";
|
1562
|
+
readonly name: "Sejuani";
|
1563
|
+
} | {
|
1564
|
+
readonly id: 114;
|
1565
|
+
readonly key: "Fiora";
|
1566
|
+
readonly name: "Fiora";
|
1567
|
+
} | {
|
1568
|
+
readonly id: 115;
|
1569
|
+
readonly key: "Ziggs";
|
1570
|
+
readonly name: "Ziggs";
|
1571
|
+
} | {
|
1572
|
+
readonly id: 117;
|
1573
|
+
readonly key: "Lulu";
|
1574
|
+
readonly name: "Lulu";
|
1575
|
+
} | {
|
1576
|
+
readonly id: 119;
|
1577
|
+
readonly key: "Draven";
|
1578
|
+
readonly name: "Draven";
|
1579
|
+
} | {
|
1580
|
+
readonly id: 120;
|
1581
|
+
readonly key: "Hecarim";
|
1582
|
+
readonly name: "Hecarim";
|
1583
|
+
} | {
|
1584
|
+
readonly id: 121;
|
1585
|
+
readonly key: "Khazix";
|
1586
|
+
readonly name: "Kha'Zix";
|
1587
|
+
} | {
|
1588
|
+
readonly id: 122;
|
1589
|
+
readonly key: "Darius";
|
1590
|
+
readonly name: "Darius";
|
1591
|
+
} | {
|
1592
|
+
readonly id: 126;
|
1593
|
+
readonly key: "Jayce";
|
1594
|
+
readonly name: "Jayce";
|
1595
|
+
} | {
|
1596
|
+
readonly id: 127;
|
1597
|
+
readonly key: "Lissandra";
|
1598
|
+
readonly name: "Lissandra";
|
1599
|
+
} | {
|
1600
|
+
readonly id: 131;
|
1601
|
+
readonly key: "Diana";
|
1602
|
+
readonly name: "Diana";
|
1603
|
+
} | {
|
1604
|
+
readonly id: 133;
|
1605
|
+
readonly key: "Quinn";
|
1606
|
+
readonly name: "Quinn";
|
1607
|
+
} | {
|
1608
|
+
readonly id: 134;
|
1609
|
+
readonly key: "Syndra";
|
1610
|
+
readonly name: "Syndra";
|
1611
|
+
} | {
|
1612
|
+
readonly id: 136;
|
1613
|
+
readonly key: "AurelionSol";
|
1614
|
+
readonly name: "Aurelion Sol";
|
1615
|
+
} | {
|
1616
|
+
readonly id: 141;
|
1617
|
+
readonly key: "Kayn";
|
1618
|
+
readonly name: "Kayn";
|
1619
|
+
} | {
|
1620
|
+
readonly id: 142;
|
1621
|
+
readonly key: "Zoe";
|
1622
|
+
readonly name: "Zoe";
|
1623
|
+
} | {
|
1624
|
+
readonly id: 143;
|
1625
|
+
readonly key: "Zyra";
|
1626
|
+
readonly name: "Zyra";
|
1627
|
+
} | {
|
1628
|
+
readonly id: 145;
|
1629
|
+
readonly key: "Kaisa";
|
1630
|
+
readonly name: "Kai'Sa";
|
1631
|
+
} | {
|
1632
|
+
readonly id: 147;
|
1633
|
+
readonly key: "Seraphine";
|
1634
|
+
readonly name: "Seraphine";
|
1635
|
+
} | {
|
1636
|
+
readonly id: 150;
|
1637
|
+
readonly key: "Gnar";
|
1638
|
+
readonly name: "Gnar";
|
1639
|
+
} | {
|
1640
|
+
readonly id: 154;
|
1641
|
+
readonly key: "Zac";
|
1642
|
+
readonly name: "Zac";
|
1643
|
+
} | {
|
1644
|
+
readonly id: 157;
|
1645
|
+
readonly key: "Yasuo";
|
1646
|
+
readonly name: "Yasuo";
|
1647
|
+
} | {
|
1648
|
+
readonly id: 161;
|
1649
|
+
readonly key: "Velkoz";
|
1650
|
+
readonly name: "Vel'Koz";
|
1651
|
+
} | {
|
1652
|
+
readonly id: 163;
|
1653
|
+
readonly key: "Taliyah";
|
1654
|
+
readonly name: "Taliyah";
|
1655
|
+
} | {
|
1656
|
+
readonly id: 164;
|
1657
|
+
readonly key: "Camille";
|
1658
|
+
readonly name: "Camille";
|
1659
|
+
} | {
|
1660
|
+
readonly id: 166;
|
1661
|
+
readonly key: "Akshan";
|
1662
|
+
readonly name: "Akshan";
|
1663
|
+
} | {
|
1664
|
+
readonly id: 200;
|
1665
|
+
readonly key: "Belveth";
|
1666
|
+
readonly name: "Bel'Veth";
|
1667
|
+
} | {
|
1668
|
+
readonly id: 201;
|
1669
|
+
readonly key: "Braum";
|
1670
|
+
readonly name: "Braum";
|
1671
|
+
} | {
|
1672
|
+
readonly id: 202;
|
1673
|
+
readonly key: "Jhin";
|
1674
|
+
readonly name: "Jhin";
|
1675
|
+
} | {
|
1676
|
+
readonly id: 203;
|
1677
|
+
readonly key: "Kindred";
|
1678
|
+
readonly name: "Kindred";
|
1679
|
+
} | {
|
1680
|
+
readonly id: 221;
|
1681
|
+
readonly key: "Zeri";
|
1682
|
+
readonly name: "Zeri";
|
1683
|
+
} | {
|
1684
|
+
readonly id: 222;
|
1685
|
+
readonly key: "Jinx";
|
1686
|
+
readonly name: "Jinx";
|
1687
|
+
} | {
|
1688
|
+
readonly id: 223;
|
1689
|
+
readonly key: "TahmKench";
|
1690
|
+
readonly name: "Tahm Kench";
|
1691
|
+
} | {
|
1692
|
+
readonly id: 233;
|
1693
|
+
readonly key: "Briar";
|
1694
|
+
readonly name: "Briar";
|
1695
|
+
} | {
|
1696
|
+
readonly id: 234;
|
1697
|
+
readonly key: "Viego";
|
1698
|
+
readonly name: "Viego";
|
1699
|
+
} | {
|
1700
|
+
readonly id: 235;
|
1701
|
+
readonly key: "Senna";
|
1702
|
+
readonly name: "Senna";
|
1703
|
+
} | {
|
1704
|
+
readonly id: 236;
|
1705
|
+
readonly key: "Lucian";
|
1706
|
+
readonly name: "Lucian";
|
1707
|
+
} | {
|
1708
|
+
readonly id: 238;
|
1709
|
+
readonly key: "Zed";
|
1710
|
+
readonly name: "Zed";
|
1711
|
+
} | {
|
1712
|
+
readonly id: 240;
|
1713
|
+
readonly key: "Kled";
|
1714
|
+
readonly name: "Kled";
|
1715
|
+
} | {
|
1716
|
+
readonly id: 245;
|
1717
|
+
readonly key: "Ekko";
|
1718
|
+
readonly name: "Ekko";
|
1719
|
+
} | {
|
1720
|
+
readonly id: 246;
|
1721
|
+
readonly key: "Qiyana";
|
1722
|
+
readonly name: "Qiyana";
|
1723
|
+
} | {
|
1724
|
+
readonly id: 254;
|
1725
|
+
readonly key: "Vi";
|
1726
|
+
readonly name: "Vi";
|
1727
|
+
} | {
|
1728
|
+
readonly id: 266;
|
1729
|
+
readonly key: "Aatrox";
|
1730
|
+
readonly name: "Aatrox";
|
1731
|
+
} | {
|
1732
|
+
readonly id: 267;
|
1733
|
+
readonly key: "Nami";
|
1734
|
+
readonly name: "Nami";
|
1735
|
+
} | {
|
1736
|
+
readonly id: 268;
|
1737
|
+
readonly key: "Azir";
|
1738
|
+
readonly name: "Azir";
|
1739
|
+
} | {
|
1740
|
+
readonly id: 350;
|
1741
|
+
readonly key: "Yuumi";
|
1742
|
+
readonly name: "Yuumi";
|
1743
|
+
} | {
|
1744
|
+
readonly id: 360;
|
1745
|
+
readonly key: "Samira";
|
1746
|
+
readonly name: "Samira";
|
1747
|
+
} | {
|
1748
|
+
readonly id: 412;
|
1749
|
+
readonly key: "Thresh";
|
1750
|
+
readonly name: "Thresh";
|
1751
|
+
} | {
|
1752
|
+
readonly id: 420;
|
1753
|
+
readonly key: "Illaoi";
|
1754
|
+
readonly name: "Illaoi";
|
1755
|
+
} | {
|
1756
|
+
readonly id: 421;
|
1757
|
+
readonly key: "RekSai";
|
1758
|
+
readonly name: "Rek'Sai";
|
1759
|
+
} | {
|
1760
|
+
readonly id: 427;
|
1761
|
+
readonly key: "Ivern";
|
1762
|
+
readonly name: "Ivern";
|
1763
|
+
} | {
|
1764
|
+
readonly id: 429;
|
1765
|
+
readonly key: "Kalista";
|
1766
|
+
readonly name: "Kalista";
|
1767
|
+
} | {
|
1768
|
+
readonly id: 432;
|
1769
|
+
readonly key: "Bard";
|
1770
|
+
readonly name: "Bard";
|
1771
|
+
} | {
|
1772
|
+
readonly id: 497;
|
1773
|
+
readonly key: "Rakan";
|
1774
|
+
readonly name: "Rakan";
|
1775
|
+
} | {
|
1776
|
+
readonly id: 498;
|
1777
|
+
readonly key: "Xayah";
|
1778
|
+
readonly name: "Xayah";
|
1779
|
+
} | {
|
1780
|
+
readonly id: 516;
|
1781
|
+
readonly key: "Ornn";
|
1782
|
+
readonly name: "Ornn";
|
1783
|
+
} | {
|
1784
|
+
readonly id: 517;
|
1785
|
+
readonly key: "Sylas";
|
1786
|
+
readonly name: "Sylas";
|
1787
|
+
} | {
|
1788
|
+
readonly id: 518;
|
1789
|
+
readonly key: "Neeko";
|
1790
|
+
readonly name: "Neeko";
|
1791
|
+
} | {
|
1792
|
+
readonly id: 523;
|
1793
|
+
readonly key: "Aphelios";
|
1794
|
+
readonly name: "Aphelios";
|
1795
|
+
} | {
|
1796
|
+
readonly id: 526;
|
1797
|
+
readonly key: "Rell";
|
1798
|
+
readonly name: "Rell";
|
1799
|
+
} | {
|
1800
|
+
readonly id: 555;
|
1801
|
+
readonly key: "Pyke";
|
1802
|
+
readonly name: "Pyke";
|
1803
|
+
} | {
|
1804
|
+
readonly id: 711;
|
1805
|
+
readonly key: "Vex";
|
1806
|
+
readonly name: "Vex";
|
1807
|
+
} | {
|
1808
|
+
readonly id: 777;
|
1809
|
+
readonly key: "Yone";
|
1810
|
+
readonly name: "Yone";
|
1811
|
+
} | {
|
1812
|
+
readonly id: 875;
|
1813
|
+
readonly key: "Sett";
|
1814
|
+
readonly name: "Sett";
|
1815
|
+
} | {
|
1816
|
+
readonly id: 876;
|
1817
|
+
readonly key: "Lillia";
|
1818
|
+
readonly name: "Lillia";
|
1819
|
+
} | {
|
1820
|
+
readonly id: 887;
|
1821
|
+
readonly key: "Gwen";
|
1822
|
+
readonly name: "Gwen";
|
1823
|
+
} | {
|
1824
|
+
readonly id: 888;
|
1825
|
+
readonly key: "Renata";
|
1826
|
+
readonly name: "Renata Glasc";
|
1827
|
+
} | {
|
1828
|
+
readonly id: 893;
|
1829
|
+
readonly key: "Aurora";
|
1830
|
+
readonly name: "Aurora";
|
1831
|
+
} | {
|
1832
|
+
readonly id: 895;
|
1833
|
+
readonly key: "Nilah";
|
1834
|
+
readonly name: "Nilah";
|
1835
|
+
} | {
|
1836
|
+
readonly id: 897;
|
1837
|
+
readonly key: "KSante";
|
1838
|
+
readonly name: "K'Sante";
|
1839
|
+
} | {
|
1840
|
+
readonly id: 901;
|
1841
|
+
readonly key: "Smolder";
|
1842
|
+
readonly name: "Smolder";
|
1843
|
+
} | {
|
1844
|
+
readonly id: 902;
|
1845
|
+
readonly key: "Milio";
|
1846
|
+
readonly name: "Milio";
|
1847
|
+
} | {
|
1848
|
+
readonly id: 910;
|
1849
|
+
readonly key: "Hwei";
|
1850
|
+
readonly name: "Hwei";
|
1851
|
+
} | {
|
1852
|
+
readonly id: 950;
|
1853
|
+
readonly key: "Naafiri";
|
1854
|
+
readonly name: "Naafiri";
|
1855
|
+
})[];
|
1856
|
+
export type ChampionId = typeof ChampionsArr[number]['id'];
|
1857
|
+
export type ChampionKey = typeof ChampionsArr[number]['key'];
|
1858
|
+
export type ChampionName = typeof ChampionsArr[number]['name'];
|