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