lol-constants 2.20.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. package/assets/constants/BootsItemNames.d.ts +1 -1
  2. package/assets/constants/BootsItemNames.js +3 -1
  3. package/assets/constants/Champion.d.ts +437 -390
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +8408 -5935
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +5 -5
  9. package/assets/constants/RunesReforged.d.ts +45 -66
  10. package/assets/constants/RunesReforged.js +1 -1
  11. package/assets/constants/StatRunes.d.ts +28 -11
  12. package/assets/constants/StatRunes.js +11 -11
  13. package/assets/constants/StatRunesByRow.d.ts +6 -6
  14. package/assets/constants/StatRunesByRow.js +6 -6
  15. package/assets/constants/Summoner.d.ts +36 -36
  16. package/assets/constants/Summoner.js +1 -1
  17. package/assets/scripts/generate-rune-ids.js +2 -4
  18. package/assets/scripts/generate-rune-names.js +2 -4
  19. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  20. package/assets/scripts/generate-stat-rune-names.js +2 -4
  21. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  22. package/core/constants/Champions/ChampionIds.js +1 -1
  23. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  25. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  26. package/core/constants/Champions/ChampionKeys.js +1 -1
  27. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  29. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  30. package/core/constants/Champions/ChampionNames.js +1 -1
  31. package/core/constants/DataDragonUrls.d.ts +16 -16
  32. package/core/constants/DataDragonUrls.js +2 -2
  33. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  34. package/core/constants/Items/BootsItemKeys.js +1 -1
  35. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  36. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  37. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  38. package/core/constants/Items/BootsItemNames.js +1 -1
  39. package/core/constants/Items/ItemKeys.d.ts +9 -6
  40. package/core/constants/Items/ItemKeys.js +1 -1
  41. package/core/constants/Items/ItemKeysNum.d.ts +9 -6
  42. package/core/constants/Items/ItemKeysNum.js +1 -1
  43. package/core/constants/Items/ItemNames.d.ts +9 -6
  44. package/core/constants/Items/ItemNames.js +1 -1
  45. package/core/constants/Items/LegendaryItemKeys.d.ts +6 -5
  46. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  47. package/core/constants/Items/LegendaryItemKeysNum.d.ts +6 -5
  48. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  49. package/core/constants/Items/LegendaryItemNames.d.ts +6 -5
  50. package/core/constants/Items/LegendaryItemNames.js +1 -1
  51. package/core/constants/Runes/NonStatRuneIds.d.ts +5 -8
  52. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  53. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +5 -8
  54. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  55. package/core/constants/Runes/NonStatRuneNames.d.ts +4 -7
  56. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  57. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  58. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  59. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  60. package/core/constants/Runes/RuneSets.d.ts +67 -91
  61. package/core/constants/Runes/RuneSets.js +7 -7
  62. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +73 -97
  63. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  64. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +73 -97
  65. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  66. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  67. package/package.json +28 -27
  68. package/assets/constants/MythicItemNames.d.ts +0 -1
  69. package/assets/constants/MythicItemNames.js +0 -37
  70. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  71. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  72. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  73. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  74. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  75. package/assets/scripts/generate-tree-rune-names.js +0 -22
  76. package/assets/scripts/helpers/getComment.d.ts +0 -1
  77. package/assets/scripts/helpers/getComment.js +0 -8
  78. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  79. package/core/constants/Items/MythicItemKeys.js +0 -4
  80. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  81. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  82. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  83. package/core/constants/Items/MythicItemNames.js +0 -4
  84. package/core/constants/Queues.d.ts +0 -7
  85. package/core/constants/Queues.js +0 -12
  86. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  87. package/core/constants/Runes/TreeRuneIds.js +0 -4
  88. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  89. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  90. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  91. package/core/constants/Runes/TreeRuneNames.js +0 -4
  92. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  93. package/core/helpers/Items/isMythicItemKey.js +0 -8
  94. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  95. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  96. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  97. package/core/helpers/Items/isMythicItemName.js +0 -8
  98. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  99. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  100. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  101. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  102. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  103. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  104. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  105. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  106. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  107. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  108. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  109. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  110. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  111. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  112. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  113. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  114. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  115. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StatRunes = void 0;
4
- exports.StatRunes = {
5
- '5005': 'Offense (AS)',
6
- '5007': 'Offense (AH)',
7
- '5008': 'Offense (AF)',
8
- '5002f': 'Flex (AR)',
9
- '5003f': 'Flex (MR)',
10
- '5008f': 'Flex (AF)',
11
- '5001': 'Defense (HP)',
12
- '5002': 'Defense (AR)',
13
- '5003': 'Defense (MR)',
14
- };
4
+ exports.StatRunes = [
5
+ { id: '5008', description: 'Offense (AF)' },
6
+ { id: '5005', description: 'Offense (AS)' },
7
+ { id: '5007', description: 'Offense (AH)' },
8
+ { id: '5008f', description: 'Flex (AF)' },
9
+ { id: '5010f', description: 'Flex (MS)' },
10
+ { id: '5001f', description: 'Flex (HP+)' },
11
+ { id: '5011', description: 'Defense (HP)' },
12
+ { id: '5013', description: 'Defense (Tenacity + Slow Resist)' },
13
+ { id: '5001', description: 'Defense (HP+)' },
14
+ ];
@@ -1,17 +1,17 @@
1
1
  export declare const StatRunesByRow: {
2
2
  readonly 0: {
3
+ readonly '5008': "Offense (AF)";
3
4
  readonly '5005': "Offense (AS)";
4
5
  readonly '5007': "Offense (AH)";
5
- readonly '5008': "Offense (AF)";
6
6
  };
7
7
  readonly 1: {
8
- readonly '5002f': "Flex (AR)";
9
- readonly '5003f': "Flex (MR)";
10
8
  readonly '5008f': "Flex (AF)";
9
+ readonly '5010f': "Flex (MS)";
10
+ readonly '5001f': "Flex (HP+)";
11
11
  };
12
12
  readonly 2: {
13
- readonly '5001': "Defense (HP)";
14
- readonly '5002': "Defense (AR)";
15
- readonly '5003': "Defense (MR)";
13
+ readonly '5011': "Defense (HP)";
14
+ readonly '5013': "Defense (Tenacity + Slow Resist)";
15
+ readonly '5001': "Defense (HP+)";
16
16
  };
17
17
  };
@@ -3,18 +3,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.StatRunesByRow = void 0;
4
4
  exports.StatRunesByRow = {
5
5
  0: {
6
+ '5008': 'Offense (AF)',
6
7
  '5005': 'Offense (AS)',
7
8
  '5007': 'Offense (AH)',
8
- '5008': 'Offense (AF)',
9
9
  },
10
10
  1: {
11
- '5002f': 'Flex (AR)',
12
- '5003f': 'Flex (MR)',
13
11
  '5008f': 'Flex (AF)',
12
+ '5010f': 'Flex (MS)',
13
+ '5001f': 'Flex (HP+)',
14
14
  },
15
15
  2: {
16
- '5001': 'Defense (HP)',
17
- '5002': 'Defense (AR)',
18
- '5003': 'Defense (MR)',
16
+ '5011': 'Defense (HP)',
17
+ '5013': 'Defense (Tenacity + Slow Resist)',
18
+ '5001': 'Defense (HP+)',
19
19
  },
20
20
  };
@@ -1,20 +1,20 @@
1
1
  export declare const Summoner: {
2
2
  readonly type: "summoner";
3
- readonly version: "14.1.1";
3
+ readonly version: "14.12.1";
4
4
  readonly data: {
5
5
  readonly SummonerBarrier: {
6
6
  readonly id: "SummonerBarrier";
7
7
  readonly name: "Barrier";
8
- readonly description: "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.";
9
- readonly tooltip: "<shield>Shields {{ tooltipabsorbeddamage }}</shield> damage from your champion for 2 seconds.";
8
+ readonly description: "Gain a 120-480 damage Shield for 2.5 seconds.";
9
+ readonly tooltip: "Gain a <shield>{{ shieldstrength }} damage Shield</shield> for {{ shieldduration }} seconds.";
10
10
  readonly maxrank: 1;
11
11
  readonly cooldown: readonly [180];
12
12
  readonly cooldownBurn: "180";
13
13
  readonly cost: readonly [0];
14
14
  readonly costBurn: "0";
15
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"];
16
+ readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
17
+ readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
18
18
  readonly vars: readonly [];
19
19
  readonly key: "21";
20
20
  readonly summonerLevel: 4;
@@ -37,16 +37,16 @@ export declare const Summoner: {
37
37
  readonly SummonerBoost: {
38
38
  readonly id: "SummonerBoost";
39
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.";
40
+ readonly description: "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and gives 75% Tenacity for 3 seconds.";
41
+ readonly tooltip: "Removes all crowd control debuffs (excluding <keyword>Suppression</keyword> and <keyword>Airborne</keyword>) and summoner spell debuffs from you and grants {{ tenacityvalue*100 }}% Tenacity for {{ tenacityduration }} seconds.";
42
42
  readonly maxrank: 1;
43
- readonly cooldown: readonly [210];
44
- readonly cooldownBurn: "210";
43
+ readonly cooldown: readonly [240];
44
+ readonly cooldownBurn: "240";
45
45
  readonly cost: readonly [0];
46
46
  readonly costBurn: "0";
47
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"];
48
+ readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
49
+ readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
50
50
  readonly vars: readonly [];
51
51
  readonly key: "1";
52
52
  readonly summonerLevel: 9;
@@ -133,16 +133,16 @@ export declare const Summoner: {
133
133
  readonly SummonerDot: {
134
134
  readonly id: "SummonerDot";
135
135
  readonly name: "Ignite";
136
- 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.";
137
- 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>";
136
+ readonly description: "Deals 70-410 true damage to target enemy champion over 5 seconds and reduces healing effects on them for the duration.";
137
+ readonly tooltip: "Deals <trueDamage>{{ tooltiptruedamagecalculation }} true damage</trueDamage> to target enemy champion over 5 seconds and applies <keyword>{{ grievousamount*100 }}% Grievous Wounds</keyword> for the duration.<br /><br /><keyword>Wounds</keyword>: Reduces the effectiveness of Healing and Regeneration effects.";
138
138
  readonly maxrank: 1;
139
139
  readonly cooldown: readonly [180];
140
140
  readonly cooldownBurn: "180";
141
141
  readonly cost: readonly [0];
142
142
  readonly costBurn: "0";
143
143
  readonly datavalues: {};
144
- readonly effect: readonly [null, readonly [5], readonly [10], readonly [4], readonly [100], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
145
- readonly effectBurn: readonly [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"];
144
+ readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
145
+ readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
146
146
  readonly vars: readonly [];
147
147
  readonly key: "14";
148
148
  readonly summonerLevel: 9;
@@ -165,16 +165,16 @@ export declare const Summoner: {
165
165
  readonly SummonerExhaust: {
166
166
  readonly id: "SummonerExhaust";
167
167
  readonly name: "Exhaust";
168
- readonly description: "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.";
169
- readonly tooltip: "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.";
168
+ readonly description: "Slows target enemy champion by 40% and reduces their damage dealt by 35% for 3 seconds.";
169
+ readonly tooltip: "<keyword>Slows</keyword> target enemy champion by {{ slow }}% and reduces their damage dealt by {{ damagereduction }}% for {{ debuffduration }} seconds.";
170
170
  readonly maxrank: 1;
171
- readonly cooldown: readonly [210];
172
- readonly cooldownBurn: "210";
171
+ readonly cooldown: readonly [240];
172
+ readonly cooldownBurn: "240";
173
173
  readonly cost: readonly [0];
174
174
  readonly costBurn: "0";
175
175
  readonly datavalues: {};
176
- readonly effect: readonly [null, readonly [3], readonly [35], readonly [0], readonly [0], readonly [30], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
177
- readonly effectBurn: readonly [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"];
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
178
  readonly vars: readonly [];
179
179
  readonly key: "3";
180
180
  readonly summonerLevel: 4;
@@ -197,8 +197,8 @@ export declare const Summoner: {
197
197
  readonly SummonerFlash: {
198
198
  readonly id: "SummonerFlash";
199
199
  readonly name: "Flash";
200
- readonly description: "Teleports your champion a short distance toward your cursor's location.";
201
- readonly tooltip: "Teleports your champion a short distance toward your cursor's location.";
200
+ readonly description: "Teleports you a short distance toward your cursor.";
201
+ readonly tooltip: "Teleports you a short distance toward your cursor.";
202
202
  readonly maxrank: 1;
203
203
  readonly cooldown: readonly [300];
204
204
  readonly cooldownBurn: "300";
@@ -229,11 +229,11 @@ export declare const Summoner: {
229
229
  readonly SummonerHaste: {
230
230
  readonly id: "SummonerHaste";
231
231
  readonly name: "Ghost";
232
- readonly description: "Your champion can move through units and gains 24 - 48% Move Speed (depending on champion level) for 15 seconds.";
233
- readonly tooltip: "Gain <speed>{{ movespeedmod }} Move Speed</speed> for the next {{ duration }} seconds. Your champion can move through units for the duration.";
232
+ readonly description: "Gain 24 - 48% Move Speed and ignore unit collision for 10 seconds.";
233
+ readonly tooltip: "Gain <speed>{{ movespeedmod }} Move Speed</speed> and become <keyword>Ghosted</keyword> for {{ duration }} seconds.<br /><br /><keyword>Ghost</keyword>: Ignore collision with other units.";
234
234
  readonly maxrank: 1;
235
- readonly cooldown: readonly [210];
236
- readonly cooldownBurn: "210";
235
+ readonly cooldown: readonly [240];
236
+ readonly cooldownBurn: "240";
237
237
  readonly cost: readonly [0];
238
238
  readonly costBurn: "0";
239
239
  readonly datavalues: {};
@@ -262,23 +262,23 @@ export declare const Summoner: {
262
262
  readonly id: "SummonerHeal";
263
263
  readonly name: "Heal";
264
264
  readonly description: "Restores 80-318 Health 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.";
265
- readonly tooltip: "Restores <healing>{{ tooltiphealamount }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for 1 second to your champion and target allied champion.<br /><br /><rules>If this spell cannot find a target, it will cast on the most wounded allied champion in range.<br />This healing is halved for units recently affected by Summoner Heal.</rules>";
265
+ readonly tooltip: "Restores <healing>{{ totalheal }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for {{ movespeedduration }} second to you and target allied champion.<br /><br /><rules>If cast without a target, it will cast on the most wounded allied champion in range.<br />Healing is halved on units recently affected by Summoner Heal.</rules>";
266
266
  readonly maxrank: 1;
267
267
  readonly cooldown: readonly [240];
268
268
  readonly cooldownBurn: "240";
269
269
  readonly cost: readonly [0];
270
270
  readonly costBurn: "0";
271
271
  readonly datavalues: {};
272
- readonly effect: readonly [null, readonly [0.3], readonly [0], readonly [0], readonly [0.5], readonly [826], readonly [0.5], readonly [0], readonly [0], readonly [0], readonly [0]];
273
- readonly effectBurn: readonly [null, "0.3", "0", "0", "0.5", "826", "0.5", "0", "0", "0", "0"];
272
+ readonly effect: readonly [null, readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0], readonly [0]];
273
+ readonly effectBurn: readonly [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
274
274
  readonly vars: readonly [];
275
275
  readonly key: "7";
276
276
  readonly summonerLevel: 1;
277
277
  readonly modes: readonly ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"];
278
278
  readonly costType: "No Cost";
279
279
  readonly maxammo: "-1";
280
- readonly range: readonly [850];
281
- readonly rangeBurn: "850";
280
+ readonly range: readonly [875];
281
+ readonly rangeBurn: "875";
282
282
  readonly image: {
283
283
  readonly full: "SummonerHeal.png";
284
284
  readonly sprite: "spell0.png";
@@ -389,8 +389,8 @@ export declare const Summoner: {
389
389
  readonly SummonerSmite: {
390
390
  readonly id: "SummonerSmite";
391
391
  readonly name: "Smite";
392
- readonly description: "Deals 600-1200 true damage to target monster.";
393
- readonly tooltip: "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.<br /><br /><rules>Cannot be cast on small monsters.</rules>";
392
+ readonly description: "Deals 600-1200 true damage to target large monster.";
393
+ readonly tooltip: "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target large monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.";
394
394
  readonly maxrank: 1;
395
395
  readonly cooldown: readonly [15];
396
396
  readonly cooldownBurn: "15";
@@ -485,8 +485,8 @@ export declare const Summoner: {
485
485
  readonly SummonerTeleport: {
486
486
  readonly id: "SummonerTeleport";
487
487
  readonly name: "Teleport";
488
- readonly description: "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which teleports your champion to target allied structure, minion, or ward.";
489
- readonly tooltip: "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 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.";
488
+ readonly description: "After channeling for 4 seconds, teleport to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which allows you to target allied structures, minions, or wards.";
489
+ readonly tooltip: "After channeling for {{ channelduration }} seconds, teleport to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants {{ msamount*100 }}% Move Speed for {{ msduration }} seconds.";
490
490
  readonly maxrank: 1;
491
491
  readonly cooldown: readonly [360];
492
492
  readonly cooldownBurn: "360";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Summoner = void 0;
4
- exports.Summoner = { "type": "summoner", "version": "14.1.1", "data": { "SummonerBarrier": { "id": "SummonerBarrier", "name": "Barrier", "description": "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.", "tooltip": "<shield>Shields {{ tooltipabsorbeddamage }}</shield> damage from your champion for 2 seconds.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [87], [18], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "21", "summonerLevel": 4, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [1200], "rangeBurn": "1200", "image": { "full": "SummonerBarrier.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerBoost": { "id": "SummonerBoost", "name": "Cleanse", "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.", "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.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.65], [3], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "1", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerBoost.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerCherryFlash": { "id": "SummonerCherryFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.<br /><br />Cannot be cast again for one full round <rules>(a round consists of both a buy phase and a combat phase).</rules>", "maxrank": 1, "cooldown": [0.25], "cooldownBurn": "0.25", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "2202", "summonerLevel": 1, "modes": ["CHERRY"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerCherryFlash.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerCherryHold": { "id": "SummonerCherryHold", "name": "Flee", "description": "Gain a short burst of Move Speed, increased while running away from enemy champions.", "tooltip": "<keywordMajor>Active Spell Slot:</keywordMajor> Augments that grant a Summoner Spell will replace this slot.<br /><br />Gain <moveSpeed>{{ basems*100 }}% Move Speed</moveSpeed> for {{ duration }} seconds, increased by {{ bonusmsperenemybehind*100 }}% for each enemy behind you.", "maxrank": 1, "cooldown": [45], "cooldownBurn": "45", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "2201", "summonerLevel": 1, "modes": ["CHERRY"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerCherryHold.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerDot": { "id": "SummonerDot", "name": "Ignite", "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.", "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>", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [5], [10], [4], [100], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "14", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerDot.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerExhaust": { "id": "SummonerExhaust", "name": "Exhaust", "description": "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.", "tooltip": "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3], [35], [0], [0], [30], [0], [0], [0], [0], [0]], "effectBurn": [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"], "vars": [], "key": "3", "summonerLevel": 4, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [650], "rangeBurn": "650", "image": { "full": "SummonerExhaust.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerFlash": { "id": "SummonerFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.", "maxrank": 1, "cooldown": [300], "cooldownBurn": "300", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "4", "summonerLevel": 7, "modes": ["PRACTICETOOL", "CLASSIC", "ARSR", "ARAM", "NEXUSBLITZ", "ULTBOOK", "TUTORIAL", "FIRSTBLOOD", "ASSASSINATE", "DOOMBOTSTEEMO", "URF", "STARGUARDIAN", "PROJECT", "WIPMODEWIP", "SNOWURF", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerFlash.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHaste": { "id": "SummonerHaste", "name": "Ghost", "description": "Your champion can move through units and gains 24 - 48% Move Speed (depending on champion level) for 15 seconds.", "tooltip": "Gain <speed>{{ movespeedmod }} Move Speed</speed> for the next {{ duration }} seconds. Your champion can move through units for the duration.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "6", "summonerLevel": 1, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerHaste.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHeal": { "id": "SummonerHeal", "name": "Heal", "description": "Restores 80-318 Health 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.", "tooltip": "Restores <healing>{{ tooltiphealamount }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for 1 second to your champion and target allied champion.<br /><br /><rules>If this spell cannot find a target, it will cast on the most wounded allied champion in range.<br />This healing is halved for units recently affected by Summoner Heal.</rules>", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.3], [0], [0], [0.5], [826], [0.5], [0], [0], [0], [0]], "effectBurn": [null, "0.3", "0", "0", "0.5", "826", "0.5", "0", "0", "0", "0"], "vars": [], "key": "7", "summonerLevel": 1, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [850], "rangeBurn": "850", "image": { "full": "SummonerHeal.png", "sprite": "spell0.png", "group": "spell", "x": 384, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerMana": { "id": "SummonerMana", "name": "Clarity", "description": "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.", "tooltip": "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [50], [25], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "13", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerMana.png", "sprite": "spell0.png", "group": "spell", "x": 432, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroRecall": { "id": "SummonerPoroRecall", "name": "To the King!", "description": "Quickly travel to the Poro King's side.", "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>", "maxrank": 1, "cooldown": [10], "cooldownBurn": "10", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3000], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "30", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerPoroRecall.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroThrow": { "id": "SummonerPoroThrow", "name": "Poro Toss", "description": "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.", "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>", "maxrank": 1, "cooldown": [20], "cooldownBurn": "20", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "31", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [2500], "rangeBurn": "2500", "image": { "full": "SummonerPoroThrow.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSmite": { "id": "SummonerSmite", "name": "Smite", "description": "Deals 600-1200 true damage to target monster.", "tooltip": "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.<br /><br /><rules>Cannot be cast on small monsters.</rules>", "maxrank": 1, "cooldown": [15], "cooldownBurn": "15", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [15], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "11", "summonerLevel": 3, "modes": ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "2", "range": [500], "rangeBurn": "500", "image": { "full": "SummonerSmite.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowURFSnowball_Mark": { "id": "SummonerSnowURFSnowball_Mark", "name": "Mark", "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.", "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>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "39", "summonerLevel": 6, "modes": ["SNOWURF"], "costType": "No Cost", "maxammo": "-1", "range": [8000], "rangeBurn": "8000", "image": { "full": "SummonerSnowURFSnowball_Mark.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowball": { "id": "SummonerSnowball", "name": "Mark", "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.", "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>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "32", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [1600], "rangeBurn": "1600", "image": { "full": "SummonerSnowball.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerTeleport": { "id": "SummonerTeleport", "name": "Teleport", "description": "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which teleports your champion to target allied structure, minion, or ward.", "tooltip": "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 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.", "maxrank": 1, "cooldown": [360], "cooldownBurn": "360", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "12", "summonerLevel": 7, "modes": ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerTeleport.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "Summoner_UltBookPlaceholder": { "id": "Summoner_UltBookPlaceholder", "name": "Placeholder", "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!", "tooltip": "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "54", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookPlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" }, "Summoner_UltBookSmitePlaceholder": { "id": "Summoner_UltBookSmitePlaceholder", "name": "Placeholder and Attack-Smite", "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!", "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 }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "55", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookSmitePlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" } } };
4
+ exports.Summoner = { "type": "summoner", "version": "14.12.1", "data": { "SummonerBarrier": { "id": "SummonerBarrier", "name": "Barrier", "description": "Gain a 120-480 damage Shield for 2.5 seconds.", "tooltip": "Gain a <shield>{{ shieldstrength }} damage Shield</shield> for {{ shieldduration }} seconds.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "21", "summonerLevel": 4, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [1200], "rangeBurn": "1200", "image": { "full": "SummonerBarrier.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerBoost": { "id": "SummonerBoost", "name": "Cleanse", "description": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and gives 75% Tenacity for 3 seconds.", "tooltip": "Removes all crowd control debuffs (excluding <keyword>Suppression</keyword> and <keyword>Airborne</keyword>) and summoner spell debuffs from you and grants {{ tenacityvalue*100 }}% Tenacity for {{ tenacityduration }} seconds.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "1", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerBoost.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerCherryFlash": { "id": "SummonerCherryFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.<br /><br />Cannot be cast again for one full round <rules>(a round consists of both a buy phase and a combat phase).</rules>", "maxrank": 1, "cooldown": [0.25], "cooldownBurn": "0.25", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "2202", "summonerLevel": 1, "modes": ["CHERRY"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerCherryFlash.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerCherryHold": { "id": "SummonerCherryHold", "name": "Flee", "description": "Gain a short burst of Move Speed, increased while running away from enemy champions.", "tooltip": "<keywordMajor>Active Spell Slot:</keywordMajor> Augments that grant a Summoner Spell will replace this slot.<br /><br />Gain <moveSpeed>{{ basems*100 }}% Move Speed</moveSpeed> for {{ duration }} seconds, increased by {{ bonusmsperenemybehind*100 }}% for each enemy behind you.", "maxrank": 1, "cooldown": [45], "cooldownBurn": "45", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "2201", "summonerLevel": 1, "modes": ["CHERRY"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerCherryHold.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerDot": { "id": "SummonerDot", "name": "Ignite", "description": "Deals 70-410 true damage to target enemy champion over 5 seconds and reduces healing effects on them for the duration.", "tooltip": "Deals <trueDamage>{{ tooltiptruedamagecalculation }} true damage</trueDamage> to target enemy champion over 5 seconds and applies <keyword>{{ grievousamount*100 }}% Grievous Wounds</keyword> for the duration.<br /><br /><keyword>Wounds</keyword>: Reduces the effectiveness of Healing and Regeneration effects.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "14", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerDot.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerExhaust": { "id": "SummonerExhaust", "name": "Exhaust", "description": "Slows target enemy champion by 40% and reduces their damage dealt by 35% for 3 seconds.", "tooltip": "<keyword>Slows</keyword> target enemy champion by {{ slow }}% and reduces their damage dealt by {{ damagereduction }}% for {{ debuffduration }} seconds.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "3", "summonerLevel": 4, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [650], "rangeBurn": "650", "image": { "full": "SummonerExhaust.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerFlash": { "id": "SummonerFlash", "name": "Flash", "description": "Teleports you a short distance toward your cursor.", "tooltip": "Teleports you a short distance toward your cursor.", "maxrank": 1, "cooldown": [300], "cooldownBurn": "300", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "4", "summonerLevel": 7, "modes": ["PRACTICETOOL", "CLASSIC", "ARSR", "ARAM", "NEXUSBLITZ", "ULTBOOK", "TUTORIAL", "FIRSTBLOOD", "ASSASSINATE", "DOOMBOTSTEEMO", "URF", "STARGUARDIAN", "PROJECT", "WIPMODEWIP", "SNOWURF", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerFlash.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHaste": { "id": "SummonerHaste", "name": "Ghost", "description": "Gain 24 - 48% Move Speed and ignore unit collision for 10 seconds.", "tooltip": "Gain <speed>{{ movespeedmod }} Move Speed</speed> and become <keyword>Ghosted</keyword> for {{ duration }} seconds.<br /><br /><keyword>Ghost</keyword>: Ignore collision with other units.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "6", "summonerLevel": 1, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "FIRSTBLOOD", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerHaste.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHeal": { "id": "SummonerHeal", "name": "Heal", "description": "Restores 80-318 Health 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.", "tooltip": "Restores <healing>{{ totalheal }} Health</healing> and grants <speed>{{ movespeed*100 }}% Move Speed</speed> for {{ movespeedduration }} second to you and target allied champion.<br /><br /><rules>If cast without a target, it will cast on the most wounded allied champion in range.<br />Healing is halved on units recently affected by Summoner Heal.</rules>", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "7", "summonerLevel": 1, "modes": ["URF", "CLASSIC", "ARSR", "ARAM", "ASSASSINATE", "TUTORIAL_MODULE_2", "TUTORIAL_MODULE_1", "ULTBOOK", "WIPMODEWIP", "TUTORIAL", "DOOMBOTSTEEMO", "PRACTICETOOL", "NEXUSBLITZ", "STARGUARDIAN", "PROJECT", "ONEFORALL"], "costType": "No Cost", "maxammo": "-1", "range": [875], "rangeBurn": "875", "image": { "full": "SummonerHeal.png", "sprite": "spell0.png", "group": "spell", "x": 384, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerMana": { "id": "SummonerMana", "name": "Clarity", "description": "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.", "tooltip": "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [50], [25], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "13", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerMana.png", "sprite": "spell0.png", "group": "spell", "x": 432, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroRecall": { "id": "SummonerPoroRecall", "name": "To the King!", "description": "Quickly travel to the Poro King's side.", "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>", "maxrank": 1, "cooldown": [10], "cooldownBurn": "10", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3000], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "30", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerPoroRecall.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroThrow": { "id": "SummonerPoroThrow", "name": "Poro Toss", "description": "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.", "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>", "maxrank": 1, "cooldown": [20], "cooldownBurn": "20", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "31", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [2500], "rangeBurn": "2500", "image": { "full": "SummonerPoroThrow.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSmite": { "id": "SummonerSmite", "name": "Smite", "description": "Deals 600-1200 true damage to target large monster.", "tooltip": "Deals <trueDamage>{{ smitebasedamage }} true damage</trueDamage> to target large monster or lane minion.<br /><br />Deals <trueDamage>{{ firstpvpdamage }} true damage</trueDamage> to champion pets.", "maxrank": 1, "cooldown": [15], "cooldownBurn": "15", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [15], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "11", "summonerLevel": 3, "modes": ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "2", "range": [500], "rangeBurn": "500", "image": { "full": "SummonerSmite.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowURFSnowball_Mark": { "id": "SummonerSnowURFSnowball_Mark", "name": "Mark", "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.", "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>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "39", "summonerLevel": 6, "modes": ["SNOWURF"], "costType": "No Cost", "maxammo": "-1", "range": [8000], "rangeBurn": "8000", "image": { "full": "SummonerSnowURFSnowball_Mark.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowball": { "id": "SummonerSnowball", "name": "Mark", "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.", "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>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "32", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [1600], "rangeBurn": "1600", "image": { "full": "SummonerSnowball.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerTeleport": { "id": "SummonerTeleport", "name": "Teleport", "description": "After channeling for 4 seconds, teleport to target allied structure. Upgrades to Unleashed Teleport at 10 minutes, which allows you to target allied structures, minions, or wards.", "tooltip": "After channeling for {{ channelduration }} seconds, teleport to target allied structure.<br /><br />Upgrades to Unleashed Teleport at 10 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants {{ msamount*100 }}% Move Speed for {{ msduration }} seconds.", "maxrank": 1, "cooldown": [360], "cooldownBurn": "360", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "12", "summonerLevel": 7, "modes": ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerTeleport.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "Summoner_UltBookPlaceholder": { "id": "Summoner_UltBookPlaceholder", "name": "Placeholder", "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!", "tooltip": "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "54", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookPlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" }, "Summoner_UltBookSmitePlaceholder": { "id": "Summoner_UltBookSmitePlaceholder", "name": "Placeholder and Attack-Smite", "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!", "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 }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "55", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookSmitePlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" } } };
@@ -15,10 +15,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
15
15
  }
16
16
  }
17
17
  // Add Stat Runes
18
- let statRuneId;
19
- for (statRuneId in StatRunes_1.StatRunes) {
20
- const statRuneName = StatRunes_1.StatRunes[statRuneId];
21
- runeIds[statRuneName] = statRuneId;
18
+ for (const { description, id: statRuneId, } of StatRunes_1.StatRunes) {
19
+ runeIds[description] = statRuneId;
22
20
  }
23
21
  // Write to file
24
22
  const constName = 'RuneIds';
@@ -14,10 +14,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
14
14
  }
15
15
  }
16
16
  // Add Stat Runes
17
- let statRuneId;
18
- for (statRuneId in StatRunes_1.StatRunes) {
19
- const statRuneName = StatRunes_1.StatRunes[statRuneId];
20
- runeNames[statRuneId] = statRuneName;
17
+ for (const { description, id: statRuneId, } of StatRunes_1.StatRunes) {
18
+ runeNames[statRuneId] = description;
21
19
  }
22
20
  // Write to file
23
21
  const constName = 'RuneNames';
@@ -6,10 +6,8 @@ const RuneIdComment_1 = require("./constants/RuneIdComment");
6
6
  (async () => {
7
7
  const runeIds = {};
8
8
  // Add Stat Runes
9
- let statRuneId;
10
- for (statRuneId in StatRunes_1.StatRunes) {
11
- const statRuneName = StatRunes_1.StatRunes[statRuneId];
12
- runeIds[statRuneName] = statRuneId;
9
+ for (const { description, id: statRuneId, } of StatRunes_1.StatRunes) {
10
+ runeIds[description] = statRuneId;
13
11
  }
14
12
  // Write to file
15
13
  const constName = 'StatRuneIds';
@@ -5,10 +5,8 @@ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
5
5
  (async () => {
6
6
  const runeNames = {};
7
7
  // Add Stat Runes
8
- let statRuneId;
9
- for (statRuneId in StatRunes_1.StatRunes) {
10
- const statRuneName = StatRunes_1.StatRunes[statRuneId];
11
- runeNames[statRuneId] = statRuneName;
8
+ for (const { description, id: statRuneId, } of StatRunes_1.StatRunes) {
9
+ runeNames[statRuneId] = description;
12
10
  }
13
11
  // Write to file
14
12
  const constName = 'StatRuneNames';
@@ -162,6 +162,7 @@ export declare const ChampionIds: {
162
162
  readonly "888": "Renata";
163
163
  readonly "895": "Nilah";
164
164
  readonly "897": "KSante";
165
+ readonly "901": "Smolder";
165
166
  readonly "902": "Milio";
166
167
  readonly "910": "Hwei";
167
168
  readonly "950": "Naafiri";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionIds = void 0;
4
- exports.ChampionIds = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "TwistedFate", "5": "XinZhao", "6": "Urgot", "7": "Leblanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "MasterYi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu", "21": "MissFortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Chogath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "DrMundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "JarvanIV", "60": "Elise", "61": "Orianna", "62": "MonkeyKing", "63": "Brand", "64": "LeeSin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "KogMaw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Khazix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "AurelionSol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kaisa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Velkoz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Belveth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "TahmKench", "233": "Briar", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "RekSai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata", "895": "Nilah", "897": "KSante", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
4
+ exports.ChampionIds = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "TwistedFate", "5": "XinZhao", "6": "Urgot", "7": "Leblanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "MasterYi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu", "21": "MissFortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Chogath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "DrMundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "JarvanIV", "60": "Elise", "61": "Orianna", "62": "MonkeyKing", "63": "Brand", "64": "LeeSin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "KogMaw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Khazix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "AurelionSol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kaisa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Velkoz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Belveth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "TahmKench", "233": "Briar", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "RekSai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata", "895": "Nilah", "897": "KSante", "901": "Smolder", "902": "Milio", "910": "Hwei", "950": "Naafiri" };
@@ -122,6 +122,7 @@ export declare const ChampionIdsByName: {
122
122
  readonly Sion: "Sion";
123
123
  readonly Sivir: "Sivir";
124
124
  readonly Skarner: "Skarner";
125
+ readonly Smolder: "Smolder";
125
126
  readonly Sona: "Sona";
126
127
  readonly Soraka: "Soraka";
127
128
  readonly Swain: "Swain";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionIdsByName = void 0;
4
- exports.ChampionIdsByName = { "Aatrox": "Aatrox", "Ahri": "Ahri", "Akali": "Akali", "Akshan": "Akshan", "Alistar": "Alistar", "Amumu": "Amumu", "Anivia": "Anivia", "Annie": "Annie", "Aphelios": "Aphelios", "Ashe": "Ashe", "Aurelion Sol": "AurelionSol", "Azir": "Azir", "Bard": "Bard", "Bel'Veth": "Belveth", "Blitzcrank": "Blitzcrank", "Brand": "Brand", "Braum": "Braum", "Briar": "Briar", "Caitlyn": "Caitlyn", "Camille": "Camille", "Cassiopeia": "Cassiopeia", "Cho'Gath": "Chogath", "Corki": "Corki", "Darius": "Darius", "Diana": "Diana", "Draven": "Draven", "Dr. Mundo": "DrMundo", "Ekko": "Ekko", "Elise": "Elise", "Evelynn": "Evelynn", "Ezreal": "Ezreal", "Fiddlesticks": "Fiddlesticks", "Fiora": "Fiora", "Fizz": "Fizz", "Galio": "Galio", "Gangplank": "Gangplank", "Garen": "Garen", "Gnar": "Gnar", "Gragas": "Gragas", "Graves": "Graves", "Gwen": "Gwen", "Hecarim": "Hecarim", "Heimerdinger": "Heimerdinger", "Hwei": "Hwei", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Naafiri": "Naafiri", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Sona": "Sona", "Soraka": "Soraka", "Swain": "Swain", "Sylas": "Sylas", "Syndra": "Syndra", "Tahm Kench": "TahmKench", "Taliyah": "Taliyah", "Talon": "Talon", "Taric": "Taric", "Teemo": "Teemo", "Thresh": "Thresh", "Tristana": "Tristana", "Trundle": "Trundle", "Tryndamere": "Tryndamere", "Twisted Fate": "TwistedFate", "Twitch": "Twitch", "Udyr": "Udyr", "Urgot": "Urgot", "Varus": "Varus", "Vayne": "Vayne", "Veigar": "Veigar", "Vel'Koz": "Velkoz", "Vex": "Vex", "Vi": "Vi", "Viego": "Viego", "Viktor": "Viktor", "Vladimir": "Vladimir", "Volibear": "Volibear", "Warwick": "Warwick", "Xayah": "Xayah", "Xerath": "Xerath", "Xin Zhao": "XinZhao", "Yasuo": "Yasuo", "Yone": "Yone", "Yorick": "Yorick", "Yuumi": "Yuumi", "Zac": "Zac", "Zed": "Zed", "Zeri": "Zeri", "Ziggs": "Ziggs", "Zilean": "Zilean", "Zoe": "Zoe", "Zyra": "Zyra" };
4
+ exports.ChampionIdsByName = { "Aatrox": "Aatrox", "Ahri": "Ahri", "Akali": "Akali", "Akshan": "Akshan", "Alistar": "Alistar", "Amumu": "Amumu", "Anivia": "Anivia", "Annie": "Annie", "Aphelios": "Aphelios", "Ashe": "Ashe", "Aurelion Sol": "AurelionSol", "Azir": "Azir", "Bard": "Bard", "Bel'Veth": "Belveth", "Blitzcrank": "Blitzcrank", "Brand": "Brand", "Braum": "Braum", "Briar": "Briar", "Caitlyn": "Caitlyn", "Camille": "Camille", "Cassiopeia": "Cassiopeia", "Cho'Gath": "Chogath", "Corki": "Corki", "Darius": "Darius", "Diana": "Diana", "Draven": "Draven", "Dr. Mundo": "DrMundo", "Ekko": "Ekko", "Elise": "Elise", "Evelynn": "Evelynn", "Ezreal": "Ezreal", "Fiddlesticks": "Fiddlesticks", "Fiora": "Fiora", "Fizz": "Fizz", "Galio": "Galio", "Gangplank": "Gangplank", "Garen": "Garen", "Gnar": "Gnar", "Gragas": "Gragas", "Graves": "Graves", "Gwen": "Gwen", "Hecarim": "Hecarim", "Heimerdinger": "Heimerdinger", "Hwei": "Hwei", "Illaoi": "Illaoi", "Irelia": "Irelia", "Ivern": "Ivern", "Janna": "Janna", "Jarvan IV": "JarvanIV", "Jax": "Jax", "Jayce": "Jayce", "Jhin": "Jhin", "Jinx": "Jinx", "Kai'Sa": "Kaisa", "Kalista": "Kalista", "Karma": "Karma", "Karthus": "Karthus", "Kassadin": "Kassadin", "Katarina": "Katarina", "Kayle": "Kayle", "Kayn": "Kayn", "Kennen": "Kennen", "Kha'Zix": "Khazix", "Kindred": "Kindred", "Kled": "Kled", "Kog'Maw": "KogMaw", "K'Sante": "KSante", "LeBlanc": "Leblanc", "Lee Sin": "LeeSin", "Leona": "Leona", "Lillia": "Lillia", "Lissandra": "Lissandra", "Lucian": "Lucian", "Lulu": "Lulu", "Lux": "Lux", "Malphite": "Malphite", "Malzahar": "Malzahar", "Maokai": "Maokai", "Master Yi": "MasterYi", "Milio": "Milio", "Miss Fortune": "MissFortune", "Wukong": "MonkeyKing", "Mordekaiser": "Mordekaiser", "Morgana": "Morgana", "Naafiri": "Naafiri", "Nami": "Nami", "Nasus": "Nasus", "Nautilus": "Nautilus", "Neeko": "Neeko", "Nidalee": "Nidalee", "Nilah": "Nilah", "Nocturne": "Nocturne", "Nunu & Willump": "Nunu", "Olaf": "Olaf", "Orianna": "Orianna", "Ornn": "Ornn", "Pantheon": "Pantheon", "Poppy": "Poppy", "Pyke": "Pyke", "Qiyana": "Qiyana", "Quinn": "Quinn", "Rakan": "Rakan", "Rammus": "Rammus", "Rek'Sai": "RekSai", "Rell": "Rell", "Renata Glasc": "Renata", "Renekton": "Renekton", "Rengar": "Rengar", "Riven": "Riven", "Rumble": "Rumble", "Ryze": "Ryze", "Samira": "Samira", "Sejuani": "Sejuani", "Senna": "Senna", "Seraphine": "Seraphine", "Sett": "Sett", "Shaco": "Shaco", "Shen": "Shen", "Shyvana": "Shyvana", "Singed": "Singed", "Sion": "Sion", "Sivir": "Sivir", "Skarner": "Skarner", "Smolder": "Smolder", "Sona": "Sona", "Soraka": "Soraka", "Swain": "Swain", "Sylas": "Sylas", "Syndra": "Syndra", "Tahm Kench": "TahmKench", "Taliyah": "Taliyah", "Talon": "Talon", "Taric": "Taric", "Teemo": "Teemo", "Thresh": "Thresh", "Tristana": "Tristana", "Trundle": "Trundle", "Tryndamere": "Tryndamere", "Twisted Fate": "TwistedFate", "Twitch": "Twitch", "Udyr": "Udyr", "Urgot": "Urgot", "Varus": "Varus", "Vayne": "Vayne", "Veigar": "Veigar", "Vel'Koz": "Velkoz", "Vex": "Vex", "Vi": "Vi", "Viego": "Viego", "Viktor": "Viktor", "Vladimir": "Vladimir", "Volibear": "Volibear", "Warwick": "Warwick", "Xayah": "Xayah", "Xerath": "Xerath", "Xin Zhao": "XinZhao", "Yasuo": "Yasuo", "Yone": "Yone", "Yorick": "Yorick", "Yuumi": "Yuumi", "Zac": "Zac", "Zed": "Zed", "Zeri": "Zeri", "Ziggs": "Ziggs", "Zilean": "Zilean", "Zoe": "Zoe", "Zyra": "Zyra" };
@@ -122,6 +122,7 @@ export declare const ChampionKeys: {
122
122
  readonly Sion: "14";
123
123
  readonly Sivir: "15";
124
124
  readonly Skarner: "72";
125
+ readonly Smolder: "901";
125
126
  readonly Sona: "37";
126
127
  readonly Soraka: "16";
127
128
  readonly Swain: "50";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChampionKeys = void 0;
4
- exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Briar": "233", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Hwei": "910", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Naafiri": "950", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };
4
+ exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Briar": "233", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Hwei": "910", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Naafiri": "950", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Smolder": "901", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };