lol-constants 1.13.0 → 2.1.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 +21 -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 +15 -0
- package/core/constants/Regions.js +28 -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,518 +1,518 @@
|
|
1
|
-
export declare const Summoner: {
|
2
|
-
readonly type: "summoner";
|
3
|
-
readonly version: "13.
|
4
|
-
readonly data: {
|
5
|
-
readonly SummonerBarrier: {
|
6
|
-
readonly id: "SummonerBarrier";
|
7
|
-
readonly name: "Barrier";
|
8
|
-
readonly description: "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.";
|
9
|
-
readonly tooltip: "Temporarily shields {{ tooltipabsorbeddamage }} damage from your champion for 2 seconds.";
|
10
|
-
readonly maxrank: 1;
|
11
|
-
readonly cooldown: readonly [180];
|
12
|
-
readonly cooldownBurn: "180";
|
13
|
-
readonly cost: readonly [0];
|
14
|
-
readonly costBurn: "0";
|
15
|
-
readonly datavalues: {};
|
16
|
-
readonly effect: readonly [null, readonly [87], readonly [18], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
17
|
-
readonly effectBurn: readonly [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"];
|
18
|
-
readonly vars: readonly [];
|
19
|
-
readonly key: "21";
|
20
|
-
readonly summonerLevel: 4;
|
21
|
-
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
22
|
-
readonly costType: "No Cost";
|
23
|
-
readonly maxammo: "-1";
|
24
|
-
readonly range: readonly [1200];
|
25
|
-
readonly rangeBurn: "1200";
|
26
|
-
readonly image: {
|
27
|
-
readonly full: "SummonerBarrier.png";
|
28
|
-
readonly sprite: "spell0.png";
|
29
|
-
readonly group: "spell";
|
30
|
-
readonly x: 0;
|
31
|
-
readonly y: 0;
|
32
|
-
readonly w: 48;
|
33
|
-
readonly h: 48;
|
34
|
-
};
|
35
|
-
readonly resource: "No Cost";
|
36
|
-
};
|
37
|
-
readonly SummonerBoost: {
|
38
|
-
readonly id: "SummonerBoost";
|
39
|
-
readonly name: "Cleanse";
|
40
|
-
readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and lowers the duration of incoming disables by 65% for 3 seconds.";
|
41
|
-
readonly tooltip: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and reduces the duration of disables by 65% for the next {{ e2 }} seconds.";
|
42
|
-
readonly maxrank: 1;
|
43
|
-
readonly cooldown: readonly [210];
|
44
|
-
readonly cooldownBurn: "210";
|
45
|
-
readonly cost: readonly [0];
|
46
|
-
readonly costBurn: "0";
|
47
|
-
readonly datavalues: {};
|
48
|
-
readonly effect: readonly [null, readonly [0.65], readonly [3], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
49
|
-
readonly effectBurn: readonly [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"];
|
50
|
-
readonly vars: readonly [];
|
51
|
-
readonly key: "1";
|
52
|
-
readonly summonerLevel: 9;
|
53
|
-
readonly modes: readonly ["URF", "NEXUSBLITZ", "ARSR", "ONEFORALL", "ARAM", "CLASSIC", "PRACTICETOOL", "DOOMBOTSTEEMO", "TUTORIAL", "ULTBOOK", "FIRSTBLOOD", "PROJECT"];
|
54
|
-
readonly costType: "No Cost";
|
55
|
-
readonly maxammo: "-1";
|
56
|
-
readonly range: readonly [200];
|
57
|
-
readonly rangeBurn: "200";
|
58
|
-
readonly image: {
|
59
|
-
readonly full: "SummonerBoost.png";
|
60
|
-
readonly sprite: "spell0.png";
|
61
|
-
readonly group: "spell";
|
62
|
-
readonly x: 48;
|
63
|
-
readonly y: 0;
|
64
|
-
readonly w: 48;
|
65
|
-
readonly h: 48;
|
66
|
-
};
|
67
|
-
readonly resource: "No Cost";
|
68
|
-
};
|
69
|
-
readonly SummonerDot: {
|
70
|
-
readonly id: "SummonerDot";
|
71
|
-
readonly name: "Ignite";
|
72
|
-
readonly description: "Ignites target enemy champion, dealing 70-410 true damage (depending on champion level) over 5 seconds, grants you vision of the target, and reduces healing effects on them for the duration.";
|
73
|
-
readonly tooltip: "Ignite deals <span class=\"colorFEFCFF\">{{ tooltiptruedamagecalculation }}</span> true damage to target enemy champion over 5 seconds, grants you vision of the target and applies {{ grievousamount*100 }}% Grievous Wounds for the duration.<br /><br /><rules>(Grievous Wounds reduces healing and regeneration by a percentage equal to the highest value applied. This vision does not reveal stealthed enemies.)</rules>";
|
74
|
-
readonly maxrank: 1;
|
75
|
-
readonly cooldown: readonly [180];
|
76
|
-
readonly cooldownBurn: "180";
|
77
|
-
readonly cost: readonly [0];
|
78
|
-
readonly costBurn: "0";
|
79
|
-
readonly datavalues: {};
|
80
|
-
readonly effect: readonly [null, readonly [5], readonly [10], readonly [4], readonly [100], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
81
|
-
readonly effectBurn: readonly [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"];
|
82
|
-
readonly vars: readonly [];
|
83
|
-
readonly key: "14";
|
84
|
-
readonly summonerLevel: 9;
|
85
|
-
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD"];
|
86
|
-
readonly costType: "No Cost";
|
87
|
-
readonly maxammo: "-1";
|
88
|
-
readonly range: readonly [600];
|
89
|
-
readonly rangeBurn: "600";
|
90
|
-
readonly image: {
|
91
|
-
readonly full: "SummonerDot.png";
|
92
|
-
readonly sprite: "spell0.png";
|
93
|
-
readonly group: "spell";
|
94
|
-
readonly x: 96;
|
95
|
-
readonly y: 0;
|
96
|
-
readonly w: 48;
|
97
|
-
readonly h: 48;
|
98
|
-
};
|
99
|
-
readonly resource: "No Cost";
|
100
|
-
};
|
101
|
-
readonly SummonerExhaust: {
|
102
|
-
readonly id: "SummonerExhaust";
|
103
|
-
readonly name: "Exhaust";
|
104
|
-
readonly description: "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.";
|
105
|
-
readonly tooltip: "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.";
|
106
|
-
readonly maxrank: 1;
|
107
|
-
readonly cooldown: readonly [210];
|
108
|
-
readonly cooldownBurn: "210";
|
109
|
-
readonly cost: readonly [0];
|
110
|
-
readonly costBurn: "0";
|
111
|
-
readonly datavalues: {};
|
112
|
-
readonly effect: readonly [null, readonly [3], readonly [35], readonly [0], readonly [0], readonly [30], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
113
|
-
readonly effectBurn: readonly [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"];
|
114
|
-
readonly vars: readonly [];
|
115
|
-
readonly key: "3";
|
116
|
-
readonly summonerLevel: 4;
|
117
|
-
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR"];
|
118
|
-
readonly costType: "No Cost";
|
119
|
-
readonly maxammo: "-1";
|
120
|
-
readonly range: readonly [650];
|
121
|
-
readonly rangeBurn: "650";
|
122
|
-
readonly image: {
|
123
|
-
readonly full: "SummonerExhaust.png";
|
124
|
-
readonly sprite: "spell0.png";
|
125
|
-
readonly group: "spell";
|
126
|
-
readonly x: 144;
|
127
|
-
readonly y: 0;
|
128
|
-
readonly w: 48;
|
129
|
-
readonly h: 48;
|
130
|
-
};
|
131
|
-
readonly resource: "No Cost";
|
132
|
-
};
|
133
|
-
readonly SummonerFlash: {
|
134
|
-
readonly id: "SummonerFlash";
|
135
|
-
readonly name: "Flash";
|
136
|
-
readonly description: "Teleports your champion a short distance toward your cursor's location.";
|
137
|
-
readonly tooltip: "Teleports your champion a short distance toward your cursor's location.";
|
138
|
-
readonly maxrank: 1;
|
139
|
-
readonly cooldown: readonly [300];
|
140
|
-
readonly cooldownBurn: "300";
|
141
|
-
readonly cost: readonly [0];
|
142
|
-
readonly costBurn: "0";
|
143
|
-
readonly datavalues: {};
|
144
|
-
readonly effect: readonly [null, readonly [400], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
145
|
-
readonly effectBurn: readonly [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
146
|
-
readonly vars: readonly [];
|
147
|
-
readonly key: "4";
|
148
|
-
readonly summonerLevel: 7;
|
149
|
-
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "SNOWURF", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
150
|
-
readonly costType: "No Cost";
|
151
|
-
readonly maxammo: "-1";
|
152
|
-
readonly range: readonly [425];
|
153
|
-
readonly rangeBurn: "425";
|
154
|
-
readonly image: {
|
155
|
-
readonly full: "SummonerFlash.png";
|
156
|
-
readonly sprite: "spell0.png";
|
157
|
-
readonly group: "spell";
|
158
|
-
readonly x: 192;
|
159
|
-
readonly y: 0;
|
160
|
-
readonly w: 48;
|
161
|
-
readonly h: 48;
|
162
|
-
};
|
163
|
-
readonly resource: "No Cost";
|
164
|
-
};
|
165
|
-
readonly SummonerHaste: {
|
166
|
-
readonly id: "SummonerHaste";
|
167
|
-
readonly name: "Ghost";
|
168
|
-
readonly description: "For 10 seconds, your champion can move through units and gains 24 - 48% Move Speed (depending on champion level). Ghost extends its duration on takedown.";
|
169
|
-
readonly tooltip: "For {{ duration }} seconds, your champion can move through units and gains {{ movespeedmod }} Move Speed.<br /><br />Ghost extends its duration by {{ takedownextension }} seconds on takedown.";
|
170
|
-
readonly maxrank: 1;
|
171
|
-
readonly cooldown: readonly [210];
|
172
|
-
readonly cooldownBurn: "210";
|
173
|
-
readonly cost: readonly [0];
|
174
|
-
readonly costBurn: "0";
|
175
|
-
readonly datavalues: {};
|
176
|
-
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
177
|
-
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
178
|
-
readonly vars: readonly [];
|
179
|
-
readonly key: "6";
|
180
|
-
readonly summonerLevel: 1;
|
181
|
-
readonly modes: readonly ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
182
|
-
readonly costType: "No Cost";
|
183
|
-
readonly maxammo: "-1";
|
184
|
-
readonly range: readonly [200];
|
185
|
-
readonly rangeBurn: "200";
|
186
|
-
readonly image: {
|
187
|
-
readonly full: "SummonerHaste.png";
|
188
|
-
readonly sprite: "spell0.png";
|
189
|
-
readonly group: "spell";
|
190
|
-
readonly x: 240;
|
191
|
-
readonly y: 0;
|
192
|
-
readonly w: 48;
|
193
|
-
readonly h: 48;
|
194
|
-
};
|
195
|
-
readonly resource: "No Cost";
|
196
|
-
};
|
197
|
-
readonly SummonerHeal: {
|
198
|
-
readonly id: "SummonerHeal";
|
199
|
-
readonly name: "Heal";
|
200
|
-
readonly description: "Restores 80-318 Health (depending on champion level) and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.";
|
201
|
-
readonly tooltip: "Restores {{ tooltiphealamount }} Health and grants 30% Move Speed for 1 second to your champion and target allied champion. This healing is halved for units recently affected by Summoner Heal.<br /><br /><span class=\"colorFFFF00\">If this spell cannot find a target, it will cast on the most wounded allied champion in range.</span>";
|
202
|
-
readonly maxrank: 1;
|
203
|
-
readonly cooldown: readonly [240];
|
204
|
-
readonly cooldownBurn: "240";
|
205
|
-
readonly cost: readonly [0];
|
206
|
-
readonly costBurn: "0";
|
207
|
-
readonly datavalues: {};
|
208
|
-
readonly effect: readonly [null, readonly [0.3], readonly [66], readonly [14], readonly [0.5], readonly [826], readonly [0.5], readonly [0], readonly [0], readonly [0], readonly [0]];
|
209
|
-
readonly effectBurn: readonly [null, "0.3", "66", "14", "0.5", "826", "0.5", "0", "0", "0", "0"];
|
210
|
-
readonly vars: readonly [];
|
211
|
-
readonly key: "7";
|
212
|
-
readonly summonerLevel: 1;
|
213
|
-
readonly modes: readonly ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "PROJECT", "STARGUARDIAN"];
|
214
|
-
readonly costType: "No Cost";
|
215
|
-
readonly maxammo: "-1";
|
216
|
-
readonly range: readonly [850];
|
217
|
-
readonly rangeBurn: "850";
|
218
|
-
readonly image: {
|
219
|
-
readonly full: "SummonerHeal.png";
|
220
|
-
readonly sprite: "spell0.png";
|
221
|
-
readonly group: "spell";
|
222
|
-
readonly x: 288;
|
223
|
-
readonly y: 0;
|
224
|
-
readonly w: 48;
|
225
|
-
readonly h: 48;
|
226
|
-
};
|
227
|
-
readonly resource: "No Cost";
|
228
|
-
};
|
229
|
-
readonly SummonerMana: {
|
230
|
-
readonly id: "SummonerMana";
|
231
|
-
readonly name: "Clarity";
|
232
|
-
readonly description: "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.";
|
233
|
-
readonly tooltip: "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.";
|
234
|
-
readonly maxrank: 1;
|
235
|
-
readonly cooldown: readonly [240];
|
236
|
-
readonly cooldownBurn: "240";
|
237
|
-
readonly cost: readonly [0];
|
238
|
-
readonly costBurn: "0";
|
239
|
-
readonly datavalues: {};
|
240
|
-
readonly effect: readonly [null, readonly [50], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
241
|
-
readonly effectBurn: readonly [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"];
|
242
|
-
readonly vars: readonly [];
|
243
|
-
readonly key: "13";
|
244
|
-
readonly summonerLevel: 6;
|
245
|
-
readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
|
246
|
-
readonly costType: "No Cost";
|
247
|
-
readonly maxammo: "-1";
|
248
|
-
readonly range: readonly [600];
|
249
|
-
readonly rangeBurn: "600";
|
250
|
-
readonly image: {
|
251
|
-
readonly full: "SummonerMana.png";
|
252
|
-
readonly sprite: "spell0.png";
|
253
|
-
readonly group: "spell";
|
254
|
-
readonly x: 336;
|
255
|
-
readonly y: 0;
|
256
|
-
readonly w: 48;
|
257
|
-
readonly h: 48;
|
258
|
-
};
|
259
|
-
readonly resource: "No Cost";
|
260
|
-
};
|
261
|
-
readonly SummonerPoroRecall: {
|
262
|
-
readonly id: "SummonerPoroRecall";
|
263
|
-
readonly name: "To the King!";
|
264
|
-
readonly description: "Quickly travel to the Poro King's side.";
|
265
|
-
readonly tooltip: "<span class=\"colorFFE076\">Passive:</span> Hitting an enemy champion with a Poro gives your team a Poro Mark. Upon reaching 10 Poro Marks, your team summons the Poro King to fight alongside them. While the Poro King is active, no Poro Marks can be scored by either team.<br /><br /><span class=\"colorFFE076\">Active:</span> Quickly dash to King Poro's side. Can only be cast while the Poro King is summoned for your team. <br /><br /><i><span class=\"colorFDD017\">''Poros tug the heartstrings. The rest of you just comes along for the ride.''</span></i></mainText>";
|
266
|
-
readonly maxrank: 1;
|
267
|
-
readonly cooldown: readonly [10];
|
268
|
-
readonly cooldownBurn: "10";
|
269
|
-
readonly cost: readonly [0];
|
270
|
-
readonly costBurn: "0";
|
271
|
-
readonly datavalues: {};
|
272
|
-
readonly effect: readonly [null, readonly [3000], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
273
|
-
readonly effectBurn: readonly [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
274
|
-
readonly vars: readonly [];
|
275
|
-
readonly key: "30";
|
276
|
-
readonly summonerLevel: 1;
|
277
|
-
readonly modes: readonly ["KINGPORO"];
|
278
|
-
readonly costType: "No Cost";
|
279
|
-
readonly maxammo: "-1";
|
280
|
-
readonly range: readonly [200];
|
281
|
-
readonly rangeBurn: "200";
|
282
|
-
readonly image: {
|
283
|
-
readonly full: "SummonerPoroRecall.png";
|
284
|
-
readonly sprite: "spell0.png";
|
285
|
-
readonly group: "spell";
|
286
|
-
readonly x: 384;
|
287
|
-
readonly y: 0;
|
288
|
-
readonly w: 48;
|
289
|
-
readonly h: 48;
|
290
|
-
};
|
291
|
-
readonly resource: "No Cost";
|
292
|
-
};
|
293
|
-
readonly SummonerPoroThrow: {
|
294
|
-
readonly id: "SummonerPoroThrow";
|
295
|
-
readonly name: "Poro Toss";
|
296
|
-
readonly description: "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.";
|
297
|
-
readonly tooltip: "Toss a Poro a long distance, dealing {{ f2 }} true damage to the first enemy unit hit, granting <span class=\"coloree91d7\">True Sight</span> of the target.<br /><br />This ability can be recast for 3 seconds if it hits an enemy to dash to the target hit, dealing {{ f2 }} more true damage and reducing the cooldown of the next Poro Toss by {{ e4 }} seconds.<br /><br />Poros are not blocked by spell shields or wind walls because they are animals, not spells!<br /><br /><i><span class=\"colorFDD017\">''Poros are a model for Runeterran aerodynamics.''</span></i></mainText>";
|
298
|
-
readonly maxrank: 1;
|
299
|
-
readonly cooldown: readonly [20];
|
300
|
-
readonly cooldownBurn: "20";
|
301
|
-
readonly cost: readonly [0];
|
302
|
-
readonly costBurn: "0";
|
303
|
-
readonly datavalues: {};
|
304
|
-
readonly effect: readonly [null, readonly [20], readonly [10], readonly [3], readonly [5], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
305
|
-
readonly effectBurn: readonly [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"];
|
306
|
-
readonly vars: readonly [];
|
307
|
-
readonly key: "31";
|
308
|
-
readonly summonerLevel: 1;
|
309
|
-
readonly modes: readonly ["KINGPORO"];
|
310
|
-
readonly costType: "No Cost";
|
311
|
-
readonly maxammo: "-1";
|
312
|
-
readonly range: readonly [2500];
|
313
|
-
readonly rangeBurn: "2500";
|
314
|
-
readonly image: {
|
315
|
-
readonly full: "SummonerPoroThrow.png";
|
316
|
-
readonly sprite: "spell0.png";
|
317
|
-
readonly group: "spell";
|
318
|
-
readonly x: 432;
|
319
|
-
readonly y: 0;
|
320
|
-
readonly w: 48;
|
321
|
-
readonly h: 48;
|
322
|
-
};
|
323
|
-
readonly resource: "No Cost";
|
324
|
-
};
|
325
|
-
readonly SummonerSmite: {
|
326
|
-
readonly id: "SummonerSmite";
|
327
|
-
readonly name: "Smite";
|
328
|
-
readonly description: "Deals 600-1200 true damage to target monster or minion.";
|
329
|
-
readonly tooltip: "Deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target monster or minion.<br />";
|
330
|
-
readonly maxrank: 1;
|
331
|
-
readonly cooldown: readonly [15];
|
332
|
-
readonly cooldownBurn: "15";
|
333
|
-
readonly cost: readonly [0];
|
334
|
-
readonly costBurn: "0";
|
335
|
-
readonly datavalues: {};
|
336
|
-
readonly effect: readonly [null, readonly [15], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
337
|
-
readonly effectBurn: readonly [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
338
|
-
readonly vars: readonly [];
|
339
|
-
readonly key: "11";
|
340
|
-
readonly summonerLevel: 9;
|
341
|
-
readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"];
|
342
|
-
readonly costType: "No Cost";
|
343
|
-
readonly maxammo: "2";
|
344
|
-
readonly range: readonly [500];
|
345
|
-
readonly rangeBurn: "500";
|
346
|
-
readonly image: {
|
347
|
-
readonly full: "SummonerSmite.png";
|
348
|
-
readonly sprite: "spell0.png";
|
349
|
-
readonly group: "spell";
|
350
|
-
readonly x: 0;
|
351
|
-
readonly y: 48;
|
352
|
-
readonly w: 48;
|
353
|
-
readonly h: 48;
|
354
|
-
};
|
355
|
-
readonly resource: "No Cost";
|
356
|
-
};
|
357
|
-
readonly SummonerSnowURFSnowball_Mark: {
|
358
|
-
readonly id: "SummonerSnowURFSnowball_Mark";
|
359
|
-
readonly name: "Mark";
|
360
|
-
readonly description: "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.";
|
361
|
-
readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>";
|
362
|
-
readonly maxrank: 1;
|
363
|
-
readonly cooldown: readonly [80];
|
364
|
-
readonly cooldownBurn: "80";
|
365
|
-
readonly cost: readonly [0];
|
366
|
-
readonly costBurn: "0";
|
367
|
-
readonly datavalues: {};
|
368
|
-
readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
369
|
-
readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
|
370
|
-
readonly vars: readonly [];
|
371
|
-
readonly key: "39";
|
372
|
-
readonly summonerLevel: 6;
|
373
|
-
readonly modes: readonly ["SNOWURF"];
|
374
|
-
readonly costType: "No Cost";
|
375
|
-
readonly maxammo: "-1";
|
376
|
-
readonly range: readonly [8000];
|
377
|
-
readonly rangeBurn: "8000";
|
378
|
-
readonly image: {
|
379
|
-
readonly full: "SummonerSnowURFSnowball_Mark.png";
|
380
|
-
readonly sprite: "spell0.png";
|
381
|
-
readonly group: "spell";
|
382
|
-
readonly x: 48;
|
383
|
-
readonly y: 48;
|
384
|
-
readonly w: 48;
|
385
|
-
readonly h: 48;
|
386
|
-
};
|
387
|
-
readonly resource: "No Cost";
|
388
|
-
};
|
389
|
-
readonly SummonerSnowball: {
|
390
|
-
readonly id: "SummonerSnowball";
|
391
|
-
readonly name: "Mark";
|
392
|
-
readonly description: "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.";
|
393
|
-
readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>";
|
394
|
-
readonly maxrank: 1;
|
395
|
-
readonly cooldown: readonly [80];
|
396
|
-
readonly cooldownBurn: "80";
|
397
|
-
readonly cost: readonly [0];
|
398
|
-
readonly costBurn: "0";
|
399
|
-
readonly datavalues: {};
|
400
|
-
readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
401
|
-
readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
|
402
|
-
readonly vars: readonly [];
|
403
|
-
readonly key: "32";
|
404
|
-
readonly summonerLevel: 6;
|
405
|
-
readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
|
406
|
-
readonly costType: "No Cost";
|
407
|
-
readonly maxammo: "-1";
|
408
|
-
readonly range: readonly [1600];
|
409
|
-
readonly rangeBurn: "1600";
|
410
|
-
readonly image: {
|
411
|
-
readonly full: "SummonerSnowball.png";
|
412
|
-
readonly sprite: "spell0.png";
|
413
|
-
readonly group: "spell";
|
414
|
-
readonly x: 96;
|
415
|
-
readonly y: 48;
|
416
|
-
readonly w: 48;
|
417
|
-
readonly h: 48;
|
418
|
-
};
|
419
|
-
readonly resource: "No Cost";
|
420
|
-
};
|
421
|
-
readonly SummonerTeleport: {
|
422
|
-
readonly id: "SummonerTeleport";
|
423
|
-
readonly name: "Teleport";
|
424
|
-
readonly description: "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 14 minutes, which teleports your champion to target allied structure, minion, or ward.";
|
425
|
-
readonly tooltip: "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport when Turret Plates fall at 14 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants a {{ msamount*100 }}% Move Speed boost for {{ msduration }} seconds.";
|
426
|
-
readonly maxrank: 1;
|
427
|
-
readonly cooldown: readonly [360];
|
428
|
-
readonly cooldownBurn: "360";
|
429
|
-
readonly cost: readonly [0];
|
430
|
-
readonly costBurn: "0";
|
431
|
-
readonly datavalues: {};
|
432
|
-
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
433
|
-
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
434
|
-
readonly vars: readonly [];
|
435
|
-
readonly key: "12";
|
436
|
-
readonly summonerLevel: 7;
|
437
|
-
readonly modes: readonly ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"];
|
438
|
-
readonly costType: "No Cost";
|
439
|
-
readonly maxammo: "-1";
|
440
|
-
readonly range: readonly [25000];
|
441
|
-
readonly rangeBurn: "25000";
|
442
|
-
readonly image: {
|
443
|
-
readonly full: "SummonerTeleport.png";
|
444
|
-
readonly sprite: "spell0.png";
|
445
|
-
readonly group: "spell";
|
446
|
-
readonly x: 144;
|
447
|
-
readonly y: 48;
|
448
|
-
readonly w: 48;
|
449
|
-
readonly h: 48;
|
450
|
-
};
|
451
|
-
readonly resource: "No Cost";
|
452
|
-
};
|
453
|
-
readonly Summoner_UltBookPlaceholder: {
|
454
|
-
readonly id: "Summoner_UltBookPlaceholder";
|
455
|
-
readonly name: "Placeholder";
|
456
|
-
readonly description: "This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!";
|
457
|
-
readonly tooltip: "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}";
|
458
|
-
readonly maxrank: 1;
|
459
|
-
readonly cooldown: readonly [0];
|
460
|
-
readonly cooldownBurn: "0";
|
461
|
-
readonly cost: readonly [0];
|
462
|
-
readonly costBurn: "0";
|
463
|
-
readonly datavalues: {};
|
464
|
-
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
465
|
-
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
466
|
-
readonly vars: readonly [];
|
467
|
-
readonly key: "54";
|
468
|
-
readonly summonerLevel: 1;
|
469
|
-
readonly modes: readonly ["ULTBOOK"];
|
470
|
-
readonly costType: " ";
|
471
|
-
readonly maxammo: "-1";
|
472
|
-
readonly range: readonly [400];
|
473
|
-
readonly rangeBurn: "400";
|
474
|
-
readonly image: {
|
475
|
-
readonly full: "Summoner_UltBookPlaceholder.png";
|
476
|
-
readonly sprite: "spell0.png";
|
477
|
-
readonly group: "spell";
|
478
|
-
readonly x: 192;
|
479
|
-
readonly y: 48;
|
480
|
-
readonly w: 48;
|
481
|
-
readonly h: 48;
|
482
|
-
};
|
483
|
-
readonly resource: " ";
|
484
|
-
};
|
485
|
-
readonly Summoner_UltBookSmitePlaceholder: {
|
486
|
-
readonly id: "Summoner_UltBookSmitePlaceholder";
|
487
|
-
readonly name: "Placeholder and Attack-Smite";
|
488
|
-
readonly description: "This slot will be replaced by another champion's ultimate and you will gain Attack-Smite. There will be 30 seconds to select an ultimate. Be prepared!";
|
489
|
-
readonly tooltip: "Will be replaced by your Ultimate Summoner Spell.<br /><br />Gain Attack-Smite. Attack-Smite will execute allied Buff Monsters, Epic Monsters, and Scuttle Crabs when you attack them.<br /><br /><attention>Attack-Smite does not have a cooldown.</attention>{{ spellmodifierdescriptionappend }}";
|
490
|
-
readonly maxrank: 1;
|
491
|
-
readonly cooldown: readonly [0];
|
492
|
-
readonly cooldownBurn: "0";
|
493
|
-
readonly cost: readonly [0];
|
494
|
-
readonly costBurn: "0";
|
495
|
-
readonly datavalues: {};
|
496
|
-
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
497
|
-
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
498
|
-
readonly vars: readonly [];
|
499
|
-
readonly key: "55";
|
500
|
-
readonly summonerLevel: 1;
|
501
|
-
readonly modes: readonly ["ULTBOOK"];
|
502
|
-
readonly costType: " ";
|
503
|
-
readonly maxammo: "-1";
|
504
|
-
readonly range: readonly [400];
|
505
|
-
readonly rangeBurn: "400";
|
506
|
-
readonly image: {
|
507
|
-
readonly full: "Summoner_UltBookSmitePlaceholder.png";
|
508
|
-
readonly sprite: "spell0.png";
|
509
|
-
readonly group: "spell";
|
510
|
-
readonly x: 240;
|
511
|
-
readonly y: 48;
|
512
|
-
readonly w: 48;
|
513
|
-
readonly h: 48;
|
514
|
-
};
|
515
|
-
readonly resource: " ";
|
516
|
-
};
|
517
|
-
};
|
518
|
-
};
|
1
|
+
export declare const Summoner: {
|
2
|
+
readonly type: "summoner";
|
3
|
+
readonly version: "13.9.1";
|
4
|
+
readonly data: {
|
5
|
+
readonly SummonerBarrier: {
|
6
|
+
readonly id: "SummonerBarrier";
|
7
|
+
readonly name: "Barrier";
|
8
|
+
readonly description: "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.";
|
9
|
+
readonly tooltip: "Temporarily shields {{ tooltipabsorbeddamage }} damage from your champion for 2 seconds.";
|
10
|
+
readonly maxrank: 1;
|
11
|
+
readonly cooldown: readonly [180];
|
12
|
+
readonly cooldownBurn: "180";
|
13
|
+
readonly cost: readonly [0];
|
14
|
+
readonly costBurn: "0";
|
15
|
+
readonly datavalues: {};
|
16
|
+
readonly effect: readonly [null, readonly [87], readonly [18], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
17
|
+
readonly effectBurn: readonly [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"];
|
18
|
+
readonly vars: readonly [];
|
19
|
+
readonly key: "21";
|
20
|
+
readonly summonerLevel: 4;
|
21
|
+
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
22
|
+
readonly costType: "No Cost";
|
23
|
+
readonly maxammo: "-1";
|
24
|
+
readonly range: readonly [1200];
|
25
|
+
readonly rangeBurn: "1200";
|
26
|
+
readonly image: {
|
27
|
+
readonly full: "SummonerBarrier.png";
|
28
|
+
readonly sprite: "spell0.png";
|
29
|
+
readonly group: "spell";
|
30
|
+
readonly x: 0;
|
31
|
+
readonly y: 0;
|
32
|
+
readonly w: 48;
|
33
|
+
readonly h: 48;
|
34
|
+
};
|
35
|
+
readonly resource: "No Cost";
|
36
|
+
};
|
37
|
+
readonly SummonerBoost: {
|
38
|
+
readonly id: "SummonerBoost";
|
39
|
+
readonly name: "Cleanse";
|
40
|
+
readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and lowers the duration of incoming disables by 65% for 3 seconds.";
|
41
|
+
readonly tooltip: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and reduces the duration of disables by 65% for the next {{ e2 }} seconds.";
|
42
|
+
readonly maxrank: 1;
|
43
|
+
readonly cooldown: readonly [210];
|
44
|
+
readonly cooldownBurn: "210";
|
45
|
+
readonly cost: readonly [0];
|
46
|
+
readonly costBurn: "0";
|
47
|
+
readonly datavalues: {};
|
48
|
+
readonly effect: readonly [null, readonly [0.65], readonly [3], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
49
|
+
readonly effectBurn: readonly [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"];
|
50
|
+
readonly vars: readonly [];
|
51
|
+
readonly key: "1";
|
52
|
+
readonly summonerLevel: 9;
|
53
|
+
readonly modes: readonly ["URF", "NEXUSBLITZ", "ARSR", "ONEFORALL", "ARAM", "CLASSIC", "PRACTICETOOL", "DOOMBOTSTEEMO", "TUTORIAL", "ULTBOOK", "FIRSTBLOOD", "PROJECT"];
|
54
|
+
readonly costType: "No Cost";
|
55
|
+
readonly maxammo: "-1";
|
56
|
+
readonly range: readonly [200];
|
57
|
+
readonly rangeBurn: "200";
|
58
|
+
readonly image: {
|
59
|
+
readonly full: "SummonerBoost.png";
|
60
|
+
readonly sprite: "spell0.png";
|
61
|
+
readonly group: "spell";
|
62
|
+
readonly x: 48;
|
63
|
+
readonly y: 0;
|
64
|
+
readonly w: 48;
|
65
|
+
readonly h: 48;
|
66
|
+
};
|
67
|
+
readonly resource: "No Cost";
|
68
|
+
};
|
69
|
+
readonly SummonerDot: {
|
70
|
+
readonly id: "SummonerDot";
|
71
|
+
readonly name: "Ignite";
|
72
|
+
readonly description: "Ignites target enemy champion, dealing 70-410 true damage (depending on champion level) over 5 seconds, grants you vision of the target, and reduces healing effects on them for the duration.";
|
73
|
+
readonly tooltip: "Ignite deals <span class=\"colorFEFCFF\">{{ tooltiptruedamagecalculation }}</span> true damage to target enemy champion over 5 seconds, grants you vision of the target and applies {{ grievousamount*100 }}% Grievous Wounds for the duration.<br /><br /><rules>(Grievous Wounds reduces healing and regeneration by a percentage equal to the highest value applied. This vision does not reveal stealthed enemies.)</rules>";
|
74
|
+
readonly maxrank: 1;
|
75
|
+
readonly cooldown: readonly [180];
|
76
|
+
readonly cooldownBurn: "180";
|
77
|
+
readonly cost: readonly [0];
|
78
|
+
readonly costBurn: "0";
|
79
|
+
readonly datavalues: {};
|
80
|
+
readonly effect: readonly [null, readonly [5], readonly [10], readonly [4], readonly [100], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
81
|
+
readonly effectBurn: readonly [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"];
|
82
|
+
readonly vars: readonly [];
|
83
|
+
readonly key: "14";
|
84
|
+
readonly summonerLevel: 9;
|
85
|
+
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD"];
|
86
|
+
readonly costType: "No Cost";
|
87
|
+
readonly maxammo: "-1";
|
88
|
+
readonly range: readonly [600];
|
89
|
+
readonly rangeBurn: "600";
|
90
|
+
readonly image: {
|
91
|
+
readonly full: "SummonerDot.png";
|
92
|
+
readonly sprite: "spell0.png";
|
93
|
+
readonly group: "spell";
|
94
|
+
readonly x: 96;
|
95
|
+
readonly y: 0;
|
96
|
+
readonly w: 48;
|
97
|
+
readonly h: 48;
|
98
|
+
};
|
99
|
+
readonly resource: "No Cost";
|
100
|
+
};
|
101
|
+
readonly SummonerExhaust: {
|
102
|
+
readonly id: "SummonerExhaust";
|
103
|
+
readonly name: "Exhaust";
|
104
|
+
readonly description: "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.";
|
105
|
+
readonly tooltip: "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.";
|
106
|
+
readonly maxrank: 1;
|
107
|
+
readonly cooldown: readonly [210];
|
108
|
+
readonly cooldownBurn: "210";
|
109
|
+
readonly cost: readonly [0];
|
110
|
+
readonly costBurn: "0";
|
111
|
+
readonly datavalues: {};
|
112
|
+
readonly effect: readonly [null, readonly [3], readonly [35], readonly [0], readonly [0], readonly [30], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
113
|
+
readonly effectBurn: readonly [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"];
|
114
|
+
readonly vars: readonly [];
|
115
|
+
readonly key: "3";
|
116
|
+
readonly summonerLevel: 4;
|
117
|
+
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR"];
|
118
|
+
readonly costType: "No Cost";
|
119
|
+
readonly maxammo: "-1";
|
120
|
+
readonly range: readonly [650];
|
121
|
+
readonly rangeBurn: "650";
|
122
|
+
readonly image: {
|
123
|
+
readonly full: "SummonerExhaust.png";
|
124
|
+
readonly sprite: "spell0.png";
|
125
|
+
readonly group: "spell";
|
126
|
+
readonly x: 144;
|
127
|
+
readonly y: 0;
|
128
|
+
readonly w: 48;
|
129
|
+
readonly h: 48;
|
130
|
+
};
|
131
|
+
readonly resource: "No Cost";
|
132
|
+
};
|
133
|
+
readonly SummonerFlash: {
|
134
|
+
readonly id: "SummonerFlash";
|
135
|
+
readonly name: "Flash";
|
136
|
+
readonly description: "Teleports your champion a short distance toward your cursor's location.";
|
137
|
+
readonly tooltip: "Teleports your champion a short distance toward your cursor's location.";
|
138
|
+
readonly maxrank: 1;
|
139
|
+
readonly cooldown: readonly [300];
|
140
|
+
readonly cooldownBurn: "300";
|
141
|
+
readonly cost: readonly [0];
|
142
|
+
readonly costBurn: "0";
|
143
|
+
readonly datavalues: {};
|
144
|
+
readonly effect: readonly [null, readonly [400], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
145
|
+
readonly effectBurn: readonly [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
146
|
+
readonly vars: readonly [];
|
147
|
+
readonly key: "4";
|
148
|
+
readonly summonerLevel: 7;
|
149
|
+
readonly modes: readonly ["NEXUSBLITZ", "URF", "PRACTICETOOL", "SNOWURF", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
150
|
+
readonly costType: "No Cost";
|
151
|
+
readonly maxammo: "-1";
|
152
|
+
readonly range: readonly [425];
|
153
|
+
readonly rangeBurn: "425";
|
154
|
+
readonly image: {
|
155
|
+
readonly full: "SummonerFlash.png";
|
156
|
+
readonly sprite: "spell0.png";
|
157
|
+
readonly group: "spell";
|
158
|
+
readonly x: 192;
|
159
|
+
readonly y: 0;
|
160
|
+
readonly w: 48;
|
161
|
+
readonly h: 48;
|
162
|
+
};
|
163
|
+
readonly resource: "No Cost";
|
164
|
+
};
|
165
|
+
readonly SummonerHaste: {
|
166
|
+
readonly id: "SummonerHaste";
|
167
|
+
readonly name: "Ghost";
|
168
|
+
readonly description: "For 10 seconds, your champion can move through units and gains 24 - 48% Move Speed (depending on champion level). Ghost extends its duration on takedown.";
|
169
|
+
readonly tooltip: "For {{ duration }} seconds, your champion can move through units and gains {{ movespeedmod }} Move Speed.<br /><br />Ghost extends its duration by {{ takedownextension }} seconds on takedown.";
|
170
|
+
readonly maxrank: 1;
|
171
|
+
readonly cooldown: readonly [210];
|
172
|
+
readonly cooldownBurn: "210";
|
173
|
+
readonly cost: readonly [0];
|
174
|
+
readonly costBurn: "0";
|
175
|
+
readonly datavalues: {};
|
176
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
177
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
178
|
+
readonly vars: readonly [];
|
179
|
+
readonly key: "6";
|
180
|
+
readonly summonerLevel: 1;
|
181
|
+
readonly modes: readonly ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"];
|
182
|
+
readonly costType: "No Cost";
|
183
|
+
readonly maxammo: "-1";
|
184
|
+
readonly range: readonly [200];
|
185
|
+
readonly rangeBurn: "200";
|
186
|
+
readonly image: {
|
187
|
+
readonly full: "SummonerHaste.png";
|
188
|
+
readonly sprite: "spell0.png";
|
189
|
+
readonly group: "spell";
|
190
|
+
readonly x: 240;
|
191
|
+
readonly y: 0;
|
192
|
+
readonly w: 48;
|
193
|
+
readonly h: 48;
|
194
|
+
};
|
195
|
+
readonly resource: "No Cost";
|
196
|
+
};
|
197
|
+
readonly SummonerHeal: {
|
198
|
+
readonly id: "SummonerHeal";
|
199
|
+
readonly name: "Heal";
|
200
|
+
readonly description: "Restores 80-318 Health (depending on champion level) and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.";
|
201
|
+
readonly tooltip: "Restores {{ tooltiphealamount }} Health and grants 30% Move Speed for 1 second to your champion and target allied champion. This healing is halved for units recently affected by Summoner Heal.<br /><br /><span class=\"colorFFFF00\">If this spell cannot find a target, it will cast on the most wounded allied champion in range.</span>";
|
202
|
+
readonly maxrank: 1;
|
203
|
+
readonly cooldown: readonly [240];
|
204
|
+
readonly cooldownBurn: "240";
|
205
|
+
readonly cost: readonly [0];
|
206
|
+
readonly costBurn: "0";
|
207
|
+
readonly datavalues: {};
|
208
|
+
readonly effect: readonly [null, readonly [0.3], readonly [66], readonly [14], readonly [0.5], readonly [826], readonly [0.5], readonly [0], readonly [0], readonly [0], readonly [0]];
|
209
|
+
readonly effectBurn: readonly [null, "0.3", "66", "14", "0.5", "826", "0.5", "0", "0", "0", "0"];
|
210
|
+
readonly vars: readonly [];
|
211
|
+
readonly key: "7";
|
212
|
+
readonly summonerLevel: 1;
|
213
|
+
readonly modes: readonly ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "PROJECT", "STARGUARDIAN"];
|
214
|
+
readonly costType: "No Cost";
|
215
|
+
readonly maxammo: "-1";
|
216
|
+
readonly range: readonly [850];
|
217
|
+
readonly rangeBurn: "850";
|
218
|
+
readonly image: {
|
219
|
+
readonly full: "SummonerHeal.png";
|
220
|
+
readonly sprite: "spell0.png";
|
221
|
+
readonly group: "spell";
|
222
|
+
readonly x: 288;
|
223
|
+
readonly y: 0;
|
224
|
+
readonly w: 48;
|
225
|
+
readonly h: 48;
|
226
|
+
};
|
227
|
+
readonly resource: "No Cost";
|
228
|
+
};
|
229
|
+
readonly SummonerMana: {
|
230
|
+
readonly id: "SummonerMana";
|
231
|
+
readonly name: "Clarity";
|
232
|
+
readonly description: "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.";
|
233
|
+
readonly tooltip: "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.";
|
234
|
+
readonly maxrank: 1;
|
235
|
+
readonly cooldown: readonly [240];
|
236
|
+
readonly cooldownBurn: "240";
|
237
|
+
readonly cost: readonly [0];
|
238
|
+
readonly costBurn: "0";
|
239
|
+
readonly datavalues: {};
|
240
|
+
readonly effect: readonly [null, readonly [50], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
241
|
+
readonly effectBurn: readonly [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"];
|
242
|
+
readonly vars: readonly [];
|
243
|
+
readonly key: "13";
|
244
|
+
readonly summonerLevel: 6;
|
245
|
+
readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
|
246
|
+
readonly costType: "No Cost";
|
247
|
+
readonly maxammo: "-1";
|
248
|
+
readonly range: readonly [600];
|
249
|
+
readonly rangeBurn: "600";
|
250
|
+
readonly image: {
|
251
|
+
readonly full: "SummonerMana.png";
|
252
|
+
readonly sprite: "spell0.png";
|
253
|
+
readonly group: "spell";
|
254
|
+
readonly x: 336;
|
255
|
+
readonly y: 0;
|
256
|
+
readonly w: 48;
|
257
|
+
readonly h: 48;
|
258
|
+
};
|
259
|
+
readonly resource: "No Cost";
|
260
|
+
};
|
261
|
+
readonly SummonerPoroRecall: {
|
262
|
+
readonly id: "SummonerPoroRecall";
|
263
|
+
readonly name: "To the King!";
|
264
|
+
readonly description: "Quickly travel to the Poro King's side.";
|
265
|
+
readonly tooltip: "<span class=\"colorFFE076\">Passive:</span> Hitting an enemy champion with a Poro gives your team a Poro Mark. Upon reaching 10 Poro Marks, your team summons the Poro King to fight alongside them. While the Poro King is active, no Poro Marks can be scored by either team.<br /><br /><span class=\"colorFFE076\">Active:</span> Quickly dash to King Poro's side. Can only be cast while the Poro King is summoned for your team. <br /><br /><i><span class=\"colorFDD017\">''Poros tug the heartstrings. The rest of you just comes along for the ride.''</span></i></mainText>";
|
266
|
+
readonly maxrank: 1;
|
267
|
+
readonly cooldown: readonly [10];
|
268
|
+
readonly cooldownBurn: "10";
|
269
|
+
readonly cost: readonly [0];
|
270
|
+
readonly costBurn: "0";
|
271
|
+
readonly datavalues: {};
|
272
|
+
readonly effect: readonly [null, readonly [3000], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
273
|
+
readonly effectBurn: readonly [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
274
|
+
readonly vars: readonly [];
|
275
|
+
readonly key: "30";
|
276
|
+
readonly summonerLevel: 1;
|
277
|
+
readonly modes: readonly ["KINGPORO"];
|
278
|
+
readonly costType: "No Cost";
|
279
|
+
readonly maxammo: "-1";
|
280
|
+
readonly range: readonly [200];
|
281
|
+
readonly rangeBurn: "200";
|
282
|
+
readonly image: {
|
283
|
+
readonly full: "SummonerPoroRecall.png";
|
284
|
+
readonly sprite: "spell0.png";
|
285
|
+
readonly group: "spell";
|
286
|
+
readonly x: 384;
|
287
|
+
readonly y: 0;
|
288
|
+
readonly w: 48;
|
289
|
+
readonly h: 48;
|
290
|
+
};
|
291
|
+
readonly resource: "No Cost";
|
292
|
+
};
|
293
|
+
readonly SummonerPoroThrow: {
|
294
|
+
readonly id: "SummonerPoroThrow";
|
295
|
+
readonly name: "Poro Toss";
|
296
|
+
readonly description: "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.";
|
297
|
+
readonly tooltip: "Toss a Poro a long distance, dealing {{ f2 }} true damage to the first enemy unit hit, granting <span class=\"coloree91d7\">True Sight</span> of the target.<br /><br />This ability can be recast for 3 seconds if it hits an enemy to dash to the target hit, dealing {{ f2 }} more true damage and reducing the cooldown of the next Poro Toss by {{ e4 }} seconds.<br /><br />Poros are not blocked by spell shields or wind walls because they are animals, not spells!<br /><br /><i><span class=\"colorFDD017\">''Poros are a model for Runeterran aerodynamics.''</span></i></mainText>";
|
298
|
+
readonly maxrank: 1;
|
299
|
+
readonly cooldown: readonly [20];
|
300
|
+
readonly cooldownBurn: "20";
|
301
|
+
readonly cost: readonly [0];
|
302
|
+
readonly costBurn: "0";
|
303
|
+
readonly datavalues: {};
|
304
|
+
readonly effect: readonly [null, readonly [20], readonly [10], readonly [3], readonly [5], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
305
|
+
readonly effectBurn: readonly [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"];
|
306
|
+
readonly vars: readonly [];
|
307
|
+
readonly key: "31";
|
308
|
+
readonly summonerLevel: 1;
|
309
|
+
readonly modes: readonly ["KINGPORO"];
|
310
|
+
readonly costType: "No Cost";
|
311
|
+
readonly maxammo: "-1";
|
312
|
+
readonly range: readonly [2500];
|
313
|
+
readonly rangeBurn: "2500";
|
314
|
+
readonly image: {
|
315
|
+
readonly full: "SummonerPoroThrow.png";
|
316
|
+
readonly sprite: "spell0.png";
|
317
|
+
readonly group: "spell";
|
318
|
+
readonly x: 432;
|
319
|
+
readonly y: 0;
|
320
|
+
readonly w: 48;
|
321
|
+
readonly h: 48;
|
322
|
+
};
|
323
|
+
readonly resource: "No Cost";
|
324
|
+
};
|
325
|
+
readonly SummonerSmite: {
|
326
|
+
readonly id: "SummonerSmite";
|
327
|
+
readonly name: "Smite";
|
328
|
+
readonly description: "Deals 600-1200 true damage to target monster or minion.";
|
329
|
+
readonly tooltip: "Deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target monster or minion.<br />";
|
330
|
+
readonly maxrank: 1;
|
331
|
+
readonly cooldown: readonly [15];
|
332
|
+
readonly cooldownBurn: "15";
|
333
|
+
readonly cost: readonly [0];
|
334
|
+
readonly costBurn: "0";
|
335
|
+
readonly datavalues: {};
|
336
|
+
readonly effect: readonly [null, readonly [15], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
337
|
+
readonly effectBurn: readonly [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
338
|
+
readonly vars: readonly [];
|
339
|
+
readonly key: "11";
|
340
|
+
readonly summonerLevel: 9;
|
341
|
+
readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"];
|
342
|
+
readonly costType: "No Cost";
|
343
|
+
readonly maxammo: "2";
|
344
|
+
readonly range: readonly [500];
|
345
|
+
readonly rangeBurn: "500";
|
346
|
+
readonly image: {
|
347
|
+
readonly full: "SummonerSmite.png";
|
348
|
+
readonly sprite: "spell0.png";
|
349
|
+
readonly group: "spell";
|
350
|
+
readonly x: 0;
|
351
|
+
readonly y: 48;
|
352
|
+
readonly w: 48;
|
353
|
+
readonly h: 48;
|
354
|
+
};
|
355
|
+
readonly resource: "No Cost";
|
356
|
+
};
|
357
|
+
readonly SummonerSnowURFSnowball_Mark: {
|
358
|
+
readonly id: "SummonerSnowURFSnowball_Mark";
|
359
|
+
readonly name: "Mark";
|
360
|
+
readonly description: "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.";
|
361
|
+
readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>";
|
362
|
+
readonly maxrank: 1;
|
363
|
+
readonly cooldown: readonly [80];
|
364
|
+
readonly cooldownBurn: "80";
|
365
|
+
readonly cost: readonly [0];
|
366
|
+
readonly costBurn: "0";
|
367
|
+
readonly datavalues: {};
|
368
|
+
readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
369
|
+
readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
|
370
|
+
readonly vars: readonly [];
|
371
|
+
readonly key: "39";
|
372
|
+
readonly summonerLevel: 6;
|
373
|
+
readonly modes: readonly ["SNOWURF"];
|
374
|
+
readonly costType: "No Cost";
|
375
|
+
readonly maxammo: "-1";
|
376
|
+
readonly range: readonly [8000];
|
377
|
+
readonly rangeBurn: "8000";
|
378
|
+
readonly image: {
|
379
|
+
readonly full: "SummonerSnowURFSnowball_Mark.png";
|
380
|
+
readonly sprite: "spell0.png";
|
381
|
+
readonly group: "spell";
|
382
|
+
readonly x: 48;
|
383
|
+
readonly y: 48;
|
384
|
+
readonly w: 48;
|
385
|
+
readonly h: 48;
|
386
|
+
};
|
387
|
+
readonly resource: "No Cost";
|
388
|
+
};
|
389
|
+
readonly SummonerSnowball: {
|
390
|
+
readonly id: "SummonerSnowball";
|
391
|
+
readonly name: "Mark";
|
392
|
+
readonly description: "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.";
|
393
|
+
readonly tooltip: "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>";
|
394
|
+
readonly maxrank: 1;
|
395
|
+
readonly cooldown: readonly [80];
|
396
|
+
readonly cooldownBurn: "80";
|
397
|
+
readonly cost: readonly [0];
|
398
|
+
readonly costBurn: "0";
|
399
|
+
readonly datavalues: {};
|
400
|
+
readonly effect: readonly [null, readonly [10], readonly [5], readonly [3], readonly [25], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
401
|
+
readonly effectBurn: readonly [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"];
|
402
|
+
readonly vars: readonly [];
|
403
|
+
readonly key: "32";
|
404
|
+
readonly summonerLevel: 6;
|
405
|
+
readonly modes: readonly ["ARAM", "FIRSTBLOOD"];
|
406
|
+
readonly costType: "No Cost";
|
407
|
+
readonly maxammo: "-1";
|
408
|
+
readonly range: readonly [1600];
|
409
|
+
readonly rangeBurn: "1600";
|
410
|
+
readonly image: {
|
411
|
+
readonly full: "SummonerSnowball.png";
|
412
|
+
readonly sprite: "spell0.png";
|
413
|
+
readonly group: "spell";
|
414
|
+
readonly x: 96;
|
415
|
+
readonly y: 48;
|
416
|
+
readonly w: 48;
|
417
|
+
readonly h: 48;
|
418
|
+
};
|
419
|
+
readonly resource: "No Cost";
|
420
|
+
};
|
421
|
+
readonly SummonerTeleport: {
|
422
|
+
readonly id: "SummonerTeleport";
|
423
|
+
readonly name: "Teleport";
|
424
|
+
readonly description: "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 14 minutes, which teleports your champion to target allied structure, minion, or ward.";
|
425
|
+
readonly tooltip: "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport when Turret Plates fall at 14 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants a {{ msamount*100 }}% Move Speed boost for {{ msduration }} seconds.";
|
426
|
+
readonly maxrank: 1;
|
427
|
+
readonly cooldown: readonly [360];
|
428
|
+
readonly cooldownBurn: "360";
|
429
|
+
readonly cost: readonly [0];
|
430
|
+
readonly costBurn: "0";
|
431
|
+
readonly datavalues: {};
|
432
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
433
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
434
|
+
readonly vars: readonly [];
|
435
|
+
readonly key: "12";
|
436
|
+
readonly summonerLevel: 7;
|
437
|
+
readonly modes: readonly ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"];
|
438
|
+
readonly costType: "No Cost";
|
439
|
+
readonly maxammo: "-1";
|
440
|
+
readonly range: readonly [25000];
|
441
|
+
readonly rangeBurn: "25000";
|
442
|
+
readonly image: {
|
443
|
+
readonly full: "SummonerTeleport.png";
|
444
|
+
readonly sprite: "spell0.png";
|
445
|
+
readonly group: "spell";
|
446
|
+
readonly x: 144;
|
447
|
+
readonly y: 48;
|
448
|
+
readonly w: 48;
|
449
|
+
readonly h: 48;
|
450
|
+
};
|
451
|
+
readonly resource: "No Cost";
|
452
|
+
};
|
453
|
+
readonly Summoner_UltBookPlaceholder: {
|
454
|
+
readonly id: "Summoner_UltBookPlaceholder";
|
455
|
+
readonly name: "Placeholder";
|
456
|
+
readonly description: "This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!";
|
457
|
+
readonly tooltip: "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}";
|
458
|
+
readonly maxrank: 1;
|
459
|
+
readonly cooldown: readonly [0];
|
460
|
+
readonly cooldownBurn: "0";
|
461
|
+
readonly cost: readonly [0];
|
462
|
+
readonly costBurn: "0";
|
463
|
+
readonly datavalues: {};
|
464
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
465
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
466
|
+
readonly vars: readonly [];
|
467
|
+
readonly key: "54";
|
468
|
+
readonly summonerLevel: 1;
|
469
|
+
readonly modes: readonly ["ULTBOOK"];
|
470
|
+
readonly costType: " ";
|
471
|
+
readonly maxammo: "-1";
|
472
|
+
readonly range: readonly [400];
|
473
|
+
readonly rangeBurn: "400";
|
474
|
+
readonly image: {
|
475
|
+
readonly full: "Summoner_UltBookPlaceholder.png";
|
476
|
+
readonly sprite: "spell0.png";
|
477
|
+
readonly group: "spell";
|
478
|
+
readonly x: 192;
|
479
|
+
readonly y: 48;
|
480
|
+
readonly w: 48;
|
481
|
+
readonly h: 48;
|
482
|
+
};
|
483
|
+
readonly resource: " ";
|
484
|
+
};
|
485
|
+
readonly Summoner_UltBookSmitePlaceholder: {
|
486
|
+
readonly id: "Summoner_UltBookSmitePlaceholder";
|
487
|
+
readonly name: "Placeholder and Attack-Smite";
|
488
|
+
readonly description: "This slot will be replaced by another champion's ultimate and you will gain Attack-Smite. There will be 30 seconds to select an ultimate. Be prepared!";
|
489
|
+
readonly tooltip: "Will be replaced by your Ultimate Summoner Spell.<br /><br />Gain Attack-Smite. Attack-Smite will execute allied Buff Monsters, Epic Monsters, and Scuttle Crabs when you attack them.<br /><br /><attention>Attack-Smite does not have a cooldown.</attention>{{ spellmodifierdescriptionappend }}";
|
490
|
+
readonly maxrank: 1;
|
491
|
+
readonly cooldown: readonly [0];
|
492
|
+
readonly cooldownBurn: "0";
|
493
|
+
readonly cost: readonly [0];
|
494
|
+
readonly costBurn: "0";
|
495
|
+
readonly datavalues: {};
|
496
|
+
readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
|
497
|
+
readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
498
|
+
readonly vars: readonly [];
|
499
|
+
readonly key: "55";
|
500
|
+
readonly summonerLevel: 1;
|
501
|
+
readonly modes: readonly ["ULTBOOK"];
|
502
|
+
readonly costType: " ";
|
503
|
+
readonly maxammo: "-1";
|
504
|
+
readonly range: readonly [400];
|
505
|
+
readonly rangeBurn: "400";
|
506
|
+
readonly image: {
|
507
|
+
readonly full: "Summoner_UltBookSmitePlaceholder.png";
|
508
|
+
readonly sprite: "spell0.png";
|
509
|
+
readonly group: "spell";
|
510
|
+
readonly x: 240;
|
511
|
+
readonly y: 48;
|
512
|
+
readonly w: 48;
|
513
|
+
readonly h: 48;
|
514
|
+
};
|
515
|
+
readonly resource: " ";
|
516
|
+
};
|
517
|
+
};
|
518
|
+
};
|