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
@@ -0,0 +1,1477 @@
|
|
1
|
+
export declare const Runes: {
|
2
|
+
readonly 8005: {
|
3
|
+
readonly id: 8005;
|
4
|
+
readonly key: "PressTheAttack";
|
5
|
+
readonly name: "Press the Attack";
|
6
|
+
readonly treeId: 8000;
|
7
|
+
readonly isKeystone: true;
|
8
|
+
readonly slot: 0;
|
9
|
+
readonly horizontal: readonly [8008, 8021, 8010];
|
10
|
+
};
|
11
|
+
readonly 8008: {
|
12
|
+
readonly id: 8008;
|
13
|
+
readonly key: "LethalTempo";
|
14
|
+
readonly name: "Lethal Tempo";
|
15
|
+
readonly treeId: 8000;
|
16
|
+
readonly isKeystone: true;
|
17
|
+
readonly slot: 0;
|
18
|
+
readonly horizontal: readonly [8005, 8021, 8010];
|
19
|
+
};
|
20
|
+
readonly 8009: {
|
21
|
+
readonly id: 8009;
|
22
|
+
readonly key: "PresenceOfMind";
|
23
|
+
readonly name: "Presence of Mind";
|
24
|
+
readonly treeId: 8000;
|
25
|
+
readonly isKeystone: false;
|
26
|
+
readonly slot: 1;
|
27
|
+
readonly horizontal: readonly [9101, 9111];
|
28
|
+
};
|
29
|
+
readonly 8010: {
|
30
|
+
readonly id: 8010;
|
31
|
+
readonly key: "Conqueror";
|
32
|
+
readonly name: "Conqueror";
|
33
|
+
readonly treeId: 8000;
|
34
|
+
readonly isKeystone: true;
|
35
|
+
readonly slot: 0;
|
36
|
+
readonly horizontal: readonly [8005, 8008, 8021];
|
37
|
+
};
|
38
|
+
readonly 8014: {
|
39
|
+
readonly id: 8014;
|
40
|
+
readonly key: "CoupDeGrace";
|
41
|
+
readonly name: "Coup de Grace";
|
42
|
+
readonly treeId: 8000;
|
43
|
+
readonly isKeystone: false;
|
44
|
+
readonly slot: 3;
|
45
|
+
readonly horizontal: readonly [8017, 8299];
|
46
|
+
};
|
47
|
+
readonly 8017: {
|
48
|
+
readonly id: 8017;
|
49
|
+
readonly key: "CutDown";
|
50
|
+
readonly name: "Cut Down";
|
51
|
+
readonly treeId: 8000;
|
52
|
+
readonly isKeystone: false;
|
53
|
+
readonly slot: 3;
|
54
|
+
readonly horizontal: readonly [8014, 8299];
|
55
|
+
};
|
56
|
+
readonly 8021: {
|
57
|
+
readonly id: 8021;
|
58
|
+
readonly key: "FleetFootwork";
|
59
|
+
readonly name: "Fleet Footwork";
|
60
|
+
readonly treeId: 8000;
|
61
|
+
readonly isKeystone: true;
|
62
|
+
readonly slot: 0;
|
63
|
+
readonly horizontal: readonly [8005, 8008, 8010];
|
64
|
+
};
|
65
|
+
readonly 8105: {
|
66
|
+
readonly id: 8105;
|
67
|
+
readonly key: "RelentlessHunter";
|
68
|
+
readonly name: "Relentless Hunter";
|
69
|
+
readonly treeId: 8100;
|
70
|
+
readonly isKeystone: false;
|
71
|
+
readonly slot: 3;
|
72
|
+
readonly horizontal: readonly [8135, 8106];
|
73
|
+
};
|
74
|
+
readonly 8106: {
|
75
|
+
readonly id: 8106;
|
76
|
+
readonly key: "UltimateHunter";
|
77
|
+
readonly name: "Ultimate Hunter";
|
78
|
+
readonly treeId: 8100;
|
79
|
+
readonly isKeystone: false;
|
80
|
+
readonly slot: 3;
|
81
|
+
readonly horizontal: readonly [8135, 8105];
|
82
|
+
};
|
83
|
+
readonly 8112: {
|
84
|
+
readonly id: 8112;
|
85
|
+
readonly key: "Electrocute";
|
86
|
+
readonly name: "Electrocute";
|
87
|
+
readonly treeId: 8100;
|
88
|
+
readonly isKeystone: true;
|
89
|
+
readonly slot: 0;
|
90
|
+
readonly horizontal: readonly [8128, 9923];
|
91
|
+
};
|
92
|
+
readonly 8120: {
|
93
|
+
readonly id: 8120;
|
94
|
+
readonly key: "GhostPoro";
|
95
|
+
readonly name: "Ghost Poro";
|
96
|
+
readonly treeId: 8100;
|
97
|
+
readonly isKeystone: false;
|
98
|
+
readonly slot: 2;
|
99
|
+
readonly horizontal: readonly [8136, 8138];
|
100
|
+
};
|
101
|
+
readonly 8126: {
|
102
|
+
readonly id: 8126;
|
103
|
+
readonly key: "CheapShot";
|
104
|
+
readonly name: "Cheap Shot";
|
105
|
+
readonly treeId: 8100;
|
106
|
+
readonly isKeystone: false;
|
107
|
+
readonly slot: 1;
|
108
|
+
readonly horizontal: readonly [8139, 8143];
|
109
|
+
};
|
110
|
+
readonly 8128: {
|
111
|
+
readonly id: 8128;
|
112
|
+
readonly key: "DarkHarvest";
|
113
|
+
readonly name: "Dark Harvest";
|
114
|
+
readonly treeId: 8100;
|
115
|
+
readonly isKeystone: true;
|
116
|
+
readonly slot: 0;
|
117
|
+
readonly horizontal: readonly [8112, 9923];
|
118
|
+
};
|
119
|
+
readonly 8135: {
|
120
|
+
readonly id: 8135;
|
121
|
+
readonly key: "TreasureHunter";
|
122
|
+
readonly name: "Treasure Hunter";
|
123
|
+
readonly treeId: 8100;
|
124
|
+
readonly isKeystone: false;
|
125
|
+
readonly slot: 3;
|
126
|
+
readonly horizontal: readonly [8105, 8106];
|
127
|
+
};
|
128
|
+
readonly 8136: {
|
129
|
+
readonly id: 8136;
|
130
|
+
readonly key: "ZombieWard";
|
131
|
+
readonly name: "Zombie Ward";
|
132
|
+
readonly treeId: 8100;
|
133
|
+
readonly isKeystone: false;
|
134
|
+
readonly slot: 2;
|
135
|
+
readonly horizontal: readonly [8120, 8138];
|
136
|
+
};
|
137
|
+
readonly 8138: {
|
138
|
+
readonly id: 8138;
|
139
|
+
readonly key: "EyeballCollection";
|
140
|
+
readonly name: "Eyeball Collection";
|
141
|
+
readonly treeId: 8100;
|
142
|
+
readonly isKeystone: false;
|
143
|
+
readonly slot: 2;
|
144
|
+
readonly horizontal: readonly [8136, 8120];
|
145
|
+
};
|
146
|
+
readonly 8139: {
|
147
|
+
readonly id: 8139;
|
148
|
+
readonly key: "TasteOfBlood";
|
149
|
+
readonly name: "Taste of Blood";
|
150
|
+
readonly treeId: 8100;
|
151
|
+
readonly isKeystone: false;
|
152
|
+
readonly slot: 1;
|
153
|
+
readonly horizontal: readonly [8126, 8143];
|
154
|
+
};
|
155
|
+
readonly 8143: {
|
156
|
+
readonly id: 8143;
|
157
|
+
readonly key: "SuddenImpact";
|
158
|
+
readonly name: "Sudden Impact";
|
159
|
+
readonly treeId: 8100;
|
160
|
+
readonly isKeystone: false;
|
161
|
+
readonly slot: 1;
|
162
|
+
readonly horizontal: readonly [8126, 8139];
|
163
|
+
};
|
164
|
+
readonly 8210: {
|
165
|
+
readonly id: 8210;
|
166
|
+
readonly key: "Transcendence";
|
167
|
+
readonly name: "Transcendence";
|
168
|
+
readonly treeId: 8200;
|
169
|
+
readonly isKeystone: false;
|
170
|
+
readonly slot: 2;
|
171
|
+
readonly horizontal: readonly [8234, 8233];
|
172
|
+
};
|
173
|
+
readonly 8214: {
|
174
|
+
readonly id: 8214;
|
175
|
+
readonly key: "SummonAery";
|
176
|
+
readonly name: "Summon Aery";
|
177
|
+
readonly treeId: 8200;
|
178
|
+
readonly isKeystone: true;
|
179
|
+
readonly slot: 0;
|
180
|
+
readonly horizontal: readonly [8229, 8230];
|
181
|
+
};
|
182
|
+
readonly 8224: {
|
183
|
+
readonly id: 8224;
|
184
|
+
readonly key: "NullifyingOrb";
|
185
|
+
readonly name: "Nullifying Orb";
|
186
|
+
readonly treeId: 8200;
|
187
|
+
readonly isKeystone: false;
|
188
|
+
readonly slot: 1;
|
189
|
+
readonly horizontal: readonly [8226, 8275];
|
190
|
+
};
|
191
|
+
readonly 8226: {
|
192
|
+
readonly id: 8226;
|
193
|
+
readonly key: "ManaflowBand";
|
194
|
+
readonly name: "Manaflow Band";
|
195
|
+
readonly treeId: 8200;
|
196
|
+
readonly isKeystone: false;
|
197
|
+
readonly slot: 1;
|
198
|
+
readonly horizontal: readonly [8224, 8275];
|
199
|
+
};
|
200
|
+
readonly 8229: {
|
201
|
+
readonly id: 8229;
|
202
|
+
readonly key: "ArcaneComet";
|
203
|
+
readonly name: "Arcane Comet";
|
204
|
+
readonly treeId: 8200;
|
205
|
+
readonly isKeystone: true;
|
206
|
+
readonly slot: 0;
|
207
|
+
readonly horizontal: readonly [8214, 8230];
|
208
|
+
};
|
209
|
+
readonly 8230: {
|
210
|
+
readonly id: 8230;
|
211
|
+
readonly key: "PhaseRush";
|
212
|
+
readonly name: "Phase Rush";
|
213
|
+
readonly treeId: 8200;
|
214
|
+
readonly isKeystone: true;
|
215
|
+
readonly slot: 0;
|
216
|
+
readonly horizontal: readonly [8214, 8229];
|
217
|
+
};
|
218
|
+
readonly 8232: {
|
219
|
+
readonly id: 8232;
|
220
|
+
readonly key: "Waterwalking";
|
221
|
+
readonly name: "Waterwalking";
|
222
|
+
readonly treeId: 8200;
|
223
|
+
readonly isKeystone: false;
|
224
|
+
readonly slot: 3;
|
225
|
+
readonly horizontal: readonly [8237, 8236];
|
226
|
+
};
|
227
|
+
readonly 8233: {
|
228
|
+
readonly id: 8233;
|
229
|
+
readonly key: "AbsoluteFocus";
|
230
|
+
readonly name: "Absolute Focus";
|
231
|
+
readonly treeId: 8200;
|
232
|
+
readonly isKeystone: false;
|
233
|
+
readonly slot: 2;
|
234
|
+
readonly horizontal: readonly [8210, 8234];
|
235
|
+
};
|
236
|
+
readonly 8234: {
|
237
|
+
readonly id: 8234;
|
238
|
+
readonly key: "Celerity";
|
239
|
+
readonly name: "Celerity";
|
240
|
+
readonly treeId: 8200;
|
241
|
+
readonly isKeystone: false;
|
242
|
+
readonly slot: 2;
|
243
|
+
readonly horizontal: readonly [8210, 8233];
|
244
|
+
};
|
245
|
+
readonly 8236: {
|
246
|
+
readonly id: 8236;
|
247
|
+
readonly key: "GatheringStorm";
|
248
|
+
readonly name: "Gathering Storm";
|
249
|
+
readonly treeId: 8200;
|
250
|
+
readonly isKeystone: false;
|
251
|
+
readonly slot: 3;
|
252
|
+
readonly horizontal: readonly [8237, 8232];
|
253
|
+
};
|
254
|
+
readonly 8237: {
|
255
|
+
readonly id: 8237;
|
256
|
+
readonly key: "Scorch";
|
257
|
+
readonly name: "Scorch";
|
258
|
+
readonly treeId: 8200;
|
259
|
+
readonly isKeystone: false;
|
260
|
+
readonly slot: 3;
|
261
|
+
readonly horizontal: readonly [8232, 8236];
|
262
|
+
};
|
263
|
+
readonly 8242: {
|
264
|
+
readonly id: 8242;
|
265
|
+
readonly key: "Unflinching";
|
266
|
+
readonly name: "Unflinching";
|
267
|
+
readonly treeId: 8400;
|
268
|
+
readonly isKeystone: false;
|
269
|
+
readonly slot: 3;
|
270
|
+
readonly horizontal: readonly [8451, 8453];
|
271
|
+
};
|
272
|
+
readonly 8275: {
|
273
|
+
readonly id: 8275;
|
274
|
+
readonly key: "NimbusCloak";
|
275
|
+
readonly name: "Nimbus Cloak";
|
276
|
+
readonly treeId: 8200;
|
277
|
+
readonly isKeystone: false;
|
278
|
+
readonly slot: 1;
|
279
|
+
readonly horizontal: readonly [8224, 8226];
|
280
|
+
};
|
281
|
+
readonly 8299: {
|
282
|
+
readonly id: 8299;
|
283
|
+
readonly key: "LastStand";
|
284
|
+
readonly name: "Last Stand";
|
285
|
+
readonly treeId: 8000;
|
286
|
+
readonly isKeystone: false;
|
287
|
+
readonly slot: 3;
|
288
|
+
readonly horizontal: readonly [8014, 8017];
|
289
|
+
};
|
290
|
+
readonly 8304: {
|
291
|
+
readonly id: 8304;
|
292
|
+
readonly key: "MagicalFootwear";
|
293
|
+
readonly name: "Magical Footwear";
|
294
|
+
readonly treeId: 8300;
|
295
|
+
readonly isKeystone: false;
|
296
|
+
readonly slot: 1;
|
297
|
+
readonly horizontal: readonly [8306, 8321];
|
298
|
+
};
|
299
|
+
readonly 8306: {
|
300
|
+
readonly id: 8306;
|
301
|
+
readonly key: "HextechFlashtraption";
|
302
|
+
readonly name: "Hextech Flashtraption";
|
303
|
+
readonly treeId: 8300;
|
304
|
+
readonly isKeystone: false;
|
305
|
+
readonly slot: 1;
|
306
|
+
readonly horizontal: readonly [8304, 8321];
|
307
|
+
};
|
308
|
+
readonly 8313: {
|
309
|
+
readonly id: 8313;
|
310
|
+
readonly key: "PerfectTiming";
|
311
|
+
readonly name: "Triple Tonic";
|
312
|
+
readonly treeId: 8300;
|
313
|
+
readonly isKeystone: false;
|
314
|
+
readonly slot: 2;
|
315
|
+
readonly horizontal: readonly [8352, 8345];
|
316
|
+
};
|
317
|
+
readonly 8316: {
|
318
|
+
readonly id: 8316;
|
319
|
+
readonly key: "JackOfAllTrades";
|
320
|
+
readonly name: "Jack Of All Trades";
|
321
|
+
readonly treeId: 8300;
|
322
|
+
readonly isKeystone: false;
|
323
|
+
readonly slot: 3;
|
324
|
+
readonly horizontal: readonly [8347, 8410];
|
325
|
+
};
|
326
|
+
readonly 8321: {
|
327
|
+
readonly id: 8321;
|
328
|
+
readonly key: "CashBack";
|
329
|
+
readonly name: "Cash Back";
|
330
|
+
readonly treeId: 8300;
|
331
|
+
readonly isKeystone: false;
|
332
|
+
readonly slot: 1;
|
333
|
+
readonly horizontal: readonly [8306, 8304];
|
334
|
+
};
|
335
|
+
readonly 8345: {
|
336
|
+
readonly id: 8345;
|
337
|
+
readonly key: "BiscuitDelivery";
|
338
|
+
readonly name: "Biscuit Delivery";
|
339
|
+
readonly treeId: 8300;
|
340
|
+
readonly isKeystone: false;
|
341
|
+
readonly slot: 2;
|
342
|
+
readonly horizontal: readonly [8313, 8352];
|
343
|
+
};
|
344
|
+
readonly 8347: {
|
345
|
+
readonly id: 8347;
|
346
|
+
readonly key: "CosmicInsight";
|
347
|
+
readonly name: "Cosmic Insight";
|
348
|
+
readonly treeId: 8300;
|
349
|
+
readonly isKeystone: false;
|
350
|
+
readonly slot: 3;
|
351
|
+
readonly horizontal: readonly [8410, 8316];
|
352
|
+
};
|
353
|
+
readonly 8351: {
|
354
|
+
readonly id: 8351;
|
355
|
+
readonly key: "GlacialAugment";
|
356
|
+
readonly name: "Glacial Augment";
|
357
|
+
readonly treeId: 8300;
|
358
|
+
readonly isKeystone: true;
|
359
|
+
readonly slot: 0;
|
360
|
+
readonly horizontal: readonly [8360, 8369];
|
361
|
+
};
|
362
|
+
readonly 8352: {
|
363
|
+
readonly id: 8352;
|
364
|
+
readonly key: "TimeWarpTonic";
|
365
|
+
readonly name: "Time Warp Tonic";
|
366
|
+
readonly treeId: 8300;
|
367
|
+
readonly isKeystone: false;
|
368
|
+
readonly slot: 2;
|
369
|
+
readonly horizontal: readonly [8313, 8345];
|
370
|
+
};
|
371
|
+
readonly 8360: {
|
372
|
+
readonly id: 8360;
|
373
|
+
readonly key: "UnsealedSpellbook";
|
374
|
+
readonly name: "Unsealed Spellbook";
|
375
|
+
readonly treeId: 8300;
|
376
|
+
readonly isKeystone: true;
|
377
|
+
readonly slot: 0;
|
378
|
+
readonly horizontal: readonly [8351, 8369];
|
379
|
+
};
|
380
|
+
readonly 8369: {
|
381
|
+
readonly id: 8369;
|
382
|
+
readonly key: "FirstStrike";
|
383
|
+
readonly name: "First Strike";
|
384
|
+
readonly treeId: 8300;
|
385
|
+
readonly isKeystone: true;
|
386
|
+
readonly slot: 0;
|
387
|
+
readonly horizontal: readonly [8351, 8360];
|
388
|
+
};
|
389
|
+
readonly 8401: {
|
390
|
+
readonly id: 8401;
|
391
|
+
readonly key: "ShieldBash";
|
392
|
+
readonly name: "Shield Bash";
|
393
|
+
readonly treeId: 8400;
|
394
|
+
readonly isKeystone: false;
|
395
|
+
readonly slot: 1;
|
396
|
+
readonly horizontal: readonly [8446, 8463];
|
397
|
+
};
|
398
|
+
readonly 8410: {
|
399
|
+
readonly id: 8410;
|
400
|
+
readonly key: "ApproachVelocity";
|
401
|
+
readonly name: "Approach Velocity";
|
402
|
+
readonly treeId: 8300;
|
403
|
+
readonly isKeystone: false;
|
404
|
+
readonly slot: 3;
|
405
|
+
readonly horizontal: readonly [8347, 8316];
|
406
|
+
};
|
407
|
+
readonly 8429: {
|
408
|
+
readonly id: 8429;
|
409
|
+
readonly key: "Conditioning";
|
410
|
+
readonly name: "Conditioning";
|
411
|
+
readonly treeId: 8400;
|
412
|
+
readonly isKeystone: false;
|
413
|
+
readonly slot: 2;
|
414
|
+
readonly horizontal: readonly [8444, 8473];
|
415
|
+
};
|
416
|
+
readonly 8437: {
|
417
|
+
readonly id: 8437;
|
418
|
+
readonly key: "GraspOfTheUndying";
|
419
|
+
readonly name: "Grasp of the Undying";
|
420
|
+
readonly treeId: 8400;
|
421
|
+
readonly isKeystone: true;
|
422
|
+
readonly slot: 0;
|
423
|
+
readonly horizontal: readonly [8439, 8465];
|
424
|
+
};
|
425
|
+
readonly 8439: {
|
426
|
+
readonly id: 8439;
|
427
|
+
readonly key: "Aftershock";
|
428
|
+
readonly name: "Aftershock";
|
429
|
+
readonly treeId: 8400;
|
430
|
+
readonly isKeystone: true;
|
431
|
+
readonly slot: 0;
|
432
|
+
readonly horizontal: readonly [8437, 8465];
|
433
|
+
};
|
434
|
+
readonly 8444: {
|
435
|
+
readonly id: 8444;
|
436
|
+
readonly key: "SecondWind";
|
437
|
+
readonly name: "Second Wind";
|
438
|
+
readonly treeId: 8400;
|
439
|
+
readonly isKeystone: false;
|
440
|
+
readonly slot: 2;
|
441
|
+
readonly horizontal: readonly [8429, 8473];
|
442
|
+
};
|
443
|
+
readonly 8446: {
|
444
|
+
readonly id: 8446;
|
445
|
+
readonly key: "Demolish";
|
446
|
+
readonly name: "Demolish";
|
447
|
+
readonly treeId: 8400;
|
448
|
+
readonly isKeystone: false;
|
449
|
+
readonly slot: 1;
|
450
|
+
readonly horizontal: readonly [8463, 8401];
|
451
|
+
};
|
452
|
+
readonly 8451: {
|
453
|
+
readonly id: 8451;
|
454
|
+
readonly key: "Overgrowth";
|
455
|
+
readonly name: "Overgrowth";
|
456
|
+
readonly treeId: 8400;
|
457
|
+
readonly isKeystone: false;
|
458
|
+
readonly slot: 3;
|
459
|
+
readonly horizontal: readonly [8453, 8242];
|
460
|
+
};
|
461
|
+
readonly 8453: {
|
462
|
+
readonly id: 8453;
|
463
|
+
readonly key: "Revitalize";
|
464
|
+
readonly name: "Revitalize";
|
465
|
+
readonly treeId: 8400;
|
466
|
+
readonly isKeystone: false;
|
467
|
+
readonly slot: 3;
|
468
|
+
readonly horizontal: readonly [8451, 8242];
|
469
|
+
};
|
470
|
+
readonly 8463: {
|
471
|
+
readonly id: 8463;
|
472
|
+
readonly key: "FontOfLife";
|
473
|
+
readonly name: "Font of Life";
|
474
|
+
readonly treeId: 8400;
|
475
|
+
readonly isKeystone: false;
|
476
|
+
readonly slot: 1;
|
477
|
+
readonly horizontal: readonly [8446, 8401];
|
478
|
+
};
|
479
|
+
readonly 8465: {
|
480
|
+
readonly id: 8465;
|
481
|
+
readonly key: "Guardian";
|
482
|
+
readonly name: "Guardian";
|
483
|
+
readonly treeId: 8400;
|
484
|
+
readonly isKeystone: true;
|
485
|
+
readonly slot: 0;
|
486
|
+
readonly horizontal: readonly [8437, 8439];
|
487
|
+
};
|
488
|
+
readonly 8473: {
|
489
|
+
readonly id: 8473;
|
490
|
+
readonly key: "BonePlating";
|
491
|
+
readonly name: "Bone Plating";
|
492
|
+
readonly treeId: 8400;
|
493
|
+
readonly isKeystone: false;
|
494
|
+
readonly slot: 2;
|
495
|
+
readonly horizontal: readonly [8429, 8444];
|
496
|
+
};
|
497
|
+
readonly 9101: {
|
498
|
+
readonly id: 9101;
|
499
|
+
readonly key: "AbsorbLife";
|
500
|
+
readonly name: "Absorb Life";
|
501
|
+
readonly treeId: 8000;
|
502
|
+
readonly isKeystone: false;
|
503
|
+
readonly slot: 1;
|
504
|
+
readonly horizontal: readonly [9111, 8009];
|
505
|
+
};
|
506
|
+
readonly 9103: {
|
507
|
+
readonly id: 9103;
|
508
|
+
readonly key: "LegendBloodline";
|
509
|
+
readonly name: "Legend: Bloodline";
|
510
|
+
readonly treeId: 8000;
|
511
|
+
readonly isKeystone: false;
|
512
|
+
readonly slot: 2;
|
513
|
+
readonly horizontal: readonly [9104, 9105];
|
514
|
+
};
|
515
|
+
readonly 9104: {
|
516
|
+
readonly id: 9104;
|
517
|
+
readonly key: "LegendAlacrity";
|
518
|
+
readonly name: "Legend: Alacrity";
|
519
|
+
readonly treeId: 8000;
|
520
|
+
readonly isKeystone: false;
|
521
|
+
readonly slot: 2;
|
522
|
+
readonly horizontal: readonly [9105, 9103];
|
523
|
+
};
|
524
|
+
readonly 9105: {
|
525
|
+
readonly id: 9105;
|
526
|
+
readonly key: "LegendHaste";
|
527
|
+
readonly name: "Legend: Haste";
|
528
|
+
readonly treeId: 8000;
|
529
|
+
readonly isKeystone: false;
|
530
|
+
readonly slot: 2;
|
531
|
+
readonly horizontal: readonly [9104, 9103];
|
532
|
+
};
|
533
|
+
readonly 9111: {
|
534
|
+
readonly id: 9111;
|
535
|
+
readonly key: "Triumph";
|
536
|
+
readonly name: "Triumph";
|
537
|
+
readonly treeId: 8000;
|
538
|
+
readonly isKeystone: false;
|
539
|
+
readonly slot: 1;
|
540
|
+
readonly horizontal: readonly [9101, 8009];
|
541
|
+
};
|
542
|
+
readonly 9923: {
|
543
|
+
readonly id: 9923;
|
544
|
+
readonly key: "HailOfBlades";
|
545
|
+
readonly name: "Hail of Blades";
|
546
|
+
readonly treeId: 8100;
|
547
|
+
readonly isKeystone: true;
|
548
|
+
readonly slot: 0;
|
549
|
+
readonly horizontal: readonly [8112, 8128];
|
550
|
+
};
|
551
|
+
};
|
552
|
+
export declare const runeKeys: {
|
553
|
+
readonly Electrocute: 8112;
|
554
|
+
readonly DarkHarvest: 8128;
|
555
|
+
readonly HailOfBlades: 9923;
|
556
|
+
readonly CheapShot: 8126;
|
557
|
+
readonly TasteOfBlood: 8139;
|
558
|
+
readonly SuddenImpact: 8143;
|
559
|
+
readonly ZombieWard: 8136;
|
560
|
+
readonly GhostPoro: 8120;
|
561
|
+
readonly EyeballCollection: 8138;
|
562
|
+
readonly TreasureHunter: 8135;
|
563
|
+
readonly RelentlessHunter: 8105;
|
564
|
+
readonly UltimateHunter: 8106;
|
565
|
+
readonly GlacialAugment: 8351;
|
566
|
+
readonly UnsealedSpellbook: 8360;
|
567
|
+
readonly FirstStrike: 8369;
|
568
|
+
readonly HextechFlashtraption: 8306;
|
569
|
+
readonly MagicalFootwear: 8304;
|
570
|
+
readonly CashBack: 8321;
|
571
|
+
readonly PerfectTiming: 8313;
|
572
|
+
readonly TimeWarpTonic: 8352;
|
573
|
+
readonly BiscuitDelivery: 8345;
|
574
|
+
readonly CosmicInsight: 8347;
|
575
|
+
readonly ApproachVelocity: 8410;
|
576
|
+
readonly JackOfAllTrades: 8316;
|
577
|
+
readonly PressTheAttack: 8005;
|
578
|
+
readonly LethalTempo: 8008;
|
579
|
+
readonly FleetFootwork: 8021;
|
580
|
+
readonly Conqueror: 8010;
|
581
|
+
readonly AbsorbLife: 9101;
|
582
|
+
readonly Triumph: 9111;
|
583
|
+
readonly PresenceOfMind: 8009;
|
584
|
+
readonly LegendAlacrity: 9104;
|
585
|
+
readonly LegendHaste: 9105;
|
586
|
+
readonly LegendBloodline: 9103;
|
587
|
+
readonly CoupDeGrace: 8014;
|
588
|
+
readonly CutDown: 8017;
|
589
|
+
readonly LastStand: 8299;
|
590
|
+
readonly GraspOfTheUndying: 8437;
|
591
|
+
readonly Aftershock: 8439;
|
592
|
+
readonly Guardian: 8465;
|
593
|
+
readonly Demolish: 8446;
|
594
|
+
readonly FontOfLife: 8463;
|
595
|
+
readonly ShieldBash: 8401;
|
596
|
+
readonly Conditioning: 8429;
|
597
|
+
readonly SecondWind: 8444;
|
598
|
+
readonly BonePlating: 8473;
|
599
|
+
readonly Overgrowth: 8451;
|
600
|
+
readonly Revitalize: 8453;
|
601
|
+
readonly Unflinching: 8242;
|
602
|
+
readonly SummonAery: 8214;
|
603
|
+
readonly ArcaneComet: 8229;
|
604
|
+
readonly PhaseRush: 8230;
|
605
|
+
readonly NullifyingOrb: 8224;
|
606
|
+
readonly ManaflowBand: 8226;
|
607
|
+
readonly NimbusCloak: 8275;
|
608
|
+
readonly Transcendence: 8210;
|
609
|
+
readonly Celerity: 8234;
|
610
|
+
readonly AbsoluteFocus: 8233;
|
611
|
+
readonly Scorch: 8237;
|
612
|
+
readonly Waterwalking: 8232;
|
613
|
+
readonly GatheringStorm: 8236;
|
614
|
+
};
|
615
|
+
export declare const runeNames: {
|
616
|
+
readonly Electrocute: 8112;
|
617
|
+
readonly "Dark Harvest": 8128;
|
618
|
+
readonly "Hail of Blades": 9923;
|
619
|
+
readonly "Cheap Shot": 8126;
|
620
|
+
readonly "Taste of Blood": 8139;
|
621
|
+
readonly "Sudden Impact": 8143;
|
622
|
+
readonly "Zombie Ward": 8136;
|
623
|
+
readonly "Ghost Poro": 8120;
|
624
|
+
readonly "Eyeball Collection": 8138;
|
625
|
+
readonly "Treasure Hunter": 8135;
|
626
|
+
readonly "Relentless Hunter": 8105;
|
627
|
+
readonly "Ultimate Hunter": 8106;
|
628
|
+
readonly "Glacial Augment": 8351;
|
629
|
+
readonly "Unsealed Spellbook": 8360;
|
630
|
+
readonly "First Strike": 8369;
|
631
|
+
readonly "Hextech Flashtraption": 8306;
|
632
|
+
readonly "Magical Footwear": 8304;
|
633
|
+
readonly "Cash Back": 8321;
|
634
|
+
readonly "Triple Tonic": 8313;
|
635
|
+
readonly "Time Warp Tonic": 8352;
|
636
|
+
readonly "Biscuit Delivery": 8345;
|
637
|
+
readonly "Cosmic Insight": 8347;
|
638
|
+
readonly "Approach Velocity": 8410;
|
639
|
+
readonly "Jack Of All Trades": 8316;
|
640
|
+
readonly "Press the Attack": 8005;
|
641
|
+
readonly "Lethal Tempo": 8008;
|
642
|
+
readonly "Fleet Footwork": 8021;
|
643
|
+
readonly Conqueror: 8010;
|
644
|
+
readonly "Absorb Life": 9101;
|
645
|
+
readonly Triumph: 9111;
|
646
|
+
readonly "Presence of Mind": 8009;
|
647
|
+
readonly "Legend: Alacrity": 9104;
|
648
|
+
readonly "Legend: Haste": 9105;
|
649
|
+
readonly "Legend: Bloodline": 9103;
|
650
|
+
readonly "Coup de Grace": 8014;
|
651
|
+
readonly "Cut Down": 8017;
|
652
|
+
readonly "Last Stand": 8299;
|
653
|
+
readonly "Grasp of the Undying": 8437;
|
654
|
+
readonly Aftershock: 8439;
|
655
|
+
readonly Guardian: 8465;
|
656
|
+
readonly Demolish: 8446;
|
657
|
+
readonly "Font of Life": 8463;
|
658
|
+
readonly "Shield Bash": 8401;
|
659
|
+
readonly Conditioning: 8429;
|
660
|
+
readonly "Second Wind": 8444;
|
661
|
+
readonly "Bone Plating": 8473;
|
662
|
+
readonly Overgrowth: 8451;
|
663
|
+
readonly Revitalize: 8453;
|
664
|
+
readonly Unflinching: 8242;
|
665
|
+
readonly "Summon Aery": 8214;
|
666
|
+
readonly "Arcane Comet": 8229;
|
667
|
+
readonly "Phase Rush": 8230;
|
668
|
+
readonly "Nullifying Orb": 8224;
|
669
|
+
readonly "Manaflow Band": 8226;
|
670
|
+
readonly "Nimbus Cloak": 8275;
|
671
|
+
readonly Transcendence: 8210;
|
672
|
+
readonly Celerity: 8234;
|
673
|
+
readonly "Absolute Focus": 8233;
|
674
|
+
readonly Scorch: 8237;
|
675
|
+
readonly Waterwalking: 8232;
|
676
|
+
readonly "Gathering Storm": 8236;
|
677
|
+
};
|
678
|
+
export declare const RunesArr: ({
|
679
|
+
readonly id: 8005;
|
680
|
+
readonly key: "PressTheAttack";
|
681
|
+
readonly name: "Press the Attack";
|
682
|
+
readonly treeId: 8000;
|
683
|
+
readonly isKeystone: true;
|
684
|
+
readonly slot: 0;
|
685
|
+
readonly horizontal: readonly [8008, 8021, 8010];
|
686
|
+
} | {
|
687
|
+
readonly id: 8008;
|
688
|
+
readonly key: "LethalTempo";
|
689
|
+
readonly name: "Lethal Tempo";
|
690
|
+
readonly treeId: 8000;
|
691
|
+
readonly isKeystone: true;
|
692
|
+
readonly slot: 0;
|
693
|
+
readonly horizontal: readonly [8005, 8021, 8010];
|
694
|
+
} | {
|
695
|
+
readonly id: 8009;
|
696
|
+
readonly key: "PresenceOfMind";
|
697
|
+
readonly name: "Presence of Mind";
|
698
|
+
readonly treeId: 8000;
|
699
|
+
readonly isKeystone: false;
|
700
|
+
readonly slot: 1;
|
701
|
+
readonly horizontal: readonly [9101, 9111];
|
702
|
+
} | {
|
703
|
+
readonly id: 8010;
|
704
|
+
readonly key: "Conqueror";
|
705
|
+
readonly name: "Conqueror";
|
706
|
+
readonly treeId: 8000;
|
707
|
+
readonly isKeystone: true;
|
708
|
+
readonly slot: 0;
|
709
|
+
readonly horizontal: readonly [8005, 8008, 8021];
|
710
|
+
} | {
|
711
|
+
readonly id: 8014;
|
712
|
+
readonly key: "CoupDeGrace";
|
713
|
+
readonly name: "Coup de Grace";
|
714
|
+
readonly treeId: 8000;
|
715
|
+
readonly isKeystone: false;
|
716
|
+
readonly slot: 3;
|
717
|
+
readonly horizontal: readonly [8017, 8299];
|
718
|
+
} | {
|
719
|
+
readonly id: 8017;
|
720
|
+
readonly key: "CutDown";
|
721
|
+
readonly name: "Cut Down";
|
722
|
+
readonly treeId: 8000;
|
723
|
+
readonly isKeystone: false;
|
724
|
+
readonly slot: 3;
|
725
|
+
readonly horizontal: readonly [8014, 8299];
|
726
|
+
} | {
|
727
|
+
readonly id: 8021;
|
728
|
+
readonly key: "FleetFootwork";
|
729
|
+
readonly name: "Fleet Footwork";
|
730
|
+
readonly treeId: 8000;
|
731
|
+
readonly isKeystone: true;
|
732
|
+
readonly slot: 0;
|
733
|
+
readonly horizontal: readonly [8005, 8008, 8010];
|
734
|
+
} | {
|
735
|
+
readonly id: 8105;
|
736
|
+
readonly key: "RelentlessHunter";
|
737
|
+
readonly name: "Relentless Hunter";
|
738
|
+
readonly treeId: 8100;
|
739
|
+
readonly isKeystone: false;
|
740
|
+
readonly slot: 3;
|
741
|
+
readonly horizontal: readonly [8135, 8106];
|
742
|
+
} | {
|
743
|
+
readonly id: 8106;
|
744
|
+
readonly key: "UltimateHunter";
|
745
|
+
readonly name: "Ultimate Hunter";
|
746
|
+
readonly treeId: 8100;
|
747
|
+
readonly isKeystone: false;
|
748
|
+
readonly slot: 3;
|
749
|
+
readonly horizontal: readonly [8135, 8105];
|
750
|
+
} | {
|
751
|
+
readonly id: 8112;
|
752
|
+
readonly key: "Electrocute";
|
753
|
+
readonly name: "Electrocute";
|
754
|
+
readonly treeId: 8100;
|
755
|
+
readonly isKeystone: true;
|
756
|
+
readonly slot: 0;
|
757
|
+
readonly horizontal: readonly [8128, 9923];
|
758
|
+
} | {
|
759
|
+
readonly id: 8120;
|
760
|
+
readonly key: "GhostPoro";
|
761
|
+
readonly name: "Ghost Poro";
|
762
|
+
readonly treeId: 8100;
|
763
|
+
readonly isKeystone: false;
|
764
|
+
readonly slot: 2;
|
765
|
+
readonly horizontal: readonly [8136, 8138];
|
766
|
+
} | {
|
767
|
+
readonly id: 8126;
|
768
|
+
readonly key: "CheapShot";
|
769
|
+
readonly name: "Cheap Shot";
|
770
|
+
readonly treeId: 8100;
|
771
|
+
readonly isKeystone: false;
|
772
|
+
readonly slot: 1;
|
773
|
+
readonly horizontal: readonly [8139, 8143];
|
774
|
+
} | {
|
775
|
+
readonly id: 8128;
|
776
|
+
readonly key: "DarkHarvest";
|
777
|
+
readonly name: "Dark Harvest";
|
778
|
+
readonly treeId: 8100;
|
779
|
+
readonly isKeystone: true;
|
780
|
+
readonly slot: 0;
|
781
|
+
readonly horizontal: readonly [8112, 9923];
|
782
|
+
} | {
|
783
|
+
readonly id: 8135;
|
784
|
+
readonly key: "TreasureHunter";
|
785
|
+
readonly name: "Treasure Hunter";
|
786
|
+
readonly treeId: 8100;
|
787
|
+
readonly isKeystone: false;
|
788
|
+
readonly slot: 3;
|
789
|
+
readonly horizontal: readonly [8105, 8106];
|
790
|
+
} | {
|
791
|
+
readonly id: 8136;
|
792
|
+
readonly key: "ZombieWard";
|
793
|
+
readonly name: "Zombie Ward";
|
794
|
+
readonly treeId: 8100;
|
795
|
+
readonly isKeystone: false;
|
796
|
+
readonly slot: 2;
|
797
|
+
readonly horizontal: readonly [8120, 8138];
|
798
|
+
} | {
|
799
|
+
readonly id: 8138;
|
800
|
+
readonly key: "EyeballCollection";
|
801
|
+
readonly name: "Eyeball Collection";
|
802
|
+
readonly treeId: 8100;
|
803
|
+
readonly isKeystone: false;
|
804
|
+
readonly slot: 2;
|
805
|
+
readonly horizontal: readonly [8136, 8120];
|
806
|
+
} | {
|
807
|
+
readonly id: 8139;
|
808
|
+
readonly key: "TasteOfBlood";
|
809
|
+
readonly name: "Taste of Blood";
|
810
|
+
readonly treeId: 8100;
|
811
|
+
readonly isKeystone: false;
|
812
|
+
readonly slot: 1;
|
813
|
+
readonly horizontal: readonly [8126, 8143];
|
814
|
+
} | {
|
815
|
+
readonly id: 8143;
|
816
|
+
readonly key: "SuddenImpact";
|
817
|
+
readonly name: "Sudden Impact";
|
818
|
+
readonly treeId: 8100;
|
819
|
+
readonly isKeystone: false;
|
820
|
+
readonly slot: 1;
|
821
|
+
readonly horizontal: readonly [8126, 8139];
|
822
|
+
} | {
|
823
|
+
readonly id: 8210;
|
824
|
+
readonly key: "Transcendence";
|
825
|
+
readonly name: "Transcendence";
|
826
|
+
readonly treeId: 8200;
|
827
|
+
readonly isKeystone: false;
|
828
|
+
readonly slot: 2;
|
829
|
+
readonly horizontal: readonly [8234, 8233];
|
830
|
+
} | {
|
831
|
+
readonly id: 8214;
|
832
|
+
readonly key: "SummonAery";
|
833
|
+
readonly name: "Summon Aery";
|
834
|
+
readonly treeId: 8200;
|
835
|
+
readonly isKeystone: true;
|
836
|
+
readonly slot: 0;
|
837
|
+
readonly horizontal: readonly [8229, 8230];
|
838
|
+
} | {
|
839
|
+
readonly id: 8224;
|
840
|
+
readonly key: "NullifyingOrb";
|
841
|
+
readonly name: "Nullifying Orb";
|
842
|
+
readonly treeId: 8200;
|
843
|
+
readonly isKeystone: false;
|
844
|
+
readonly slot: 1;
|
845
|
+
readonly horizontal: readonly [8226, 8275];
|
846
|
+
} | {
|
847
|
+
readonly id: 8226;
|
848
|
+
readonly key: "ManaflowBand";
|
849
|
+
readonly name: "Manaflow Band";
|
850
|
+
readonly treeId: 8200;
|
851
|
+
readonly isKeystone: false;
|
852
|
+
readonly slot: 1;
|
853
|
+
readonly horizontal: readonly [8224, 8275];
|
854
|
+
} | {
|
855
|
+
readonly id: 8229;
|
856
|
+
readonly key: "ArcaneComet";
|
857
|
+
readonly name: "Arcane Comet";
|
858
|
+
readonly treeId: 8200;
|
859
|
+
readonly isKeystone: true;
|
860
|
+
readonly slot: 0;
|
861
|
+
readonly horizontal: readonly [8214, 8230];
|
862
|
+
} | {
|
863
|
+
readonly id: 8230;
|
864
|
+
readonly key: "PhaseRush";
|
865
|
+
readonly name: "Phase Rush";
|
866
|
+
readonly treeId: 8200;
|
867
|
+
readonly isKeystone: true;
|
868
|
+
readonly slot: 0;
|
869
|
+
readonly horizontal: readonly [8214, 8229];
|
870
|
+
} | {
|
871
|
+
readonly id: 8232;
|
872
|
+
readonly key: "Waterwalking";
|
873
|
+
readonly name: "Waterwalking";
|
874
|
+
readonly treeId: 8200;
|
875
|
+
readonly isKeystone: false;
|
876
|
+
readonly slot: 3;
|
877
|
+
readonly horizontal: readonly [8237, 8236];
|
878
|
+
} | {
|
879
|
+
readonly id: 8233;
|
880
|
+
readonly key: "AbsoluteFocus";
|
881
|
+
readonly name: "Absolute Focus";
|
882
|
+
readonly treeId: 8200;
|
883
|
+
readonly isKeystone: false;
|
884
|
+
readonly slot: 2;
|
885
|
+
readonly horizontal: readonly [8210, 8234];
|
886
|
+
} | {
|
887
|
+
readonly id: 8234;
|
888
|
+
readonly key: "Celerity";
|
889
|
+
readonly name: "Celerity";
|
890
|
+
readonly treeId: 8200;
|
891
|
+
readonly isKeystone: false;
|
892
|
+
readonly slot: 2;
|
893
|
+
readonly horizontal: readonly [8210, 8233];
|
894
|
+
} | {
|
895
|
+
readonly id: 8236;
|
896
|
+
readonly key: "GatheringStorm";
|
897
|
+
readonly name: "Gathering Storm";
|
898
|
+
readonly treeId: 8200;
|
899
|
+
readonly isKeystone: false;
|
900
|
+
readonly slot: 3;
|
901
|
+
readonly horizontal: readonly [8237, 8232];
|
902
|
+
} | {
|
903
|
+
readonly id: 8237;
|
904
|
+
readonly key: "Scorch";
|
905
|
+
readonly name: "Scorch";
|
906
|
+
readonly treeId: 8200;
|
907
|
+
readonly isKeystone: false;
|
908
|
+
readonly slot: 3;
|
909
|
+
readonly horizontal: readonly [8232, 8236];
|
910
|
+
} | {
|
911
|
+
readonly id: 8242;
|
912
|
+
readonly key: "Unflinching";
|
913
|
+
readonly name: "Unflinching";
|
914
|
+
readonly treeId: 8400;
|
915
|
+
readonly isKeystone: false;
|
916
|
+
readonly slot: 3;
|
917
|
+
readonly horizontal: readonly [8451, 8453];
|
918
|
+
} | {
|
919
|
+
readonly id: 8275;
|
920
|
+
readonly key: "NimbusCloak";
|
921
|
+
readonly name: "Nimbus Cloak";
|
922
|
+
readonly treeId: 8200;
|
923
|
+
readonly isKeystone: false;
|
924
|
+
readonly slot: 1;
|
925
|
+
readonly horizontal: readonly [8224, 8226];
|
926
|
+
} | {
|
927
|
+
readonly id: 8299;
|
928
|
+
readonly key: "LastStand";
|
929
|
+
readonly name: "Last Stand";
|
930
|
+
readonly treeId: 8000;
|
931
|
+
readonly isKeystone: false;
|
932
|
+
readonly slot: 3;
|
933
|
+
readonly horizontal: readonly [8014, 8017];
|
934
|
+
} | {
|
935
|
+
readonly id: 8304;
|
936
|
+
readonly key: "MagicalFootwear";
|
937
|
+
readonly name: "Magical Footwear";
|
938
|
+
readonly treeId: 8300;
|
939
|
+
readonly isKeystone: false;
|
940
|
+
readonly slot: 1;
|
941
|
+
readonly horizontal: readonly [8306, 8321];
|
942
|
+
} | {
|
943
|
+
readonly id: 8306;
|
944
|
+
readonly key: "HextechFlashtraption";
|
945
|
+
readonly name: "Hextech Flashtraption";
|
946
|
+
readonly treeId: 8300;
|
947
|
+
readonly isKeystone: false;
|
948
|
+
readonly slot: 1;
|
949
|
+
readonly horizontal: readonly [8304, 8321];
|
950
|
+
} | {
|
951
|
+
readonly id: 8313;
|
952
|
+
readonly key: "PerfectTiming";
|
953
|
+
readonly name: "Triple Tonic";
|
954
|
+
readonly treeId: 8300;
|
955
|
+
readonly isKeystone: false;
|
956
|
+
readonly slot: 2;
|
957
|
+
readonly horizontal: readonly [8352, 8345];
|
958
|
+
} | {
|
959
|
+
readonly id: 8316;
|
960
|
+
readonly key: "JackOfAllTrades";
|
961
|
+
readonly name: "Jack Of All Trades";
|
962
|
+
readonly treeId: 8300;
|
963
|
+
readonly isKeystone: false;
|
964
|
+
readonly slot: 3;
|
965
|
+
readonly horizontal: readonly [8347, 8410];
|
966
|
+
} | {
|
967
|
+
readonly id: 8321;
|
968
|
+
readonly key: "CashBack";
|
969
|
+
readonly name: "Cash Back";
|
970
|
+
readonly treeId: 8300;
|
971
|
+
readonly isKeystone: false;
|
972
|
+
readonly slot: 1;
|
973
|
+
readonly horizontal: readonly [8306, 8304];
|
974
|
+
} | {
|
975
|
+
readonly id: 8345;
|
976
|
+
readonly key: "BiscuitDelivery";
|
977
|
+
readonly name: "Biscuit Delivery";
|
978
|
+
readonly treeId: 8300;
|
979
|
+
readonly isKeystone: false;
|
980
|
+
readonly slot: 2;
|
981
|
+
readonly horizontal: readonly [8313, 8352];
|
982
|
+
} | {
|
983
|
+
readonly id: 8347;
|
984
|
+
readonly key: "CosmicInsight";
|
985
|
+
readonly name: "Cosmic Insight";
|
986
|
+
readonly treeId: 8300;
|
987
|
+
readonly isKeystone: false;
|
988
|
+
readonly slot: 3;
|
989
|
+
readonly horizontal: readonly [8410, 8316];
|
990
|
+
} | {
|
991
|
+
readonly id: 8351;
|
992
|
+
readonly key: "GlacialAugment";
|
993
|
+
readonly name: "Glacial Augment";
|
994
|
+
readonly treeId: 8300;
|
995
|
+
readonly isKeystone: true;
|
996
|
+
readonly slot: 0;
|
997
|
+
readonly horizontal: readonly [8360, 8369];
|
998
|
+
} | {
|
999
|
+
readonly id: 8352;
|
1000
|
+
readonly key: "TimeWarpTonic";
|
1001
|
+
readonly name: "Time Warp Tonic";
|
1002
|
+
readonly treeId: 8300;
|
1003
|
+
readonly isKeystone: false;
|
1004
|
+
readonly slot: 2;
|
1005
|
+
readonly horizontal: readonly [8313, 8345];
|
1006
|
+
} | {
|
1007
|
+
readonly id: 8360;
|
1008
|
+
readonly key: "UnsealedSpellbook";
|
1009
|
+
readonly name: "Unsealed Spellbook";
|
1010
|
+
readonly treeId: 8300;
|
1011
|
+
readonly isKeystone: true;
|
1012
|
+
readonly slot: 0;
|
1013
|
+
readonly horizontal: readonly [8351, 8369];
|
1014
|
+
} | {
|
1015
|
+
readonly id: 8369;
|
1016
|
+
readonly key: "FirstStrike";
|
1017
|
+
readonly name: "First Strike";
|
1018
|
+
readonly treeId: 8300;
|
1019
|
+
readonly isKeystone: true;
|
1020
|
+
readonly slot: 0;
|
1021
|
+
readonly horizontal: readonly [8351, 8360];
|
1022
|
+
} | {
|
1023
|
+
readonly id: 8401;
|
1024
|
+
readonly key: "ShieldBash";
|
1025
|
+
readonly name: "Shield Bash";
|
1026
|
+
readonly treeId: 8400;
|
1027
|
+
readonly isKeystone: false;
|
1028
|
+
readonly slot: 1;
|
1029
|
+
readonly horizontal: readonly [8446, 8463];
|
1030
|
+
} | {
|
1031
|
+
readonly id: 8410;
|
1032
|
+
readonly key: "ApproachVelocity";
|
1033
|
+
readonly name: "Approach Velocity";
|
1034
|
+
readonly treeId: 8300;
|
1035
|
+
readonly isKeystone: false;
|
1036
|
+
readonly slot: 3;
|
1037
|
+
readonly horizontal: readonly [8347, 8316];
|
1038
|
+
} | {
|
1039
|
+
readonly id: 8429;
|
1040
|
+
readonly key: "Conditioning";
|
1041
|
+
readonly name: "Conditioning";
|
1042
|
+
readonly treeId: 8400;
|
1043
|
+
readonly isKeystone: false;
|
1044
|
+
readonly slot: 2;
|
1045
|
+
readonly horizontal: readonly [8444, 8473];
|
1046
|
+
} | {
|
1047
|
+
readonly id: 8437;
|
1048
|
+
readonly key: "GraspOfTheUndying";
|
1049
|
+
readonly name: "Grasp of the Undying";
|
1050
|
+
readonly treeId: 8400;
|
1051
|
+
readonly isKeystone: true;
|
1052
|
+
readonly slot: 0;
|
1053
|
+
readonly horizontal: readonly [8439, 8465];
|
1054
|
+
} | {
|
1055
|
+
readonly id: 8439;
|
1056
|
+
readonly key: "Aftershock";
|
1057
|
+
readonly name: "Aftershock";
|
1058
|
+
readonly treeId: 8400;
|
1059
|
+
readonly isKeystone: true;
|
1060
|
+
readonly slot: 0;
|
1061
|
+
readonly horizontal: readonly [8437, 8465];
|
1062
|
+
} | {
|
1063
|
+
readonly id: 8444;
|
1064
|
+
readonly key: "SecondWind";
|
1065
|
+
readonly name: "Second Wind";
|
1066
|
+
readonly treeId: 8400;
|
1067
|
+
readonly isKeystone: false;
|
1068
|
+
readonly slot: 2;
|
1069
|
+
readonly horizontal: readonly [8429, 8473];
|
1070
|
+
} | {
|
1071
|
+
readonly id: 8446;
|
1072
|
+
readonly key: "Demolish";
|
1073
|
+
readonly name: "Demolish";
|
1074
|
+
readonly treeId: 8400;
|
1075
|
+
readonly isKeystone: false;
|
1076
|
+
readonly slot: 1;
|
1077
|
+
readonly horizontal: readonly [8463, 8401];
|
1078
|
+
} | {
|
1079
|
+
readonly id: 8451;
|
1080
|
+
readonly key: "Overgrowth";
|
1081
|
+
readonly name: "Overgrowth";
|
1082
|
+
readonly treeId: 8400;
|
1083
|
+
readonly isKeystone: false;
|
1084
|
+
readonly slot: 3;
|
1085
|
+
readonly horizontal: readonly [8453, 8242];
|
1086
|
+
} | {
|
1087
|
+
readonly id: 8453;
|
1088
|
+
readonly key: "Revitalize";
|
1089
|
+
readonly name: "Revitalize";
|
1090
|
+
readonly treeId: 8400;
|
1091
|
+
readonly isKeystone: false;
|
1092
|
+
readonly slot: 3;
|
1093
|
+
readonly horizontal: readonly [8451, 8242];
|
1094
|
+
} | {
|
1095
|
+
readonly id: 8463;
|
1096
|
+
readonly key: "FontOfLife";
|
1097
|
+
readonly name: "Font of Life";
|
1098
|
+
readonly treeId: 8400;
|
1099
|
+
readonly isKeystone: false;
|
1100
|
+
readonly slot: 1;
|
1101
|
+
readonly horizontal: readonly [8446, 8401];
|
1102
|
+
} | {
|
1103
|
+
readonly id: 8465;
|
1104
|
+
readonly key: "Guardian";
|
1105
|
+
readonly name: "Guardian";
|
1106
|
+
readonly treeId: 8400;
|
1107
|
+
readonly isKeystone: true;
|
1108
|
+
readonly slot: 0;
|
1109
|
+
readonly horizontal: readonly [8437, 8439];
|
1110
|
+
} | {
|
1111
|
+
readonly id: 8473;
|
1112
|
+
readonly key: "BonePlating";
|
1113
|
+
readonly name: "Bone Plating";
|
1114
|
+
readonly treeId: 8400;
|
1115
|
+
readonly isKeystone: false;
|
1116
|
+
readonly slot: 2;
|
1117
|
+
readonly horizontal: readonly [8429, 8444];
|
1118
|
+
} | {
|
1119
|
+
readonly id: 9101;
|
1120
|
+
readonly key: "AbsorbLife";
|
1121
|
+
readonly name: "Absorb Life";
|
1122
|
+
readonly treeId: 8000;
|
1123
|
+
readonly isKeystone: false;
|
1124
|
+
readonly slot: 1;
|
1125
|
+
readonly horizontal: readonly [9111, 8009];
|
1126
|
+
} | {
|
1127
|
+
readonly id: 9103;
|
1128
|
+
readonly key: "LegendBloodline";
|
1129
|
+
readonly name: "Legend: Bloodline";
|
1130
|
+
readonly treeId: 8000;
|
1131
|
+
readonly isKeystone: false;
|
1132
|
+
readonly slot: 2;
|
1133
|
+
readonly horizontal: readonly [9104, 9105];
|
1134
|
+
} | {
|
1135
|
+
readonly id: 9104;
|
1136
|
+
readonly key: "LegendAlacrity";
|
1137
|
+
readonly name: "Legend: Alacrity";
|
1138
|
+
readonly treeId: 8000;
|
1139
|
+
readonly isKeystone: false;
|
1140
|
+
readonly slot: 2;
|
1141
|
+
readonly horizontal: readonly [9105, 9103];
|
1142
|
+
} | {
|
1143
|
+
readonly id: 9105;
|
1144
|
+
readonly key: "LegendHaste";
|
1145
|
+
readonly name: "Legend: Haste";
|
1146
|
+
readonly treeId: 8000;
|
1147
|
+
readonly isKeystone: false;
|
1148
|
+
readonly slot: 2;
|
1149
|
+
readonly horizontal: readonly [9104, 9103];
|
1150
|
+
} | {
|
1151
|
+
readonly id: 9111;
|
1152
|
+
readonly key: "Triumph";
|
1153
|
+
readonly name: "Triumph";
|
1154
|
+
readonly treeId: 8000;
|
1155
|
+
readonly isKeystone: false;
|
1156
|
+
readonly slot: 1;
|
1157
|
+
readonly horizontal: readonly [9101, 8009];
|
1158
|
+
} | {
|
1159
|
+
readonly id: 9923;
|
1160
|
+
readonly key: "HailOfBlades";
|
1161
|
+
readonly name: "Hail of Blades";
|
1162
|
+
readonly treeId: 8100;
|
1163
|
+
readonly isKeystone: true;
|
1164
|
+
readonly slot: 0;
|
1165
|
+
readonly horizontal: readonly [8112, 8128];
|
1166
|
+
})[];
|
1167
|
+
export type RuneId = typeof RunesArr[number]['id'];
|
1168
|
+
export type RuneKey = typeof RunesArr[number]['key'];
|
1169
|
+
export type RuneName = typeof RunesArr[number]['name'];
|
1170
|
+
export declare const StatRunes: {
|
1171
|
+
readonly 5001: {
|
1172
|
+
readonly id: 5001;
|
1173
|
+
readonly name: "Health Scaling";
|
1174
|
+
readonly description: "+10–180 Health (based on level)";
|
1175
|
+
readonly value: 0;
|
1176
|
+
};
|
1177
|
+
readonly 5005: {
|
1178
|
+
readonly id: 5005;
|
1179
|
+
readonly name: "Attack Speed";
|
1180
|
+
readonly description: "+10% Attack Speed";
|
1181
|
+
readonly value: 0.1;
|
1182
|
+
};
|
1183
|
+
readonly 5007: {
|
1184
|
+
readonly id: 5007;
|
1185
|
+
readonly name: "Ability Haste";
|
1186
|
+
readonly description: "+8 Ability Haste";
|
1187
|
+
readonly value: 8;
|
1188
|
+
};
|
1189
|
+
readonly 5008: {
|
1190
|
+
readonly id: 5008;
|
1191
|
+
readonly name: "Adaptive Force";
|
1192
|
+
readonly description: "+9 Adaptive Force";
|
1193
|
+
readonly value: 9;
|
1194
|
+
};
|
1195
|
+
readonly 5010: {
|
1196
|
+
readonly id: 5010;
|
1197
|
+
readonly name: "Move Speed";
|
1198
|
+
readonly description: "+2% Move Speed";
|
1199
|
+
readonly value: 0.02;
|
1200
|
+
};
|
1201
|
+
readonly 5011: {
|
1202
|
+
readonly id: 5011;
|
1203
|
+
readonly name: "Health";
|
1204
|
+
readonly description: "+65 Health";
|
1205
|
+
readonly value: 65;
|
1206
|
+
};
|
1207
|
+
readonly 5013: {
|
1208
|
+
readonly id: 5013;
|
1209
|
+
readonly name: "Tenacity and Slow Resist";
|
1210
|
+
readonly description: "+10% Tenacity and Slow Resist";
|
1211
|
+
readonly value: 0.1;
|
1212
|
+
};
|
1213
|
+
};
|
1214
|
+
export declare const StatRunesInSlot: {
|
1215
|
+
readonly 5001: {
|
1216
|
+
readonly 1: {
|
1217
|
+
readonly id: 5001;
|
1218
|
+
readonly name: "Health Scaling";
|
1219
|
+
readonly description: "+10–180 Health (based on level)";
|
1220
|
+
readonly value: 0;
|
1221
|
+
readonly slot: 1;
|
1222
|
+
readonly horizontal: readonly [5008, 5010];
|
1223
|
+
};
|
1224
|
+
readonly 2: {
|
1225
|
+
readonly id: 5001;
|
1226
|
+
readonly name: "Health Scaling";
|
1227
|
+
readonly description: "+10–180 Health (based on level)";
|
1228
|
+
readonly value: 0;
|
1229
|
+
readonly slot: 2;
|
1230
|
+
readonly horizontal: readonly [5011, 5013];
|
1231
|
+
};
|
1232
|
+
};
|
1233
|
+
readonly 5005: {
|
1234
|
+
readonly 0: {
|
1235
|
+
readonly id: 5005;
|
1236
|
+
readonly name: "Attack Speed";
|
1237
|
+
readonly description: "+10% Attack Speed";
|
1238
|
+
readonly value: 0.1;
|
1239
|
+
readonly slot: 0;
|
1240
|
+
readonly horizontal: readonly [5008, 5007];
|
1241
|
+
};
|
1242
|
+
};
|
1243
|
+
readonly 5007: {
|
1244
|
+
readonly 0: {
|
1245
|
+
readonly id: 5007;
|
1246
|
+
readonly name: "Ability Haste";
|
1247
|
+
readonly description: "+8 Ability Haste";
|
1248
|
+
readonly value: 8;
|
1249
|
+
readonly slot: 0;
|
1250
|
+
readonly horizontal: readonly [5008, 5005];
|
1251
|
+
};
|
1252
|
+
};
|
1253
|
+
readonly 5008: {
|
1254
|
+
readonly 0: {
|
1255
|
+
readonly id: 5008;
|
1256
|
+
readonly name: "Adaptive Force";
|
1257
|
+
readonly description: "+9 Adaptive Force";
|
1258
|
+
readonly value: 9;
|
1259
|
+
readonly slot: 0;
|
1260
|
+
readonly horizontal: readonly [5005, 5007];
|
1261
|
+
};
|
1262
|
+
readonly 1: {
|
1263
|
+
readonly id: 5008;
|
1264
|
+
readonly name: "Adaptive Force";
|
1265
|
+
readonly description: "+9 Adaptive Force";
|
1266
|
+
readonly value: 9;
|
1267
|
+
readonly slot: 1;
|
1268
|
+
readonly horizontal: readonly [5010, 5001];
|
1269
|
+
};
|
1270
|
+
};
|
1271
|
+
readonly 5010: {
|
1272
|
+
readonly 1: {
|
1273
|
+
readonly id: 5010;
|
1274
|
+
readonly name: "Move Speed";
|
1275
|
+
readonly description: "+2% Move Speed";
|
1276
|
+
readonly value: 0.02;
|
1277
|
+
readonly slot: 1;
|
1278
|
+
readonly horizontal: readonly [5008, 5001];
|
1279
|
+
};
|
1280
|
+
};
|
1281
|
+
readonly 5011: {
|
1282
|
+
readonly 2: {
|
1283
|
+
readonly id: 5011;
|
1284
|
+
readonly name: "Health";
|
1285
|
+
readonly description: "+65 Health";
|
1286
|
+
readonly value: 65;
|
1287
|
+
readonly slot: 2;
|
1288
|
+
readonly horizontal: readonly [5001, 5013];
|
1289
|
+
};
|
1290
|
+
};
|
1291
|
+
readonly 5013: {
|
1292
|
+
readonly 2: {
|
1293
|
+
readonly id: 5013;
|
1294
|
+
readonly name: "Tenacity and Slow Resist";
|
1295
|
+
readonly description: "+10% Tenacity and Slow Resist";
|
1296
|
+
readonly value: 0.1;
|
1297
|
+
readonly slot: 2;
|
1298
|
+
readonly horizontal: readonly [5001, 5011];
|
1299
|
+
};
|
1300
|
+
};
|
1301
|
+
};
|
1302
|
+
export declare const StatRunesInSlotArr: readonly [{
|
1303
|
+
readonly id: 5008;
|
1304
|
+
readonly name: "Adaptive Force";
|
1305
|
+
readonly description: "+9 Adaptive Force";
|
1306
|
+
readonly value: 9;
|
1307
|
+
readonly slot: 0;
|
1308
|
+
readonly horizontal: readonly [5005, 5007];
|
1309
|
+
}, {
|
1310
|
+
readonly id: 5008;
|
1311
|
+
readonly name: "Adaptive Force";
|
1312
|
+
readonly description: "+9 Adaptive Force";
|
1313
|
+
readonly value: 9;
|
1314
|
+
readonly slot: 1;
|
1315
|
+
readonly horizontal: readonly [5010, 5001];
|
1316
|
+
}, {
|
1317
|
+
readonly id: 5005;
|
1318
|
+
readonly name: "Attack Speed";
|
1319
|
+
readonly description: "+10% Attack Speed";
|
1320
|
+
readonly value: 0.1;
|
1321
|
+
readonly slot: 0;
|
1322
|
+
readonly horizontal: readonly [5008, 5007];
|
1323
|
+
}, {
|
1324
|
+
readonly id: 5007;
|
1325
|
+
readonly name: "Ability Haste";
|
1326
|
+
readonly description: "+8 Ability Haste";
|
1327
|
+
readonly value: 8;
|
1328
|
+
readonly slot: 0;
|
1329
|
+
readonly horizontal: readonly [5008, 5005];
|
1330
|
+
}, {
|
1331
|
+
readonly id: 5010;
|
1332
|
+
readonly name: "Move Speed";
|
1333
|
+
readonly description: "+2% Move Speed";
|
1334
|
+
readonly value: 0.02;
|
1335
|
+
readonly slot: 1;
|
1336
|
+
readonly horizontal: readonly [5008, 5001];
|
1337
|
+
}, {
|
1338
|
+
readonly id: 5001;
|
1339
|
+
readonly name: "Health Scaling";
|
1340
|
+
readonly description: "+10–180 Health (based on level)";
|
1341
|
+
readonly value: 0;
|
1342
|
+
readonly slot: 1;
|
1343
|
+
readonly horizontal: readonly [5008, 5010];
|
1344
|
+
}, {
|
1345
|
+
readonly id: 5001;
|
1346
|
+
readonly name: "Health Scaling";
|
1347
|
+
readonly description: "+10–180 Health (based on level)";
|
1348
|
+
readonly value: 0;
|
1349
|
+
readonly slot: 2;
|
1350
|
+
readonly horizontal: readonly [5011, 5013];
|
1351
|
+
}, {
|
1352
|
+
readonly id: 5011;
|
1353
|
+
readonly name: "Health";
|
1354
|
+
readonly description: "+65 Health";
|
1355
|
+
readonly value: 65;
|
1356
|
+
readonly slot: 2;
|
1357
|
+
readonly horizontal: readonly [5001, 5013];
|
1358
|
+
}, {
|
1359
|
+
readonly id: 5013;
|
1360
|
+
readonly name: "Tenacity and Slow Resist";
|
1361
|
+
readonly description: "+10% Tenacity and Slow Resist";
|
1362
|
+
readonly value: 0.1;
|
1363
|
+
readonly slot: 2;
|
1364
|
+
readonly horizontal: readonly [5001, 5011];
|
1365
|
+
}];
|
1366
|
+
export declare const statRuneNames: {
|
1367
|
+
readonly "Adaptive Force": 5008;
|
1368
|
+
readonly "Attack Speed": 5005;
|
1369
|
+
readonly "Ability Haste": 5007;
|
1370
|
+
readonly "Move Speed": 5010;
|
1371
|
+
readonly "Health Scaling": 5001;
|
1372
|
+
readonly Health: 5011;
|
1373
|
+
readonly "Tenacity and Slow Resist": 5013;
|
1374
|
+
};
|
1375
|
+
export declare const StatRunesArr: ({
|
1376
|
+
readonly id: 5001;
|
1377
|
+
readonly name: "Health Scaling";
|
1378
|
+
readonly description: "+10–180 Health (based on level)";
|
1379
|
+
readonly value: 0;
|
1380
|
+
} | {
|
1381
|
+
readonly id: 5005;
|
1382
|
+
readonly name: "Attack Speed";
|
1383
|
+
readonly description: "+10% Attack Speed";
|
1384
|
+
readonly value: 0.1;
|
1385
|
+
} | {
|
1386
|
+
readonly id: 5007;
|
1387
|
+
readonly name: "Ability Haste";
|
1388
|
+
readonly description: "+8 Ability Haste";
|
1389
|
+
readonly value: 8;
|
1390
|
+
} | {
|
1391
|
+
readonly id: 5008;
|
1392
|
+
readonly name: "Adaptive Force";
|
1393
|
+
readonly description: "+9 Adaptive Force";
|
1394
|
+
readonly value: 9;
|
1395
|
+
} | {
|
1396
|
+
readonly id: 5010;
|
1397
|
+
readonly name: "Move Speed";
|
1398
|
+
readonly description: "+2% Move Speed";
|
1399
|
+
readonly value: 0.02;
|
1400
|
+
} | {
|
1401
|
+
readonly id: 5011;
|
1402
|
+
readonly name: "Health";
|
1403
|
+
readonly description: "+65 Health";
|
1404
|
+
readonly value: 65;
|
1405
|
+
} | {
|
1406
|
+
readonly id: 5013;
|
1407
|
+
readonly name: "Tenacity and Slow Resist";
|
1408
|
+
readonly description: "+10% Tenacity and Slow Resist";
|
1409
|
+
readonly value: 0.1;
|
1410
|
+
})[];
|
1411
|
+
export type StatRuneId = typeof StatRunesArr[number]['id'];
|
1412
|
+
export type StatRuneName = typeof StatRunesArr[number]['name'];
|
1413
|
+
export declare const RuneTrees: {
|
1414
|
+
readonly 8000: {
|
1415
|
+
readonly id: 8000;
|
1416
|
+
readonly key: "Precision";
|
1417
|
+
readonly name: "Precision";
|
1418
|
+
};
|
1419
|
+
readonly 8100: {
|
1420
|
+
readonly id: 8100;
|
1421
|
+
readonly key: "Domination";
|
1422
|
+
readonly name: "Domination";
|
1423
|
+
};
|
1424
|
+
readonly 8200: {
|
1425
|
+
readonly id: 8200;
|
1426
|
+
readonly key: "Sorcery";
|
1427
|
+
readonly name: "Sorcery";
|
1428
|
+
};
|
1429
|
+
readonly 8300: {
|
1430
|
+
readonly id: 8300;
|
1431
|
+
readonly key: "Inspiration";
|
1432
|
+
readonly name: "Inspiration";
|
1433
|
+
};
|
1434
|
+
readonly 8400: {
|
1435
|
+
readonly id: 8400;
|
1436
|
+
readonly key: "Resolve";
|
1437
|
+
readonly name: "Resolve";
|
1438
|
+
};
|
1439
|
+
};
|
1440
|
+
export declare const runeTreeKeys: {
|
1441
|
+
readonly Domination: 8100;
|
1442
|
+
readonly Inspiration: 8300;
|
1443
|
+
readonly Precision: 8000;
|
1444
|
+
readonly Resolve: 8400;
|
1445
|
+
readonly Sorcery: 8200;
|
1446
|
+
};
|
1447
|
+
export declare const runeTreeNames: {
|
1448
|
+
readonly Domination: 8100;
|
1449
|
+
readonly Inspiration: 8300;
|
1450
|
+
readonly Precision: 8000;
|
1451
|
+
readonly Resolve: 8400;
|
1452
|
+
readonly Sorcery: 8200;
|
1453
|
+
};
|
1454
|
+
export declare const RuneTreesArr: ({
|
1455
|
+
readonly id: 8000;
|
1456
|
+
readonly key: "Precision";
|
1457
|
+
readonly name: "Precision";
|
1458
|
+
} | {
|
1459
|
+
readonly id: 8100;
|
1460
|
+
readonly key: "Domination";
|
1461
|
+
readonly name: "Domination";
|
1462
|
+
} | {
|
1463
|
+
readonly id: 8200;
|
1464
|
+
readonly key: "Sorcery";
|
1465
|
+
readonly name: "Sorcery";
|
1466
|
+
} | {
|
1467
|
+
readonly id: 8300;
|
1468
|
+
readonly key: "Inspiration";
|
1469
|
+
readonly name: "Inspiration";
|
1470
|
+
} | {
|
1471
|
+
readonly id: 8400;
|
1472
|
+
readonly key: "Resolve";
|
1473
|
+
readonly name: "Resolve";
|
1474
|
+
})[];
|
1475
|
+
export type RuneTreeId = typeof RuneTreesArr[number]['id'];
|
1476
|
+
export type RuneTreeKey = typeof RuneTreesArr[number]['key'];
|
1477
|
+
export type RuneTreeName = typeof RuneTreesArr[number]['name'];
|