lol-constants 2.25.0 → 2.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/assets/constants/{Champion.d.ts → base/Champion.d.ts} +188 -188
  2. package/assets/constants/base/Champion.js +1 -0
  3. package/assets/constants/{Item.d.ts → base/Item.d.ts} +826 -412
  4. package/assets/constants/base/Item.js +1 -0
  5. package/assets/constants/{RunesReforged.d.ts → base/RunesReforged.d.ts} +5 -5
  6. package/assets/constants/base/RunesReforged.js +1 -0
  7. package/assets/constants/{Summoner.d.ts → base/Summoner.d.ts} +1 -1
  8. package/assets/constants/{Summoner.js → base/Summoner.js} +1 -1
  9. package/assets/index.d.ts +4 -4
  10. package/assets/index.js +4 -4
  11. package/assets/scripts/asset-scripts/champion.js +3 -2
  12. package/assets/scripts/asset-scripts/item.js +3 -2
  13. package/assets/scripts/asset-scripts/runes-reforged.js +3 -2
  14. package/assets/scripts/asset-scripts/summoner.js +3 -2
  15. package/assets/scripts/generate-categorized-item-keys-num.js +1 -1
  16. package/assets/scripts/generate-categorized-item-keys.js +1 -1
  17. package/assets/scripts/generate-categorized-item-names.js +1 -1
  18. package/assets/scripts/generate-champion-ids-by-name.js +1 -1
  19. package/assets/scripts/generate-champion-ids.js +1 -1
  20. package/assets/scripts/generate-champion-keys-num.js +1 -1
  21. package/assets/scripts/generate-champion-keys.js +1 -1
  22. package/assets/scripts/generate-champion-names.js +1 -1
  23. package/assets/scripts/generate-item-keys-num.js +1 -1
  24. package/assets/scripts/generate-item-keys.js +1 -1
  25. package/assets/scripts/generate-item-names.js +1 -1
  26. package/assets/scripts/generate-non-stat-rune-ids-num.js +1 -1
  27. package/assets/scripts/generate-non-stat-rune-ids.js +1 -1
  28. package/assets/scripts/generate-non-stat-rune-names.js +1 -1
  29. package/assets/scripts/generate-rune-ids.js +1 -1
  30. package/assets/scripts/generate-rune-names.js +1 -1
  31. package/assets/scripts/generate-rune-picking-relationships.js +1 -1
  32. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +1 -1
  33. package/assets/scripts/generate-rune-sets-by-rune-names.js +1 -1
  34. package/assets/scripts/generate-rune-sets.js +1 -1
  35. package/assets/scripts/generate-spell-ids-by-name.js +1 -1
  36. package/assets/scripts/generate-spell-ids.js +1 -1
  37. package/assets/scripts/generate-spell-keys-num.js +1 -1
  38. package/assets/scripts/generate-spell-keys.js +1 -1
  39. package/assets/scripts/generate-spell-names.js +1 -1
  40. package/core/Locale.d.ts +2 -0
  41. package/core/Locale.js +1 -0
  42. package/core/PatchVersion.d.ts +1 -0
  43. package/core/PatchVersion.js +1 -0
  44. package/core/constants/DataDragonUrls.d.ts +18 -18
  45. package/core/constants/DataDragonUrls.js +6 -4
  46. package/package.json +2 -2
  47. package/assets/constants/Champion.js +0 -1
  48. package/assets/constants/Item.js +0 -1
  49. package/assets/constants/RunesReforged.js +0 -1
@@ -1,6 +1,6 @@
1
1
  export declare const Item: {
2
2
  readonly type: "item";
3
- readonly version: "14.14.1";
3
+ readonly version: "14.17.1";
4
4
  readonly basic: {
5
5
  readonly name: "";
6
6
  readonly rune: {
@@ -447,7 +447,7 @@ export declare const Item: {
447
447
  };
448
448
  readonly "1033": {
449
449
  readonly name: "Null-Magic Mantle";
450
- readonly description: "<mainText><stats><attention>25</attention> Magic Resist</stats><br><br></mainText>";
450
+ readonly description: "<mainText><stats><attention>20</attention> Magic Resist</stats><br><br></mainText>";
451
451
  readonly colloq: ";";
452
452
  readonly plaintext: "Slightly increases Magic Resist";
453
453
  readonly into: readonly ["1057", "3140", "3193", "3050", "3001", "3155", "3211", "3105", "3111", "3190", "4632"];
@@ -461,10 +461,10 @@ export declare const Item: {
461
461
  readonly h: 48;
462
462
  };
463
463
  readonly gold: {
464
- readonly base: 450;
464
+ readonly base: 400;
465
465
  readonly purchasable: true;
466
- readonly total: 450;
467
- readonly sell: 315;
466
+ readonly total: 400;
467
+ readonly sell: 280;
468
468
  };
469
469
  readonly tags: readonly ["SpellBlock"];
470
470
  readonly maps: {
@@ -476,7 +476,7 @@ export declare const Item: {
476
476
  readonly "33": false;
477
477
  };
478
478
  readonly stats: {
479
- readonly FlatSpellBlockMod: 25;
479
+ readonly FlatSpellBlockMod: 20;
480
480
  };
481
481
  };
482
482
  readonly "1035": {
@@ -699,7 +699,7 @@ export declare const Item: {
699
699
  readonly description: "<mainText><stats><attention>10%</attention> Attack Speed</stats><br><br></mainText>";
700
700
  readonly colloq: ";";
701
701
  readonly plaintext: "Slightly increases Attack Speed";
702
- readonly into: readonly ["1043", "3091", "3086", "3006", "3046", "3051", "3131", "3144", "6631", "6675", "6677"];
702
+ readonly into: readonly ["1043", "3086", "3006", "3046", "3051", "3131", "3144", "6631", "6675", "6677"];
703
703
  readonly image: {
704
704
  readonly full: "1042.png";
705
705
  readonly sprite: "item0.png";
@@ -877,7 +877,7 @@ export declare const Item: {
877
877
  };
878
878
  readonly "1055": {
879
879
  readonly name: "Doran's Blade";
880
- readonly description: "<mainText><stats><attention>10</attention> Attack Damage<br><attention>100</attention> Health<br><attention>3.5%</attention> Life Steal</stats><br><br></mainText>";
880
+ readonly description: "<mainText><stats><attention>10</attention> Attack Damage<br><attention>80</attention> Health<br><attention>3%</attention> Life Steal</stats><br><br></mainText>";
881
881
  readonly colloq: ";dblade";
882
882
  readonly plaintext: "Good starting item for attackers";
883
883
  readonly image: {
@@ -905,9 +905,9 @@ export declare const Item: {
905
905
  readonly "33": false;
906
906
  };
907
907
  readonly stats: {
908
- readonly FlatHPPoolMod: 100;
908
+ readonly FlatHPPoolMod: 80;
909
909
  readonly FlatPhysicalDamageMod: 10;
910
- readonly PercentLifeStealMod: 0.035;
910
+ readonly PercentLifeStealMod: 0.03;
911
911
  };
912
912
  };
913
913
  readonly "1056": {
@@ -950,7 +950,7 @@ export declare const Item: {
950
950
  readonly colloq: ";";
951
951
  readonly plaintext: "Moderately increases Magic Resist";
952
952
  readonly from: readonly ["1033"];
953
- readonly into: readonly ["8020", "3091", "2504", "6665", "4401"];
953
+ readonly into: readonly ["3091", "2504", "6665", "4401", "8020"];
954
954
  readonly image: {
955
955
  readonly full: "1057.png";
956
956
  readonly sprite: "item0.png";
@@ -961,7 +961,7 @@ export declare const Item: {
961
961
  readonly h: 48;
962
962
  };
963
963
  readonly gold: {
964
- readonly base: 450;
964
+ readonly base: 500;
965
965
  readonly purchasable: true;
966
966
  readonly total: 900;
967
967
  readonly sell: 630;
@@ -2300,7 +2300,7 @@ export declare const Item: {
2300
2300
  };
2301
2301
  readonly "2049": {
2302
2302
  readonly name: "Guardian's Amulet";
2303
- readonly description: "<mainText><stats><attention>15%</attention> Heal and Shield Power<br><attention>20</attention> Ability Power<br><attention>20</attention> Ability Haste</stats><br><br><passive>Recovery</passive><br>Restores <scaleMana>10 Mana</scaleMana> every 5 seconds. If you can't gain mana, restores <healing>0.6 Health</healing> instead.</mainText>";
2303
+ readonly description: "<mainText><stats><attention>15%</attention> Heal and Shield Power<br><attention>20</attention> Ability Power<br><attention>20</attention> Ability Haste</stats><br><br><passive>Recovery</passive><br>Restores <scaleMana>10 Mana</scaleMana> every 5 seconds. If you can't gain mana, restores <healing>3 Health</healing> instead.</mainText>";
2304
2304
  readonly colloq: ";";
2305
2305
  readonly plaintext: "Increases Health and provides Stealth Wards over time";
2306
2306
  readonly image: {
@@ -3424,10 +3424,10 @@ export declare const Item: {
3424
3424
  readonly h: 48;
3425
3425
  };
3426
3426
  readonly gold: {
3427
- readonly base: 450;
3427
+ readonly base: 500;
3428
3428
  readonly purchasable: false;
3429
- readonly total: 450;
3430
- readonly sell: 315;
3429
+ readonly total: 500;
3430
+ readonly sell: 350;
3431
3431
  };
3432
3432
  readonly tags: readonly ["SpellBlock"];
3433
3433
  readonly maps: {
@@ -3461,7 +3461,7 @@ export declare const Item: {
3461
3461
  readonly base: 1250;
3462
3462
  readonly purchasable: false;
3463
3463
  readonly total: 1250;
3464
- readonly sell: 875;
3464
+ readonly sell: 0;
3465
3465
  };
3466
3466
  readonly tags: readonly ["SpellDamage"];
3467
3467
  readonly maps: {
@@ -3683,7 +3683,7 @@ export declare const Item: {
3683
3683
  };
3684
3684
  readonly "222504": {
3685
3685
  readonly name: "Kaenic Rookern";
3686
- readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>80</attention> Magic Resist<br><attention>150%</attention> Base Health Regen</stats><br><br><passive>Magebane</passive><br>After not taking <magicDamage>magic damage</magicDamage> for 15 seconds, gain a <magicDamage>magic shield for 0</magicDamage>. <br><br></mainText>";
3686
+ readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>80</attention> Magic Resist<br><attention>150%</attention> Base Health Regen</stats><br><br><passive>Magebane</passive><br>After not taking <magicDamage>magic damage</magicDamage> for 15 seconds, gain a <magicDamage>magic shield for </magicDamage>. <br><br></mainText>";
3687
3687
  readonly colloq: "";
3688
3688
  readonly plaintext: "";
3689
3689
  readonly image: {
@@ -4102,7 +4102,7 @@ export declare const Item: {
4102
4102
  };
4103
4103
  readonly "223032": {
4104
4104
  readonly name: "Yun Tal Wildarrows";
4105
- readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Serrated Edge</passive><br>Critical Attacks apply a stacking bleed that deals <scaleAD>0 physical damage</scaleAD> over 2 seconds.</mainText>";
4105
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Serrated Edge</passive><br>Critical Attacks apply a stacking bleed that deals <scaleAD> physical damage</scaleAD> over 2 seconds.</mainText>";
4106
4106
  readonly colloq: "";
4107
4107
  readonly plaintext: "";
4108
4108
  readonly inStore: false;
@@ -4773,7 +4773,7 @@ export declare const Item: {
4773
4773
  };
4774
4774
  readonly "223078": {
4775
4775
  readonly name: "Trinity Force";
4776
- readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><passive>Spellblade</passive><br>After using an Ability, your next Attack is enhanced with additional physical damage.<br><br><passive>Quicken</passive><br>Basic attacks grant Move Speed.<br><br></mainText>";
4776
+ readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><passive>Spellblade</passive><br>After using an Ability, your next Attack is enhanced with additional physical damage.<br><br><passive>Quicken</passive><br>Basic attacks grant Move Speed.<br><br></mainText>";
4777
4777
  readonly colloq: "";
4778
4778
  readonly plaintext: "";
4779
4779
  readonly image: {
@@ -4802,7 +4802,7 @@ export declare const Item: {
4802
4802
  };
4803
4803
  readonly stats: {
4804
4804
  readonly FlatHPPoolMod: 300;
4805
- readonly FlatPhysicalDamageMod: 30;
4805
+ readonly FlatPhysicalDamageMod: 35;
4806
4806
  readonly PercentAttackSpeedMod: 0.25;
4807
4807
  };
4808
4808
  readonly effect: {
@@ -4815,7 +4815,7 @@ export declare const Item: {
4815
4815
  };
4816
4816
  readonly "223084": {
4817
4817
  readonly name: "Heartsteel";
4818
- readonly description: "<mainText><stats><attention>700</attention> Health<br><attention>200%</attention> Base Health Regen<br><attention>10</attention> Ability Haste</stats><br><br><passive>Colossal Consumption</passive> (0s) per target<br>Charge up a powerful attack against a champion over 0s while within 700 range of them. The charged attack deals <physicalDamage>125 + <scaleHealth>12% Item Health</scaleHealth> bonus physical damage</physicalDamage>, and grants 12% of that damage as<scaleHealth> permanent max Health.</scaleHealth><br><br><passive>Goliath</passive><br>For each <scaleHealth>1000 max Health</scaleHealth>, gain 3% increased size, up to 30%. </mainText>";
4818
+ readonly description: "<mainText><stats><attention>700</attention> Health<br><attention>200%</attention> Base Health Regen<br><attention>10</attention> Ability Haste</stats><br><br><passive>Colossal Consumption</passive> (0s) per target<br>Charge up a powerful attack against a champion over s while within 700 range of them. The charged attack deals <physicalDamage>125 + <scaleHealth>12% Item Health</scaleHealth> bonus physical damage</physicalDamage>, and grants 12% of that damage as<scaleHealth> permanent max Health.</scaleHealth><br><br><passive>Goliath</passive><br>For each <scaleHealth>1000 max Health</scaleHealth>, gain 3% increased size, up to 30%. </mainText>";
4819
4819
  readonly colloq: "";
4820
4820
  readonly plaintext: "";
4821
4821
  readonly image: {
@@ -4921,7 +4921,7 @@ export declare const Item: {
4921
4921
  readonly stats: {
4922
4922
  readonly FlatPhysicalDamageMod: 50;
4923
4923
  readonly PercentAttackSpeedMod: 0.4;
4924
- readonly PercentMovementSpeedMod: 0.07;
4924
+ readonly PercentMovementSpeedMod: 0.05;
4925
4925
  };
4926
4926
  };
4927
4927
  readonly "223089": {
@@ -5153,10 +5153,10 @@ export declare const Item: {
5153
5153
  readonly h: 48;
5154
5154
  };
5155
5155
  readonly gold: {
5156
- readonly base: 450;
5156
+ readonly base: 500;
5157
5157
  readonly purchasable: false;
5158
- readonly total: 450;
5159
- readonly sell: 315;
5158
+ readonly total: 500;
5159
+ readonly sell: 350;
5160
5160
  };
5161
5161
  readonly tags: readonly ["SpellBlock", "Armor", "CooldownReduction", "AbilityHaste"];
5162
5162
  readonly maps: {
@@ -5748,7 +5748,7 @@ export declare const Item: {
5748
5748
  };
5749
5749
  readonly "223146": {
5750
5750
  readonly name: "Hextech Gunblade";
5751
- readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>45</attention> Attack Damage<br><attention>15%</attention> Omnivamp</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Lightning Bolt</active><br>Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds.</mainText>";
5751
+ readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>45</attention> Attack Damage<br><attention>15%</attention> Omnivamp</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Lightning Bolt</active><br>Shocks the target enemy champion, dealing magic damage and slowing them by 40% for 2 seconds.</mainText>";
5752
5752
  readonly colloq: "";
5753
5753
  readonly plaintext: "";
5754
5754
  readonly image: {
@@ -5925,7 +5925,7 @@ export declare const Item: {
5925
5925
  };
5926
5926
  readonly "223158": {
5927
5927
  readonly name: "Ionian Boots of Lucidity";
5928
- readonly description: "<mainText><stats><buffedStat>40</buffedStat> Ability Haste<br><attention>45</attention> Move Speed</stats><br><br>Gain 12 Summoner Spell Haste.</mainText>";
5928
+ readonly description: "<mainText><stats><buffedStat>40</buffedStat> Ability Haste<br><attention>45</attention> Move Speed</stats><br><br>Gain 10 Summoner Spell Haste.</mainText>";
5929
5929
  readonly colloq: "";
5930
5930
  readonly plaintext: "";
5931
5931
  readonly image: {
@@ -6169,7 +6169,7 @@ export declare const Item: {
6169
6169
  };
6170
6170
  readonly "223185": {
6171
6171
  readonly name: "Guardian's Dirk";
6172
- readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>10</attention> Ability Haste</stats><br><br><passive>Agricultural Reaper</passive> <br>Increases effects of Power Flower by 25%. Gain 100 Move speed for 3s after attacking a plant.</mainText>";
6172
+ readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>11</attention> Lethality<br><attention>10</attention> Ability Haste</stats><br><br><passive>Agricultural Reaper</passive> <br>Increases effects of Power Flower by 20%. Gain 100 Move speed for 3s after attacking a plant.</mainText>";
6173
6173
  readonly colloq: "";
6174
6174
  readonly plaintext: "";
6175
6175
  readonly image: {
@@ -6441,7 +6441,7 @@ export declare const Item: {
6441
6441
  };
6442
6442
  readonly "223748": {
6443
6443
  readonly name: "Titanic Hydra";
6444
- readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>400</attention> Health</stats><br><br><passive>Cleave</passive><br>Attacks apply an additional <physicalDamage>0 physical damage</physicalDamage> <OnHit>On-Hit</OnHit> and deal <physicalDamage>0 physical damage</physicalDamage> to enemies behind the target.<br><br><active>ACTIVE</active><br><active>Titanic Crescent</active><br>On your next attack, <passive>Cleave</passive> will deal bonus physical damage to your target and in a nearby shockwave.</mainText>";
6444
+ readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>400</attention> Health</stats><br><br><passive>Cleave</passive><br>Attacks apply an additional <physicalDamage> physical damage</physicalDamage> <OnHit>On-Hit</OnHit> and deal <physicalDamage> physical damage</physicalDamage> to enemies behind the target.<br><br><active>ACTIVE</active><br><active>Titanic Crescent</active><br>On your next attack, <passive>Cleave</passive> will deal bonus physical damage to your target and in a nearby shockwave.</mainText>";
6445
6445
  readonly colloq: "";
6446
6446
  readonly plaintext: "";
6447
6447
  readonly image: {
@@ -6617,7 +6617,7 @@ export declare const Item: {
6617
6617
  };
6618
6618
  readonly "224403": {
6619
6619
  readonly name: "The Golden Spatula";
6620
- readonly description: "<mainText><stats><attention>100</attention> Attack Damage<br><attention>150</attention> Ability Power<br><attention>70%</attention> Attack Speed<br><attention>35%</attention> Critical Strike Chance<br><attention>350</attention> Health<br><attention>40</attention> Armor<br><attention>40</attention> Magic Resist<br><attention>350</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>15%</attention> Life Steal<br><attention>200%</attention> Base Health Regen<br><attention>200%</attention> Base Mana Regen</stats><br><br><passive>Doing Something</passive><br>You are permanently On Fire!</mainText>";
6620
+ readonly description: "<mainText><stats><attention>90</attention> Attack Damage<br><attention>125</attention> Ability Power<br><attention>60%</attention> Attack Speed<br><attention>25%</attention> Critical Strike Chance<br><attention>350</attention> Health<br><attention>40</attention> Armor<br><attention>40</attention> Magic Resist<br><attention>350</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>15%</attention> Life Steal<br><attention>200%</attention> Base Health Regen<br><attention>200%</attention> Base Mana Regen</stats><br><br><passive>Doing Something</passive><br>You are permanently On Fire!</mainText>";
6621
6621
  readonly colloq: "";
6622
6622
  readonly plaintext: "";
6623
6623
  readonly image: {
@@ -6648,11 +6648,11 @@ export declare const Item: {
6648
6648
  readonly FlatSpellBlockMod: 40;
6649
6649
  readonly FlatMPPoolMod: 350;
6650
6650
  readonly FlatHPPoolMod: 350;
6651
- readonly FlatMagicDamageMod: 150;
6651
+ readonly FlatMagicDamageMod: 125;
6652
6652
  readonly FlatArmorMod: 40;
6653
- readonly FlatCritChanceMod: 0.35;
6654
- readonly FlatPhysicalDamageMod: 100;
6655
- readonly PercentAttackSpeedMod: 0.7;
6653
+ readonly FlatCritChanceMod: 0.25;
6654
+ readonly FlatPhysicalDamageMod: 90;
6655
+ readonly PercentAttackSpeedMod: 0.6;
6656
6656
  readonly PercentLifeStealMod: 0.15;
6657
6657
  readonly PercentMovementSpeedMod: 0.1;
6658
6658
  };
@@ -6692,7 +6692,7 @@ export declare const Item: {
6692
6692
  };
6693
6693
  readonly "224629": {
6694
6694
  readonly name: "Cosmic Drive";
6695
- readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>65</attention> Ability Power<br><attention>35</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><br><passive>Spelldance</passive><br>Damaging an enemy champion with an Ability grants <speed>0 Move Speed</speed> for 2s. </mainText>";
6695
+ readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>65</attention> Ability Power<br><attention>35</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><br><passive>Spelldance</passive><br>Damaging an enemy champion with an Ability grants <speed> Move Speed</speed> for 2s. </mainText>";
6696
6696
  readonly colloq: "";
6697
6697
  readonly plaintext: "";
6698
6698
  readonly image: {
@@ -6720,7 +6720,7 @@ export declare const Item: {
6720
6720
  readonly "33": false;
6721
6721
  };
6722
6722
  readonly stats: {
6723
- readonly FlatHPPoolMod: 250;
6723
+ readonly FlatHPPoolMod: 350;
6724
6724
  readonly FlatMagicDamageMod: 65;
6725
6725
  readonly PercentMovementSpeedMod: 0.05;
6726
6726
  };
@@ -6972,7 +6972,7 @@ export declare const Item: {
6972
6972
  };
6973
6973
  readonly "226333": {
6974
6974
  readonly name: "Death's Dance";
6975
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>10</attention> Ability Haste<br><attention>40</attention> Armor</stats><br><br><passive>Ignore Pain</passive><br>Damage taken is dealt to you over time instead.<br><br><passive>Defy</passive><br>Champion takedowns cleanse <passive>Ignore Pain's</passive> remaining damage pool and restore Health over time.</mainText>";
6975
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>10</attention> Ability Haste<br><attention>50</attention> Armor</stats><br><br><passive>Ignore Pain</passive><br>Damage taken is dealt to you over time instead.<br><br><passive>Defy</passive><br>Champion takedowns cleanse <passive>Ignore Pain's</passive> remaining damage pool and restore Health over time.</mainText>";
6976
6976
  readonly colloq: "";
6977
6977
  readonly plaintext: "";
6978
6978
  readonly stacks: 0;
@@ -7001,7 +7001,7 @@ export declare const Item: {
7001
7001
  readonly "33": false;
7002
7002
  };
7003
7003
  readonly stats: {
7004
- readonly FlatArmorMod: 40;
7004
+ readonly FlatArmorMod: 50;
7005
7005
  readonly FlatPhysicalDamageMod: 45;
7006
7006
  };
7007
7007
  };
@@ -7348,7 +7348,7 @@ export declare const Item: {
7348
7348
  };
7349
7349
  readonly "226655": {
7350
7350
  readonly name: "Luden's Companion";
7351
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><br><passive>Fire</passive><br>Damaging Abilities consume all the charges to deal an additional magic damage to the target and one additional nearby target per charge. If there are insufficient targets in range, for each remaining shot, repeat the damage on the primary target.</mainText>";
7351
+ readonly description: "<mainText><stats><attention>85</attention> Ability Power<br><attention>600</attention> Mana<br><attention>25</attention> Ability Haste</stats><br><br><passive>Fire</passive><br>Damaging Abilities consume all the charges to deal an additional magic damage to the target and one additional nearby target per charge. If there are insufficient targets in range, for each remaining shot, repeat the damage on the primary target.</mainText>";
7352
7352
  readonly colloq: "";
7353
7353
  readonly plaintext: "";
7354
7354
  readonly image: {
@@ -7377,7 +7377,7 @@ export declare const Item: {
7377
7377
  };
7378
7378
  readonly stats: {
7379
7379
  readonly FlatMPPoolMod: 600;
7380
- readonly FlatMagicDamageMod: 80;
7380
+ readonly FlatMagicDamageMod: 85;
7381
7381
  };
7382
7382
  };
7383
7383
  readonly "226656": {
@@ -7417,7 +7417,7 @@ export declare const Item: {
7417
7417
  };
7418
7418
  readonly "226657": {
7419
7419
  readonly name: "Rod of Ages";
7420
- readonly description: "<mainText><stats><attention>60</attention> Ability Power<br><attention>350</attention> Health<br><attention>350</attention> Mana</stats><br><br><passive>Timeless</passive><br><buffedStat>After 2 combat rounds</buffedStat>, this item gains an additional <magicDamage>0 Ability Power</magicDamage>, <scaleHealth>0 Health</scaleHealth>, and <scaleMana>0 Mana</scaleMana>, and you gain a level.<br><br><passive>Eternity</passive><br>Taking damage from champions restores 7% of premitigation damage as <scaleMana>Mana</scaleMana>. Casting an ability heals for 25% of <scaleMana>Mana</scaleMana> spent, up to <scaleHealth>20 Health</scaleHealth> per cast, per second.</mainText>";
7420
+ readonly description: "<mainText><stats><attention>60</attention> Ability Power<br><attention>350</attention> Health<br><attention>350</attention> Mana</stats><br><br><passive>Timeless</passive><br><buffedStat>After 2 combat rounds</buffedStat>, this item gains an additional <magicDamage> Ability Power</magicDamage>, <scaleHealth> Health</scaleHealth>, and <scaleMana> Mana</scaleMana>, and you gain a level.<br><br><passive>Eternity</passive><br>Taking damage from champions restores 7% of premitigation damage as <scaleMana>Mana</scaleMana>. Casting an ability heals for 25% of <scaleMana>Mana</scaleMana> spent, up to <scaleHealth>20 Health</scaleHealth> per cast, per second.</mainText>";
7421
7421
  readonly colloq: "";
7422
7422
  readonly plaintext: "";
7423
7423
  readonly image: {
@@ -7735,7 +7735,7 @@ export declare const Item: {
7735
7735
  };
7736
7736
  readonly "226676": {
7737
7737
  readonly name: "The Collector";
7738
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>25%</attention> Critical Strike Chance<br><attention>18</attention> Lethality</stats><br><br><passive>Death and Taxes</passive><br>Dealing damage that would leave an enemy champion below 5% Health executes them.</mainText>";
7738
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>25%</attention> Critical Strike Chance<br><attention>12</attention> Lethality</stats><br><br><passive>Death and Taxes</passive><br>Dealing damage that would leave an enemy champion below 5% Health executes them.</mainText>";
7739
7739
  readonly colloq: "";
7740
7740
  readonly plaintext: "";
7741
7741
  readonly image: {
@@ -7868,7 +7868,7 @@ export declare const Item: {
7868
7868
  };
7869
7869
  readonly "226694": {
7870
7870
  readonly name: "Serylda's Grudge";
7871
- readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>10</attention> Ability Haste</stats><br><br><passive>Rancor</passive><br>Gain 0 Armor Penetration.<br><br><passive>Bitter Cold</passive><br>Damaging Abilities <status>Slow</status> enemies under 50% Health by 30% for 1 second.</mainText>";
7871
+ readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>10</attention> Ability Haste</stats><br><br><passive>Rancor</passive><br>Gain Armor Penetration.<br><br><passive>Bitter Cold</passive><br>Damaging Abilities <status>Slow</status> enemies under 50% Health by 30% for 1 second.</mainText>";
7872
7872
  readonly colloq: "";
7873
7873
  readonly plaintext: "";
7874
7874
  readonly image: {
@@ -7934,7 +7934,7 @@ export declare const Item: {
7934
7934
  };
7935
7935
  readonly "226696": {
7936
7936
  readonly name: "Axiom Arc";
7937
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>22</attention> Lethality<br><attention>25</attention> Ability Haste</stats><br><br><passive>Apophthegm</passive><br><buffedStat>Your Ultimate Abilities deal 20% increased damage</buffedStat>.</mainText>";
7937
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>25</attention> Ability Haste</stats><br><br><passive>Apophthegm</passive><br><buffedStat>Your Ultimate Abilities deal 20% increased damage</buffedStat>.</mainText>";
7938
7938
  readonly colloq: "";
7939
7939
  readonly plaintext: "";
7940
7940
  readonly image: {
@@ -8291,7 +8291,7 @@ export declare const Item: {
8291
8291
  };
8292
8292
  readonly "228006": {
8293
8293
  readonly name: "Sanguine Blade";
8294
- readonly description: "<mainText><stats><ornnBonus>130</ornnBonus> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>30%</ornnBonus> Life Steal</stats><br><br><br><li><passive>Cleave:</passive> Attacks and Abilities deal <physicalDamage>{{ Item_Melee_Ranged_Split }} physical damage</physicalDamage> to other enemies within 600 units of the target hit and triggering on-hit effects.<br><li><passive>Mist's Edge:</passive> Attacks apply an additional <nerfedStat>{{ Item_Melee_Ranged_Split_B }} enemy current Health physical damage</nerfedStat> {{ Item_Keyword_OnHit }}.<li><passive>Siphon:</passive> Attacking a champion 3 times deals <magicDamage>0 magic damage</magicDamage> and steals <speed>25% Move Speed</speed> for 2 seconds (30{{ Item_Cooldown }}).<br><rules>Maximum <passive>Mist's Edge</passive> damage dealt to minions and jungle monsters is 60.<br>{{ Item_Melee_Ranged_Rules }}</rules>{{ Item_OnActivation }} {{ Item_Cooldown }}<br><active>Ravenous Crescent</active><br>Deal physical damage to enemies around you that Lifesteals.</mainText>";
8294
+ readonly description: "<mainText><stats><ornnBonus>130</ornnBonus> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>30%</ornnBonus> Life Steal</stats><br><br><br><li><passive>Cleave:</passive> Attacks and Abilities deal <physicalDamage>{{ Item_Melee_Ranged_Split }} physical damage</physicalDamage> to other enemies within 600 units of the target hit and triggering on-hit effects.<br><li><passive>Mist's Edge:</passive> Attacks apply an additional <nerfedStat>{{ Item_Melee_Ranged_Split_B }} enemy current Health physical damage</nerfedStat> {{ Item_Keyword_OnHit }}.<li><passive>Siphon:</passive> Attacking a champion 3 times deals <magicDamage> magic damage</magicDamage> and steals <speed>25% Move Speed</speed> for 2 seconds (30{{ Item_Cooldown }}).<br><rules>Maximum <passive>Mist's Edge</passive> damage dealt to minions and jungle monsters is 60.<br>{{ Item_Melee_Ranged_Rules }}</rules>{{ Item_OnActivation }} {{ Item_Cooldown }}<br><active>Ravenous Crescent</active><br>Deal physical damage to enemies around you that Lifesteals.</mainText>";
8295
8295
  readonly colloq: "";
8296
8296
  readonly plaintext: "";
8297
8297
  readonly inStore: false;
@@ -8670,7 +8670,7 @@ export declare const Item: {
8670
8670
  };
8671
8671
  readonly "2504": {
8672
8672
  readonly name: "Kaenic Rookern";
8673
- readonly description: "<mainText><stats><attention>400</attention> Health<br><attention>80</attention> Magic Resist<br><attention>150%</attention> Base Health Regen</stats><br><br><passive>Magebane</passive><br>After not taking <magicDamage>magic damage</magicDamage> for 15 seconds, gain a <magicDamage>magic shield for 0</magicDamage>. <br><br></mainText>";
8673
+ readonly description: "<mainText><stats><attention>400</attention> Health<br><attention>80</attention> Magic Resist<br><attention>150%</attention> Base Health Regen</stats><br><br><passive>Magebane</passive><br>After not taking <magicDamage>magic damage</magicDamage> for 15 seconds, gain a <magicDamage>magic shield for </magicDamage>. <br><br></mainText>";
8674
8674
  readonly colloq: "";
8675
8675
  readonly plaintext: "";
8676
8676
  readonly from: readonly ["3211", "1057"];
@@ -8757,7 +8757,7 @@ export declare const Item: {
8757
8757
  readonly h: 48;
8758
8758
  };
8759
8759
  readonly gold: {
8760
- readonly base: 800;
8760
+ readonly base: 850;
8761
8761
  readonly purchasable: false;
8762
8762
  readonly total: 2300;
8763
8763
  readonly sell: 1610;
@@ -8924,7 +8924,7 @@ export declare const Item: {
8924
8924
  };
8925
8925
  readonly "3006": {
8926
8926
  readonly name: "Berserker's Greaves";
8927
- readonly description: "<mainText><stats><attention>35%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats><br><br></mainText>";
8927
+ readonly description: "<mainText><stats><attention>30%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats><br><br></mainText>";
8928
8928
  readonly colloq: ";";
8929
8929
  readonly plaintext: "Enhances Move Speed and Attack Speed";
8930
8930
  readonly from: readonly ["1001", "1042"];
@@ -8955,7 +8955,7 @@ export declare const Item: {
8955
8955
  };
8956
8956
  readonly stats: {
8957
8957
  readonly FlatMovementSpeedMod: 45;
8958
- readonly PercentAttackSpeedMod: 0.35;
8958
+ readonly PercentAttackSpeedMod: 0.3;
8959
8959
  };
8960
8960
  readonly depth: 2;
8961
8961
  };
@@ -8975,10 +8975,10 @@ export declare const Item: {
8975
8975
  readonly h: 48;
8976
8976
  };
8977
8977
  readonly gold: {
8978
- readonly base: 600;
8978
+ readonly base: 700;
8979
8979
  readonly purchasable: true;
8980
- readonly total: 900;
8981
- readonly sell: 630;
8980
+ readonly total: 1000;
8981
+ readonly sell: 700;
8982
8982
  };
8983
8983
  readonly tags: readonly ["Boots"];
8984
8984
  readonly maps: {
@@ -9140,7 +9140,7 @@ export declare const Item: {
9140
9140
  };
9141
9141
  readonly "3020": {
9142
9142
  readonly name: "Sorcerer's Shoes";
9143
- readonly description: "<mainText><stats><attention>18</attention> Magic Penetration<br><attention>45</attention> Move Speed</stats><br><br></mainText>";
9143
+ readonly description: "<mainText><stats><attention>15</attention> Magic Penetration<br><attention>45</attention> Move Speed</stats><br><br></mainText>";
9144
9144
  readonly colloq: ";";
9145
9145
  readonly plaintext: "Enhances Move Speed and magic damage";
9146
9146
  readonly from: readonly ["1001"];
@@ -9367,7 +9367,7 @@ export declare const Item: {
9367
9367
  };
9368
9368
  readonly "3033": {
9369
9369
  readonly name: "Mortal Reminder";
9370
- readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>35%</attention> Armor Penetration<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Grievous Wounds</passive><br>Dealing physical damage applies <keyword>40% Grievous Wounds</keyword> to enemy champions for 3 seconds.</mainText>";
9370
+ readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>35%</attention> Armor Penetration<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Grievous Wounds</passive><br>Dealing physical damage applies <keyword>40% Grievous Wounds</keyword> to enemy champions for 3 seconds.</mainText>";
9371
9371
  readonly colloq: ";grievous";
9372
9372
  readonly plaintext: "Overcomes enemies with high Health recovery and Armor";
9373
9373
  readonly from: readonly ["3123", "3035", "1018"];
@@ -9397,7 +9397,7 @@ export declare const Item: {
9397
9397
  };
9398
9398
  readonly stats: {
9399
9399
  readonly FlatCritChanceMod: 0.25;
9400
- readonly FlatPhysicalDamageMod: 40;
9400
+ readonly FlatPhysicalDamageMod: 35;
9401
9401
  };
9402
9402
  readonly depth: 3;
9403
9403
  };
@@ -9439,7 +9439,7 @@ export declare const Item: {
9439
9439
  };
9440
9440
  readonly "3036": {
9441
9441
  readonly name: "Lord Dominik's Regards";
9442
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40%</attention> Armor Penetration<br><attention>25%</attention> Critical Strike Chance</stats><br><br></mainText>";
9442
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>35%</attention> Armor Penetration<br><attention>25%</attention> Critical Strike Chance</stats><br><br></mainText>";
9443
9443
  readonly colloq: ";lw";
9444
9444
  readonly plaintext: "Overcomes enemies with high health and armor";
9445
9445
  readonly from: readonly ["3035", "6670"];
@@ -9478,7 +9478,7 @@ export declare const Item: {
9478
9478
  };
9479
9479
  readonly "3039": {
9480
9480
  readonly name: "Atma's Reckoning";
9481
- readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><br><br><li><passive>Big Hands:</passive> While in combat with enemy champions, turrets, or epic monsters, gains <physicalDamage><healing>0.5% - 0 (based on seconds in-combat) max health</healing> as bonus physical damage</physicalDamage>.</mainText>";
9481
+ readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><br><br><li><passive>Big Hands:</passive> While in combat with enemy champions, turrets, or epic monsters, gains <physicalDamage><healing>0.5% - (based on seconds in-combat) max health</healing> as bonus physical damage</physicalDamage>.</mainText>";
9482
9482
  readonly colloq: "";
9483
9483
  readonly plaintext: "";
9484
9484
  readonly from: readonly ["3105", "1037"];
@@ -9707,7 +9707,7 @@ export declare const Item: {
9707
9707
  };
9708
9708
  readonly "3047": {
9709
9709
  readonly name: "Plated Steelcaps";
9710
- readonly description: "<mainText><stats><attention>25</attention> Armor<br><attention>45</attention> Move Speed</stats><br><br><passive>Plating</passive><br>Reduces incoming damage from Attacks by 8%.</mainText>";
9710
+ readonly description: "<mainText><stats><attention>25</attention> Armor<br><attention>45</attention> Move Speed</stats><br><br><passive>Plating</passive><br>Reduces incoming damage from Attacks by 10%.</mainText>";
9711
9711
  readonly colloq: ";";
9712
9712
  readonly plaintext: "Enhances Move Speed and reduces incoming basic attack damage";
9713
9713
  readonly from: readonly ["1001", "1029"];
@@ -9721,10 +9721,10 @@ export declare const Item: {
9721
9721
  readonly h: 48;
9722
9722
  };
9723
9723
  readonly gold: {
9724
- readonly base: 400;
9724
+ readonly base: 600;
9725
9725
  readonly purchasable: true;
9726
- readonly total: 1000;
9727
- readonly sell: 700;
9726
+ readonly total: 1200;
9727
+ readonly sell: 840;
9728
9728
  };
9729
9729
  readonly tags: readonly ["Armor", "Boots"];
9730
9730
  readonly maps: {
@@ -9740,7 +9740,7 @@ export declare const Item: {
9740
9740
  readonly FlatArmorMod: 25;
9741
9741
  };
9742
9742
  readonly effect: {
9743
- readonly Effect1Amount: "0.08";
9743
+ readonly Effect1Amount: "0.1";
9744
9744
  };
9745
9745
  readonly depth: 2;
9746
9746
  };
@@ -9760,7 +9760,7 @@ export declare const Item: {
9760
9760
  readonly h: 48;
9761
9761
  };
9762
9762
  readonly gold: {
9763
- readonly base: 650;
9763
+ readonly base: 700;
9764
9764
  readonly purchasable: true;
9765
9765
  readonly total: 2200;
9766
9766
  readonly sell: 1540;
@@ -9966,7 +9966,7 @@ export declare const Item: {
9966
9966
  readonly colloq: ";";
9967
9967
  readonly plaintext: "Increases Health and Cooldown Reduction";
9968
9968
  readonly from: readonly ["1028", "2022"];
9969
- readonly into: readonly ["8020", "3050", "6620", "6656", "3109", "4629", "2502", "6617", "3065", "3107", "3152", "3119", "3161", "3190", "3222", "4403", "4644", "6630", "6632", "8001"];
9969
+ readonly into: readonly ["3050", "6620", "6656", "3109", "4629", "2502", "6617", "3065", "3107", "3152", "3119", "3161", "3190", "3222", "4403", "4644", "6630", "6632", "8001", "8020"];
9970
9970
  readonly image: {
9971
9971
  readonly full: "3067.png";
9972
9972
  readonly sprite: "item2.png";
@@ -10297,7 +10297,7 @@ export declare const Item: {
10297
10297
  };
10298
10298
  readonly "3077": {
10299
10299
  readonly name: "Tiamat";
10300
- readonly description: "<mainText><stats><attention>20</attention> Attack Damage</stats><br><br><passive>Cleave</passive><br>Attacks deal physical damage to nearby enemies.<br><br>Item performance differs for melee and ranged users.<br><br><br><active>ACTIVE</active> (0s)<br><active>Crescent</active><br>Deal <physicalDamage>0 physical damage</physicalDamage> to enemies around you.</mainText>";
10300
+ readonly description: "<mainText><stats><attention>20</attention> Attack Damage</stats><br><br><passive>Cleave</passive><br>Attacks deal physical damage to nearby enemies.<br><br>Item performance differs for melee and ranged users.<br><br><br><active>ACTIVE</active> (0s)<br><active>Crescent</active><br>Deal <physicalDamage> physical damage</physicalDamage> to enemies around you.</mainText>";
10301
10301
  readonly colloq: ";";
10302
10302
  readonly plaintext: "Melee attacks hit nearby enemies";
10303
10303
  readonly from: readonly ["1036", "1036"];
@@ -10427,10 +10427,10 @@ export declare const Item: {
10427
10427
  readonly h: 48;
10428
10428
  };
10429
10429
  readonly gold: {
10430
- readonly base: 600;
10430
+ readonly base: 800;
10431
10431
  readonly purchasable: true;
10432
- readonly total: 3100;
10433
- readonly sell: 2170;
10432
+ readonly total: 3300;
10433
+ readonly sell: 2310;
10434
10434
  };
10435
10435
  readonly tags: readonly ["Health", "HealthRegen", "NonbootsMovement"];
10436
10436
  readonly maps: {
@@ -10567,7 +10567,7 @@ export declare const Item: {
10567
10567
  };
10568
10568
  readonly "3087": {
10569
10569
  readonly name: "Statikk Shiv";
10570
- readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>45%</attention> Attack Speed<br><attention>7%</attention> Move Speed</stats><br><br><passive>Electrospark</passive><br>Killing minions or monsters fires chain lightning, dealing magic damage.<br><br><passive>Electroshock</passive> <br>Takedowns on Champions fire chain lightning that deals even more magic damage.</mainText>";
10570
+ readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>45%</attention> Attack Speed<br><attention>5%</attention> Move Speed</stats><br><br><passive>Electrospark</passive><br>Killing minions or monsters fires chain lightning, dealing magic damage.<br><br><passive>Electroshock</passive> <br>Takedowns on Champions fire chain lightning that deals even more magic damage.</mainText>";
10571
10571
  readonly colloq: ";";
10572
10572
  readonly plaintext: "Movement builds charges that release chain lightning on basic attack";
10573
10573
  readonly from: readonly ["3144", "6690", "1037"];
@@ -10581,10 +10581,10 @@ export declare const Item: {
10581
10581
  readonly h: 48;
10582
10582
  };
10583
10583
  readonly gold: {
10584
- readonly base: 225;
10584
+ readonly base: 325;
10585
10585
  readonly purchasable: true;
10586
- readonly total: 2800;
10587
- readonly sell: 1960;
10586
+ readonly total: 2900;
10587
+ readonly sell: 2030;
10588
10588
  };
10589
10589
  readonly tags: readonly ["Damage", "AttackSpeed", "OnHit", "NonbootsMovement"];
10590
10590
  readonly maps: {
@@ -10598,7 +10598,7 @@ export declare const Item: {
10598
10598
  readonly stats: {
10599
10599
  readonly FlatPhysicalDamageMod: 55;
10600
10600
  readonly PercentAttackSpeedMod: 0.45;
10601
- readonly PercentMovementSpeedMod: 0.07;
10601
+ readonly PercentMovementSpeedMod: 0.05;
10602
10602
  };
10603
10603
  readonly depth: 3;
10604
10604
  };
@@ -10642,7 +10642,7 @@ export declare const Item: {
10642
10642
  readonly description: "<mainText><stats><attention>55%</attention> Attack Speed<br><attention>50</attention> Magic Resist<br><attention>20%</attention> Tenacity</stats><br><br><passive>Fray</passive><br>Attacks apply magic damage On-Hit.</mainText>";
10643
10643
  readonly colloq: ";";
10644
10644
  readonly plaintext: "Resist magic damage and claw your way back to life.";
10645
- readonly from: readonly ["1043", "1057", "1042"];
10645
+ readonly from: readonly ["1043", "1057", "1043"];
10646
10646
  readonly image: {
10647
10647
  readonly full: "3091.png";
10648
10648
  readonly sprite: "item2.png";
@@ -10653,7 +10653,7 @@ export declare const Item: {
10653
10653
  readonly h: 48;
10654
10654
  };
10655
10655
  readonly gold: {
10656
- readonly base: 900;
10656
+ readonly base: 500;
10657
10657
  readonly purchasable: true;
10658
10658
  readonly total: 2800;
10659
10659
  readonly sell: 1960;
@@ -10843,7 +10843,7 @@ export declare const Item: {
10843
10843
  readonly h: 48;
10844
10844
  };
10845
10845
  readonly gold: {
10846
- readonly base: 450;
10846
+ readonly base: 500;
10847
10847
  readonly purchasable: true;
10848
10848
  readonly total: 1200;
10849
10849
  readonly sell: 840;
@@ -11011,7 +11011,7 @@ export declare const Item: {
11011
11011
  };
11012
11012
  readonly "3111": {
11013
11013
  readonly name: "Mercury's Treads";
11014
- readonly description: "<mainText><stats><attention>25</attention> Magic Resist<br><attention>45</attention> Move Speed<br><attention>30%</attention> Tenacity</stats><br><br></mainText>";
11014
+ readonly description: "<mainText><stats><attention>20</attention> Magic Resist<br><attention>45</attention> Move Speed<br><attention>30%</attention> Tenacity</stats><br><br></mainText>";
11015
11015
  readonly colloq: ";";
11016
11016
  readonly plaintext: "Increases Move Speed and reduces duration of disabling effects";
11017
11017
  readonly from: readonly ["1001", "1033"];
@@ -11025,10 +11025,10 @@ export declare const Item: {
11025
11025
  readonly h: 48;
11026
11026
  };
11027
11027
  readonly gold: {
11028
- readonly base: 350;
11028
+ readonly base: 500;
11029
11029
  readonly purchasable: true;
11030
- readonly total: 1100;
11031
- readonly sell: 770;
11030
+ readonly total: 1200;
11031
+ readonly sell: 840;
11032
11032
  };
11033
11033
  readonly tags: readonly ["Boots", "SpellBlock", "Tenacity"];
11034
11034
  readonly maps: {
@@ -11040,7 +11040,7 @@ export declare const Item: {
11040
11040
  readonly "33": false;
11041
11041
  };
11042
11042
  readonly stats: {
11043
- readonly FlatSpellBlockMod: 25;
11043
+ readonly FlatSpellBlockMod: 20;
11044
11044
  readonly FlatMovementSpeedMod: 45;
11045
11045
  };
11046
11046
  readonly depth: 2;
@@ -11317,7 +11317,7 @@ export declare const Item: {
11317
11317
  };
11318
11318
  readonly "3119": {
11319
11319
  readonly name: "Winter's Approach";
11320
- readonly description: "<mainText><stats><attention>550</attention> Health<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><br><passive>Awe</passive><br>Gain bonus <scaleHealth>Health equal to 0</scaleHealth>.<br><br><passive>Manaflow</passive><br>Strike a target with an Ability or Attack to consume a charge and gain bonus Mana. Grants a maximum of Mana at which point this item transforms into <rarityLegendary>Fimbulwinter</rarityLegendary>.</mainText>";
11320
+ readonly description: "<mainText><stats><attention>550</attention> Health<br><attention>500</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><br><passive>Awe</passive><br>Gain bonus <scaleHealth>Health equal to </scaleHealth>.<br><br><passive>Manaflow</passive><br>Strike a target with an Ability or Attack to consume a charge and gain bonus Mana. Grants a maximum of Mana at which point this item transforms into <rarityLegendary>Fimbulwinter</rarityLegendary>.</mainText>";
11321
11321
  readonly colloq: "";
11322
11322
  readonly plaintext: "";
11323
11323
  readonly from: readonly ["3070", "1011", "3067"];
@@ -11353,7 +11353,7 @@ export declare const Item: {
11353
11353
  };
11354
11354
  readonly "3121": {
11355
11355
  readonly name: "Fimbulwinter";
11356
- readonly description: "<mainText><stats><attention>550</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><br><passive>Awe</passive><br>Gain bonus <scaleHealth>Health equal to 0</scaleHealth>.<br><br><passive>Everlasting</passive> (0s)<br><status>Immobilizing</status> or <status>Slowing</status> (Melee only) an enemy champion grants a Shield for 3 seconds, absorbing <scaleMana>0 + 4.5% current Mana</scaleMana> damage. The Shield is increased by <attention>80%</attention> if more than one enemy is nearby.</mainText>";
11356
+ readonly description: "<mainText><stats><attention>550</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><br><br><passive>Awe</passive><br>Gain bonus <scaleHealth>Health equal to </scaleHealth>.<br><br><passive>Everlasting</passive> (0s)<br><status>Immobilizing</status> or <status>Slowing</status> (Melee only) an enemy champion grants a Shield for 3 seconds, absorbing <scaleMana> + 4.5% current Mana</scaleMana> damage. The Shield is increased by <attention>80%</attention> if more than one enemy is nearby.</mainText>";
11357
11357
  readonly colloq: "";
11358
11358
  readonly plaintext: "";
11359
11359
  readonly specialRecipe: 3119;
@@ -11428,7 +11428,7 @@ export declare const Item: {
11428
11428
  };
11429
11429
  readonly "3124": {
11430
11430
  readonly name: "Guinsoo's Rageblade";
11431
- readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>35</attention> Ability Power<br><attention>25%</attention> Attack Speed</stats><br><br><passive>Wrath</passive><br>Attacks apply <magicDamage>30 magic damage <OnHit>On-Hit</OnHit></magicDamage>.<br><br><passive>Seething Strike</passive><br>Basic attacks grant <attackSpeed>8% Attack Speed</attackSpeed>, stacking up to 4 times for a maximum of <attackSpeed>0 Attack Speed</attackSpeed>. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br></mainText>";
11431
+ readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>35</attention> Ability Power<br><attention>25%</attention> Attack Speed</stats><br><br><passive>Wrath</passive><br>Attacks apply <magicDamage>30 magic damage <OnHit>On-Hit</OnHit></magicDamage>.<br><br><passive>Seething Strike</passive><br>Basic attacks grant <attackSpeed>8% Attack Speed</attackSpeed>, stacking up to 4 times for a maximum of <attackSpeed> Attack Speed</attackSpeed>. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.<br><br></mainText>";
11432
11432
  readonly colloq: "";
11433
11433
  readonly plaintext: "";
11434
11434
  readonly from: readonly ["1052", "1043", "1037"];
@@ -11632,7 +11632,7 @@ export declare const Item: {
11632
11632
  };
11633
11633
  readonly "3135": {
11634
11634
  readonly name: "Void Staff";
11635
- readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>40%</attention> Magic Penetration</stats><br><br></mainText>";
11635
+ readonly description: "<mainText><stats><attention>95</attention> Ability Power<br><attention>40%</attention> Magic Penetration</stats><br><br></mainText>";
11636
11636
  readonly colloq: ";";
11637
11637
  readonly plaintext: "Increases magic damage";
11638
11638
  readonly from: readonly ["4630", "1026"];
@@ -11661,7 +11661,7 @@ export declare const Item: {
11661
11661
  readonly "33": false;
11662
11662
  };
11663
11663
  readonly stats: {
11664
- readonly FlatMagicDamageMod: 90;
11664
+ readonly FlatMagicDamageMod: 95;
11665
11665
  };
11666
11666
  readonly depth: 3;
11667
11667
  };
@@ -11759,7 +11759,7 @@ export declare const Item: {
11759
11759
  readonly h: 48;
11760
11760
  };
11761
11761
  readonly gold: {
11762
- readonly base: 850;
11762
+ readonly base: 900;
11763
11763
  readonly purchasable: true;
11764
11764
  readonly total: 1300;
11765
11765
  readonly sell: 910;
@@ -11931,7 +11931,7 @@ export declare const Item: {
11931
11931
  };
11932
11932
  readonly "3146": {
11933
11933
  readonly name: "Hextech Gunblade";
11934
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>15%</attention> Omnivamp</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Lightning Bolt</active><br>Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds.</mainText>";
11934
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>15%</attention> Omnivamp</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Lightning Bolt</active><br>Shocks the target enemy champion, dealing magic damage and slowing them by 40% for 2 seconds.</mainText>";
11935
11935
  readonly colloq: ";";
11936
11936
  readonly plaintext: "Increases Attack Damage and Ability Power, activate to slow a target";
11937
11937
  readonly from: readonly ["1038", "1058"];
@@ -12004,7 +12004,7 @@ export declare const Item: {
12004
12004
  };
12005
12005
  readonly "3152": {
12006
12006
  readonly name: "Hextech Rocketbelt";
12007
- readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>ACTIVE</active>}<br><active>Supersonic</active><br>Dash in target direction, unleashing an arc of magic missiles that deal magic damage.</mainText>";
12007
+ readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>400</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>ACTIVE</active>}<br><active>Supersonic</active><br>Dash in target direction, unleashing an arc of magic missiles that deal magic damage.</mainText>";
12008
12008
  readonly colloq: "rocket belt;";
12009
12009
  readonly plaintext: "Activate to dash forward and unleash a fiery explosion";
12010
12010
  readonly from: readonly ["3145", "3067"];
@@ -12033,14 +12033,14 @@ export declare const Item: {
12033
12033
  readonly "33": false;
12034
12034
  };
12035
12035
  readonly stats: {
12036
- readonly FlatHPPoolMod: 300;
12036
+ readonly FlatHPPoolMod: 400;
12037
12037
  readonly FlatMagicDamageMod: 70;
12038
12038
  };
12039
12039
  readonly depth: 3;
12040
12040
  };
12041
12041
  readonly "3153": {
12042
12042
  readonly name: "Blade of The Ruined King";
12043
- readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>10%</attention> Life Steal</stats><br><br><passive>Mist's Edge</passive><br>Attacks apply an additional enemy current Health physical damage <OnHit>On-Hit</OnHit>.<br><br><passive>Clawing Shadows</passive><br>Attacking a champion 3 times Slows them.</mainText>";
12043
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>10%</attention> Life Steal</stats><br><br><passive>Mist's Edge</passive><br>Attacks apply an additional enemy current Health physical damage <OnHit>On-Hit</OnHit>.<br><br><passive>Clawing Shadows</passive><br>Attacking a champion 3 times Slows them.</mainText>";
12044
12044
  readonly colloq: ";brk;bork;bork;bork;botrk";
12045
12045
  readonly plaintext: "Deals damage based on target's Health, can steal Move Speed";
12046
12046
  readonly from: readonly ["1053", "1043", "1037"];
@@ -12069,8 +12069,8 @@ export declare const Item: {
12069
12069
  readonly "33": false;
12070
12070
  };
12071
12071
  readonly stats: {
12072
- readonly FlatPhysicalDamageMod: 55;
12073
- readonly PercentAttackSpeedMod: 0.3;
12072
+ readonly FlatPhysicalDamageMod: 50;
12073
+ readonly PercentAttackSpeedMod: 0.25;
12074
12074
  readonly PercentLifeStealMod: 0.1;
12075
12075
  };
12076
12076
  readonly depth: 3;
@@ -12093,7 +12093,7 @@ export declare const Item: {
12093
12093
  readonly h: 48;
12094
12094
  };
12095
12095
  readonly gold: {
12096
- readonly base: 150;
12096
+ readonly base: 200;
12097
12097
  readonly purchasable: true;
12098
12098
  readonly total: 1300;
12099
12099
  readonly sell: 910;
@@ -12193,7 +12193,7 @@ export declare const Item: {
12193
12193
  };
12194
12194
  readonly "3158": {
12195
12195
  readonly name: "Ionian Boots of Lucidity";
12196
- readonly description: "<mainText><stats><attention>15</attention> Ability Haste<br><attention>45</attention> Move Speed</stats><br><br><passive>Ionian Insight</passive><br>Gain 12 Summoner Spell Haste.<br><br></mainText>";
12196
+ readonly description: "<mainText><stats><attention>15</attention> Ability Haste<br><attention>45</attention> Move Speed</stats><br><br><passive>Ionian Insight</passive><br>Gain 10 Summoner Spell Haste.<br><br></mainText>";
12197
12197
  readonly colloq: "";
12198
12198
  readonly plaintext: "Increases Move Speed and Cooldown Reduction";
12199
12199
  readonly from: readonly ["1001", "2022"];
@@ -12207,10 +12207,10 @@ export declare const Item: {
12207
12207
  readonly h: 48;
12208
12208
  };
12209
12209
  readonly gold: {
12210
- readonly base: 350;
12210
+ readonly base: 450;
12211
12211
  readonly purchasable: true;
12212
- readonly total: 900;
12213
- readonly sell: 630;
12212
+ readonly total: 1000;
12213
+ readonly sell: 700;
12214
12214
  };
12215
12215
  readonly tags: readonly ["Boots", "CooldownReduction"];
12216
12216
  readonly maps: {
@@ -12498,7 +12498,7 @@ export declare const Item: {
12498
12498
  readonly h: 48;
12499
12499
  };
12500
12500
  readonly gold: {
12501
- readonly base: 650;
12501
+ readonly base: 700;
12502
12502
  readonly purchasable: true;
12503
12503
  readonly total: 2200;
12504
12504
  readonly sell: 1540;
@@ -12536,10 +12536,10 @@ export declare const Item: {
12536
12536
  readonly h: 48;
12537
12537
  };
12538
12538
  readonly gold: {
12539
- readonly base: 1250;
12539
+ readonly base: 1350;
12540
12540
  readonly purchasable: false;
12541
- readonly total: 3200;
12542
- readonly sell: 2240;
12541
+ readonly total: 3250;
12542
+ readonly sell: 2275;
12543
12543
  };
12544
12544
  readonly tags: readonly ["SpellBlock", "Armor", "Active", "CooldownReduction", "AbilityHaste"];
12545
12545
  readonly maps: {
@@ -12573,7 +12573,7 @@ export declare const Item: {
12573
12573
  readonly h: 48;
12574
12574
  };
12575
12575
  readonly gold: {
12576
- readonly base: 100;
12576
+ readonly base: 150;
12577
12577
  readonly purchasable: true;
12578
12578
  readonly total: 1250;
12579
12579
  readonly sell: 875;
@@ -12937,7 +12937,7 @@ export declare const Item: {
12937
12937
  };
12938
12938
  readonly "3430": {
12939
12939
  readonly name: "Rite Of Ruin";
12940
- readonly description: "<mainText><stats><attention>50</attention> Ability Power<br><attention>15</attention> Ability Haste<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Wrath and Ruin</passive><br>On spell cast, gain 2.5% critical chance for 6 seconds, stacking up to 20%.<br><br><passive>Salvage the Wreckage</passive><br>Your spells have a chance equal to your crit chance to grant you or your targeted ally a shield for 0 for 3s.<br></mainText>";
12940
+ readonly description: "<mainText><stats><attention>50</attention> Ability Power<br><attention>15</attention> Ability Haste<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Wrath and Ruin</passive><br>On spell cast, gain 2.5% critical chance for 6 seconds, stacking up to 20%.<br><br><passive>Salvage the Wreckage</passive><br>Your spells have a chance equal to your crit chance to grant you or your targeted ally a shield for for 3s.<br></mainText>";
12941
12941
  readonly colloq: "";
12942
12942
  readonly plaintext: "";
12943
12943
  readonly image: {
@@ -13183,7 +13183,7 @@ export declare const Item: {
13183
13183
  };
13184
13184
  readonly "3748": {
13185
13185
  readonly name: "Titanic Hydra";
13186
- readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>550</attention> Health</stats><br><br><passive>Cleave</passive><br>Attacks apply an additional <physicalDamage>0 physical damage</physicalDamage> <OnHit>On-Hit</OnHit> and deal <physicalDamage>0 physical damage</physicalDamage> to enemies behind the target.<br><br><active>ACTIVE</active><br><active>Titanic Crescent</active><br>On your next attack, <passive>Cleave</passive> will deal bonus physical damage to your target and in a nearby shockwave.</mainText>";
13186
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>550</attention> Health</stats><br><br><passive>Cleave</passive><br>Attacks apply an additional <physicalDamage> physical damage</physicalDamage> <OnHit>On-Hit</OnHit> and deal <physicalDamage> physical damage</physicalDamage> to enemies behind the target.<br><br><active>ACTIVE</active><br><active>Titanic Crescent</active><br>On your next attack, <passive>Cleave</passive> will deal bonus physical damage to your target and in a nearby shockwave.</mainText>";
13187
13187
  readonly colloq: ";juggernaut";
13188
13188
  readonly plaintext: "Deals area of effect damage based on owner's health";
13189
13189
  readonly from: readonly ["3077", "2021", "1028"];
@@ -15167,7 +15167,7 @@ export declare const Item: {
15167
15167
  };
15168
15168
  readonly "443069": {
15169
15169
  readonly name: "Hamstringer";
15170
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Scour</passive><br>On Critical Strike:<li> Apply a bleed, dealing 0 physical damage over 2 seconds. This effect stacks any number of times.<li> Apply a 7% Slow for 2 seconds. This effect stacks up to 35%.</mainText>";
15170
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>25%</attention> Critical Strike Chance</stats><br><br><passive>Scour</passive><br>On Critical Strike:<li> Apply a bleed, dealing physical damage over 2 seconds. This effect stacks any number of times.<li> Apply a 7% Slow for 2 seconds. This effect stacks up to 35%.</mainText>";
15171
15171
  readonly colloq: "";
15172
15172
  readonly plaintext: "";
15173
15173
  readonly specialRecipe: 220007;
@@ -15222,7 +15222,7 @@ export declare const Item: {
15222
15222
  readonly total: 1000;
15223
15223
  readonly sell: 400;
15224
15224
  };
15225
- readonly tags: readonly ["Active", "NonbootsMovement"];
15225
+ readonly tags: readonly ["Health", "Active", "NonbootsMovement"];
15226
15226
  readonly maps: {
15227
15227
  readonly "11": false;
15228
15228
  readonly "12": false;
@@ -15236,6 +15236,108 @@ export declare const Item: {
15236
15236
  readonly PercentMovementSpeedMod: 0.15;
15237
15237
  };
15238
15238
  };
15239
+ readonly "443080": {
15240
+ readonly name: "Twin Mask";
15241
+ readonly description: "<mainText><stats></stats><br><br><passive>Unanimity</passive><br>Gain a percent of your teammate's Health, Armor, Magic Resist, Attack Damage, Ability Power, Attack Speed, and Ability Haste, increased significantly if they also have <keywordMajor>Twin Mask</keywordMajor> and are alive.</mainText>";
15242
+ readonly colloq: "";
15243
+ readonly plaintext: "";
15244
+ readonly specialRecipe: 220007;
15245
+ readonly image: {
15246
+ readonly full: "443080.png";
15247
+ readonly sprite: "item4.png";
15248
+ readonly group: "item";
15249
+ readonly x: 432;
15250
+ readonly y: 48;
15251
+ readonly w: 48;
15252
+ readonly h: 48;
15253
+ };
15254
+ readonly gold: {
15255
+ readonly base: 1000;
15256
+ readonly purchasable: true;
15257
+ readonly total: 1000;
15258
+ readonly sell: 400;
15259
+ };
15260
+ readonly tags: readonly ["Health", "Armor", "Damage", "AttackSpeed", "SpellDamage", "MagicResist", "AbilityHaste"];
15261
+ readonly maps: {
15262
+ readonly "11": false;
15263
+ readonly "12": false;
15264
+ readonly "21": false;
15265
+ readonly "22": false;
15266
+ readonly "30": true;
15267
+ readonly "33": false;
15268
+ };
15269
+ readonly stats: {};
15270
+ };
15271
+ readonly "443081": {
15272
+ readonly name: "Hexbolt Companion";
15273
+ readonly description: "<mainText><stats><attention>75%</attention> Attack Speed<br><attention>500</attention> Health</stats><br><br><passive>Covering Fire</passive><br>While near an allied champion, <OnHit>On-Hit</OnHit> gain a stack of Edict, At 1 stacks, the next time you would apply an <OnHit>On-Hit</OnHit>, your teammate also fires a bolt at the target, dealing <physicalDamage> physical damage</physicalDamage> and applying their <OnHit>On-Hit</OnHit> effects.<br><br><keywordMajor>Covering Fire</keywordMajor> cannot trigger other <keywordMajor>Covering Fire</keywordMajor>.</mainText>";
15274
+ readonly colloq: "";
15275
+ readonly plaintext: "";
15276
+ readonly specialRecipe: 220007;
15277
+ readonly image: {
15278
+ readonly full: "443081.png";
15279
+ readonly sprite: "item4.png";
15280
+ readonly group: "item";
15281
+ readonly x: 0;
15282
+ readonly y: 96;
15283
+ readonly w: 48;
15284
+ readonly h: 48;
15285
+ };
15286
+ readonly gold: {
15287
+ readonly base: 1000;
15288
+ readonly purchasable: true;
15289
+ readonly total: 1000;
15290
+ readonly sell: 400;
15291
+ };
15292
+ readonly tags: readonly ["Health", "AttackSpeed"];
15293
+ readonly maps: {
15294
+ readonly "11": false;
15295
+ readonly "12": false;
15296
+ readonly "21": false;
15297
+ readonly "22": false;
15298
+ readonly "30": true;
15299
+ readonly "33": false;
15300
+ };
15301
+ readonly stats: {
15302
+ readonly FlatHPPoolMod: 500;
15303
+ readonly PercentAttackSpeedMod: 0.75;
15304
+ };
15305
+ };
15306
+ readonly "443090": {
15307
+ readonly name: "Reaper's Toll";
15308
+ readonly description: "<mainText><stats><attention>40</attention> Adaptive Force<br><attention>50%</attention> Attack Speed<br><attention>10%</attention> Move Speed</stats><br><br><passive>Sow</passive><br>Increase your Attack Speed from all sources by 25%.<br><br><passive>Reap</passive><br><OnHit>On-Hit</OnHit>, deal <trueDamage>max Health true damage</trueDamage>, and reduce their Max Health by the damage dealt for the rest of the round. Consecutive hits against the same enemy increase this amount by 0.1%.</mainText>";
15309
+ readonly colloq: "";
15310
+ readonly plaintext: "";
15311
+ readonly specialRecipe: 220007;
15312
+ readonly image: {
15313
+ readonly full: "443090.png";
15314
+ readonly sprite: "item4.png";
15315
+ readonly group: "item";
15316
+ readonly x: 48;
15317
+ readonly y: 96;
15318
+ readonly w: 48;
15319
+ readonly h: 48;
15320
+ };
15321
+ readonly gold: {
15322
+ readonly base: 1000;
15323
+ readonly purchasable: true;
15324
+ readonly total: 1000;
15325
+ readonly sell: 400;
15326
+ };
15327
+ readonly tags: readonly ["Damage", "AttackSpeed", "SpellDamage", "NonbootsMovement"];
15328
+ readonly maps: {
15329
+ readonly "11": false;
15330
+ readonly "12": false;
15331
+ readonly "21": false;
15332
+ readonly "22": false;
15333
+ readonly "30": true;
15334
+ readonly "33": false;
15335
+ };
15336
+ readonly stats: {
15337
+ readonly PercentAttackSpeedMod: 0.5;
15338
+ readonly PercentMovementSpeedMod: 0.1;
15339
+ };
15340
+ };
15239
15341
  readonly "443193": {
15240
15342
  readonly name: "Gargoyle Stoneplate";
15241
15343
  readonly description: "<mainText><stats><attention>65</attention> Armor<br><attention>65</attention> Magic Resist<br><attention>15</attention> Ability Haste<br><attention>10%</attention> Move Speed</stats><br><br><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Unbreakable</active><br>Gain a Shield that decays and grow in size.</mainText>";
@@ -15246,8 +15348,8 @@ export declare const Item: {
15246
15348
  readonly full: "443193.png";
15247
15349
  readonly sprite: "item4.png";
15248
15350
  readonly group: "item";
15249
- readonly x: 432;
15250
- readonly y: 48;
15351
+ readonly x: 96;
15352
+ readonly y: 96;
15251
15353
  readonly w: 48;
15252
15354
  readonly h: 48;
15253
15355
  };
@@ -15282,7 +15384,7 @@ export declare const Item: {
15282
15384
  readonly full: "444636.png";
15283
15385
  readonly sprite: "item4.png";
15284
15386
  readonly group: "item";
15285
- readonly x: 0;
15387
+ readonly x: 144;
15286
15388
  readonly y: 96;
15287
15389
  readonly w: 48;
15288
15390
  readonly h: 48;
@@ -15317,7 +15419,7 @@ export declare const Item: {
15317
15419
  readonly full: "444637.png";
15318
15420
  readonly sprite: "item4.png";
15319
15421
  readonly group: "item";
15320
- readonly x: 48;
15422
+ readonly x: 192;
15321
15423
  readonly y: 96;
15322
15424
  readonly w: 48;
15323
15425
  readonly h: 48;
@@ -15352,7 +15454,7 @@ export declare const Item: {
15352
15454
  readonly full: "444644.png";
15353
15455
  readonly sprite: "item4.png";
15354
15456
  readonly group: "item";
15355
- readonly x: 96;
15457
+ readonly x: 240;
15356
15458
  readonly y: 96;
15357
15459
  readonly w: 48;
15358
15460
  readonly h: 48;
@@ -15388,7 +15490,7 @@ export declare const Item: {
15388
15490
  readonly full: "446632.png";
15389
15491
  readonly sprite: "item4.png";
15390
15492
  readonly group: "item";
15391
- readonly x: 144;
15493
+ readonly x: 288;
15392
15494
  readonly y: 96;
15393
15495
  readonly w: 48;
15394
15496
  readonly h: 48;
@@ -15423,7 +15525,7 @@ export declare const Item: {
15423
15525
  readonly full: "446656.png";
15424
15526
  readonly sprite: "item4.png";
15425
15527
  readonly group: "item";
15426
- readonly x: 192;
15528
+ readonly x: 336;
15427
15529
  readonly y: 96;
15428
15530
  readonly w: 48;
15429
15531
  readonly h: 48;
@@ -15459,7 +15561,7 @@ export declare const Item: {
15459
15561
  readonly full: "446667.png";
15460
15562
  readonly sprite: "item4.png";
15461
15563
  readonly group: "item";
15462
- readonly x: 240;
15564
+ readonly x: 384;
15463
15565
  readonly y: 96;
15464
15566
  readonly w: 48;
15465
15567
  readonly h: 48;
@@ -15495,7 +15597,7 @@ export declare const Item: {
15495
15597
  readonly full: "446671.png";
15496
15598
  readonly sprite: "item4.png";
15497
15599
  readonly group: "item";
15498
- readonly x: 288;
15600
+ readonly x: 432;
15499
15601
  readonly y: 96;
15500
15602
  readonly w: 48;
15501
15603
  readonly h: 48;
@@ -15532,8 +15634,8 @@ export declare const Item: {
15532
15634
  readonly full: "446691.png";
15533
15635
  readonly sprite: "item4.png";
15534
15636
  readonly group: "item";
15535
- readonly x: 336;
15536
- readonly y: 96;
15637
+ readonly x: 0;
15638
+ readonly y: 144;
15537
15639
  readonly w: 48;
15538
15640
  readonly h: 48;
15539
15641
  };
@@ -15566,8 +15668,8 @@ export declare const Item: {
15566
15668
  readonly full: "446693.png";
15567
15669
  readonly sprite: "item4.png";
15568
15670
  readonly group: "item";
15569
- readonly x: 384;
15570
- readonly y: 96;
15671
+ readonly x: 48;
15672
+ readonly y: 144;
15571
15673
  readonly w: 48;
15572
15674
  readonly h: 48;
15573
15675
  };
@@ -15600,8 +15702,8 @@ export declare const Item: {
15600
15702
  readonly full: "447100.png";
15601
15703
  readonly sprite: "item4.png";
15602
15704
  readonly group: "item";
15603
- readonly x: 432;
15604
- readonly y: 96;
15705
+ readonly x: 96;
15706
+ readonly y: 144;
15605
15707
  readonly w: 48;
15606
15708
  readonly h: 48;
15607
15709
  };
@@ -15635,7 +15737,7 @@ export declare const Item: {
15635
15737
  readonly full: "447101.png";
15636
15738
  readonly sprite: "item4.png";
15637
15739
  readonly group: "item";
15638
- readonly x: 0;
15740
+ readonly x: 144;
15639
15741
  readonly y: 144;
15640
15742
  readonly w: 48;
15641
15743
  readonly h: 48;
@@ -15662,7 +15764,7 @@ export declare const Item: {
15662
15764
  };
15663
15765
  readonly "447102": {
15664
15766
  readonly name: "Reality Fracture";
15665
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40%</attention> Attack Speed<br><attention>300</attention> Health</stats><br><br><passive>ZZ'Rot</passive> (0s)<br>On Attack or when damaging an enemy with an ability, summon 3 Voidgrubs to Attack the target. Voidgrubs deal <magicDamage>0 magic damage</magicDamage> and live for up to 5 seconds.<br><br>When you die, spawn 6.</mainText>";
15767
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40%</attention> Attack Speed<br><attention>300</attention> Health</stats><br><br><passive>ZZ'Rot</passive> (0s)<br>On Attack or when damaging an enemy with an ability, summon 3 Voidgrubs to Attack the target. Voidgrubs deal <magicDamage> magic damage</magicDamage> and live for up to 5 seconds.<br><br>When you die, spawn 6.</mainText>";
15666
15768
  readonly colloq: "";
15667
15769
  readonly plaintext: "";
15668
15770
  readonly specialRecipe: 220007;
@@ -15670,7 +15772,7 @@ export declare const Item: {
15670
15772
  readonly full: "447102.png";
15671
15773
  readonly sprite: "item4.png";
15672
15774
  readonly group: "item";
15673
- readonly x: 48;
15775
+ readonly x: 192;
15674
15776
  readonly y: 144;
15675
15777
  readonly w: 48;
15676
15778
  readonly h: 48;
@@ -15706,7 +15808,7 @@ export declare const Item: {
15706
15808
  readonly full: "447103.png";
15707
15809
  readonly sprite: "item4.png";
15708
15810
  readonly group: "item";
15709
- readonly x: 96;
15811
+ readonly x: 240;
15710
15812
  readonly y: 144;
15711
15813
  readonly w: 48;
15712
15814
  readonly h: 48;
@@ -15732,7 +15834,7 @@ export declare const Item: {
15732
15834
  };
15733
15835
  readonly "447104": {
15734
15836
  readonly name: "Innervating Locket";
15735
- readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>200</attention> Health</stats><br><br><passive>Fill the Soul</passive><br>Any Ability cast within 800 range grants you a charge.<br><br>At 30 charges, gain <shield>0 Shield</shield>, <scaleAP>0 Ability Power</scaleAP>, and <speed>0 Move Speed</speed> for the rest of the round.</mainText>";
15837
+ readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>200</attention> Health</stats><br><br><passive>Fill the Soul</passive><br>Any Ability cast within 800 range grants you a charge.<br><br>At 30 charges, gain <shield> Shield</shield>, <scaleAP> Ability Power</scaleAP>, and <speed> Move Speed</speed> for the rest of the round.</mainText>";
15736
15838
  readonly colloq: "";
15737
15839
  readonly plaintext: "";
15738
15840
  readonly specialRecipe: 220007;
@@ -15740,7 +15842,7 @@ export declare const Item: {
15740
15842
  readonly full: "447104.png";
15741
15843
  readonly sprite: "item4.png";
15742
15844
  readonly group: "item";
15743
- readonly x: 144;
15845
+ readonly x: 288;
15744
15846
  readonly y: 144;
15745
15847
  readonly w: 48;
15746
15848
  readonly h: 48;
@@ -15767,7 +15869,7 @@ export declare const Item: {
15767
15869
  };
15768
15870
  readonly "447105": {
15769
15871
  readonly name: "Empyrean Promise";
15770
- readonly description: "<mainText><stats><attention>60</attention> Ability Power<br><attention>18%</attention> Heal and Shield Power<br><attention>30</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Vigilance</active><br>Teleport to your ally and grant <shield>0 shield</shield> for 5s when landing. Can be used when Ally is downed.</mainText>";
15872
+ readonly description: "<mainText><stats><attention>60</attention> Ability Power<br><attention>18%</attention> Heal and Shield Power<br><attention>30</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><br><br><br><active>ACTIVE</active> (0s)<br><active>Vigilance</active><br>Teleport to your ally and grant <shield> shield</shield> for 5s when landing. Can be used when Ally is downed.</mainText>";
15771
15873
  readonly colloq: "";
15772
15874
  readonly plaintext: "";
15773
15875
  readonly specialRecipe: 220007;
@@ -15775,7 +15877,7 @@ export declare const Item: {
15775
15877
  readonly full: "447105.png";
15776
15878
  readonly sprite: "item4.png";
15777
15879
  readonly group: "item";
15778
- readonly x: 192;
15880
+ readonly x: 336;
15779
15881
  readonly y: 144;
15780
15882
  readonly w: 48;
15781
15883
  readonly h: 48;
@@ -15801,7 +15903,7 @@ export declare const Item: {
15801
15903
  };
15802
15904
  readonly "447106": {
15803
15905
  readonly name: "Dragonheart";
15804
- readonly description: "<mainText><stats></stats><br><br><passive>Inner Flame</passive><br>Increases your <scaleHealth>Health</scaleHealth>, <scaleArmor>Armor</scaleArmor>, <scaleMR>Magic Resist</scaleMR>, <physicalDamage>Attack Damage</physicalDamage>, <magicDamage>Ability Power</magicDamage>, <attackSpeed>Attack Speed</attackSpeed>, and Ability Haste by 5%, increased by 5% per Dragon Soul you possess.<br><br>Every 2 rounds, gain a Dragon Soul.<br><br>If you already have every elemental soul, an ancient power awakens within...<br><br><rules>When purchased, if it is past round 5, immediately gain 1 soul, plus 1 for every 2 rounds beyond round 5.</rules></mainText>";
15906
+ readonly description: "<mainText><stats></stats><br><br><passive>Inner Flame</passive><br>Increases your <scaleHealth>Health</scaleHealth>, <scaleArmor>Armor</scaleArmor>, <scaleMR>Magic Resist</scaleMR>, <physicalDamage>Attack Damage</physicalDamage>, <magicDamage>Ability Power</magicDamage>, <attackSpeed>Attack Speed</attackSpeed>, and Ability Haste by 5% per Dragon Soul you possess.<br><br>Every 2 rounds, gain a Dragon Soul.<br><br>If you already have every elemental soul and would gain another, an ancient power awakens within...<br><br><rules>When purchased, if it is past round 5, immediately gain 1 soul, plus 1 for every 2 rounds beyond round 5.</rules></mainText>";
15805
15907
  readonly colloq: "";
15806
15908
  readonly plaintext: "";
15807
15909
  readonly specialRecipe: 220007;
@@ -15809,7 +15911,7 @@ export declare const Item: {
15809
15911
  readonly full: "447106.png";
15810
15912
  readonly sprite: "item4.png";
15811
15913
  readonly group: "item";
15812
- readonly x: 240;
15914
+ readonly x: 384;
15813
15915
  readonly y: 144;
15814
15916
  readonly w: 48;
15815
15917
  readonly h: 48;
@@ -15841,7 +15943,7 @@ export declare const Item: {
15841
15943
  readonly full: "447107.png";
15842
15944
  readonly sprite: "item4.png";
15843
15945
  readonly group: "item";
15844
- readonly x: 288;
15946
+ readonly x: 432;
15845
15947
  readonly y: 144;
15846
15948
  readonly w: 48;
15847
15949
  readonly h: 48;
@@ -15868,7 +15970,7 @@ export declare const Item: {
15868
15970
  };
15869
15971
  readonly "447108": {
15870
15972
  readonly name: "Runecarver";
15871
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Move Speed</stats><br><br><passive>Helix</passive><br>Dealing damage with an ability grants 40 Energized stacks and triggers Energized Attacks if it is ready.<br><br><passive>Spiral Out</passive><br>On Energized Attack, gain a <keyword>Rune</keyword> stack for the rest of the round. Then fire a missile at the target for each <keyword>Rune</keyword> stack, dealing 0 magic damage for each missile.</mainText>";
15973
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Move Speed</stats><br><br><passive>Helix</passive><br>Dealing damage with an ability grants 40 Energized stacks and triggers Energized Attacks if it is ready.<br><br><passive>Spiral Out</passive><br>On Energized Attack, gain a <keyword>Rune</keyword> stack for the rest of the round. Then fire a missile at the target for each <keyword>Rune</keyword> stack, dealing magic damage for each missile.</mainText>";
15872
15974
  readonly colloq: "";
15873
15975
  readonly plaintext: "";
15874
15976
  readonly specialRecipe: 220007;
@@ -15876,8 +15978,8 @@ export declare const Item: {
15876
15978
  readonly full: "447108.png";
15877
15979
  readonly sprite: "item4.png";
15878
15980
  readonly group: "item";
15879
- readonly x: 336;
15880
- readonly y: 144;
15981
+ readonly x: 0;
15982
+ readonly y: 192;
15881
15983
  readonly w: 48;
15882
15984
  readonly h: 48;
15883
15985
  };
@@ -15903,7 +16005,7 @@ export declare const Item: {
15903
16005
  };
15904
16006
  readonly "447109": {
15905
16007
  readonly name: "Cruelty";
15906
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist</stats><br><br><passive>Watch Them Fall</passive><br>On <status>Immobilize</status> an enemy champion, summon a comet above them. The comet lands after 1 second, dealing additional <magicDamage>0 magic damage</magicDamage> in the area. This effect has a 6s cooldown per target per spell cast.</mainText>";
16008
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist</stats><br><br><passive>Watch Them Fall</passive><br>On <status>Immobilize</status> or <status>Grounding</status> an enemy champion, summon a comet above them. The comet lands after 1 second, dealing additional <magicDamage> magic damage</magicDamage> in the area. This effect has a 6s cooldown per target per spell cast.</mainText>";
15907
16009
  readonly colloq: "";
15908
16010
  readonly plaintext: "";
15909
16011
  readonly specialRecipe: 220007;
@@ -15911,8 +16013,8 @@ export declare const Item: {
15911
16013
  readonly full: "447109.png";
15912
16014
  readonly sprite: "item4.png";
15913
16015
  readonly group: "item";
15914
- readonly x: 384;
15915
- readonly y: 144;
16016
+ readonly x: 48;
16017
+ readonly y: 192;
15916
16018
  readonly w: 48;
15917
16019
  readonly h: 48;
15918
16020
  };
@@ -15947,8 +16049,8 @@ export declare const Item: {
15947
16049
  readonly full: "447110.png";
15948
16050
  readonly sprite: "item4.png";
15949
16051
  readonly group: "item";
15950
- readonly x: 432;
15951
- readonly y: 144;
16052
+ readonly x: 96;
16053
+ readonly y: 192;
15952
16054
  readonly w: 48;
15953
16055
  readonly h: 48;
15954
16056
  };
@@ -15974,7 +16076,7 @@ export declare const Item: {
15974
16076
  };
15975
16077
  readonly "447111": {
15976
16078
  readonly name: "Overlord's Bloodmail";
15977
- readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>500</attention> Health</stats><br><br><passive>Tyranny</passive><br>Gain <physicalDamage>0 AD</physicalDamage> equal to 3% <scaleHealth>Bonus HP</scaleHealth>.<br><br><passive>Retribution</passive><br>Gain up to <physicalDamage>12% increased AD</physicalDamage> based on your percent missing Health.</mainText>";
16079
+ readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>500</attention> Health</stats><br><br><passive>Tyranny</passive><br>Gain <physicalDamage> AD</physicalDamage> equal to 3% <scaleHealth>Bonus HP</scaleHealth>.<br><br><passive>Retribution</passive><br>Gain up to <physicalDamage>12% increased AD</physicalDamage> based on your percent missing Health.</mainText>";
15978
16080
  readonly colloq: "";
15979
16081
  readonly plaintext: "";
15980
16082
  readonly specialRecipe: 220007;
@@ -15982,7 +16084,7 @@ export declare const Item: {
15982
16084
  readonly full: "447111.png";
15983
16085
  readonly sprite: "item4.png";
15984
16086
  readonly group: "item";
15985
- readonly x: 0;
16087
+ readonly x: 144;
15986
16088
  readonly y: 192;
15987
16089
  readonly w: 48;
15988
16090
  readonly h: 48;
@@ -16009,7 +16111,7 @@ export declare const Item: {
16009
16111
  };
16010
16112
  readonly "447112": {
16011
16113
  readonly name: "Flesheater";
16012
- readonly description: "<mainText><stats><attention>70</attention> Adaptive Force<br><attention>18</attention> Lethality<br><attention>18</attention> Magic Penetration</stats><br><br><passive>Hack the Meat</passive><br>Dealing damage shreds 3 <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> for 5 seconds, stacking up to 10 times. Applying stacks has a 1 second cooldown per target.<br><br><passive>Cannibalize</passive><br>On Champion Takedown, Heal yourself and your ally for <healing>18% of the Target's Max Health</healing>.</mainText>";
16114
+ readonly description: "<mainText><stats><attention>70</attention> Adaptive Force<br><attention>18</attention> Lethality<br><attention>18</attention> Magic Penetration</stats><br><br><passive>Hack the Meat</passive><br>Dealing damage shreds 3 <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> for 5 seconds, stacking up to 10 times. Applying stacks has a 1 second cooldown per Ability.<br><br><passive>Cannibalize</passive><br>On Champion Takedown, Heal yourself and your ally for <healing>18% of the Target's Max Health</healing>.</mainText>";
16013
16115
  readonly colloq: "";
16014
16116
  readonly plaintext: "";
16015
16117
  readonly specialRecipe: 220007;
@@ -16017,7 +16119,7 @@ export declare const Item: {
16017
16119
  readonly full: "447112.png";
16018
16120
  readonly sprite: "item4.png";
16019
16121
  readonly group: "item";
16020
- readonly x: 48;
16122
+ readonly x: 192;
16021
16123
  readonly y: 192;
16022
16124
  readonly w: 48;
16023
16125
  readonly h: 48;
@@ -16049,7 +16151,7 @@ export declare const Item: {
16049
16151
  readonly full: "447113.png";
16050
16152
  readonly sprite: "item4.png";
16051
16153
  readonly group: "item";
16052
- readonly x: 96;
16154
+ readonly x: 240;
16053
16155
  readonly y: 192;
16054
16156
  readonly w: 48;
16055
16157
  readonly h: 48;
@@ -16060,7 +16162,320 @@ export declare const Item: {
16060
16162
  readonly total: 1000;
16061
16163
  readonly sell: 400;
16062
16164
  };
16063
- readonly tags: readonly ["SpellDamage", "Mana", "MagicPenetration"];
16165
+ readonly tags: readonly ["SpellDamage", "Mana", "MagicPenetration"];
16166
+ readonly maps: {
16167
+ readonly "11": false;
16168
+ readonly "12": false;
16169
+ readonly "21": false;
16170
+ readonly "22": false;
16171
+ readonly "30": true;
16172
+ readonly "33": false;
16173
+ };
16174
+ readonly stats: {
16175
+ readonly FlatMPPoolMod: 400;
16176
+ readonly FlatMagicDamageMod: 90;
16177
+ };
16178
+ };
16179
+ readonly "447114": {
16180
+ readonly name: "Reverberation";
16181
+ readonly description: "<mainText><stats><attention>35</attention> Armor<br><attention>35</attention> Magic Resist<br><attention>40%</attention> Attack Speed</stats><br><br><passive>Reverberate</passive><br>At combat start gain <healing>40 max Health</healing> per <attackSpeed>10% bonus Attack Speed</attackSpeed>.<br><br><passive>Resonate</passive><br>Attacks deal <magicDamage> magic damage <OnHit>On-Hit</OnHit></magicDamage>.<br><br><passive>Rumble</passive><br><status>Immobilizing</status> an enemy champion grants 25 stacks for 8 seconds. While at 100 stacks, <status>Pull</status> nearby enemies every 8 seconds, and <status>Immobilizing</status> an enemy champion applies <OnHit>On-Hit</OnHit> effects 3 times.</mainText>";
16182
+ readonly colloq: "";
16183
+ readonly plaintext: "";
16184
+ readonly specialRecipe: 220007;
16185
+ readonly image: {
16186
+ readonly full: "447114.png";
16187
+ readonly sprite: "item4.png";
16188
+ readonly group: "item";
16189
+ readonly x: 288;
16190
+ readonly y: 192;
16191
+ readonly w: 48;
16192
+ readonly h: 48;
16193
+ };
16194
+ readonly gold: {
16195
+ readonly base: 1000;
16196
+ readonly purchasable: true;
16197
+ readonly total: 1000;
16198
+ readonly sell: 400;
16199
+ };
16200
+ readonly tags: readonly ["Health", "Armor", "AttackSpeed", "OnHit", "MagicResist"];
16201
+ readonly maps: {
16202
+ readonly "11": false;
16203
+ readonly "12": false;
16204
+ readonly "21": false;
16205
+ readonly "22": false;
16206
+ readonly "30": true;
16207
+ readonly "33": false;
16208
+ };
16209
+ readonly stats: {
16210
+ readonly FlatSpellBlockMod: 35;
16211
+ readonly FlatArmorMod: 35;
16212
+ readonly PercentAttackSpeedMod: 0.4;
16213
+ };
16214
+ };
16215
+ readonly "447115": {
16216
+ readonly name: "Regicide";
16217
+ readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>8%</attention> Move Speed</stats><br><br><passive>End the Line</passive><br>At the start of each round, declare the lowest health enemy the <keywordMajor>Regent</keywordMajor>. Getting a takedown on the <keywordMajor>Regent</keywordMajor> grants you a permanent <physicalDamage>10 Attack Damage</physicalDamage> and refreshes your Ultimate's Cooldown.</mainText>";
16218
+ readonly colloq: "";
16219
+ readonly plaintext: "";
16220
+ readonly specialRecipe: 220007;
16221
+ readonly image: {
16222
+ readonly full: "447115.png";
16223
+ readonly sprite: "item4.png";
16224
+ readonly group: "item";
16225
+ readonly x: 336;
16226
+ readonly y: 192;
16227
+ readonly w: 48;
16228
+ readonly h: 48;
16229
+ };
16230
+ readonly gold: {
16231
+ readonly base: 1000;
16232
+ readonly purchasable: true;
16233
+ readonly total: 1000;
16234
+ readonly sell: 400;
16235
+ };
16236
+ readonly tags: readonly ["Damage", "NonbootsMovement", "ArmorPenetration"];
16237
+ readonly maps: {
16238
+ readonly "11": false;
16239
+ readonly "12": false;
16240
+ readonly "21": false;
16241
+ readonly "22": false;
16242
+ readonly "30": true;
16243
+ readonly "33": false;
16244
+ };
16245
+ readonly stats: {
16246
+ readonly FlatPhysicalDamageMod: 60;
16247
+ readonly PercentMovementSpeedMod: 0.08;
16248
+ };
16249
+ };
16250
+ readonly "447116": {
16251
+ readonly name: "Kinkou Jitte";
16252
+ readonly description: "<mainText><stats><attention>70</attention> Adaptive Force<br><attention>12</attention> Lethality<br><attention>12</attention> Magic Penetration<br><attention>30</attention> Ability Haste</stats><br><br><passive>Between the Ribs</passive><br>You can see weakpoints in nearby enemy champions. Dealing damage through the weakpoint deals an additional <trueDamage> max Health true damage</trueDamage> and grants <speed> Move Speed</speed> for 1.5 seconds.</mainText>";
16253
+ readonly colloq: "";
16254
+ readonly plaintext: "";
16255
+ readonly specialRecipe: 220007;
16256
+ readonly image: {
16257
+ readonly full: "447116.png";
16258
+ readonly sprite: "item4.png";
16259
+ readonly group: "item";
16260
+ readonly x: 384;
16261
+ readonly y: 192;
16262
+ readonly w: 48;
16263
+ readonly h: 48;
16264
+ };
16265
+ readonly gold: {
16266
+ readonly base: 1000;
16267
+ readonly purchasable: true;
16268
+ readonly total: 1000;
16269
+ readonly sell: 400;
16270
+ };
16271
+ readonly tags: readonly ["Damage", "SpellDamage", "MagicPenetration", "ArmorPenetration", "AbilityHaste"];
16272
+ readonly maps: {
16273
+ readonly "11": false;
16274
+ readonly "12": false;
16275
+ readonly "21": false;
16276
+ readonly "22": false;
16277
+ readonly "30": true;
16278
+ readonly "33": false;
16279
+ };
16280
+ readonly stats: {};
16281
+ };
16282
+ readonly "447118": {
16283
+ readonly name: "Pyromancer's Cloak";
16284
+ readonly description: "<mainText><stats><attention>85</attention> Adaptive Force<br><attention>400</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><passive>Spark</passive> (5s) Cooldown<br>Attack or Ability hits against an enemy champion <keywordMajor>Burn</keywordMajor> them for <magicDamage> magic damage</magicDamage> over 3 seconds.<br><br><passive>Cleansing Flame</passive> (0s) per champion <br>Applying a <keywordMajor>Burn</keywordMajor> to an enemy champion creates a nearby <keywordMajor>Blaze</keywordMajor> for 5 seconds. While in a <keywordMajor>Blaze</keywordMajor>, gain <speed> Move Speed</speed> and <lifeSteal> Omnivamp</lifeSteal>. Enemies inside take <magicDamage> magic damage</magicDamage> per second.<br><br>The size and strength of each <keywordMajor>Blaze</keywordMajor> scale the number unique <keywordMajor>Burn</keywordMajor> sources you have.</mainText>";
16285
+ readonly colloq: "";
16286
+ readonly plaintext: "";
16287
+ readonly specialRecipe: 220007;
16288
+ readonly image: {
16289
+ readonly full: "447118.png";
16290
+ readonly sprite: "item4.png";
16291
+ readonly group: "item";
16292
+ readonly x: 432;
16293
+ readonly y: 192;
16294
+ readonly w: 48;
16295
+ readonly h: 48;
16296
+ };
16297
+ readonly gold: {
16298
+ readonly base: 1000;
16299
+ readonly purchasable: true;
16300
+ readonly total: 1000;
16301
+ readonly sell: 400;
16302
+ };
16303
+ readonly tags: readonly ["Health", "Damage", "SpellDamage", "SpellVamp"];
16304
+ readonly maps: {
16305
+ readonly "11": false;
16306
+ readonly "12": false;
16307
+ readonly "21": false;
16308
+ readonly "22": false;
16309
+ readonly "30": true;
16310
+ readonly "33": false;
16311
+ };
16312
+ readonly stats: {
16313
+ readonly FlatHPPoolMod: 400;
16314
+ };
16315
+ };
16316
+ readonly "447119": {
16317
+ readonly name: "Lightning Rod";
16318
+ readonly description: "<mainText><stats><attention>500</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>8%</attention> Move Speed</stats><br><br><passive>Call Lightning</passive><br>Every 16 seconds, <keywordMajor>Autocast</keywordMajor> summon a stormcloud above you, which after a brief delay fires a lightning bolt, dealing <magicDamage> plus 10% max Health magic damage</magicDamage> and <status>Slowing</status> by 30% for 2 seconds.<br><br>If you are struck by the lightning, gain a <shield> Shield</shield> for 2 seconds.<br><br><passive>Fully Automated</passive><br>Your <keywordMajor>Autocast</keywordMajor> Cooldowns are reduced by 1 seconds and benefit from your Ability Haste.<br><br><rules>Call Lighting has a minimum cooldown of 5 seconds.</rules></mainText>";
16319
+ readonly colloq: "";
16320
+ readonly plaintext: "";
16321
+ readonly specialRecipe: 220007;
16322
+ readonly image: {
16323
+ readonly full: "447119.png";
16324
+ readonly sprite: "item4.png";
16325
+ readonly group: "item";
16326
+ readonly x: 0;
16327
+ readonly y: 240;
16328
+ readonly w: 48;
16329
+ readonly h: 48;
16330
+ };
16331
+ readonly gold: {
16332
+ readonly base: 1000;
16333
+ readonly purchasable: true;
16334
+ readonly total: 1000;
16335
+ readonly sell: 400;
16336
+ };
16337
+ readonly tags: readonly ["Damage", "AttackSpeed"];
16338
+ readonly maps: {
16339
+ readonly "11": false;
16340
+ readonly "12": false;
16341
+ readonly "21": false;
16342
+ readonly "22": false;
16343
+ readonly "30": true;
16344
+ readonly "33": false;
16345
+ };
16346
+ readonly stats: {
16347
+ readonly FlatSpellBlockMod: 30;
16348
+ readonly FlatHPPoolMod: 500;
16349
+ readonly FlatArmorMod: 30;
16350
+ readonly PercentAttackSpeedMod: 0.3;
16351
+ readonly PercentMovementSpeedMod: 0.08;
16352
+ };
16353
+ };
16354
+ readonly "447120": {
16355
+ readonly name: "Diamond-Tipped Spear";
16356
+ readonly description: "<mainText><stats><attention>75</attention> Adaptive Force<br><attention>30%</attention> Attack Speed</stats><br><br><passive>Reach Weapon</passive><br>Increase your attack range by 75.<br><br><passive>Sweet Spot</passive><br>Deal up to 30% increased damage with Attacks and 40% with Abilities based on how far your target is from you. Damage caps at 1000 units. </mainText>";
16357
+ readonly colloq: "";
16358
+ readonly plaintext: "";
16359
+ readonly specialRecipe: 220007;
16360
+ readonly image: {
16361
+ readonly full: "447120.png";
16362
+ readonly sprite: "item4.png";
16363
+ readonly group: "item";
16364
+ readonly x: 48;
16365
+ readonly y: 240;
16366
+ readonly w: 48;
16367
+ readonly h: 48;
16368
+ };
16369
+ readonly gold: {
16370
+ readonly base: 1000;
16371
+ readonly purchasable: true;
16372
+ readonly total: 1000;
16373
+ readonly sell: 400;
16374
+ };
16375
+ readonly tags: readonly ["Damage", "AttackSpeed"];
16376
+ readonly maps: {
16377
+ readonly "11": false;
16378
+ readonly "12": false;
16379
+ readonly "21": false;
16380
+ readonly "22": false;
16381
+ readonly "30": true;
16382
+ readonly "33": false;
16383
+ };
16384
+ readonly stats: {
16385
+ readonly PercentAttackSpeedMod: 0.3;
16386
+ };
16387
+ };
16388
+ readonly "447121": {
16389
+ readonly name: "Twilight's Edge";
16390
+ readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>100</attention> Ability Power</stats><br><br><passive>The Path Between</passive><br>Threshold <physicalDamage>130 Bonus Attack Damage</physicalDamage> and <scaleAP>180 Ability Power</scaleAP>: At the start of each combat, randomly enter either the <keywordMajor>Spirit World</keywordMajor> or the <keywordMajor>Material World</keywordMajor>.<br><br><keywordMajor>Spirit World</keywordMajor>: Gain <scaleAP>20% Ability Power</scaleAP> and Ability Haste.<br><keywordMajor>Material World</keywordMajor>: Gain <physicalDamage>20% Attack Damage</physicalDamage> and <attackSpeed> Attack Speed</attackSpeed>.</mainText>";
16391
+ readonly colloq: "";
16392
+ readonly plaintext: "";
16393
+ readonly specialRecipe: 220007;
16394
+ readonly image: {
16395
+ readonly full: "447121.png";
16396
+ readonly sprite: "item4.png";
16397
+ readonly group: "item";
16398
+ readonly x: 96;
16399
+ readonly y: 240;
16400
+ readonly w: 48;
16401
+ readonly h: 48;
16402
+ };
16403
+ readonly gold: {
16404
+ readonly base: 1000;
16405
+ readonly purchasable: true;
16406
+ readonly total: 1000;
16407
+ readonly sell: 400;
16408
+ };
16409
+ readonly tags: readonly ["Health", "Armor", "Damage", "AttackSpeed", "SpellDamage", "MagicResist", "AbilityHaste"];
16410
+ readonly maps: {
16411
+ readonly "11": false;
16412
+ readonly "12": false;
16413
+ readonly "21": false;
16414
+ readonly "22": false;
16415
+ readonly "30": true;
16416
+ readonly "33": false;
16417
+ };
16418
+ readonly stats: {
16419
+ readonly FlatMagicDamageMod: 100;
16420
+ readonly FlatPhysicalDamageMod: 70;
16421
+ };
16422
+ };
16423
+ readonly "447122": {
16424
+ readonly name: "Black Hole Gauntlet";
16425
+ readonly description: "<mainText><stats><attention>900</attention> Health<br><attention>25</attention> Ability Haste<br><attention>200%</attention> Base Health Regen</stats><br><br><passive>Accretion</passive><br><OnHit>On-Hit</OnHit>, gain 1 stack of <keywordMajor>Accretion</keywordMajor>, and 5 stacks for <status>immobilizing</status> an enemy champion. These stacks last for the rest of the round, up to 50. Each stack increases your size by 1% and <healing>Base Health Regen by 10%</healing>.<br><br><active>ACTIVE</active> (0s)<br><active>Dark Star</active><br>Summon a Black Hole that scales with your size. <slow>Slowing</slow> nearby enemies by 35% while those in the center are pulled closer and take <magic> magic damage each second</magic>, granting you 1 stack of <keywordMajor>Accretion</keywordMajor>. The Black Hole lasts for seconds.<br><br><rules>Increases in size every 10 stacks. </rules></mainText>";
16426
+ readonly colloq: "";
16427
+ readonly plaintext: "";
16428
+ readonly specialRecipe: 220007;
16429
+ readonly image: {
16430
+ readonly full: "447122.png";
16431
+ readonly sprite: "item4.png";
16432
+ readonly group: "item";
16433
+ readonly x: 144;
16434
+ readonly y: 240;
16435
+ readonly w: 48;
16436
+ readonly h: 48;
16437
+ };
16438
+ readonly gold: {
16439
+ readonly base: 1000;
16440
+ readonly purchasable: true;
16441
+ readonly total: 1000;
16442
+ readonly sell: 400;
16443
+ };
16444
+ readonly tags: readonly ["SpellBlock", "AttackSpeed", "OnHit", "AbilityHaste"];
16445
+ readonly maps: {
16446
+ readonly "11": false;
16447
+ readonly "12": false;
16448
+ readonly "21": false;
16449
+ readonly "22": false;
16450
+ readonly "30": true;
16451
+ readonly "33": false;
16452
+ };
16453
+ readonly stats: {
16454
+ readonly FlatHPPoolMod: 900;
16455
+ };
16456
+ };
16457
+ readonly "447123": {
16458
+ readonly name: "Puppeteer";
16459
+ readonly description: "<mainText><stats><attention>30</attention> Ability Power<br><attention>15%</attention> Heal and Shield Power<br><attention>40</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><br><passive>Pull Their Strings</passive> <br>Attacking a champion adds a stack for 5 seconds. At 4 stacks, <status>Berserk</status> them for 2 seconds. You grant <status>Berserk</status> enemies an additional <attackSpeed> Attack Speed</attackSpeed> and <speed>40% Move Speed</speed>. (45 second Cooldown).<br><br><healing>Healing</healing>, <shield>Shielding</shield>, or buffing yourself or an ally with an Ability reduces the Cooldown by 5 seconds.<br><br><rules>If only one enemy is alive, instead <status>Fear</status> them for the same duration.</rules></mainText>";
16460
+ readonly colloq: "";
16461
+ readonly plaintext: "";
16462
+ readonly specialRecipe: 220007;
16463
+ readonly image: {
16464
+ readonly full: "447123.png";
16465
+ readonly sprite: "item4.png";
16466
+ readonly group: "item";
16467
+ readonly x: 192;
16468
+ readonly y: 240;
16469
+ readonly w: 48;
16470
+ readonly h: 48;
16471
+ };
16472
+ readonly gold: {
16473
+ readonly base: 1000;
16474
+ readonly purchasable: true;
16475
+ readonly total: 1000;
16476
+ readonly sell: 400;
16477
+ };
16478
+ readonly tags: readonly ["SpellDamage", "ManaRegen", "AbilityHaste"];
16064
16479
  readonly maps: {
16065
16480
  readonly "11": false;
16066
16481
  readonly "12": false;
@@ -16070,8 +16485,7 @@ export declare const Item: {
16070
16485
  readonly "33": false;
16071
16486
  };
16072
16487
  readonly stats: {
16073
- readonly FlatMPPoolMod: 400;
16074
- readonly FlatMagicDamageMod: 90;
16488
+ readonly FlatMagicDamageMod: 30;
16075
16489
  };
16076
16490
  };
16077
16491
  readonly "4628": {
@@ -16084,8 +16498,8 @@ export declare const Item: {
16084
16498
  readonly full: "4628.png";
16085
16499
  readonly sprite: "item4.png";
16086
16500
  readonly group: "item";
16087
- readonly x: 144;
16088
- readonly y: 192;
16501
+ readonly x: 240;
16502
+ readonly y: 240;
16089
16503
  readonly w: 48;
16090
16504
  readonly h: 48;
16091
16505
  };
@@ -16111,7 +16525,7 @@ export declare const Item: {
16111
16525
  };
16112
16526
  readonly "4629": {
16113
16527
  readonly name: "Cosmic Drive";
16114
- readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>250</attention> Health<br><attention>25</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><br><passive>Spelldance</passive><br>Damaging an enemy champion with an Ability grants <speed>0 Move Speed</speed> for 2s. </mainText>";
16528
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>350</attention> Health<br><attention>25</attention> Ability Haste<br><attention>5%</attention> Move Speed</stats><br><br><passive>Spelldance</passive><br>Damaging an enemy champion with an Ability grants <speed> Move Speed</speed> for 2s. </mainText>";
16115
16529
  readonly colloq: "";
16116
16530
  readonly plaintext: "Massive amounts of Cooldown Reduction";
16117
16531
  readonly from: readonly ["3067", "3113", "3108"];
@@ -16119,8 +16533,8 @@ export declare const Item: {
16119
16533
  readonly full: "4629.png";
16120
16534
  readonly sprite: "item4.png";
16121
16535
  readonly group: "item";
16122
- readonly x: 192;
16123
- readonly y: 192;
16536
+ readonly x: 288;
16537
+ readonly y: 240;
16124
16538
  readonly w: 48;
16125
16539
  readonly h: 48;
16126
16540
  };
@@ -16140,7 +16554,7 @@ export declare const Item: {
16140
16554
  readonly "33": false;
16141
16555
  };
16142
16556
  readonly stats: {
16143
- readonly FlatHPPoolMod: 250;
16557
+ readonly FlatHPPoolMod: 350;
16144
16558
  readonly FlatMagicDamageMod: 80;
16145
16559
  readonly PercentMovementSpeedMod: 0.05;
16146
16560
  };
@@ -16157,8 +16571,8 @@ export declare const Item: {
16157
16571
  readonly full: "4630.png";
16158
16572
  readonly sprite: "item4.png";
16159
16573
  readonly group: "item";
16160
- readonly x: 240;
16161
- readonly y: 192;
16574
+ readonly x: 336;
16575
+ readonly y: 240;
16162
16576
  readonly w: 48;
16163
16577
  readonly h: 48;
16164
16578
  };
@@ -16193,13 +16607,13 @@ export declare const Item: {
16193
16607
  readonly full: "4632.png";
16194
16608
  readonly sprite: "item4.png";
16195
16609
  readonly group: "item";
16196
- readonly x: 288;
16197
- readonly y: 192;
16610
+ readonly x: 384;
16611
+ readonly y: 240;
16198
16612
  readonly w: 48;
16199
16613
  readonly h: 48;
16200
16614
  };
16201
16615
  readonly gold: {
16202
- readonly base: 350;
16616
+ readonly base: 400;
16203
16617
  readonly purchasable: true;
16204
16618
  readonly total: 1600;
16205
16619
  readonly sell: 1120;
@@ -16229,8 +16643,8 @@ export declare const Item: {
16229
16643
  readonly full: "4633.png";
16230
16644
  readonly sprite: "item4.png";
16231
16645
  readonly group: "item";
16232
- readonly x: 336;
16233
- readonly y: 192;
16646
+ readonly x: 432;
16647
+ readonly y: 240;
16234
16648
  readonly w: 48;
16235
16649
  readonly h: 48;
16236
16650
  };
@@ -16266,8 +16680,8 @@ export declare const Item: {
16266
16680
  readonly full: "4635.png";
16267
16681
  readonly sprite: "item4.png";
16268
16682
  readonly group: "item";
16269
- readonly x: 384;
16270
- readonly y: 192;
16683
+ readonly x: 0;
16684
+ readonly y: 288;
16271
16685
  readonly w: 48;
16272
16686
  readonly h: 48;
16273
16687
  };
@@ -16303,8 +16717,8 @@ export declare const Item: {
16303
16717
  readonly full: "4636.png";
16304
16718
  readonly sprite: "item4.png";
16305
16719
  readonly group: "item";
16306
- readonly x: 432;
16307
- readonly y: 192;
16720
+ readonly x: 48;
16721
+ readonly y: 288;
16308
16722
  readonly w: 48;
16309
16723
  readonly h: 48;
16310
16724
  };
@@ -16340,8 +16754,8 @@ export declare const Item: {
16340
16754
  readonly full: "4637.png";
16341
16755
  readonly sprite: "item4.png";
16342
16756
  readonly group: "item";
16343
- readonly x: 0;
16344
- readonly y: 240;
16757
+ readonly x: 96;
16758
+ readonly y: 288;
16345
16759
  readonly w: 48;
16346
16760
  readonly h: 48;
16347
16761
  };
@@ -16378,8 +16792,8 @@ export declare const Item: {
16378
16792
  readonly full: "4638.png";
16379
16793
  readonly sprite: "item4.png";
16380
16794
  readonly group: "item";
16381
- readonly x: 48;
16382
- readonly y: 240;
16795
+ readonly x: 144;
16796
+ readonly y: 288;
16383
16797
  readonly w: 48;
16384
16798
  readonly h: 48;
16385
16799
  };
@@ -16416,8 +16830,8 @@ export declare const Item: {
16416
16830
  readonly full: "4641.png";
16417
16831
  readonly sprite: "item4.png";
16418
16832
  readonly group: "item";
16419
- readonly x: 96;
16420
- readonly y: 240;
16833
+ readonly x: 192;
16834
+ readonly y: 288;
16421
16835
  readonly w: 48;
16422
16836
  readonly h: 48;
16423
16837
  };
@@ -16451,8 +16865,8 @@ export declare const Item: {
16451
16865
  readonly full: "4642.png";
16452
16866
  readonly sprite: "item4.png";
16453
16867
  readonly group: "item";
16454
- readonly x: 144;
16455
- readonly y: 240;
16868
+ readonly x: 240;
16869
+ readonly y: 288;
16456
16870
  readonly w: 48;
16457
16871
  readonly h: 48;
16458
16872
  };
@@ -16487,8 +16901,8 @@ export declare const Item: {
16487
16901
  readonly full: "4643.png";
16488
16902
  readonly sprite: "item4.png";
16489
16903
  readonly group: "item";
16490
- readonly x: 192;
16491
- readonly y: 240;
16904
+ readonly x: 288;
16905
+ readonly y: 288;
16492
16906
  readonly w: 48;
16493
16907
  readonly h: 48;
16494
16908
  };
@@ -16525,8 +16939,8 @@ export declare const Item: {
16525
16939
  readonly full: "4644.png";
16526
16940
  readonly sprite: "item4.png";
16527
16941
  readonly group: "item";
16528
- readonly x: 240;
16529
- readonly y: 240;
16942
+ readonly x: 336;
16943
+ readonly y: 288;
16530
16944
  readonly w: 48;
16531
16945
  readonly h: 48;
16532
16946
  };
@@ -16562,8 +16976,8 @@ export declare const Item: {
16562
16976
  readonly full: "4645.png";
16563
16977
  readonly sprite: "item4.png";
16564
16978
  readonly group: "item";
16565
- readonly x: 288;
16566
- readonly y: 240;
16979
+ readonly x: 384;
16980
+ readonly y: 288;
16567
16981
  readonly w: 48;
16568
16982
  readonly h: 48;
16569
16983
  };
@@ -16597,8 +17011,8 @@ export declare const Item: {
16597
17011
  readonly full: "4646.png";
16598
17012
  readonly sprite: "item4.png";
16599
17013
  readonly group: "item";
16600
- readonly x: 336;
16601
- readonly y: 240;
17014
+ readonly x: 432;
17015
+ readonly y: 288;
16602
17016
  readonly w: 48;
16603
17017
  readonly h: 48;
16604
17018
  };
@@ -16635,8 +17049,8 @@ export declare const Item: {
16635
17049
  readonly full: "6029.png";
16636
17050
  readonly sprite: "item4.png";
16637
17051
  readonly group: "item";
16638
- readonly x: 384;
16639
- readonly y: 240;
17052
+ readonly x: 0;
17053
+ readonly y: 336;
16640
17054
  readonly w: 48;
16641
17055
  readonly h: 48;
16642
17056
  };
@@ -16671,8 +17085,8 @@ export declare const Item: {
16671
17085
  readonly full: "6035.png";
16672
17086
  readonly sprite: "item4.png";
16673
17087
  readonly group: "item";
16674
- readonly x: 432;
16675
- readonly y: 240;
17088
+ readonly x: 48;
17089
+ readonly y: 336;
16676
17090
  readonly w: 48;
16677
17091
  readonly h: 48;
16678
17092
  };
@@ -16705,7 +17119,7 @@ export declare const Item: {
16705
17119
  };
16706
17120
  readonly "6333": {
16707
17121
  readonly name: "Death's Dance";
16708
- readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>15</attention> Ability Haste<br><attention>40</attention> Armor</stats><br><br><passive>Ignore Pain</passive><br>A % of damage taken is dealt to you over time.<br><br><passive>Defy</passive><br>When a champion that you have damaged dies, cleanse <passive>Ignore Pain's</passive> remaining damage pool and heal over a few seconds.</mainText>";
17122
+ readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>15</attention> Ability Haste<br><attention>50</attention> Armor</stats><br><br><passive>Ignore Pain</passive><br>A % of damage taken is dealt to you over time.<br><br><passive>Defy</passive><br>When a champion that you have damaged dies, cleanse <passive>Ignore Pain's</passive> remaining damage pool and heal over a few seconds.</mainText>";
16709
17123
  readonly colloq: "";
16710
17124
  readonly plaintext: "";
16711
17125
  readonly stacks: 0;
@@ -16714,8 +17128,8 @@ export declare const Item: {
16714
17128
  readonly full: "6333.png";
16715
17129
  readonly sprite: "item4.png";
16716
17130
  readonly group: "item";
16717
- readonly x: 0;
16718
- readonly y: 288;
17131
+ readonly x: 96;
17132
+ readonly y: 336;
16719
17133
  readonly w: 48;
16720
17134
  readonly h: 48;
16721
17135
  };
@@ -16735,7 +17149,7 @@ export declare const Item: {
16735
17149
  readonly "33": false;
16736
17150
  };
16737
17151
  readonly stats: {
16738
- readonly FlatArmorMod: 40;
17152
+ readonly FlatArmorMod: 50;
16739
17153
  readonly FlatPhysicalDamageMod: 60;
16740
17154
  };
16741
17155
  readonly depth: 3;
@@ -16750,8 +17164,8 @@ export declare const Item: {
16750
17164
  readonly full: "6609.png";
16751
17165
  readonly sprite: "item4.png";
16752
17166
  readonly group: "item";
16753
- readonly x: 48;
16754
- readonly y: 288;
17167
+ readonly x: 144;
17168
+ readonly y: 336;
16755
17169
  readonly w: 48;
16756
17170
  readonly h: 48;
16757
17171
  };
@@ -16786,8 +17200,8 @@ export declare const Item: {
16786
17200
  readonly full: "6610.png";
16787
17201
  readonly sprite: "item4.png";
16788
17202
  readonly group: "item";
16789
- readonly x: 96;
16790
- readonly y: 288;
17203
+ readonly x: 192;
17204
+ readonly y: 336;
16791
17205
  readonly w: 48;
16792
17206
  readonly h: 48;
16793
17207
  };
@@ -16822,8 +17236,8 @@ export declare const Item: {
16822
17236
  readonly full: "6616.png";
16823
17237
  readonly sprite: "item4.png";
16824
17238
  readonly group: "item";
16825
- readonly x: 144;
16826
- readonly y: 288;
17239
+ readonly x: 240;
17240
+ readonly y: 336;
16827
17241
  readonly w: 48;
16828
17242
  readonly h: 48;
16829
17243
  };
@@ -16857,8 +17271,8 @@ export declare const Item: {
16857
17271
  readonly full: "6617.png";
16858
17272
  readonly sprite: "item4.png";
16859
17273
  readonly group: "item";
16860
- readonly x: 192;
16861
- readonly y: 288;
17274
+ readonly x: 288;
17275
+ readonly y: 336;
16862
17276
  readonly w: 48;
16863
17277
  readonly h: 48;
16864
17278
  };
@@ -16893,8 +17307,8 @@ export declare const Item: {
16893
17307
  readonly full: "6620.png";
16894
17308
  readonly sprite: "item4.png";
16895
17309
  readonly group: "item";
16896
- readonly x: 240;
16897
- readonly y: 288;
17310
+ readonly x: 336;
17311
+ readonly y: 336;
16898
17312
  readonly w: 48;
16899
17313
  readonly h: 48;
16900
17314
  };
@@ -16929,8 +17343,8 @@ export declare const Item: {
16929
17343
  readonly full: "6621.png";
16930
17344
  readonly sprite: "item4.png";
16931
17345
  readonly group: "item";
16932
- readonly x: 288;
16933
- readonly y: 288;
17346
+ readonly x: 384;
17347
+ readonly y: 336;
16934
17348
  readonly w: 48;
16935
17349
  readonly h: 48;
16936
17350
  };
@@ -16965,8 +17379,8 @@ export declare const Item: {
16965
17379
  readonly full: "6630.png";
16966
17380
  readonly sprite: "item4.png";
16967
17381
  readonly group: "item";
16968
- readonly x: 336;
16969
- readonly y: 288;
17382
+ readonly x: 432;
17383
+ readonly y: 336;
16970
17384
  readonly w: 48;
16971
17385
  readonly h: 48;
16972
17386
  };
@@ -17001,8 +17415,8 @@ export declare const Item: {
17001
17415
  readonly full: "6631.png";
17002
17416
  readonly sprite: "item4.png";
17003
17417
  readonly group: "item";
17004
- readonly x: 384;
17005
- readonly y: 288;
17418
+ readonly x: 0;
17419
+ readonly y: 384;
17006
17420
  readonly w: 48;
17007
17421
  readonly h: 48;
17008
17422
  };
@@ -17039,8 +17453,8 @@ export declare const Item: {
17039
17453
  readonly full: "6632.png";
17040
17454
  readonly sprite: "item4.png";
17041
17455
  readonly group: "item";
17042
- readonly x: 432;
17043
- readonly y: 288;
17456
+ readonly x: 48;
17457
+ readonly y: 384;
17044
17458
  readonly w: 48;
17045
17459
  readonly h: 48;
17046
17460
  };
@@ -17075,8 +17489,8 @@ export declare const Item: {
17075
17489
  readonly full: "6653.png";
17076
17490
  readonly sprite: "item4.png";
17077
17491
  readonly group: "item";
17078
- readonly x: 0;
17079
- readonly y: 336;
17492
+ readonly x: 96;
17493
+ readonly y: 384;
17080
17494
  readonly w: 48;
17081
17495
  readonly h: 48;
17082
17496
  };
@@ -17111,8 +17525,8 @@ export declare const Item: {
17111
17525
  readonly full: "6655.png";
17112
17526
  readonly sprite: "item4.png";
17113
17527
  readonly group: "item";
17114
- readonly x: 48;
17115
- readonly y: 336;
17528
+ readonly x: 144;
17529
+ readonly y: 384;
17116
17530
  readonly w: 48;
17117
17531
  readonly h: 48;
17118
17532
  };
@@ -17148,8 +17562,8 @@ export declare const Item: {
17148
17562
  readonly full: "6656.png";
17149
17563
  readonly sprite: "item4.png";
17150
17564
  readonly group: "item";
17151
- readonly x: 96;
17152
- readonly y: 336;
17565
+ readonly x: 192;
17566
+ readonly y: 384;
17153
17567
  readonly w: 48;
17154
17568
  readonly h: 48;
17155
17569
  };
@@ -17185,8 +17599,8 @@ export declare const Item: {
17185
17599
  readonly full: "6657.png";
17186
17600
  readonly sprite: "item4.png";
17187
17601
  readonly group: "item";
17188
- readonly x: 144;
17189
- readonly y: 336;
17602
+ readonly x: 240;
17603
+ readonly y: 384;
17190
17604
  readonly w: 48;
17191
17605
  readonly h: 48;
17192
17606
  };
@@ -17223,8 +17637,8 @@ export declare const Item: {
17223
17637
  readonly full: "6660.png";
17224
17638
  readonly sprite: "item4.png";
17225
17639
  readonly group: "item";
17226
- readonly x: 192;
17227
- readonly y: 336;
17640
+ readonly x: 288;
17641
+ readonly y: 384;
17228
17642
  readonly w: 48;
17229
17643
  readonly h: 48;
17230
17644
  };
@@ -17258,8 +17672,8 @@ export declare const Item: {
17258
17672
  readonly full: "6662.png";
17259
17673
  readonly sprite: "item4.png";
17260
17674
  readonly group: "item";
17261
- readonly x: 240;
17262
- readonly y: 336;
17675
+ readonly x: 336;
17676
+ readonly y: 384;
17263
17677
  readonly w: 48;
17264
17678
  readonly h: 48;
17265
17679
  };
@@ -17294,8 +17708,8 @@ export declare const Item: {
17294
17708
  readonly full: "6664.png";
17295
17709
  readonly sprite: "item4.png";
17296
17710
  readonly group: "item";
17297
- readonly x: 288;
17298
- readonly y: 336;
17711
+ readonly x: 384;
17712
+ readonly y: 384;
17299
17713
  readonly w: 48;
17300
17714
  readonly h: 48;
17301
17715
  };
@@ -17330,8 +17744,8 @@ export declare const Item: {
17330
17744
  readonly full: "6665.png";
17331
17745
  readonly sprite: "item4.png";
17332
17746
  readonly group: "item";
17333
- readonly x: 336;
17334
- readonly y: 336;
17747
+ readonly x: 432;
17748
+ readonly y: 384;
17335
17749
  readonly w: 48;
17336
17750
  readonly h: 48;
17337
17751
  };
@@ -17368,8 +17782,8 @@ export declare const Item: {
17368
17782
  readonly full: "6667.png";
17369
17783
  readonly sprite: "item4.png";
17370
17784
  readonly group: "item";
17371
- readonly x: 384;
17372
- readonly y: 336;
17785
+ readonly x: 0;
17786
+ readonly y: 432;
17373
17787
  readonly w: 48;
17374
17788
  readonly h: 48;
17375
17789
  };
@@ -17406,8 +17820,8 @@ export declare const Item: {
17406
17820
  readonly full: "6670.png";
17407
17821
  readonly sprite: "item4.png";
17408
17822
  readonly group: "item";
17409
- readonly x: 432;
17410
- readonly y: 336;
17823
+ readonly x: 48;
17824
+ readonly y: 432;
17411
17825
  readonly w: 48;
17412
17826
  readonly h: 48;
17413
17827
  };
@@ -17443,8 +17857,8 @@ export declare const Item: {
17443
17857
  readonly full: "6671.png";
17444
17858
  readonly sprite: "item4.png";
17445
17859
  readonly group: "item";
17446
- readonly x: 0;
17447
- readonly y: 384;
17860
+ readonly x: 96;
17861
+ readonly y: 432;
17448
17862
  readonly w: 48;
17449
17863
  readonly h: 48;
17450
17864
  };
@@ -17473,7 +17887,7 @@ export declare const Item: {
17473
17887
  };
17474
17888
  readonly "6672": {
17475
17889
  readonly name: "Kraken Slayer";
17476
- readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>7%</attention> Move Speed</stats><br><br><passive>Bring It Down</passive><br>Every third basic attack deals additional physical damage on-hit, increasing when hitting the same target repeatedly.</mainText>";
17890
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>5%</attention> Move Speed</stats><br><br><passive>Bring It Down</passive><br>Every third basic attack deals additional physical damage on-hit, increased based on the target's missing health.</mainText>";
17477
17891
  readonly colloq: "";
17478
17892
  readonly plaintext: "";
17479
17893
  readonly from: readonly ["6690", "3051", "1043"];
@@ -17481,8 +17895,8 @@ export declare const Item: {
17481
17895
  readonly full: "6672.png";
17482
17896
  readonly sprite: "item4.png";
17483
17897
  readonly group: "item";
17484
- readonly x: 48;
17485
- readonly y: 384;
17898
+ readonly x: 144;
17899
+ readonly y: 432;
17486
17900
  readonly w: 48;
17487
17901
  readonly h: 48;
17488
17902
  };
@@ -17504,7 +17918,7 @@ export declare const Item: {
17504
17918
  readonly stats: {
17505
17919
  readonly FlatPhysicalDamageMod: 50;
17506
17920
  readonly PercentAttackSpeedMod: 0.4;
17507
- readonly PercentMovementSpeedMod: 0.07;
17921
+ readonly PercentMovementSpeedMod: 0.05;
17508
17922
  };
17509
17923
  readonly depth: 3;
17510
17924
  };
@@ -17518,8 +17932,8 @@ export declare const Item: {
17518
17932
  readonly full: "6673.png";
17519
17933
  readonly sprite: "item4.png";
17520
17934
  readonly group: "item";
17521
- readonly x: 96;
17522
- readonly y: 384;
17935
+ readonly x: 192;
17936
+ readonly y: 432;
17523
17937
  readonly w: 48;
17524
17938
  readonly h: 48;
17525
17939
  };
@@ -17546,7 +17960,7 @@ export declare const Item: {
17546
17960
  };
17547
17961
  readonly "6675": {
17548
17962
  readonly name: "Navori Flickerblade";
17549
- readonly description: "<mainText><stats><attention>40%</attention> Attack Speed<br><attention>25%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><passive>Transcendence</passive><br>Your Attacks reduce your non-Ultimate Ability cooldowns.<br><br><passive>Impermanence</passive><br>Your abilities deal increased damage based on Critical Strike Chance. </mainText>";
17963
+ readonly description: "<mainText><stats><attention>40%</attention> Attack Speed<br><attention>25%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><passive>Transcendence</passive><br>Your Attacks reduce your non-Ultimate Ability cooldowns.</mainText>";
17550
17964
  readonly colloq: "";
17551
17965
  readonly plaintext: "";
17552
17966
  readonly from: readonly ["1042", "3086", "1042"];
@@ -17554,8 +17968,8 @@ export declare const Item: {
17554
17968
  readonly full: "6675.png";
17555
17969
  readonly sprite: "item4.png";
17556
17970
  readonly group: "item";
17557
- readonly x: 144;
17558
- readonly y: 384;
17971
+ readonly x: 240;
17972
+ readonly y: 432;
17559
17973
  readonly w: 48;
17560
17974
  readonly h: 48;
17561
17975
  };
@@ -17596,8 +18010,8 @@ export declare const Item: {
17596
18010
  readonly full: "6676.png";
17597
18011
  readonly sprite: "item4.png";
17598
18012
  readonly group: "item";
17599
- readonly x: 192;
17600
- readonly y: 384;
18013
+ readonly x: 288;
18014
+ readonly y: 432;
17601
18015
  readonly w: 48;
17602
18016
  readonly h: 48;
17603
18017
  };
@@ -17633,8 +18047,8 @@ export declare const Item: {
17633
18047
  readonly full: "6677.png";
17634
18048
  readonly sprite: "item4.png";
17635
18049
  readonly group: "item";
17636
- readonly x: 240;
17637
- readonly y: 384;
18050
+ readonly x: 336;
18051
+ readonly y: 432;
17638
18052
  readonly w: 48;
17639
18053
  readonly h: 48;
17640
18054
  };
@@ -17669,8 +18083,8 @@ export declare const Item: {
17669
18083
  readonly full: "6690.png";
17670
18084
  readonly sprite: "item4.png";
17671
18085
  readonly group: "item";
17672
- readonly x: 288;
17673
- readonly y: 384;
18086
+ readonly x: 384;
18087
+ readonly y: 432;
17674
18088
  readonly w: 48;
17675
18089
  readonly h: 48;
17676
18090
  };
@@ -17706,8 +18120,8 @@ export declare const Item: {
17706
18120
  readonly full: "6691.png";
17707
18121
  readonly sprite: "item4.png";
17708
18122
  readonly group: "item";
17709
- readonly x: 336;
17710
- readonly y: 384;
18123
+ readonly x: 432;
18124
+ readonly y: 432;
17711
18125
  readonly w: 48;
17712
18126
  readonly h: 48;
17713
18127
  };
@@ -17739,10 +18153,10 @@ export declare const Item: {
17739
18153
  readonly from: readonly ["3133", "1037", "1036"];
17740
18154
  readonly image: {
17741
18155
  readonly full: "6692.png";
17742
- readonly sprite: "item4.png";
18156
+ readonly sprite: "item5.png";
17743
18157
  readonly group: "item";
17744
- readonly x: 384;
17745
- readonly y: 384;
18158
+ readonly x: 0;
18159
+ readonly y: 0;
17746
18160
  readonly w: 48;
17747
18161
  readonly h: 48;
17748
18162
  };
@@ -17775,10 +18189,10 @@ export declare const Item: {
17775
18189
  readonly inStore: false;
17776
18190
  readonly image: {
17777
18191
  readonly full: "6693.png";
17778
- readonly sprite: "item4.png";
18192
+ readonly sprite: "item5.png";
17779
18193
  readonly group: "item";
17780
- readonly x: 432;
17781
- readonly y: 384;
18194
+ readonly x: 48;
18195
+ readonly y: 0;
17782
18196
  readonly w: 48;
17783
18197
  readonly h: 48;
17784
18198
  };
@@ -17804,16 +18218,16 @@ export declare const Item: {
17804
18218
  };
17805
18219
  readonly "6694": {
17806
18220
  readonly name: "Serylda's Grudge";
17807
- readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><passive>Rancor</passive><br>Gain 0 Armor Penetration.<br><br><passive>Bitter Cold</passive><br>Damaging Abilities <status>Slow</status> enemies under 50% Health by 30% for 1 second.</mainText>";
18221
+ readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><passive>Rancor</passive><br>Gain Armor Penetration.<br><br><passive>Bitter Cold</passive><br>Damaging Abilities <status>Slow</status> enemies under 50% Health by 30% for 1 second.</mainText>";
17808
18222
  readonly colloq: "";
17809
18223
  readonly plaintext: "";
17810
18224
  readonly from: readonly ["2020", "3035"];
17811
18225
  readonly image: {
17812
18226
  readonly full: "6694.png";
17813
- readonly sprite: "item4.png";
18227
+ readonly sprite: "item5.png";
17814
18228
  readonly group: "item";
17815
- readonly x: 0;
17816
- readonly y: 432;
18229
+ readonly x: 96;
18230
+ readonly y: 0;
17817
18231
  readonly w: 48;
17818
18232
  readonly h: 48;
17819
18233
  };
@@ -17845,10 +18259,10 @@ export declare const Item: {
17845
18259
  readonly from: readonly ["3134", "1037"];
17846
18260
  readonly image: {
17847
18261
  readonly full: "6695.png";
17848
- readonly sprite: "item4.png";
18262
+ readonly sprite: "item5.png";
17849
18263
  readonly group: "item";
17850
- readonly x: 48;
17851
- readonly y: 432;
18264
+ readonly x: 144;
18265
+ readonly y: 0;
17852
18266
  readonly w: 48;
17853
18267
  readonly h: 48;
17854
18268
  };
@@ -17880,10 +18294,10 @@ export declare const Item: {
17880
18294
  readonly from: readonly ["2020", "3133"];
17881
18295
  readonly image: {
17882
18296
  readonly full: "6696.png";
17883
- readonly sprite: "item4.png";
18297
+ readonly sprite: "item5.png";
17884
18298
  readonly group: "item";
17885
- readonly x: 96;
17886
- readonly y: 432;
18299
+ readonly x: 192;
18300
+ readonly y: 0;
17887
18301
  readonly w: 48;
17888
18302
  readonly h: 48;
17889
18303
  };
@@ -17915,10 +18329,10 @@ export declare const Item: {
17915
18329
  readonly from: readonly ["3134", "3133"];
17916
18330
  readonly image: {
17917
18331
  readonly full: "6697.png";
17918
- readonly sprite: "item4.png";
18332
+ readonly sprite: "item5.png";
17919
18333
  readonly group: "item";
17920
- readonly x: 144;
17921
- readonly y: 432;
18334
+ readonly x: 240;
18335
+ readonly y: 0;
17922
18336
  readonly w: 48;
17923
18337
  readonly h: 48;
17924
18338
  };
@@ -17950,10 +18364,10 @@ export declare const Item: {
17950
18364
  readonly from: readonly ["3077", "2020"];
17951
18365
  readonly image: {
17952
18366
  readonly full: "6698.png";
17953
- readonly sprite: "item4.png";
18367
+ readonly sprite: "item5.png";
17954
18368
  readonly group: "item";
17955
- readonly x: 192;
17956
- readonly y: 432;
18369
+ readonly x: 288;
18370
+ readonly y: 0;
17957
18371
  readonly w: 48;
17958
18372
  readonly h: 48;
17959
18373
  };
@@ -17985,10 +18399,10 @@ export declare const Item: {
17985
18399
  readonly from: readonly ["2020", "1036", "1036"];
17986
18400
  readonly image: {
17987
18401
  readonly full: "6699.png";
17988
- readonly sprite: "item4.png";
18402
+ readonly sprite: "item5.png";
17989
18403
  readonly group: "item";
17990
- readonly x: 240;
17991
- readonly y: 432;
18404
+ readonly x: 336;
18405
+ readonly y: 0;
17992
18406
  readonly w: 48;
17993
18407
  readonly h: 48;
17994
18408
  };
@@ -18021,10 +18435,10 @@ export declare const Item: {
18021
18435
  readonly inStore: false;
18022
18436
  readonly image: {
18023
18437
  readonly full: "6700.png";
18024
- readonly sprite: "item4.png";
18438
+ readonly sprite: "item5.png";
18025
18439
  readonly group: "item";
18026
- readonly x: 288;
18027
- readonly y: 432;
18440
+ readonly x: 384;
18441
+ readonly y: 0;
18028
18442
  readonly w: 48;
18029
18443
  readonly h: 48;
18030
18444
  };
@@ -18058,10 +18472,10 @@ export declare const Item: {
18058
18472
  readonly from: readonly ["3134", "6690"];
18059
18473
  readonly image: {
18060
18474
  readonly full: "6701.png";
18061
- readonly sprite: "item4.png";
18475
+ readonly sprite: "item5.png";
18062
18476
  readonly group: "item";
18063
- readonly x: 336;
18064
- readonly y: 432;
18477
+ readonly x: 432;
18478
+ readonly y: 0;
18065
18479
  readonly w: 48;
18066
18480
  readonly h: 48;
18067
18481
  };
@@ -18099,10 +18513,10 @@ export declare const Item: {
18099
18513
  readonly hideFromAll: true;
18100
18514
  readonly image: {
18101
18515
  readonly full: "7050.png";
18102
- readonly sprite: "item4.png";
18516
+ readonly sprite: "item5.png";
18103
18517
  readonly group: "item";
18104
- readonly x: 384;
18105
- readonly y: 432;
18518
+ readonly x: 0;
18519
+ readonly y: 48;
18106
18520
  readonly w: 48;
18107
18521
  readonly h: 48;
18108
18522
  };
@@ -18132,10 +18546,10 @@ export declare const Item: {
18132
18546
  readonly inStore: false;
18133
18547
  readonly image: {
18134
18548
  readonly full: "8001.png";
18135
- readonly sprite: "item4.png";
18549
+ readonly sprite: "item5.png";
18136
18550
  readonly group: "item";
18137
- readonly x: 432;
18138
- readonly y: 432;
18551
+ readonly x: 48;
18552
+ readonly y: 48;
18139
18553
  readonly w: 48;
18140
18554
  readonly h: 48;
18141
18555
  };
@@ -18169,16 +18583,16 @@ export declare const Item: {
18169
18583
  readonly full: "8020.png";
18170
18584
  readonly sprite: "item5.png";
18171
18585
  readonly group: "item";
18172
- readonly x: 0;
18173
- readonly y: 0;
18586
+ readonly x: 96;
18587
+ readonly y: 48;
18174
18588
  readonly w: 48;
18175
18589
  readonly h: 48;
18176
18590
  };
18177
18591
  readonly gold: {
18178
- readonly base: 600;
18592
+ readonly base: 800;
18179
18593
  readonly purchasable: true;
18180
- readonly total: 2300;
18181
- readonly sell: 1610;
18594
+ readonly total: 2500;
18595
+ readonly sell: 1750;
18182
18596
  };
18183
18597
  readonly tags: readonly ["Health", "SpellBlock", "CooldownReduction", "MagicPenetration", "MagicResist", "AbilityHaste"];
18184
18598
  readonly maps: {
@@ -18204,8 +18618,8 @@ export declare const Item: {
18204
18618
  readonly full: "9168.png";
18205
18619
  readonly sprite: "item5.png";
18206
18620
  readonly group: "item";
18207
- readonly x: 48;
18208
- readonly y: 0;
18621
+ readonly x: 144;
18622
+ readonly y: 48;
18209
18623
  readonly w: 48;
18210
18624
  readonly h: 48;
18211
18625
  };
@@ -18235,8 +18649,8 @@ export declare const Item: {
18235
18649
  readonly full: "9171.png";
18236
18650
  readonly sprite: "item5.png";
18237
18651
  readonly group: "item";
18238
- readonly x: 96;
18239
- readonly y: 0;
18652
+ readonly x: 192;
18653
+ readonly y: 48;
18240
18654
  readonly w: 48;
18241
18655
  readonly h: 48;
18242
18656
  };
@@ -18259,15 +18673,15 @@ export declare const Item: {
18259
18673
  };
18260
18674
  readonly "9172": {
18261
18675
  readonly name: "YuumiBot";
18262
- readonly description: "<mainText><stats></stats><br><br>Summons a Yuum.Ai drone. Yuum.Ai damages and knocks up enemies, and also gathers XP.<br><br><status>Evolve:</status> Pickup Radius<br><br><info>Damage, Ability Haste, Area Size, Duration, Pickup Radius</info></mainText>";
18676
+ readonly description: "<mainText><stats></stats><br><br>Summons a Yuum.Ai drone. Yuum.Ai damages and knocks up enemies, and also gathers XP.<br><br><status>Evolve:</status> Pickup Radius<br><br><rules>Damage, Ability Haste, Area Size, Duration, Pickup Radius</rules></mainText>";
18263
18677
  readonly colloq: "";
18264
18678
  readonly plaintext: "";
18265
18679
  readonly image: {
18266
18680
  readonly full: "9172.png";
18267
18681
  readonly sprite: "item5.png";
18268
18682
  readonly group: "item";
18269
- readonly x: 144;
18270
- readonly y: 0;
18683
+ readonly x: 240;
18684
+ readonly y: 48;
18271
18685
  readonly w: 48;
18272
18686
  readonly h: 48;
18273
18687
  };
@@ -18297,8 +18711,8 @@ export declare const Item: {
18297
18711
  readonly full: "9173.png";
18298
18712
  readonly sprite: "item5.png";
18299
18713
  readonly group: "item";
18300
- readonly x: 192;
18301
- readonly y: 0;
18714
+ readonly x: 288;
18715
+ readonly y: 48;
18302
18716
  readonly w: 48;
18303
18717
  readonly h: 48;
18304
18718
  };
@@ -18328,8 +18742,8 @@ export declare const Item: {
18328
18742
  readonly full: "9174.png";
18329
18743
  readonly sprite: "item5.png";
18330
18744
  readonly group: "item";
18331
- readonly x: 240;
18332
- readonly y: 0;
18745
+ readonly x: 336;
18746
+ readonly y: 48;
18333
18747
  readonly w: 48;
18334
18748
  readonly h: 48;
18335
18749
  };
@@ -18359,8 +18773,8 @@ export declare const Item: {
18359
18773
  readonly full: "9175.png";
18360
18774
  readonly sprite: "item5.png";
18361
18775
  readonly group: "item";
18362
- readonly x: 288;
18363
- readonly y: 0;
18776
+ readonly x: 384;
18777
+ readonly y: 48;
18364
18778
  readonly w: 48;
18365
18779
  readonly h: 48;
18366
18780
  };
@@ -18383,15 +18797,15 @@ export declare const Item: {
18383
18797
  };
18384
18798
  readonly "9176": {
18385
18799
  readonly name: "Gatling Bunny-Guns";
18386
- readonly description: "<mainText><stats></stats><br><br>Deals area damage over time in a cone.<br><br><status>Evolve:</status> Duration<br><br><rules>Damage, Ability Haste, Duration</rules></mainText>";
18800
+ readonly description: "<mainText><stats></stats><br><br>Deals area damage over time in a cone.<br><br><status>Evolve:</status> Duration<br><br><rules>Damage, Ability Haste, Duration, Area Size</rules></mainText>";
18387
18801
  readonly colloq: "";
18388
18802
  readonly plaintext: "";
18389
18803
  readonly image: {
18390
18804
  readonly full: "9176.png";
18391
18805
  readonly sprite: "item5.png";
18392
18806
  readonly group: "item";
18393
- readonly x: 336;
18394
- readonly y: 0;
18807
+ readonly x: 432;
18808
+ readonly y: 48;
18395
18809
  readonly w: 48;
18396
18810
  readonly h: 48;
18397
18811
  };
@@ -18421,8 +18835,8 @@ export declare const Item: {
18421
18835
  readonly full: "9177.png";
18422
18836
  readonly sprite: "item5.png";
18423
18837
  readonly group: "item";
18424
- readonly x: 384;
18425
- readonly y: 0;
18838
+ readonly x: 0;
18839
+ readonly y: 96;
18426
18840
  readonly w: 48;
18427
18841
  readonly h: 48;
18428
18842
  };
@@ -18452,8 +18866,8 @@ export declare const Item: {
18452
18866
  readonly full: "9178.png";
18453
18867
  readonly sprite: "item5.png";
18454
18868
  readonly group: "item";
18455
- readonly x: 432;
18456
- readonly y: 0;
18869
+ readonly x: 48;
18870
+ readonly y: 96;
18457
18871
  readonly w: 48;
18458
18872
  readonly h: 48;
18459
18873
  };
@@ -18483,8 +18897,8 @@ export declare const Item: {
18483
18897
  readonly full: "9179.png";
18484
18898
  readonly sprite: "item5.png";
18485
18899
  readonly group: "item";
18486
- readonly x: 0;
18487
- readonly y: 48;
18900
+ readonly x: 96;
18901
+ readonly y: 96;
18488
18902
  readonly w: 48;
18489
18903
  readonly h: 48;
18490
18904
  };
@@ -18514,8 +18928,8 @@ export declare const Item: {
18514
18928
  readonly full: "9180.png";
18515
18929
  readonly sprite: "item5.png";
18516
18930
  readonly group: "item";
18517
- readonly x: 48;
18518
- readonly y: 48;
18931
+ readonly x: 144;
18932
+ readonly y: 96;
18519
18933
  readonly w: 48;
18520
18934
  readonly h: 48;
18521
18935
  };
@@ -18545,8 +18959,8 @@ export declare const Item: {
18545
18959
  readonly full: "9181.png";
18546
18960
  readonly sprite: "item5.png";
18547
18961
  readonly group: "item";
18548
- readonly x: 96;
18549
- readonly y: 48;
18962
+ readonly x: 192;
18963
+ readonly y: 96;
18550
18964
  readonly w: 48;
18551
18965
  readonly h: 48;
18552
18966
  };
@@ -18576,8 +18990,8 @@ export declare const Item: {
18576
18990
  readonly full: "9183.png";
18577
18991
  readonly sprite: "item5.png";
18578
18992
  readonly group: "item";
18579
- readonly x: 144;
18580
- readonly y: 48;
18993
+ readonly x: 240;
18994
+ readonly y: 96;
18581
18995
  readonly w: 48;
18582
18996
  readonly h: 48;
18583
18997
  };
@@ -18607,8 +19021,8 @@ export declare const Item: {
18607
19021
  readonly full: "9184.png";
18608
19022
  readonly sprite: "item5.png";
18609
19023
  readonly group: "item";
18610
- readonly x: 192;
18611
- readonly y: 48;
19024
+ readonly x: 288;
19025
+ readonly y: 96;
18612
19026
  readonly w: 48;
18613
19027
  readonly h: 48;
18614
19028
  };
@@ -18638,8 +19052,8 @@ export declare const Item: {
18638
19052
  readonly full: "9185.png";
18639
19053
  readonly sprite: "item5.png";
18640
19054
  readonly group: "item";
18641
- readonly x: 240;
18642
- readonly y: 48;
19055
+ readonly x: 336;
19056
+ readonly y: 96;
18643
19057
  readonly w: 48;
18644
19058
  readonly h: 48;
18645
19059
  };
@@ -18669,8 +19083,8 @@ export declare const Item: {
18669
19083
  readonly full: "9187.png";
18670
19084
  readonly sprite: "item5.png";
18671
19085
  readonly group: "item";
18672
- readonly x: 288;
18673
- readonly y: 48;
19086
+ readonly x: 384;
19087
+ readonly y: 96;
18674
19088
  readonly w: 48;
18675
19089
  readonly h: 48;
18676
19090
  };
@@ -18700,8 +19114,8 @@ export declare const Item: {
18700
19114
  readonly full: "9188.png";
18701
19115
  readonly sprite: "item5.png";
18702
19116
  readonly group: "item";
18703
- readonly x: 336;
18704
- readonly y: 48;
19117
+ readonly x: 432;
19118
+ readonly y: 96;
18705
19119
  readonly w: 48;
18706
19120
  readonly h: 48;
18707
19121
  };
@@ -18731,8 +19145,8 @@ export declare const Item: {
18731
19145
  readonly full: "9189.png";
18732
19146
  readonly sprite: "item5.png";
18733
19147
  readonly group: "item";
18734
- readonly x: 384;
18735
- readonly y: 48;
19148
+ readonly x: 0;
19149
+ readonly y: 144;
18736
19150
  readonly w: 48;
18737
19151
  readonly h: 48;
18738
19152
  };
@@ -18762,8 +19176,8 @@ export declare const Item: {
18762
19176
  readonly full: "9190.png";
18763
19177
  readonly sprite: "item5.png";
18764
19178
  readonly group: "item";
18765
- readonly x: 432;
18766
- readonly y: 48;
19179
+ readonly x: 48;
19180
+ readonly y: 144;
18767
19181
  readonly w: 48;
18768
19182
  readonly h: 48;
18769
19183
  };
@@ -18793,8 +19207,8 @@ export declare const Item: {
18793
19207
  readonly full: "9192.png";
18794
19208
  readonly sprite: "item5.png";
18795
19209
  readonly group: "item";
18796
- readonly x: 0;
18797
- readonly y: 96;
19210
+ readonly x: 96;
19211
+ readonly y: 144;
18798
19212
  readonly w: 48;
18799
19213
  readonly h: 48;
18800
19214
  };
@@ -18824,8 +19238,8 @@ export declare const Item: {
18824
19238
  readonly full: "9193.png";
18825
19239
  readonly sprite: "item5.png";
18826
19240
  readonly group: "item";
18827
- readonly x: 48;
18828
- readonly y: 96;
19241
+ readonly x: 144;
19242
+ readonly y: 144;
18829
19243
  readonly w: 48;
18830
19244
  readonly h: 48;
18831
19245
  };
@@ -18856,8 +19270,8 @@ export declare const Item: {
18856
19270
  readonly full: "9271.png";
18857
19271
  readonly sprite: "item5.png";
18858
19272
  readonly group: "item";
18859
- readonly x: 96;
18860
- readonly y: 96;
19273
+ readonly x: 192;
19274
+ readonly y: 144;
18861
19275
  readonly w: 48;
18862
19276
  readonly h: 48;
18863
19277
  };
@@ -18888,8 +19302,8 @@ export declare const Item: {
18888
19302
  readonly full: "9272.png";
18889
19303
  readonly sprite: "item5.png";
18890
19304
  readonly group: "item";
18891
- readonly x: 144;
18892
- readonly y: 96;
19305
+ readonly x: 240;
19306
+ readonly y: 144;
18893
19307
  readonly w: 48;
18894
19308
  readonly h: 48;
18895
19309
  };
@@ -18920,8 +19334,8 @@ export declare const Item: {
18920
19334
  readonly full: "9273.png";
18921
19335
  readonly sprite: "item5.png";
18922
19336
  readonly group: "item";
18923
- readonly x: 192;
18924
- readonly y: 96;
19337
+ readonly x: 288;
19338
+ readonly y: 144;
18925
19339
  readonly w: 48;
18926
19340
  readonly h: 48;
18927
19341
  };
@@ -18952,8 +19366,8 @@ export declare const Item: {
18952
19366
  readonly full: "9274.png";
18953
19367
  readonly sprite: "item5.png";
18954
19368
  readonly group: "item";
18955
- readonly x: 240;
18956
- readonly y: 96;
19369
+ readonly x: 336;
19370
+ readonly y: 144;
18957
19371
  readonly w: 48;
18958
19372
  readonly h: 48;
18959
19373
  };
@@ -18984,8 +19398,8 @@ export declare const Item: {
18984
19398
  readonly full: "9275.png";
18985
19399
  readonly sprite: "item5.png";
18986
19400
  readonly group: "item";
18987
- readonly x: 288;
18988
- readonly y: 96;
19401
+ readonly x: 384;
19402
+ readonly y: 144;
18989
19403
  readonly w: 48;
18990
19404
  readonly h: 48;
18991
19405
  };
@@ -19008,7 +19422,7 @@ export declare const Item: {
19008
19422
  };
19009
19423
  readonly "9276": {
19010
19424
  readonly name: "Double Bun-Bun Barrage";
19011
- readonly description: "<mainText><stats></stats><br><br>Deals area damage over time in a cone. Enemies damaged are slowed and eventually stunned. Stunned enemies take extra damage.<br><br><rules>Damage, Ability Haste, Duration</rules></mainText>";
19425
+ readonly description: "<mainText><stats></stats><br><br>Deals area damage over time in a cone. Enemies damaged are slowed and eventually stunned. Stunned enemies take extra damage.<br><br><rules>Damage, Ability Haste, Duration, Area Size</rules></mainText>";
19012
19426
  readonly colloq: "";
19013
19427
  readonly plaintext: "";
19014
19428
  readonly consumed: true;
@@ -19016,8 +19430,8 @@ export declare const Item: {
19016
19430
  readonly full: "9276.png";
19017
19431
  readonly sprite: "item5.png";
19018
19432
  readonly group: "item";
19019
- readonly x: 336;
19020
- readonly y: 96;
19433
+ readonly x: 432;
19434
+ readonly y: 144;
19021
19435
  readonly w: 48;
19022
19436
  readonly h: 48;
19023
19437
  };
@@ -19048,8 +19462,8 @@ export declare const Item: {
19048
19462
  readonly full: "9277.png";
19049
19463
  readonly sprite: "item5.png";
19050
19464
  readonly group: "item";
19051
- readonly x: 384;
19052
- readonly y: 96;
19465
+ readonly x: 0;
19466
+ readonly y: 192;
19053
19467
  readonly w: 48;
19054
19468
  readonly h: 48;
19055
19469
  };
@@ -19080,8 +19494,8 @@ export declare const Item: {
19080
19494
  readonly full: "9278.png";
19081
19495
  readonly sprite: "item5.png";
19082
19496
  readonly group: "item";
19083
- readonly x: 432;
19084
- readonly y: 96;
19497
+ readonly x: 48;
19498
+ readonly y: 192;
19085
19499
  readonly w: 48;
19086
19500
  readonly h: 48;
19087
19501
  };
@@ -19112,8 +19526,8 @@ export declare const Item: {
19112
19526
  readonly full: "9279.png";
19113
19527
  readonly sprite: "item5.png";
19114
19528
  readonly group: "item";
19115
- readonly x: 0;
19116
- readonly y: 144;
19529
+ readonly x: 96;
19530
+ readonly y: 192;
19117
19531
  readonly w: 48;
19118
19532
  readonly h: 48;
19119
19533
  };
@@ -19144,8 +19558,8 @@ export declare const Item: {
19144
19558
  readonly full: "9280.png";
19145
19559
  readonly sprite: "item5.png";
19146
19560
  readonly group: "item";
19147
- readonly x: 48;
19148
- readonly y: 144;
19561
+ readonly x: 144;
19562
+ readonly y: 192;
19149
19563
  readonly w: 48;
19150
19564
  readonly h: 48;
19151
19565
  };
@@ -19176,8 +19590,8 @@ export declare const Item: {
19176
19590
  readonly full: "9281.png";
19177
19591
  readonly sprite: "item5.png";
19178
19592
  readonly group: "item";
19179
- readonly x: 96;
19180
- readonly y: 144;
19593
+ readonly x: 192;
19594
+ readonly y: 192;
19181
19595
  readonly w: 48;
19182
19596
  readonly h: 48;
19183
19597
  };
@@ -19208,8 +19622,8 @@ export declare const Item: {
19208
19622
  readonly full: "9283.png";
19209
19623
  readonly sprite: "item5.png";
19210
19624
  readonly group: "item";
19211
- readonly x: 144;
19212
- readonly y: 144;
19625
+ readonly x: 240;
19626
+ readonly y: 192;
19213
19627
  readonly w: 48;
19214
19628
  readonly h: 48;
19215
19629
  };
@@ -19240,8 +19654,8 @@ export declare const Item: {
19240
19654
  readonly full: "9284.png";
19241
19655
  readonly sprite: "item5.png";
19242
19656
  readonly group: "item";
19243
- readonly x: 192;
19244
- readonly y: 144;
19657
+ readonly x: 288;
19658
+ readonly y: 192;
19245
19659
  readonly w: 48;
19246
19660
  readonly h: 48;
19247
19661
  };
@@ -19272,8 +19686,8 @@ export declare const Item: {
19272
19686
  readonly full: "9285.png";
19273
19687
  readonly sprite: "item5.png";
19274
19688
  readonly group: "item";
19275
- readonly x: 240;
19276
- readonly y: 144;
19689
+ readonly x: 336;
19690
+ readonly y: 192;
19277
19691
  readonly w: 48;
19278
19692
  readonly h: 48;
19279
19693
  };
@@ -19304,8 +19718,8 @@ export declare const Item: {
19304
19718
  readonly full: "9287.png";
19305
19719
  readonly sprite: "item5.png";
19306
19720
  readonly group: "item";
19307
- readonly x: 288;
19308
- readonly y: 144;
19721
+ readonly x: 384;
19722
+ readonly y: 192;
19309
19723
  readonly w: 48;
19310
19724
  readonly h: 48;
19311
19725
  };
@@ -19336,8 +19750,8 @@ export declare const Item: {
19336
19750
  readonly full: "9288.png";
19337
19751
  readonly sprite: "item5.png";
19338
19752
  readonly group: "item";
19339
- readonly x: 336;
19340
- readonly y: 144;
19753
+ readonly x: 432;
19754
+ readonly y: 192;
19341
19755
  readonly w: 48;
19342
19756
  readonly h: 48;
19343
19757
  };
@@ -19368,8 +19782,8 @@ export declare const Item: {
19368
19782
  readonly full: "9289.png";
19369
19783
  readonly sprite: "item5.png";
19370
19784
  readonly group: "item";
19371
- readonly x: 384;
19372
- readonly y: 144;
19785
+ readonly x: 0;
19786
+ readonly y: 240;
19373
19787
  readonly w: 48;
19374
19788
  readonly h: 48;
19375
19789
  };
@@ -19400,8 +19814,8 @@ export declare const Item: {
19400
19814
  readonly full: "9290.png";
19401
19815
  readonly sprite: "item5.png";
19402
19816
  readonly group: "item";
19403
- readonly x: 432;
19404
- readonly y: 144;
19817
+ readonly x: 48;
19818
+ readonly y: 240;
19405
19819
  readonly w: 48;
19406
19820
  readonly h: 48;
19407
19821
  };
@@ -19432,8 +19846,8 @@ export declare const Item: {
19432
19846
  readonly full: "9292.png";
19433
19847
  readonly sprite: "item5.png";
19434
19848
  readonly group: "item";
19435
- readonly x: 0;
19436
- readonly y: 192;
19849
+ readonly x: 96;
19850
+ readonly y: 240;
19437
19851
  readonly w: 48;
19438
19852
  readonly h: 48;
19439
19853
  };
@@ -19464,8 +19878,8 @@ export declare const Item: {
19464
19878
  readonly full: "9293.png";
19465
19879
  readonly sprite: "item5.png";
19466
19880
  readonly group: "item";
19467
- readonly x: 48;
19468
- readonly y: 192;
19881
+ readonly x: 144;
19882
+ readonly y: 240;
19469
19883
  readonly w: 48;
19470
19884
  readonly h: 48;
19471
19885
  };
@@ -19495,8 +19909,8 @@ export declare const Item: {
19495
19909
  readonly full: "9300.png";
19496
19910
  readonly sprite: "item5.png";
19497
19911
  readonly group: "item";
19498
- readonly x: 96;
19499
- readonly y: 192;
19912
+ readonly x: 192;
19913
+ readonly y: 240;
19500
19914
  readonly w: 48;
19501
19915
  readonly h: 48;
19502
19916
  };
@@ -19526,8 +19940,8 @@ export declare const Item: {
19526
19940
  readonly full: "9301.png";
19527
19941
  readonly sprite: "item5.png";
19528
19942
  readonly group: "item";
19529
- readonly x: 144;
19530
- readonly y: 192;
19943
+ readonly x: 240;
19944
+ readonly y: 240;
19531
19945
  readonly w: 48;
19532
19946
  readonly h: 48;
19533
19947
  };
@@ -19557,8 +19971,8 @@ export declare const Item: {
19557
19971
  readonly full: "9302.png";
19558
19972
  readonly sprite: "item5.png";
19559
19973
  readonly group: "item";
19560
- readonly x: 192;
19561
- readonly y: 192;
19974
+ readonly x: 288;
19975
+ readonly y: 240;
19562
19976
  readonly w: 48;
19563
19977
  readonly h: 48;
19564
19978
  };
@@ -19588,8 +20002,8 @@ export declare const Item: {
19588
20002
  readonly full: "9303.png";
19589
20003
  readonly sprite: "item5.png";
19590
20004
  readonly group: "item";
19591
- readonly x: 240;
19592
- readonly y: 192;
20005
+ readonly x: 336;
20006
+ readonly y: 240;
19593
20007
  readonly w: 48;
19594
20008
  readonly h: 48;
19595
20009
  };
@@ -19619,8 +20033,8 @@ export declare const Item: {
19619
20033
  readonly full: "9304.png";
19620
20034
  readonly sprite: "item5.png";
19621
20035
  readonly group: "item";
19622
- readonly x: 288;
19623
- readonly y: 192;
20036
+ readonly x: 384;
20037
+ readonly y: 240;
19624
20038
  readonly w: 48;
19625
20039
  readonly h: 48;
19626
20040
  };
@@ -19650,8 +20064,8 @@ export declare const Item: {
19650
20064
  readonly full: "9305.png";
19651
20065
  readonly sprite: "item5.png";
19652
20066
  readonly group: "item";
19653
- readonly x: 336;
19654
- readonly y: 192;
20067
+ readonly x: 432;
20068
+ readonly y: 240;
19655
20069
  readonly w: 48;
19656
20070
  readonly h: 48;
19657
20071
  };
@@ -19681,8 +20095,8 @@ export declare const Item: {
19681
20095
  readonly full: "9306.png";
19682
20096
  readonly sprite: "item5.png";
19683
20097
  readonly group: "item";
19684
- readonly x: 384;
19685
- readonly y: 192;
20098
+ readonly x: 0;
20099
+ readonly y: 288;
19686
20100
  readonly w: 48;
19687
20101
  readonly h: 48;
19688
20102
  };
@@ -19712,8 +20126,8 @@ export declare const Item: {
19712
20126
  readonly full: "9307.png";
19713
20127
  readonly sprite: "item5.png";
19714
20128
  readonly group: "item";
19715
- readonly x: 432;
19716
- readonly y: 192;
20129
+ readonly x: 48;
20130
+ readonly y: 288;
19717
20131
  readonly w: 48;
19718
20132
  readonly h: 48;
19719
20133
  };
@@ -19743,8 +20157,8 @@ export declare const Item: {
19743
20157
  readonly full: "9308.png";
19744
20158
  readonly sprite: "item5.png";
19745
20159
  readonly group: "item";
19746
- readonly x: 0;
19747
- readonly y: 240;
20160
+ readonly x: 96;
20161
+ readonly y: 288;
19748
20162
  readonly w: 48;
19749
20163
  readonly h: 48;
19750
20164
  };
@@ -19775,8 +20189,8 @@ export declare const Item: {
19775
20189
  readonly full: "9400.png";
19776
20190
  readonly sprite: "item5.png";
19777
20191
  readonly group: "item";
19778
- readonly x: 48;
19779
- readonly y: 240;
20192
+ readonly x: 144;
20193
+ readonly y: 288;
19780
20194
  readonly w: 48;
19781
20195
  readonly h: 48;
19782
20196
  };
@@ -19807,8 +20221,8 @@ export declare const Item: {
19807
20221
  readonly full: "9401.png";
19808
20222
  readonly sprite: "item5.png";
19809
20223
  readonly group: "item";
19810
- readonly x: 96;
19811
- readonly y: 240;
20224
+ readonly x: 192;
20225
+ readonly y: 288;
19812
20226
  readonly w: 48;
19813
20227
  readonly h: 48;
19814
20228
  };
@@ -19839,8 +20253,8 @@ export declare const Item: {
19839
20253
  readonly full: "9402.png";
19840
20254
  readonly sprite: "item5.png";
19841
20255
  readonly group: "item";
19842
- readonly x: 144;
19843
- readonly y: 240;
20256
+ readonly x: 240;
20257
+ readonly y: 288;
19844
20258
  readonly w: 48;
19845
20259
  readonly h: 48;
19846
20260
  };
@@ -19871,8 +20285,8 @@ export declare const Item: {
19871
20285
  readonly full: "9403.png";
19872
20286
  readonly sprite: "item5.png";
19873
20287
  readonly group: "item";
19874
- readonly x: 192;
19875
- readonly y: 240;
20288
+ readonly x: 288;
20289
+ readonly y: 288;
19876
20290
  readonly w: 48;
19877
20291
  readonly h: 48;
19878
20292
  };
@@ -19895,7 +20309,7 @@ export declare const Item: {
19895
20309
  };
19896
20310
  readonly "9404": {
19897
20311
  readonly name: "Wandering Storms";
19898
- readonly description: "<mainText><stats></stats><br><br>Yasuo hones his energy, shooting fewer and larger tornadoes that curve through the air and leave damaging tempests at their end point.<br><br><rules>Damage, Abilty Haste, Crit Chance, Projectile Count </rules></mainText>";
20312
+ readonly description: "<mainText><stats></stats><br><br>Yasuo hones his energy, shooting fewer and larger tornadoes that curve through the air and leave damaging tempests at their end point.<br><br><rules>Damage, Abilty Haste, Crit Chance, Projectile Count, Area Size, Duration</rules></mainText>";
19899
20313
  readonly colloq: "";
19900
20314
  readonly plaintext: "";
19901
20315
  readonly consumed: true;
@@ -19903,8 +20317,8 @@ export declare const Item: {
19903
20317
  readonly full: "9404.png";
19904
20318
  readonly sprite: "item5.png";
19905
20319
  readonly group: "item";
19906
- readonly x: 240;
19907
- readonly y: 240;
20320
+ readonly x: 336;
20321
+ readonly y: 288;
19908
20322
  readonly w: 48;
19909
20323
  readonly h: 48;
19910
20324
  };
@@ -19935,8 +20349,8 @@ export declare const Item: {
19935
20349
  readonly full: "9405.png";
19936
20350
  readonly sprite: "item5.png";
19937
20351
  readonly group: "item";
19938
- readonly x: 288;
19939
- readonly y: 240;
20352
+ readonly x: 384;
20353
+ readonly y: 288;
19940
20354
  readonly w: 48;
19941
20355
  readonly h: 48;
19942
20356
  };
@@ -19967,8 +20381,8 @@ export declare const Item: {
19967
20381
  readonly full: "9406.png";
19968
20382
  readonly sprite: "item5.png";
19969
20383
  readonly group: "item";
19970
- readonly x: 336;
19971
- readonly y: 240;
20384
+ readonly x: 432;
20385
+ readonly y: 288;
19972
20386
  readonly w: 48;
19973
20387
  readonly h: 48;
19974
20388
  };
@@ -19999,8 +20413,8 @@ export declare const Item: {
19999
20413
  readonly full: "9407.png";
20000
20414
  readonly sprite: "item5.png";
20001
20415
  readonly group: "item";
20002
- readonly x: 384;
20003
- readonly y: 240;
20416
+ readonly x: 0;
20417
+ readonly y: 336;
20004
20418
  readonly w: 48;
20005
20419
  readonly h: 48;
20006
20420
  };
@@ -20031,8 +20445,8 @@ export declare const Item: {
20031
20445
  readonly full: "9408.png";
20032
20446
  readonly sprite: "item5.png";
20033
20447
  readonly group: "item";
20034
- readonly x: 432;
20035
- readonly y: 240;
20448
+ readonly x: 48;
20449
+ readonly y: 336;
20036
20450
  readonly w: 48;
20037
20451
  readonly h: 48;
20038
20452
  };