lol-constants 2.26.0 → 3.0.0-rc.1
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/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 +34 -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/LegendaryItemNames.d.ts +0 -4
- package/assets/constants/LegendaryItemNames.js +0 -125
- 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/base/Champion.d.ts +0 -7903
- package/assets/constants/base/Champion.js +0 -1
- package/assets/constants/base/Item.d.ts +0 -21193
- package/assets/constants/base/Item.js +0 -1
- package/assets/constants/base/RunesReforged.d.ts +0 -491
- package/assets/constants/base/RunesReforged.js +0 -1
- package/assets/constants/base/Summoner.d.ts +0 -582
- package/assets/constants/base/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 -10
- 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 -10
- package/assets/scripts/asset-scripts/runes-reforged.d.ts +0 -1
- package/assets/scripts/asset-scripts/runes-reforged.js +0 -10
- package/assets/scripts/asset-scripts/summoner.d.ts +0 -1
- package/assets/scripts/asset-scripts/summoner.js +0 -10
- 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/Locale.d.ts +0 -2
- package/core/PatchVersion.d.ts +0 -1
- package/core/PatchVersion.js +0 -1
- 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 -58
- 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/{core → dist}/Locale.js +0 -0
- /package/{assets/scripts/asset-scripts/champion.d.ts → dist/helpers/type.js} +0 -0
@@ -1,721 +0,0 @@
|
|
1
|
-
export declare const PrimaryRuneTrees: {
|
2
|
-
readonly Domination: {
|
3
|
-
readonly "8105": "Relentless Hunter";
|
4
|
-
readonly "8106": "Ultimate Hunter";
|
5
|
-
readonly "8112": "Electrocute";
|
6
|
-
readonly "8120": "Ghost Poro";
|
7
|
-
readonly "8126": "Cheap Shot";
|
8
|
-
readonly "8128": "Dark Harvest";
|
9
|
-
readonly "8135": "Treasure Hunter";
|
10
|
-
readonly "8136": "Zombie Ward";
|
11
|
-
readonly "8138": "Eyeball Collection";
|
12
|
-
readonly "8139": "Taste of Blood";
|
13
|
-
readonly "8143": "Sudden Impact";
|
14
|
-
readonly "9923": "Hail of Blades";
|
15
|
-
};
|
16
|
-
readonly Inspiration: {
|
17
|
-
readonly "8304": "Magical Footwear";
|
18
|
-
readonly "8306": "Hextech Flashtraption";
|
19
|
-
readonly "8313": "Triple Tonic";
|
20
|
-
readonly "8316": "Jack Of All Trades";
|
21
|
-
readonly "8321": "Cash Back";
|
22
|
-
readonly "8345": "Biscuit Delivery";
|
23
|
-
readonly "8347": "Cosmic Insight";
|
24
|
-
readonly "8351": "Glacial Augment";
|
25
|
-
readonly "8352": "Time Warp Tonic";
|
26
|
-
readonly "8360": "Unsealed Spellbook";
|
27
|
-
readonly "8369": "First Strike";
|
28
|
-
readonly "8410": "Approach Velocity";
|
29
|
-
};
|
30
|
-
readonly Precision: {
|
31
|
-
readonly "8005": "Press the Attack";
|
32
|
-
readonly "8009": "Presence of Mind";
|
33
|
-
readonly "8010": "Conqueror";
|
34
|
-
readonly "8014": "Coup de Grace";
|
35
|
-
readonly "8017": "Cut Down";
|
36
|
-
readonly "8021": "Fleet Footwork";
|
37
|
-
readonly "8299": "Last Stand";
|
38
|
-
readonly "9101": "Absorb Life";
|
39
|
-
readonly "9103": "Legend: Bloodline";
|
40
|
-
readonly "9104": "Legend: Alacrity";
|
41
|
-
readonly "9105": "Legend: Haste";
|
42
|
-
readonly "9111": "Triumph";
|
43
|
-
};
|
44
|
-
readonly Resolve: {
|
45
|
-
readonly "8242": "Unflinching";
|
46
|
-
readonly "8401": "Shield Bash";
|
47
|
-
readonly "8429": "Conditioning";
|
48
|
-
readonly "8437": "Grasp of the Undying";
|
49
|
-
readonly "8439": "Aftershock";
|
50
|
-
readonly "8444": "Second Wind";
|
51
|
-
readonly "8446": "Demolish";
|
52
|
-
readonly "8451": "Overgrowth";
|
53
|
-
readonly "8453": "Revitalize";
|
54
|
-
readonly "8463": "Font of Life";
|
55
|
-
readonly "8465": "Guardian";
|
56
|
-
readonly "8473": "Bone Plating";
|
57
|
-
};
|
58
|
-
readonly Sorcery: {
|
59
|
-
readonly "8210": "Transcendence";
|
60
|
-
readonly "8214": "Summon Aery";
|
61
|
-
readonly "8224": "Nullifying Orb";
|
62
|
-
readonly "8226": "Manaflow Band";
|
63
|
-
readonly "8229": "Arcane Comet";
|
64
|
-
readonly "8230": "Phase Rush";
|
65
|
-
readonly "8232": "Waterwalking";
|
66
|
-
readonly "8233": "Absolute Focus";
|
67
|
-
readonly "8234": "Celerity";
|
68
|
-
readonly "8236": "Gathering Storm";
|
69
|
-
readonly "8237": "Scorch";
|
70
|
-
readonly "8275": "Nimbus Cloak";
|
71
|
-
};
|
72
|
-
};
|
73
|
-
export declare const SecondaryRuneTrees: {
|
74
|
-
readonly Domination: {
|
75
|
-
readonly "8105": "Relentless Hunter";
|
76
|
-
readonly "8106": "Ultimate Hunter";
|
77
|
-
readonly "8120": "Ghost Poro";
|
78
|
-
readonly "8126": "Cheap Shot";
|
79
|
-
readonly "8135": "Treasure Hunter";
|
80
|
-
readonly "8136": "Zombie Ward";
|
81
|
-
readonly "8138": "Eyeball Collection";
|
82
|
-
readonly "8139": "Taste of Blood";
|
83
|
-
readonly "8143": "Sudden Impact";
|
84
|
-
};
|
85
|
-
readonly Inspiration: {
|
86
|
-
readonly "8304": "Magical Footwear";
|
87
|
-
readonly "8306": "Hextech Flashtraption";
|
88
|
-
readonly "8313": "Triple Tonic";
|
89
|
-
readonly "8316": "Jack Of All Trades";
|
90
|
-
readonly "8321": "Cash Back";
|
91
|
-
readonly "8345": "Biscuit Delivery";
|
92
|
-
readonly "8347": "Cosmic Insight";
|
93
|
-
readonly "8352": "Time Warp Tonic";
|
94
|
-
readonly "8410": "Approach Velocity";
|
95
|
-
};
|
96
|
-
readonly Precision: {
|
97
|
-
readonly "8009": "Presence of Mind";
|
98
|
-
readonly "8014": "Coup de Grace";
|
99
|
-
readonly "8017": "Cut Down";
|
100
|
-
readonly "8299": "Last Stand";
|
101
|
-
readonly "9101": "Absorb Life";
|
102
|
-
readonly "9103": "Legend: Bloodline";
|
103
|
-
readonly "9104": "Legend: Alacrity";
|
104
|
-
readonly "9105": "Legend: Haste";
|
105
|
-
readonly "9111": "Triumph";
|
106
|
-
};
|
107
|
-
readonly Resolve: {
|
108
|
-
readonly "8242": "Unflinching";
|
109
|
-
readonly "8401": "Shield Bash";
|
110
|
-
readonly "8429": "Conditioning";
|
111
|
-
readonly "8444": "Second Wind";
|
112
|
-
readonly "8446": "Demolish";
|
113
|
-
readonly "8451": "Overgrowth";
|
114
|
-
readonly "8453": "Revitalize";
|
115
|
-
readonly "8463": "Font of Life";
|
116
|
-
readonly "8473": "Bone Plating";
|
117
|
-
};
|
118
|
-
readonly Sorcery: {
|
119
|
-
readonly "8210": "Transcendence";
|
120
|
-
readonly "8224": "Nullifying Orb";
|
121
|
-
readonly "8226": "Manaflow Band";
|
122
|
-
readonly "8232": "Waterwalking";
|
123
|
-
readonly "8233": "Absolute Focus";
|
124
|
-
readonly "8234": "Celerity";
|
125
|
-
readonly "8236": "Gathering Storm";
|
126
|
-
readonly "8237": "Scorch";
|
127
|
-
readonly "8275": "Nimbus Cloak";
|
128
|
-
};
|
129
|
-
};
|
130
|
-
export declare const KeystoneNames: {
|
131
|
-
readonly "8005": "Press the Attack";
|
132
|
-
readonly "8010": "Conqueror";
|
133
|
-
readonly "8021": "Fleet Footwork";
|
134
|
-
readonly "8112": "Electrocute";
|
135
|
-
readonly "8128": "Dark Harvest";
|
136
|
-
readonly "8214": "Summon Aery";
|
137
|
-
readonly "8229": "Arcane Comet";
|
138
|
-
readonly "8230": "Phase Rush";
|
139
|
-
readonly "8351": "Glacial Augment";
|
140
|
-
readonly "8360": "Unsealed Spellbook";
|
141
|
-
readonly "8369": "First Strike";
|
142
|
-
readonly "8437": "Grasp of the Undying";
|
143
|
-
readonly "8439": "Aftershock";
|
144
|
-
readonly "8465": "Guardian";
|
145
|
-
readonly "9923": "Hail of Blades";
|
146
|
-
};
|
147
|
-
export declare const StatRuneNames: {
|
148
|
-
readonly "5001": "Defense (HP+)";
|
149
|
-
readonly "5005": "Offense (AS)";
|
150
|
-
readonly "5007": "Offense (AH)";
|
151
|
-
readonly "5008": "Offense (AF)";
|
152
|
-
readonly "5011": "Defense (HP)";
|
153
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
154
|
-
readonly "5008f": "Flex (AF)";
|
155
|
-
readonly "5010f": "Flex (MS)";
|
156
|
-
readonly "5001f": "Flex (HP+)";
|
157
|
-
};
|
158
|
-
export type StatRuneName = typeof StatRuneNames[keyof typeof StatRuneNames];
|
159
|
-
export declare const RuneNames: {
|
160
|
-
readonly "5001": "Defense (HP+)";
|
161
|
-
readonly "5005": "Offense (AS)";
|
162
|
-
readonly "5007": "Offense (AH)";
|
163
|
-
readonly "5008": "Offense (AF)";
|
164
|
-
readonly "5011": "Defense (HP)";
|
165
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
166
|
-
readonly "5008f": "Flex (AF)";
|
167
|
-
readonly "5010f": "Flex (MS)";
|
168
|
-
readonly "5001f": "Flex (HP+)";
|
169
|
-
readonly "8304": "Magical Footwear";
|
170
|
-
readonly "8306": "Hextech Flashtraption";
|
171
|
-
readonly "8313": "Triple Tonic";
|
172
|
-
readonly "8316": "Jack Of All Trades";
|
173
|
-
readonly "8321": "Cash Back";
|
174
|
-
readonly "8345": "Biscuit Delivery";
|
175
|
-
readonly "8347": "Cosmic Insight";
|
176
|
-
readonly "8351": "Glacial Augment";
|
177
|
-
readonly "8352": "Time Warp Tonic";
|
178
|
-
readonly "8360": "Unsealed Spellbook";
|
179
|
-
readonly "8369": "First Strike";
|
180
|
-
readonly "8410": "Approach Velocity";
|
181
|
-
readonly "8242": "Unflinching";
|
182
|
-
readonly "8401": "Shield Bash";
|
183
|
-
readonly "8429": "Conditioning";
|
184
|
-
readonly "8437": "Grasp of the Undying";
|
185
|
-
readonly "8439": "Aftershock";
|
186
|
-
readonly "8444": "Second Wind";
|
187
|
-
readonly "8446": "Demolish";
|
188
|
-
readonly "8451": "Overgrowth";
|
189
|
-
readonly "8453": "Revitalize";
|
190
|
-
readonly "8463": "Font of Life";
|
191
|
-
readonly "8465": "Guardian";
|
192
|
-
readonly "8473": "Bone Plating";
|
193
|
-
readonly "8210": "Transcendence";
|
194
|
-
readonly "8214": "Summon Aery";
|
195
|
-
readonly "8224": "Nullifying Orb";
|
196
|
-
readonly "8226": "Manaflow Band";
|
197
|
-
readonly "8229": "Arcane Comet";
|
198
|
-
readonly "8230": "Phase Rush";
|
199
|
-
readonly "8232": "Waterwalking";
|
200
|
-
readonly "8233": "Absolute Focus";
|
201
|
-
readonly "8234": "Celerity";
|
202
|
-
readonly "8236": "Gathering Storm";
|
203
|
-
readonly "8237": "Scorch";
|
204
|
-
readonly "8275": "Nimbus Cloak";
|
205
|
-
readonly "8105": "Relentless Hunter";
|
206
|
-
readonly "8106": "Ultimate Hunter";
|
207
|
-
readonly "8112": "Electrocute";
|
208
|
-
readonly "8120": "Ghost Poro";
|
209
|
-
readonly "8126": "Cheap Shot";
|
210
|
-
readonly "8128": "Dark Harvest";
|
211
|
-
readonly "8135": "Treasure Hunter";
|
212
|
-
readonly "8136": "Zombie Ward";
|
213
|
-
readonly "8138": "Eyeball Collection";
|
214
|
-
readonly "8139": "Taste of Blood";
|
215
|
-
readonly "8143": "Sudden Impact";
|
216
|
-
readonly "9923": "Hail of Blades";
|
217
|
-
readonly "8005": "Press the Attack";
|
218
|
-
readonly "8009": "Presence of Mind";
|
219
|
-
readonly "8010": "Conqueror";
|
220
|
-
readonly "8014": "Coup de Grace";
|
221
|
-
readonly "8017": "Cut Down";
|
222
|
-
readonly "8021": "Fleet Footwork";
|
223
|
-
readonly "8299": "Last Stand";
|
224
|
-
readonly "9101": "Absorb Life";
|
225
|
-
readonly "9103": "Legend: Bloodline";
|
226
|
-
readonly "9104": "Legend: Alacrity";
|
227
|
-
readonly "9105": "Legend: Haste";
|
228
|
-
readonly "9111": "Triumph";
|
229
|
-
};
|
230
|
-
export type RuneName = typeof RuneNames[keyof typeof RuneNames];
|
231
|
-
export declare const RuneHSets: {
|
232
|
-
readonly Domination: {
|
233
|
-
readonly "0": {
|
234
|
-
readonly "8112": "Electrocute";
|
235
|
-
readonly "8128": "Dark Harvest";
|
236
|
-
readonly "9923": "Hail of Blades";
|
237
|
-
};
|
238
|
-
readonly "1": {
|
239
|
-
readonly "8126": "Cheap Shot";
|
240
|
-
readonly "8139": "Taste of Blood";
|
241
|
-
readonly "8143": "Sudden Impact";
|
242
|
-
};
|
243
|
-
readonly "2": {
|
244
|
-
readonly "8120": "Ghost Poro";
|
245
|
-
readonly "8136": "Zombie Ward";
|
246
|
-
readonly "8138": "Eyeball Collection";
|
247
|
-
};
|
248
|
-
readonly "3": {
|
249
|
-
readonly "8105": "Relentless Hunter";
|
250
|
-
readonly "8106": "Ultimate Hunter";
|
251
|
-
readonly "8135": "Treasure Hunter";
|
252
|
-
};
|
253
|
-
};
|
254
|
-
readonly Inspiration: {
|
255
|
-
readonly "0": {
|
256
|
-
readonly "8351": "Glacial Augment";
|
257
|
-
readonly "8360": "Unsealed Spellbook";
|
258
|
-
readonly "8369": "First Strike";
|
259
|
-
};
|
260
|
-
readonly "1": {
|
261
|
-
readonly "8304": "Magical Footwear";
|
262
|
-
readonly "8306": "Hextech Flashtraption";
|
263
|
-
readonly "8321": "Cash Back";
|
264
|
-
};
|
265
|
-
readonly "2": {
|
266
|
-
readonly "8313": "Triple Tonic";
|
267
|
-
readonly "8345": "Biscuit Delivery";
|
268
|
-
readonly "8352": "Time Warp Tonic";
|
269
|
-
};
|
270
|
-
readonly "3": {
|
271
|
-
readonly "8316": "Jack Of All Trades";
|
272
|
-
readonly "8347": "Cosmic Insight";
|
273
|
-
readonly "8410": "Approach Velocity";
|
274
|
-
};
|
275
|
-
};
|
276
|
-
readonly Precision: {
|
277
|
-
readonly "0": {
|
278
|
-
readonly "8005": "Press the Attack";
|
279
|
-
readonly "8010": "Conqueror";
|
280
|
-
readonly "8021": "Fleet Footwork";
|
281
|
-
};
|
282
|
-
readonly "1": {
|
283
|
-
readonly "8009": "Presence of Mind";
|
284
|
-
readonly "9101": "Absorb Life";
|
285
|
-
readonly "9111": "Triumph";
|
286
|
-
};
|
287
|
-
readonly "2": {
|
288
|
-
readonly "9103": "Legend: Bloodline";
|
289
|
-
readonly "9104": "Legend: Alacrity";
|
290
|
-
readonly "9105": "Legend: Haste";
|
291
|
-
};
|
292
|
-
readonly "3": {
|
293
|
-
readonly "8014": "Coup de Grace";
|
294
|
-
readonly "8017": "Cut Down";
|
295
|
-
readonly "8299": "Last Stand";
|
296
|
-
};
|
297
|
-
};
|
298
|
-
readonly Resolve: {
|
299
|
-
readonly "0": {
|
300
|
-
readonly "8437": "Grasp of the Undying";
|
301
|
-
readonly "8439": "Aftershock";
|
302
|
-
readonly "8465": "Guardian";
|
303
|
-
};
|
304
|
-
readonly "1": {
|
305
|
-
readonly "8401": "Shield Bash";
|
306
|
-
readonly "8446": "Demolish";
|
307
|
-
readonly "8463": "Font of Life";
|
308
|
-
};
|
309
|
-
readonly "2": {
|
310
|
-
readonly "8429": "Conditioning";
|
311
|
-
readonly "8444": "Second Wind";
|
312
|
-
readonly "8473": "Bone Plating";
|
313
|
-
};
|
314
|
-
readonly "3": {
|
315
|
-
readonly "8242": "Unflinching";
|
316
|
-
readonly "8451": "Overgrowth";
|
317
|
-
readonly "8453": "Revitalize";
|
318
|
-
};
|
319
|
-
};
|
320
|
-
readonly Sorcery: {
|
321
|
-
readonly "0": {
|
322
|
-
readonly "8214": "Summon Aery";
|
323
|
-
readonly "8229": "Arcane Comet";
|
324
|
-
readonly "8230": "Phase Rush";
|
325
|
-
};
|
326
|
-
readonly "1": {
|
327
|
-
readonly "8224": "Nullifying Orb";
|
328
|
-
readonly "8226": "Manaflow Band";
|
329
|
-
readonly "8275": "Nimbus Cloak";
|
330
|
-
};
|
331
|
-
readonly "2": {
|
332
|
-
readonly "8210": "Transcendence";
|
333
|
-
readonly "8233": "Absolute Focus";
|
334
|
-
readonly "8234": "Celerity";
|
335
|
-
};
|
336
|
-
readonly "3": {
|
337
|
-
readonly "8232": "Waterwalking";
|
338
|
-
readonly "8236": "Gathering Storm";
|
339
|
-
readonly "8237": "Scorch";
|
340
|
-
};
|
341
|
-
};
|
342
|
-
};
|
343
|
-
export declare const StatRuneHSets: {
|
344
|
-
readonly "0": {
|
345
|
-
readonly "5005": "Offense (AS)";
|
346
|
-
readonly "5007": "Offense (AH)";
|
347
|
-
readonly "5008": "Offense (AF)";
|
348
|
-
};
|
349
|
-
readonly "1": {
|
350
|
-
readonly "5008f": "Flex (AF)";
|
351
|
-
readonly "5010f": "Flex (MS)";
|
352
|
-
readonly "5001f": "Flex (HP+)";
|
353
|
-
};
|
354
|
-
readonly "2": {
|
355
|
-
readonly "5001": "Defense (HP+)";
|
356
|
-
readonly "5011": "Defense (HP)";
|
357
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
358
|
-
};
|
359
|
-
};
|
360
|
-
/**
|
361
|
-
* 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.
|
362
|
-
*/
|
363
|
-
export declare const RuneSets: {
|
364
|
-
readonly PrimaryRuneTrees: {
|
365
|
-
readonly Domination: {
|
366
|
-
readonly "8105": "Relentless Hunter";
|
367
|
-
readonly "8106": "Ultimate Hunter";
|
368
|
-
readonly "8112": "Electrocute";
|
369
|
-
readonly "8120": "Ghost Poro";
|
370
|
-
readonly "8126": "Cheap Shot";
|
371
|
-
readonly "8128": "Dark Harvest";
|
372
|
-
readonly "8135": "Treasure Hunter";
|
373
|
-
readonly "8136": "Zombie Ward";
|
374
|
-
readonly "8138": "Eyeball Collection";
|
375
|
-
readonly "8139": "Taste of Blood";
|
376
|
-
readonly "8143": "Sudden Impact";
|
377
|
-
readonly "9923": "Hail of Blades";
|
378
|
-
};
|
379
|
-
readonly Inspiration: {
|
380
|
-
readonly "8304": "Magical Footwear";
|
381
|
-
readonly "8306": "Hextech Flashtraption";
|
382
|
-
readonly "8313": "Triple Tonic";
|
383
|
-
readonly "8316": "Jack Of All Trades";
|
384
|
-
readonly "8321": "Cash Back";
|
385
|
-
readonly "8345": "Biscuit Delivery";
|
386
|
-
readonly "8347": "Cosmic Insight";
|
387
|
-
readonly "8351": "Glacial Augment";
|
388
|
-
readonly "8352": "Time Warp Tonic";
|
389
|
-
readonly "8360": "Unsealed Spellbook";
|
390
|
-
readonly "8369": "First Strike";
|
391
|
-
readonly "8410": "Approach Velocity";
|
392
|
-
};
|
393
|
-
readonly Precision: {
|
394
|
-
readonly "8005": "Press the Attack";
|
395
|
-
readonly "8009": "Presence of Mind";
|
396
|
-
readonly "8010": "Conqueror";
|
397
|
-
readonly "8014": "Coup de Grace";
|
398
|
-
readonly "8017": "Cut Down";
|
399
|
-
readonly "8021": "Fleet Footwork";
|
400
|
-
readonly "8299": "Last Stand";
|
401
|
-
readonly "9101": "Absorb Life";
|
402
|
-
readonly "9103": "Legend: Bloodline";
|
403
|
-
readonly "9104": "Legend: Alacrity";
|
404
|
-
readonly "9105": "Legend: Haste";
|
405
|
-
readonly "9111": "Triumph";
|
406
|
-
};
|
407
|
-
readonly Resolve: {
|
408
|
-
readonly "8242": "Unflinching";
|
409
|
-
readonly "8401": "Shield Bash";
|
410
|
-
readonly "8429": "Conditioning";
|
411
|
-
readonly "8437": "Grasp of the Undying";
|
412
|
-
readonly "8439": "Aftershock";
|
413
|
-
readonly "8444": "Second Wind";
|
414
|
-
readonly "8446": "Demolish";
|
415
|
-
readonly "8451": "Overgrowth";
|
416
|
-
readonly "8453": "Revitalize";
|
417
|
-
readonly "8463": "Font of Life";
|
418
|
-
readonly "8465": "Guardian";
|
419
|
-
readonly "8473": "Bone Plating";
|
420
|
-
};
|
421
|
-
readonly Sorcery: {
|
422
|
-
readonly "8210": "Transcendence";
|
423
|
-
readonly "8214": "Summon Aery";
|
424
|
-
readonly "8224": "Nullifying Orb";
|
425
|
-
readonly "8226": "Manaflow Band";
|
426
|
-
readonly "8229": "Arcane Comet";
|
427
|
-
readonly "8230": "Phase Rush";
|
428
|
-
readonly "8232": "Waterwalking";
|
429
|
-
readonly "8233": "Absolute Focus";
|
430
|
-
readonly "8234": "Celerity";
|
431
|
-
readonly "8236": "Gathering Storm";
|
432
|
-
readonly "8237": "Scorch";
|
433
|
-
readonly "8275": "Nimbus Cloak";
|
434
|
-
};
|
435
|
-
};
|
436
|
-
readonly SecondaryRuneTrees: {
|
437
|
-
readonly Domination: {
|
438
|
-
readonly "8105": "Relentless Hunter";
|
439
|
-
readonly "8106": "Ultimate Hunter";
|
440
|
-
readonly "8120": "Ghost Poro";
|
441
|
-
readonly "8126": "Cheap Shot";
|
442
|
-
readonly "8135": "Treasure Hunter";
|
443
|
-
readonly "8136": "Zombie Ward";
|
444
|
-
readonly "8138": "Eyeball Collection";
|
445
|
-
readonly "8139": "Taste of Blood";
|
446
|
-
readonly "8143": "Sudden Impact";
|
447
|
-
};
|
448
|
-
readonly Inspiration: {
|
449
|
-
readonly "8304": "Magical Footwear";
|
450
|
-
readonly "8306": "Hextech Flashtraption";
|
451
|
-
readonly "8313": "Triple Tonic";
|
452
|
-
readonly "8316": "Jack Of All Trades";
|
453
|
-
readonly "8321": "Cash Back";
|
454
|
-
readonly "8345": "Biscuit Delivery";
|
455
|
-
readonly "8347": "Cosmic Insight";
|
456
|
-
readonly "8352": "Time Warp Tonic";
|
457
|
-
readonly "8410": "Approach Velocity";
|
458
|
-
};
|
459
|
-
readonly Precision: {
|
460
|
-
readonly "8009": "Presence of Mind";
|
461
|
-
readonly "8014": "Coup de Grace";
|
462
|
-
readonly "8017": "Cut Down";
|
463
|
-
readonly "8299": "Last Stand";
|
464
|
-
readonly "9101": "Absorb Life";
|
465
|
-
readonly "9103": "Legend: Bloodline";
|
466
|
-
readonly "9104": "Legend: Alacrity";
|
467
|
-
readonly "9105": "Legend: Haste";
|
468
|
-
readonly "9111": "Triumph";
|
469
|
-
};
|
470
|
-
readonly Resolve: {
|
471
|
-
readonly "8242": "Unflinching";
|
472
|
-
readonly "8401": "Shield Bash";
|
473
|
-
readonly "8429": "Conditioning";
|
474
|
-
readonly "8444": "Second Wind";
|
475
|
-
readonly "8446": "Demolish";
|
476
|
-
readonly "8451": "Overgrowth";
|
477
|
-
readonly "8453": "Revitalize";
|
478
|
-
readonly "8463": "Font of Life";
|
479
|
-
readonly "8473": "Bone Plating";
|
480
|
-
};
|
481
|
-
readonly Sorcery: {
|
482
|
-
readonly "8210": "Transcendence";
|
483
|
-
readonly "8224": "Nullifying Orb";
|
484
|
-
readonly "8226": "Manaflow Band";
|
485
|
-
readonly "8232": "Waterwalking";
|
486
|
-
readonly "8233": "Absolute Focus";
|
487
|
-
readonly "8234": "Celerity";
|
488
|
-
readonly "8236": "Gathering Storm";
|
489
|
-
readonly "8237": "Scorch";
|
490
|
-
readonly "8275": "Nimbus Cloak";
|
491
|
-
};
|
492
|
-
};
|
493
|
-
readonly KeystoneNames: {
|
494
|
-
readonly "8005": "Press the Attack";
|
495
|
-
readonly "8010": "Conqueror";
|
496
|
-
readonly "8021": "Fleet Footwork";
|
497
|
-
readonly "8112": "Electrocute";
|
498
|
-
readonly "8128": "Dark Harvest";
|
499
|
-
readonly "8214": "Summon Aery";
|
500
|
-
readonly "8229": "Arcane Comet";
|
501
|
-
readonly "8230": "Phase Rush";
|
502
|
-
readonly "8351": "Glacial Augment";
|
503
|
-
readonly "8360": "Unsealed Spellbook";
|
504
|
-
readonly "8369": "First Strike";
|
505
|
-
readonly "8437": "Grasp of the Undying";
|
506
|
-
readonly "8439": "Aftershock";
|
507
|
-
readonly "8465": "Guardian";
|
508
|
-
readonly "9923": "Hail of Blades";
|
509
|
-
};
|
510
|
-
readonly StatRuneNames: {
|
511
|
-
readonly "5001": "Defense (HP+)";
|
512
|
-
readonly "5005": "Offense (AS)";
|
513
|
-
readonly "5007": "Offense (AH)";
|
514
|
-
readonly "5008": "Offense (AF)";
|
515
|
-
readonly "5011": "Defense (HP)";
|
516
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
517
|
-
readonly "5008f": "Flex (AF)";
|
518
|
-
readonly "5010f": "Flex (MS)";
|
519
|
-
readonly "5001f": "Flex (HP+)";
|
520
|
-
};
|
521
|
-
readonly RuneNames: {
|
522
|
-
readonly "5001": "Defense (HP+)";
|
523
|
-
readonly "5005": "Offense (AS)";
|
524
|
-
readonly "5007": "Offense (AH)";
|
525
|
-
readonly "5008": "Offense (AF)";
|
526
|
-
readonly "5011": "Defense (HP)";
|
527
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
528
|
-
readonly "5008f": "Flex (AF)";
|
529
|
-
readonly "5010f": "Flex (MS)";
|
530
|
-
readonly "5001f": "Flex (HP+)";
|
531
|
-
readonly "8304": "Magical Footwear";
|
532
|
-
readonly "8306": "Hextech Flashtraption";
|
533
|
-
readonly "8313": "Triple Tonic";
|
534
|
-
readonly "8316": "Jack Of All Trades";
|
535
|
-
readonly "8321": "Cash Back";
|
536
|
-
readonly "8345": "Biscuit Delivery";
|
537
|
-
readonly "8347": "Cosmic Insight";
|
538
|
-
readonly "8351": "Glacial Augment";
|
539
|
-
readonly "8352": "Time Warp Tonic";
|
540
|
-
readonly "8360": "Unsealed Spellbook";
|
541
|
-
readonly "8369": "First Strike";
|
542
|
-
readonly "8410": "Approach Velocity";
|
543
|
-
readonly "8242": "Unflinching";
|
544
|
-
readonly "8401": "Shield Bash";
|
545
|
-
readonly "8429": "Conditioning";
|
546
|
-
readonly "8437": "Grasp of the Undying";
|
547
|
-
readonly "8439": "Aftershock";
|
548
|
-
readonly "8444": "Second Wind";
|
549
|
-
readonly "8446": "Demolish";
|
550
|
-
readonly "8451": "Overgrowth";
|
551
|
-
readonly "8453": "Revitalize";
|
552
|
-
readonly "8463": "Font of Life";
|
553
|
-
readonly "8465": "Guardian";
|
554
|
-
readonly "8473": "Bone Plating";
|
555
|
-
readonly "8210": "Transcendence";
|
556
|
-
readonly "8214": "Summon Aery";
|
557
|
-
readonly "8224": "Nullifying Orb";
|
558
|
-
readonly "8226": "Manaflow Band";
|
559
|
-
readonly "8229": "Arcane Comet";
|
560
|
-
readonly "8230": "Phase Rush";
|
561
|
-
readonly "8232": "Waterwalking";
|
562
|
-
readonly "8233": "Absolute Focus";
|
563
|
-
readonly "8234": "Celerity";
|
564
|
-
readonly "8236": "Gathering Storm";
|
565
|
-
readonly "8237": "Scorch";
|
566
|
-
readonly "8275": "Nimbus Cloak";
|
567
|
-
readonly "8105": "Relentless Hunter";
|
568
|
-
readonly "8106": "Ultimate Hunter";
|
569
|
-
readonly "8112": "Electrocute";
|
570
|
-
readonly "8120": "Ghost Poro";
|
571
|
-
readonly "8126": "Cheap Shot";
|
572
|
-
readonly "8128": "Dark Harvest";
|
573
|
-
readonly "8135": "Treasure Hunter";
|
574
|
-
readonly "8136": "Zombie Ward";
|
575
|
-
readonly "8138": "Eyeball Collection";
|
576
|
-
readonly "8139": "Taste of Blood";
|
577
|
-
readonly "8143": "Sudden Impact";
|
578
|
-
readonly "9923": "Hail of Blades";
|
579
|
-
readonly "8005": "Press the Attack";
|
580
|
-
readonly "8009": "Presence of Mind";
|
581
|
-
readonly "8010": "Conqueror";
|
582
|
-
readonly "8014": "Coup de Grace";
|
583
|
-
readonly "8017": "Cut Down";
|
584
|
-
readonly "8021": "Fleet Footwork";
|
585
|
-
readonly "8299": "Last Stand";
|
586
|
-
readonly "9101": "Absorb Life";
|
587
|
-
readonly "9103": "Legend: Bloodline";
|
588
|
-
readonly "9104": "Legend: Alacrity";
|
589
|
-
readonly "9105": "Legend: Haste";
|
590
|
-
readonly "9111": "Triumph";
|
591
|
-
};
|
592
|
-
readonly RuneHSets: {
|
593
|
-
readonly Domination: {
|
594
|
-
readonly "0": {
|
595
|
-
readonly "8112": "Electrocute";
|
596
|
-
readonly "8128": "Dark Harvest";
|
597
|
-
readonly "9923": "Hail of Blades";
|
598
|
-
};
|
599
|
-
readonly "1": {
|
600
|
-
readonly "8126": "Cheap Shot";
|
601
|
-
readonly "8139": "Taste of Blood";
|
602
|
-
readonly "8143": "Sudden Impact";
|
603
|
-
};
|
604
|
-
readonly "2": {
|
605
|
-
readonly "8120": "Ghost Poro";
|
606
|
-
readonly "8136": "Zombie Ward";
|
607
|
-
readonly "8138": "Eyeball Collection";
|
608
|
-
};
|
609
|
-
readonly "3": {
|
610
|
-
readonly "8105": "Relentless Hunter";
|
611
|
-
readonly "8106": "Ultimate Hunter";
|
612
|
-
readonly "8135": "Treasure Hunter";
|
613
|
-
};
|
614
|
-
};
|
615
|
-
readonly Inspiration: {
|
616
|
-
readonly "0": {
|
617
|
-
readonly "8351": "Glacial Augment";
|
618
|
-
readonly "8360": "Unsealed Spellbook";
|
619
|
-
readonly "8369": "First Strike";
|
620
|
-
};
|
621
|
-
readonly "1": {
|
622
|
-
readonly "8304": "Magical Footwear";
|
623
|
-
readonly "8306": "Hextech Flashtraption";
|
624
|
-
readonly "8321": "Cash Back";
|
625
|
-
};
|
626
|
-
readonly "2": {
|
627
|
-
readonly "8313": "Triple Tonic";
|
628
|
-
readonly "8345": "Biscuit Delivery";
|
629
|
-
readonly "8352": "Time Warp Tonic";
|
630
|
-
};
|
631
|
-
readonly "3": {
|
632
|
-
readonly "8316": "Jack Of All Trades";
|
633
|
-
readonly "8347": "Cosmic Insight";
|
634
|
-
readonly "8410": "Approach Velocity";
|
635
|
-
};
|
636
|
-
};
|
637
|
-
readonly Precision: {
|
638
|
-
readonly "0": {
|
639
|
-
readonly "8005": "Press the Attack";
|
640
|
-
readonly "8010": "Conqueror";
|
641
|
-
readonly "8021": "Fleet Footwork";
|
642
|
-
};
|
643
|
-
readonly "1": {
|
644
|
-
readonly "8009": "Presence of Mind";
|
645
|
-
readonly "9101": "Absorb Life";
|
646
|
-
readonly "9111": "Triumph";
|
647
|
-
};
|
648
|
-
readonly "2": {
|
649
|
-
readonly "9103": "Legend: Bloodline";
|
650
|
-
readonly "9104": "Legend: Alacrity";
|
651
|
-
readonly "9105": "Legend: Haste";
|
652
|
-
};
|
653
|
-
readonly "3": {
|
654
|
-
readonly "8014": "Coup de Grace";
|
655
|
-
readonly "8017": "Cut Down";
|
656
|
-
readonly "8299": "Last Stand";
|
657
|
-
};
|
658
|
-
};
|
659
|
-
readonly Resolve: {
|
660
|
-
readonly "0": {
|
661
|
-
readonly "8437": "Grasp of the Undying";
|
662
|
-
readonly "8439": "Aftershock";
|
663
|
-
readonly "8465": "Guardian";
|
664
|
-
};
|
665
|
-
readonly "1": {
|
666
|
-
readonly "8401": "Shield Bash";
|
667
|
-
readonly "8446": "Demolish";
|
668
|
-
readonly "8463": "Font of Life";
|
669
|
-
};
|
670
|
-
readonly "2": {
|
671
|
-
readonly "8429": "Conditioning";
|
672
|
-
readonly "8444": "Second Wind";
|
673
|
-
readonly "8473": "Bone Plating";
|
674
|
-
};
|
675
|
-
readonly "3": {
|
676
|
-
readonly "8242": "Unflinching";
|
677
|
-
readonly "8451": "Overgrowth";
|
678
|
-
readonly "8453": "Revitalize";
|
679
|
-
};
|
680
|
-
};
|
681
|
-
readonly Sorcery: {
|
682
|
-
readonly "0": {
|
683
|
-
readonly "8214": "Summon Aery";
|
684
|
-
readonly "8229": "Arcane Comet";
|
685
|
-
readonly "8230": "Phase Rush";
|
686
|
-
};
|
687
|
-
readonly "1": {
|
688
|
-
readonly "8224": "Nullifying Orb";
|
689
|
-
readonly "8226": "Manaflow Band";
|
690
|
-
readonly "8275": "Nimbus Cloak";
|
691
|
-
};
|
692
|
-
readonly "2": {
|
693
|
-
readonly "8210": "Transcendence";
|
694
|
-
readonly "8233": "Absolute Focus";
|
695
|
-
readonly "8234": "Celerity";
|
696
|
-
};
|
697
|
-
readonly "3": {
|
698
|
-
readonly "8232": "Waterwalking";
|
699
|
-
readonly "8236": "Gathering Storm";
|
700
|
-
readonly "8237": "Scorch";
|
701
|
-
};
|
702
|
-
};
|
703
|
-
};
|
704
|
-
readonly StatRuneHSets: {
|
705
|
-
readonly "0": {
|
706
|
-
readonly "5005": "Offense (AS)";
|
707
|
-
readonly "5007": "Offense (AH)";
|
708
|
-
readonly "5008": "Offense (AF)";
|
709
|
-
};
|
710
|
-
readonly "1": {
|
711
|
-
readonly "5008f": "Flex (AF)";
|
712
|
-
readonly "5010f": "Flex (MS)";
|
713
|
-
readonly "5001f": "Flex (HP+)";
|
714
|
-
};
|
715
|
-
readonly "2": {
|
716
|
-
readonly "5001": "Defense (HP+)";
|
717
|
-
readonly "5011": "Defense (HP)";
|
718
|
-
readonly "5013": "Defense (Tenacity + Slow Resist)";
|
719
|
-
};
|
720
|
-
};
|
721
|
-
};
|