lol-constants 2.12.1 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/assets/constants/Champion.d.ts +190 -190
  2. package/assets/constants/Champion.js +1 -1
  3. package/assets/constants/Item.d.ts +707 -413
  4. package/assets/constants/Item.js +1 -1
  5. package/assets/constants/RunesReforged.d.ts +13 -13
  6. package/assets/constants/RunesReforged.js +1 -1
  7. package/assets/constants/Summoner.d.ts +4 -4
  8. package/assets/constants/Summoner.js +1 -1
  9. package/assets/scripts/helpers/generateIndexFile.d.ts +1 -0
  10. package/assets/scripts/helpers/generateIndexFile.js +7 -0
  11. package/assets/scripts/helpers/writeToTmpFile.d.ts +2 -0
  12. package/assets/scripts/helpers/writeToTmpFile.js +1 -1
  13. package/assets/scripts/print-file-names.js +0 -25
  14. package/core/constants/DataDragonUrls.d.ts +16 -16
  15. package/core/constants/DataDragonUrls.js +2 -2
  16. package/core/constants/Items/ItemKeys.d.ts +1 -1
  17. package/core/constants/Items/ItemKeys.js +1 -1
  18. package/core/constants/Items/ItemKeysNum.d.ts +1 -1
  19. package/core/constants/Items/ItemKeysNum.js +1 -1
  20. package/core/constants/Items/ItemNames.d.ts +1 -1
  21. package/core/constants/Items/ItemNames.js +1 -1
  22. package/core/constants/Items/LegendaryItemKeys.d.ts +0 -1
  23. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  24. package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -1
  25. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  26. package/core/constants/Items/LegendaryItemNames.d.ts +0 -1
  27. package/core/constants/Items/LegendaryItemNames.js +1 -1
  28. package/core/constants/LeagueTexts.d.ts +49 -0
  29. package/core/constants/LeagueTexts.js +58 -0
  30. package/core/index.d.ts +1 -0
  31. package/core/index.js +1 -0
  32. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  export declare const Item: {
2
2
  readonly type: "item";
3
- readonly version: "13.19.1";
3
+ readonly version: "13.21.1";
4
4
  readonly basic: {
5
5
  readonly name: "";
6
6
  readonly rune: {
@@ -110,7 +110,7 @@ export declare const Item: {
110
110
  readonly description: "<mainText><stats><attention>25</attention> Move Speed</stats></mainText><br>";
111
111
  readonly colloq: ";";
112
112
  readonly plaintext: "Slightly increases Move Speed";
113
- readonly into: readonly ["3158", "3117", "3047", "3020", "3006", "3009", "3111"];
113
+ readonly into: readonly ["3005", "3158", "3117", "3047", "3020", "3006", "3009", "3111"];
114
114
  readonly image: {
115
115
  readonly full: "1001.png";
116
116
  readonly sprite: "item0.png";
@@ -273,7 +273,7 @@ export declare const Item: {
273
273
  readonly description: "<mainText><stats><attention>40</attention> Ability Power</stats></mainText><br>";
274
274
  readonly colloq: ";";
275
275
  readonly plaintext: "Moderately increases Ability Power";
276
- readonly into: readonly ["3116", "3115", "6655", "3135", "3152", "4633", "4637", "6657"];
276
+ readonly into: readonly ["3116", "3115", "6657", "6655", "3135", "3152", "4633", "4637"];
277
277
  readonly image: {
278
278
  readonly full: "1026.png";
279
279
  readonly sprite: "item0.png";
@@ -510,7 +510,7 @@ export declare const Item: {
510
510
  readonly description: "<mainText><stats><attention>10</attention> Attack Damage</stats></mainText><br>";
511
511
  readonly colloq: ";";
512
512
  readonly plaintext: "Slightly increases Attack Damage";
513
- readonly into: readonly ["3071", "1053", "3004", "2015", "3179", "3051", "3094", "3035", "3044", "3814", "3123", "3133", "3134", "3155", "3156", "6670", "6671"];
513
+ readonly into: readonly ["3071", "1053", "3004", "2015", "3179", "3051", "3094", "3035", "3044", "3814", "3123", "3133", "3134", "3155", "3156", "4003", "6670", "6671"];
514
514
  readonly image: {
515
515
  readonly full: "1036.png";
516
516
  readonly sprite: "item0.png";
@@ -543,7 +543,7 @@ export declare const Item: {
543
543
  readonly description: "<mainText><stats><attention>25</attention> Attack Damage</stats></mainText><br>";
544
544
  readonly colloq: ";";
545
545
  readonly plaintext: "Moderately increases Attack Damage";
546
- readonly into: readonly ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "3161", "6029", "3181", "6333", "6673", "6695"];
546
+ readonly into: readonly ["6035", "3077", "3124", "6676", "2019", "3031", "3039", "3053", "3139", "3153", "3156", "3161", "6029", "3181", "6333", "6673", "6695"];
547
547
  readonly image: {
548
548
  readonly full: "1037.png";
549
549
  readonly sprite: "item0.png";
@@ -576,7 +576,7 @@ export declare const Item: {
576
576
  readonly description: "<mainText><stats><attention>40</attention> Attack Damage</stats></mainText><br>";
577
577
  readonly colloq: ";bf";
578
578
  readonly plaintext: "Greatly increases Attack Damage";
579
- readonly into: readonly ["224403", "4403", "3026", "3031", "3072", "6671", "6675"];
579
+ readonly into: readonly ["3172", "3146", "224403", "4403", "3026", "3031", "3072", "6671", "6675"];
580
580
  readonly image: {
581
581
  readonly full: "1038.png";
582
582
  readonly sprite: "item0.png";
@@ -682,7 +682,7 @@ export declare const Item: {
682
682
  readonly description: "<mainText><stats><attention>12%</attention> Attack Speed</stats></mainText><br>";
683
683
  readonly colloq: ";";
684
684
  readonly plaintext: "Slightly increases Attack Speed";
685
- readonly into: readonly ["1043", "6677", "3086", "3051", "3006", "6670"];
685
+ readonly into: readonly ["3172", "1043", "6677", "3086", "3051", "3006", "3131", "6670"];
686
686
  readonly image: {
687
687
  readonly full: "1042.png";
688
688
  readonly sprite: "item0.png";
@@ -712,7 +712,7 @@ export declare const Item: {
712
712
  };
713
713
  readonly "1043": {
714
714
  readonly name: "Recurve Bow";
715
- readonly description: "<mainText><stats><attention>15%</attention> Attack Speed</stats><br><li><passive>Steeltipped:</passive> Attacks apply magic damage On-Hit.</mainText><br>";
715
+ readonly description: "<mainText><stats><attention>15%</attention> Attack Speed</stats>Attacks apply bonus magic damage On-Hit.</mainText><br>";
716
716
  readonly colloq: ";";
717
717
  readonly plaintext: "Greatly increases Attack Speed";
718
718
  readonly from: readonly ["1042"];
@@ -750,7 +750,7 @@ export declare const Item: {
750
750
  readonly description: "<mainText><stats><attention>20</attention> Ability Power</stats></mainText><br>";
751
751
  readonly colloq: ";amptome";
752
752
  readonly plaintext: "Slightly increases Ability Power";
753
- readonly into: readonly ["3124", "4629", "3191", "3116", "3108", "3113", "3145", "3152", "3165", "3802", "4632", "3916", "4630", "4635", "4636", "4637", "4642", "4644", "6656", "6657"];
753
+ readonly into: readonly ["3124", "4629", "3191", "3116", "3108", "3113", "6657", "3145", "3152", "3165", "3802", "4632", "3916", "4630", "4635", "4636", "4637", "4642", "4644", "6656"];
754
754
  readonly image: {
755
755
  readonly full: "1052.png";
756
756
  readonly sprite: "item0.png";
@@ -816,7 +816,7 @@ export declare const Item: {
816
816
  };
817
817
  readonly "1054": {
818
818
  readonly name: "Doran's Shield";
819
- readonly description: "<mainText><stats><attention>80</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions.<li><passive>Recovery:</passive> Restores Health over time.<li><passive>Endure:</passive> Restores Health after taking damage from a champion, large jungle monster, or epic jungle monster. Restoration increases when you are low Health.<br><br><rules><passive>Endure</passive> 66% effective when owned by Ranged champions or when taking damage from area of effect or periodic damage sources.</rules></mainText><br>";
819
+ readonly description: "<mainText><stats><attention>110</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions.<li><passive>Recovery:</passive> Restores Health over time.<li><passive>Endure:</passive> Restores Health after taking damage from a champion, large jungle monster, or epic jungle monster. Restoration increases when you are low Health.<br><br><rules><passive>Endure</passive> 66% effective when owned by Ranged champions or when taking damage from area of effect or periodic damage sources.</rules></mainText><br>";
820
820
  readonly colloq: ";dshield";
821
821
  readonly plaintext: "Good defensive starting item";
822
822
  readonly image: {
@@ -843,19 +843,19 @@ export declare const Item: {
843
843
  readonly "30": false;
844
844
  };
845
845
  readonly stats: {
846
- readonly FlatHPPoolMod: 80;
846
+ readonly FlatHPPoolMod: 110;
847
847
  readonly FlatHPRegenMod: 0.8;
848
848
  };
849
849
  readonly effect: {
850
850
  readonly Effect1Amount: "8";
851
851
  readonly Effect2Amount: "5";
852
- readonly Effect3Amount: "40";
852
+ readonly Effect3Amount: "45";
853
853
  readonly Effect4Amount: "0.66";
854
854
  };
855
855
  };
856
856
  readonly "1055": {
857
857
  readonly name: "Doran's Blade";
858
- readonly description: "<mainText><stats><attention>8</attention> Attack Damage<br><attention>80</attention> Health</stats><br><li><passive>Warmonger:</passive> Gain Omnivamp.<br><br><rules>Omnivamp is only 33% effective when dealing area of effect damage or damage through pets.</rules></mainText><br>";
858
+ readonly description: "<mainText><stats><attention>10</attention> Attack Damage<br><attention>100</attention> Health</stats><br><li><passive>Warmonger:</passive> Gain Omnivamp.<br><br><rules>Omnivamp is only 33% effective when dealing area of effect damage or damage through pets.</rules></mainText><br>";
859
859
  readonly colloq: ";dblade";
860
860
  readonly plaintext: "Good starting item for attackers";
861
861
  readonly image: {
@@ -882,13 +882,13 @@ export declare const Item: {
882
882
  readonly "30": false;
883
883
  };
884
884
  readonly stats: {
885
- readonly FlatPhysicalDamageMod: 8;
886
- readonly FlatHPPoolMod: 80;
885
+ readonly FlatPhysicalDamageMod: 10;
886
+ readonly FlatHPPoolMod: 100;
887
887
  };
888
888
  };
889
889
  readonly "1056": {
890
890
  readonly name: "Doran's Ring";
891
- readonly description: "<mainText><stats><attention>15</attention> Ability Power<br><attention>70</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions. <li><passive>Drain:</passive> Restore Mana every second. Damaging an enemy champion increases this amount. If you can't gain Mana, regenerate Health instead. </mainText><br>";
891
+ readonly description: "<mainText><stats><attention>18</attention> Ability Power<br><attention>90</attention> Health</stats><br><li><passive>Focus:</passive> Attacks deal additional damage to minions. <li><passive>Drain:</passive> Restore Mana every second. Damaging an enemy champion increases this amount. If you can't gain Mana, regenerate Health instead. </mainText><br>";
892
892
  readonly colloq: ";dring";
893
893
  readonly plaintext: "Good starting item for casters";
894
894
  readonly image: {
@@ -915,8 +915,8 @@ export declare const Item: {
915
915
  readonly "30": false;
916
916
  };
917
917
  readonly stats: {
918
- readonly FlatHPPoolMod: 70;
919
- readonly FlatMagicDamageMod: 15;
918
+ readonly FlatHPPoolMod: 90;
919
+ readonly FlatMagicDamageMod: 18;
920
920
  };
921
921
  };
922
922
  readonly "1057": {
@@ -959,7 +959,7 @@ export declare const Item: {
959
959
  readonly description: "<mainText><stats><attention>60</attention> Ability Power</stats></mainText><br>";
960
960
  readonly colloq: ";nlr";
961
961
  readonly plaintext: "Greatly increases Ability Power";
962
- readonly into: readonly ["3089", "4645", "224403", "4403", "3003"];
962
+ readonly into: readonly ["3089", "4645", "3146", "3128", "224403", "4403", "3003"];
963
963
  readonly image: {
964
964
  readonly full: "1058.png";
965
965
  readonly sprite: "item0.png";
@@ -989,7 +989,7 @@ export declare const Item: {
989
989
  };
990
990
  readonly "1082": {
991
991
  readonly name: "Dark Seal";
992
- readonly description: "<mainText><stats><attention>15</attention> Ability Power<br><attention>40</attention> Health</stats><br><li><passive>Glory:</passive> Gain 2 stacks for a champion kill or 1 stack for an assist (up to 10 stacks total). Lose 5 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>4 Ability Power</scaleAP> per stack of <passive>Glory</passive>.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityLegendary>Mejai's Soulstealer</rarityLegendary>.</rules></mainText><br>";
992
+ readonly description: "<mainText><stats><attention>15</attention> Ability Power<br><attention>50</attention> Health</stats><br><li><passive>Glory:</passive> Gain 2 stacks for a champion kill or 1 stack for an assist (up to 10 stacks total). Lose 5 stacks on death.<li><passive>Dread:</passive> Grants <scaleAP>4 Ability Power</scaleAP> per stack of <passive>Glory</passive>.<br><br><rules>Obtained <passive>Glory</passive> stacks are preserved between this item and <rarityLegendary>Mejai's Soulstealer</rarityLegendary>.</rules></mainText><br>";
993
993
  readonly colloq: ";Noxian";
994
994
  readonly plaintext: "Provides Ability Power and Mana. Increases in power as you kill enemies.";
995
995
  readonly into: readonly ["3041"];
@@ -1017,7 +1017,7 @@ export declare const Item: {
1017
1017
  readonly "30": false;
1018
1018
  };
1019
1019
  readonly stats: {
1020
- readonly FlatHPPoolMod: 40;
1020
+ readonly FlatHPPoolMod: 50;
1021
1021
  readonly FlatMagicDamageMod: 15;
1022
1022
  };
1023
1023
  };
@@ -1082,12 +1082,6 @@ export declare const Item: {
1082
1082
  readonly "30": false;
1083
1083
  };
1084
1084
  readonly stats: {};
1085
- readonly effect: {
1086
- readonly Effect1Amount: "60";
1087
- readonly Effect2Amount: "25";
1088
- readonly Effect3Amount: "5";
1089
- readonly Effect4Amount: "8";
1090
- };
1091
1085
  };
1092
1086
  readonly "1102": {
1093
1087
  readonly name: "Gustwalker Hatchling";
@@ -1127,7 +1121,7 @@ export declare const Item: {
1127
1121
  };
1128
1122
  readonly "1103": {
1129
1123
  readonly name: "Mosstomper Seedling";
1130
- readonly description: "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#1CA935'>Mosstomper</font> to assist you while in the jungle. <li><passive>Mosstomper's Courage:</passive> When fully grown your companion grants a <shield>permanent shield</shield> that regenerates either after killing monsters or out of combat. While the shield holds gain 20% Tenacity and Slow Resist.</mainText><br>";
1124
+ readonly description: "<mainText><stats></stats><li><passive>Jungle Companions:</passive> Summon a <font color='#1CA935'>Mosstomper</font> to assist you while in the jungle. <li><passive>Mosstomper's Courage:</passive> When fully grown your companion grants a <shield>permanent shield</shield> that regenerates either after killing monsters or out of combat. While the shield holds gain 0% Tenacity and Slow Resist.</mainText><br>";
1131
1125
  readonly colloq: "";
1132
1126
  readonly plaintext: "";
1133
1127
  readonly image: {
@@ -1634,7 +1628,7 @@ export declare const Item: {
1634
1628
  readonly stats: {};
1635
1629
  readonly effect: {
1636
1630
  readonly Effect1Amount: "40";
1637
- readonly Effect2Amount: "175";
1631
+ readonly Effect2Amount: "125";
1638
1632
  readonly Effect3Amount: "20";
1639
1633
  readonly Effect4Amount: "45";
1640
1634
  readonly Effect5Amount: "0.17";
@@ -3637,7 +3631,7 @@ export declare const Item: {
3637
3631
  };
3638
3632
  readonly "223087": {
3639
3633
  readonly name: "Statikk Shiv";
3640
- readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>";
3634
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to and damages nearby enemies.</mainText><br>";
3641
3635
  readonly colloq: "";
3642
3636
  readonly plaintext: "";
3643
3637
  readonly image: {
@@ -4587,7 +4581,7 @@ export declare const Item: {
4587
4581
  };
4588
4582
  };
4589
4583
  readonly "223161": {
4590
- readonly name: "Spear Of Shojin";
4584
+ readonly name: "Spear of Shojin";
4591
4585
  readonly description: "<mainText><stats><nerfedStat>60</nerfedStat> Attack Damage<br><nerfedStat>200</nerfedStat> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (8 (+0.08 per 100 Bonus AD) | 6 (+0.06 per 100 Bonus AD)) Ability Haste, reduced to (4 (+0.04 per 100 Bonus AD) | 3 (+0.03 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>";
4592
4586
  readonly colloq: "";
4593
4587
  readonly plaintext: "";
@@ -5209,7 +5203,7 @@ export declare const Item: {
5209
5203
  readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>120</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>30%</attention> Critical Strike Chance<br><attention>250</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>250</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>10%</attention> Life Steal<br><attention>100%</attention> Base Health Regen<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Doing Something:</passive> You are permanently On Fire!</mainText><br>";
5210
5204
  readonly colloq: "";
5211
5205
  readonly plaintext: "";
5212
- readonly from: readonly ["1038", "1053", "3086", "1058", "3067", "3105"];
5206
+ readonly from: readonly ["3086", "1038", "1053", "3067", "1058", "3105"];
5213
5207
  readonly inStore: false;
5214
5208
  readonly image: {
5215
5209
  readonly full: "224403.png";
@@ -6337,7 +6331,7 @@ export declare const Item: {
6337
6331
  readonly total: 3000;
6338
6332
  readonly sell: 2100;
6339
6333
  };
6340
- readonly tags: readonly ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
6334
+ readonly tags: readonly ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
6341
6335
  readonly maps: {
6342
6336
  readonly "11": false;
6343
6337
  readonly "12": false;
@@ -7644,7 +7638,7 @@ export declare const Item: {
7644
7638
  readonly description: "<mainText><stats></stats><active>Active -</active> <active>Stasis:</active> Use one time only to become <status>Invulnerable</status> and <status>Untargetable</status> for 2.5 seconds, but are prevented from taking any other actions during this time (transforms into a <rarityGeneric>Broken Stopwatch</rarityGeneric>).</mainText><br>";
7645
7639
  readonly colloq: ";zhg;zonyas";
7646
7640
  readonly plaintext: "Activate to become invincible but unable to take actions";
7647
- readonly into: readonly ["3026", "3157"];
7641
+ readonly into: readonly ["3026", "3157", "4003"];
7648
7642
  readonly image: {
7649
7643
  readonly full: "2420.png";
7650
7644
  readonly sprite: "item2.png";
@@ -7931,6 +7925,40 @@ export declare const Item: {
7931
7925
  };
7932
7926
  readonly depth: 3;
7933
7927
  };
7928
+ readonly "3005": {
7929
+ readonly name: "Ghostcrawlers";
7930
+ readonly description: "<mainText><stats><attention>45</attention> Move Speed</stats><br><br><active>Active -</active> <active>Wall Walk:</active> Gain the ability to walk through walls for 6 seconds. While inside walls, gain 125 move speed. Casting a spell or attacking will end this effect. (60s ).</mainText><br>";
7931
+ readonly colloq: ";wreckoning;Wreckoning";
7932
+ readonly plaintext: "Increases Attack Damage based on maximum Health";
7933
+ readonly from: readonly ["1001"];
7934
+ readonly image: {
7935
+ readonly full: "3005.png";
7936
+ readonly sprite: "item2.png";
7937
+ readonly group: "item";
7938
+ readonly x: 96;
7939
+ readonly y: 96;
7940
+ readonly w: 48;
7941
+ readonly h: 48;
7942
+ };
7943
+ readonly gold: {
7944
+ readonly base: 700;
7945
+ readonly purchasable: true;
7946
+ readonly total: 1000;
7947
+ readonly sell: 700;
7948
+ };
7949
+ readonly tags: readonly ["Boots"];
7950
+ readonly maps: {
7951
+ readonly "11": false;
7952
+ readonly "12": false;
7953
+ readonly "21": true;
7954
+ readonly "22": false;
7955
+ readonly "30": false;
7956
+ };
7957
+ readonly stats: {
7958
+ readonly FlatMovementSpeedMod: 45;
7959
+ };
7960
+ readonly depth: 2;
7961
+ };
7934
7962
  readonly "3006": {
7935
7963
  readonly name: "Berserker's Greaves";
7936
7964
  readonly description: "<mainText><stats><attention>35%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats></mainText><br>";
@@ -7941,7 +7969,7 @@ export declare const Item: {
7941
7969
  readonly full: "3006.png";
7942
7970
  readonly sprite: "item2.png";
7943
7971
  readonly group: "item";
7944
- readonly x: 96;
7972
+ readonly x: 144;
7945
7973
  readonly y: 96;
7946
7974
  readonly w: 48;
7947
7975
  readonly h: 48;
@@ -7976,7 +8004,7 @@ export declare const Item: {
7976
8004
  readonly full: "3009.png";
7977
8005
  readonly sprite: "item2.png";
7978
8006
  readonly group: "item";
7979
- readonly x: 144;
8007
+ readonly x: 192;
7980
8008
  readonly y: 96;
7981
8009
  readonly w: 48;
7982
8010
  readonly h: 48;
@@ -8013,7 +8041,7 @@ export declare const Item: {
8013
8041
  readonly full: "3011.png";
8014
8042
  readonly sprite: "item2.png";
8015
8043
  readonly group: "item";
8016
- readonly x: 192;
8044
+ readonly x: 240;
8017
8045
  readonly y: 96;
8018
8046
  readonly w: 48;
8019
8047
  readonly h: 48;
@@ -8048,7 +8076,7 @@ export declare const Item: {
8048
8076
  readonly full: "3012.png";
8049
8077
  readonly sprite: "item2.png";
8050
8078
  readonly group: "item";
8051
- readonly x: 240;
8079
+ readonly x: 288;
8052
8080
  readonly y: 96;
8053
8081
  readonly w: 48;
8054
8082
  readonly h: 48;
@@ -8082,7 +8110,7 @@ export declare const Item: {
8082
8110
  readonly full: "3020.png";
8083
8111
  readonly sprite: "item2.png";
8084
8112
  readonly group: "item";
8085
- readonly x: 288;
8113
+ readonly x: 336;
8086
8114
  readonly y: 96;
8087
8115
  readonly w: 48;
8088
8116
  readonly h: 48;
@@ -8120,7 +8148,7 @@ export declare const Item: {
8120
8148
  readonly full: "3023.png";
8121
8149
  readonly sprite: "item2.png";
8122
8150
  readonly group: "item";
8123
- readonly x: 336;
8151
+ readonly x: 384;
8124
8152
  readonly y: 96;
8125
8153
  readonly w: 48;
8126
8154
  readonly h: 48;
@@ -8156,7 +8184,7 @@ export declare const Item: {
8156
8184
  readonly full: "3024.png";
8157
8185
  readonly sprite: "item2.png";
8158
8186
  readonly group: "item";
8159
- readonly x: 384;
8187
+ readonly x: 432;
8160
8188
  readonly y: 96;
8161
8189
  readonly w: 48;
8162
8190
  readonly h: 48;
@@ -8191,8 +8219,8 @@ export declare const Item: {
8191
8219
  readonly full: "3026.png";
8192
8220
  readonly sprite: "item2.png";
8193
8221
  readonly group: "item";
8194
- readonly x: 432;
8195
- readonly y: 96;
8222
+ readonly x: 0;
8223
+ readonly y: 144;
8196
8224
  readonly w: 48;
8197
8225
  readonly h: 48;
8198
8226
  };
@@ -8233,7 +8261,7 @@ export declare const Item: {
8233
8261
  readonly full: "3031.png";
8234
8262
  readonly sprite: "item2.png";
8235
8263
  readonly group: "item";
8236
- readonly x: 0;
8264
+ readonly x: 48;
8237
8265
  readonly y: 144;
8238
8266
  readonly w: 48;
8239
8267
  readonly h: 48;
@@ -8268,7 +8296,7 @@ export declare const Item: {
8268
8296
  readonly full: "3033.png";
8269
8297
  readonly sprite: "item2.png";
8270
8298
  readonly group: "item";
8271
- readonly x: 48;
8299
+ readonly x: 96;
8272
8300
  readonly y: 144;
8273
8301
  readonly w: 48;
8274
8302
  readonly h: 48;
@@ -8304,7 +8332,7 @@ export declare const Item: {
8304
8332
  readonly full: "3035.png";
8305
8333
  readonly sprite: "item2.png";
8306
8334
  readonly group: "item";
8307
- readonly x: 96;
8335
+ readonly x: 144;
8308
8336
  readonly y: 144;
8309
8337
  readonly w: 48;
8310
8338
  readonly h: 48;
@@ -8338,7 +8366,7 @@ export declare const Item: {
8338
8366
  readonly full: "3036.png";
8339
8367
  readonly sprite: "item2.png";
8340
8368
  readonly group: "item";
8341
- readonly x: 144;
8369
+ readonly x: 192;
8342
8370
  readonly y: 144;
8343
8371
  readonly w: 48;
8344
8372
  readonly h: 48;
@@ -8366,6 +8394,42 @@ export declare const Item: {
8366
8394
  };
8367
8395
  readonly depth: 3;
8368
8396
  };
8397
+ readonly "3039": {
8398
+ readonly name: "Atma's Reckoning";
8399
+ 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><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><br>";
8400
+ readonly colloq: "";
8401
+ readonly plaintext: "";
8402
+ readonly from: readonly ["3105", "1037"];
8403
+ readonly image: {
8404
+ readonly full: "3039.png";
8405
+ readonly sprite: "item2.png";
8406
+ readonly group: "item";
8407
+ readonly x: 240;
8408
+ readonly y: 144;
8409
+ readonly w: 48;
8410
+ readonly h: 48;
8411
+ };
8412
+ readonly gold: {
8413
+ readonly base: 925;
8414
+ readonly purchasable: true;
8415
+ readonly total: 3000;
8416
+ readonly sell: 2100;
8417
+ };
8418
+ readonly tags: readonly ["SpellBlock", "Armor", "Damage", "Lane"];
8419
+ readonly maps: {
8420
+ readonly "11": false;
8421
+ readonly "12": false;
8422
+ readonly "21": true;
8423
+ readonly "22": false;
8424
+ readonly "30": false;
8425
+ };
8426
+ readonly stats: {
8427
+ readonly FlatPhysicalDamageMod: 25;
8428
+ readonly FlatSpellBlockMod: 30;
8429
+ readonly FlatArmorMod: 30;
8430
+ };
8431
+ readonly depth: 3;
8432
+ };
8369
8433
  readonly "3040": {
8370
8434
  readonly name: "Seraph's Embrace";
8371
8435
  readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>";
@@ -8377,7 +8441,7 @@ export declare const Item: {
8377
8441
  readonly full: "3040.png";
8378
8442
  readonly sprite: "item2.png";
8379
8443
  readonly group: "item";
8380
- readonly x: 192;
8444
+ readonly x: 288;
8381
8445
  readonly y: 144;
8382
8446
  readonly w: 48;
8383
8447
  readonly h: 48;
@@ -8412,7 +8476,7 @@ export declare const Item: {
8412
8476
  readonly full: "3041.png";
8413
8477
  readonly sprite: "item2.png";
8414
8478
  readonly group: "item";
8415
- readonly x: 240;
8479
+ readonly x: 336;
8416
8480
  readonly y: 144;
8417
8481
  readonly w: 48;
8418
8482
  readonly h: 48;
@@ -8448,7 +8512,7 @@ export declare const Item: {
8448
8512
  readonly full: "3042.png";
8449
8513
  readonly sprite: "item2.png";
8450
8514
  readonly group: "item";
8451
- readonly x: 288;
8515
+ readonly x: 384;
8452
8516
  readonly y: 144;
8453
8517
  readonly w: 48;
8454
8518
  readonly h: 48;
@@ -8483,7 +8547,7 @@ export declare const Item: {
8483
8547
  readonly full: "3044.png";
8484
8548
  readonly sprite: "item2.png";
8485
8549
  readonly group: "item";
8486
- readonly x: 336;
8550
+ readonly x: 432;
8487
8551
  readonly y: 144;
8488
8552
  readonly w: 48;
8489
8553
  readonly h: 48;
@@ -8528,8 +8592,8 @@ export declare const Item: {
8528
8592
  readonly full: "3046.png";
8529
8593
  readonly sprite: "item2.png";
8530
8594
  readonly group: "item";
8531
- readonly x: 384;
8532
- readonly y: 144;
8595
+ readonly x: 0;
8596
+ readonly y: 192;
8533
8597
  readonly w: 48;
8534
8598
  readonly h: 48;
8535
8599
  };
@@ -8585,8 +8649,8 @@ export declare const Item: {
8585
8649
  readonly full: "3047.png";
8586
8650
  readonly sprite: "item2.png";
8587
8651
  readonly group: "item";
8588
- readonly x: 432;
8589
- readonly y: 144;
8652
+ readonly x: 48;
8653
+ readonly y: 192;
8590
8654
  readonly w: 48;
8591
8655
  readonly h: 48;
8592
8656
  };
@@ -8623,7 +8687,7 @@ export declare const Item: {
8623
8687
  readonly full: "3050.png";
8624
8688
  readonly sprite: "item2.png";
8625
8689
  readonly group: "item";
8626
- readonly x: 0;
8690
+ readonly x: 96;
8627
8691
  readonly y: 192;
8628
8692
  readonly w: 48;
8629
8693
  readonly h: 48;
@@ -8660,7 +8724,7 @@ export declare const Item: {
8660
8724
  readonly full: "3051.png";
8661
8725
  readonly sprite: "item2.png";
8662
8726
  readonly group: "item";
8663
- readonly x: 48;
8727
+ readonly x: 144;
8664
8728
  readonly y: 192;
8665
8729
  readonly w: 48;
8666
8730
  readonly h: 48;
@@ -8700,7 +8764,7 @@ export declare const Item: {
8700
8764
  readonly full: "3053.png";
8701
8765
  readonly sprite: "item2.png";
8702
8766
  readonly group: "item";
8703
- readonly x: 96;
8767
+ readonly x: 192;
8704
8768
  readonly y: 192;
8705
8769
  readonly w: 48;
8706
8770
  readonly h: 48;
@@ -8734,7 +8798,7 @@ export declare const Item: {
8734
8798
  readonly full: "3057.png";
8735
8799
  readonly sprite: "item2.png";
8736
8800
  readonly group: "item";
8737
- readonly x: 144;
8801
+ readonly x: 240;
8738
8802
  readonly y: 192;
8739
8803
  readonly w: 48;
8740
8804
  readonly h: 48;
@@ -8765,7 +8829,7 @@ export declare const Item: {
8765
8829
  readonly full: "3065.png";
8766
8830
  readonly sprite: "item2.png";
8767
8831
  readonly group: "item";
8768
- readonly x: 192;
8832
+ readonly x: 288;
8769
8833
  readonly y: 192;
8770
8834
  readonly w: 48;
8771
8835
  readonly h: 48;
@@ -8801,7 +8865,7 @@ export declare const Item: {
8801
8865
  readonly full: "3066.png";
8802
8866
  readonly sprite: "item2.png";
8803
8867
  readonly group: "item";
8804
- readonly x: 240;
8868
+ readonly x: 336;
8805
8869
  readonly y: 192;
8806
8870
  readonly w: 48;
8807
8871
  readonly h: 48;
@@ -8836,7 +8900,7 @@ export declare const Item: {
8836
8900
  readonly full: "3067.png";
8837
8901
  readonly sprite: "item2.png";
8838
8902
  readonly group: "item";
8839
- readonly x: 288;
8903
+ readonly x: 384;
8840
8904
  readonly y: 192;
8841
8905
  readonly w: 48;
8842
8906
  readonly h: 48;
@@ -8870,7 +8934,7 @@ export declare const Item: {
8870
8934
  readonly full: "3068.png";
8871
8935
  readonly sprite: "item2.png";
8872
8936
  readonly group: "item";
8873
- readonly x: 336;
8937
+ readonly x: 432;
8874
8938
  readonly y: 192;
8875
8939
  readonly w: 48;
8876
8940
  readonly h: 48;
@@ -8905,8 +8969,8 @@ export declare const Item: {
8905
8969
  readonly full: "3070.png";
8906
8970
  readonly sprite: "item2.png";
8907
8971
  readonly group: "item";
8908
- readonly x: 384;
8909
- readonly y: 192;
8972
+ readonly x: 0;
8973
+ readonly y: 240;
8910
8974
  readonly w: 48;
8911
8975
  readonly h: 48;
8912
8976
  };
@@ -8938,8 +9002,8 @@ export declare const Item: {
8938
9002
  readonly full: "3071.png";
8939
9003
  readonly sprite: "item2.png";
8940
9004
  readonly group: "item";
8941
- readonly x: 432;
8942
- readonly y: 192;
9005
+ readonly x: 48;
9006
+ readonly y: 240;
8943
9007
  readonly w: 48;
8944
9008
  readonly h: 48;
8945
9009
  };
@@ -8985,7 +9049,7 @@ export declare const Item: {
8985
9049
  readonly full: "3072.png";
8986
9050
  readonly sprite: "item2.png";
8987
9051
  readonly group: "item";
8988
- readonly x: 0;
9052
+ readonly x: 96;
8989
9053
  readonly y: 240;
8990
9054
  readonly w: 48;
8991
9055
  readonly h: 48;
@@ -9021,7 +9085,7 @@ export declare const Item: {
9021
9085
  readonly full: "3074.png";
9022
9086
  readonly sprite: "item2.png";
9023
9087
  readonly group: "item";
9024
- readonly x: 48;
9088
+ readonly x: 144;
9025
9089
  readonly y: 240;
9026
9090
  readonly w: 48;
9027
9091
  readonly h: 48;
@@ -9056,7 +9120,7 @@ export declare const Item: {
9056
9120
  readonly full: "3075.png";
9057
9121
  readonly sprite: "item2.png";
9058
9122
  readonly group: "item";
9059
- readonly x: 96;
9123
+ readonly x: 192;
9060
9124
  readonly y: 240;
9061
9125
  readonly w: 48;
9062
9126
  readonly h: 48;
@@ -9092,7 +9156,7 @@ export declare const Item: {
9092
9156
  readonly full: "3076.png";
9093
9157
  readonly sprite: "item2.png";
9094
9158
  readonly group: "item";
9095
- readonly x: 144;
9159
+ readonly x: 240;
9096
9160
  readonly y: 240;
9097
9161
  readonly w: 48;
9098
9162
  readonly h: 48;
@@ -9127,7 +9191,7 @@ export declare const Item: {
9127
9191
  readonly full: "3077.png";
9128
9192
  readonly sprite: "item2.png";
9129
9193
  readonly group: "item";
9130
- readonly x: 192;
9194
+ readonly x: 288;
9131
9195
  readonly y: 240;
9132
9196
  readonly w: 48;
9133
9197
  readonly h: 48;
@@ -9162,7 +9226,7 @@ export declare const Item: {
9162
9226
  readonly full: "3078.png";
9163
9227
  readonly sprite: "item2.png";
9164
9228
  readonly group: "item";
9165
- readonly x: 240;
9229
+ readonly x: 336;
9166
9230
  readonly y: 240;
9167
9231
  readonly w: 48;
9168
9232
  readonly h: 48;
@@ -9206,7 +9270,7 @@ export declare const Item: {
9206
9270
  readonly full: "3082.png";
9207
9271
  readonly sprite: "item2.png";
9208
9272
  readonly group: "item";
9209
- readonly x: 288;
9273
+ readonly x: 384;
9210
9274
  readonly y: 240;
9211
9275
  readonly w: 48;
9212
9276
  readonly h: 48;
@@ -9240,7 +9304,7 @@ export declare const Item: {
9240
9304
  readonly full: "3083.png";
9241
9305
  readonly sprite: "item2.png";
9242
9306
  readonly group: "item";
9243
- readonly x: 336;
9307
+ readonly x: 432;
9244
9308
  readonly y: 240;
9245
9309
  readonly w: 48;
9246
9310
  readonly h: 48;
@@ -9275,8 +9339,8 @@ export declare const Item: {
9275
9339
  readonly full: "3084.png";
9276
9340
  readonly sprite: "item2.png";
9277
9341
  readonly group: "item";
9278
- readonly x: 384;
9279
- readonly y: 240;
9342
+ readonly x: 0;
9343
+ readonly y: 288;
9280
9344
  readonly w: 48;
9281
9345
  readonly h: 48;
9282
9346
  };
@@ -9309,8 +9373,8 @@ export declare const Item: {
9309
9373
  readonly full: "3085.png";
9310
9374
  readonly sprite: "item2.png";
9311
9375
  readonly group: "item";
9312
- readonly x: 432;
9313
- readonly y: 240;
9376
+ readonly x: 48;
9377
+ readonly y: 288;
9314
9378
  readonly w: 48;
9315
9379
  readonly h: 48;
9316
9380
  };
@@ -9354,7 +9418,7 @@ export declare const Item: {
9354
9418
  readonly full: "3086.png";
9355
9419
  readonly sprite: "item2.png";
9356
9420
  readonly group: "item";
9357
- readonly x: 0;
9421
+ readonly x: 96;
9358
9422
  readonly y: 288;
9359
9423
  readonly w: 48;
9360
9424
  readonly h: 48;
@@ -9382,7 +9446,7 @@ export declare const Item: {
9382
9446
  };
9383
9447
  readonly "3087": {
9384
9448
  readonly name: "Statikk Shiv";
9385
- readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>";
9449
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to and damages nearby enemies.</mainText><br>";
9386
9450
  readonly colloq: ";";
9387
9451
  readonly plaintext: "Movement builds charges that release chain lightning on basic attack";
9388
9452
  readonly from: readonly ["6670", "1018", "2015"];
@@ -9390,7 +9454,7 @@ export declare const Item: {
9390
9454
  readonly full: "3087.png";
9391
9455
  readonly sprite: "item2.png";
9392
9456
  readonly group: "item";
9393
- readonly x: 48;
9457
+ readonly x: 144;
9394
9458
  readonly y: 288;
9395
9459
  readonly w: 48;
9396
9460
  readonly h: 48;
@@ -9426,7 +9490,7 @@ export declare const Item: {
9426
9490
  readonly full: "3089.png";
9427
9491
  readonly sprite: "item2.png";
9428
9492
  readonly group: "item";
9429
- readonly x: 96;
9493
+ readonly x: 192;
9430
9494
  readonly y: 288;
9431
9495
  readonly w: 48;
9432
9496
  readonly h: 48;
@@ -9460,7 +9524,7 @@ export declare const Item: {
9460
9524
  readonly full: "3091.png";
9461
9525
  readonly sprite: "item2.png";
9462
9526
  readonly group: "item";
9463
- readonly x: 144;
9527
+ readonly x: 240;
9464
9528
  readonly y: 288;
9465
9529
  readonly w: 48;
9466
9530
  readonly h: 48;
@@ -9496,7 +9560,7 @@ export declare const Item: {
9496
9560
  readonly full: "3094.png";
9497
9561
  readonly sprite: "item2.png";
9498
9562
  readonly group: "item";
9499
- readonly x: 192;
9563
+ readonly x: 288;
9500
9564
  readonly y: 288;
9501
9565
  readonly w: 48;
9502
9566
  readonly h: 48;
@@ -9533,7 +9597,7 @@ export declare const Item: {
9533
9597
  readonly full: "3095.png";
9534
9598
  readonly sprite: "item2.png";
9535
9599
  readonly group: "item";
9536
- readonly x: 240;
9600
+ readonly x: 336;
9537
9601
  readonly y: 288;
9538
9602
  readonly w: 48;
9539
9603
  readonly h: 48;
@@ -9569,7 +9633,7 @@ export declare const Item: {
9569
9633
  readonly full: "3100.png";
9570
9634
  readonly sprite: "item2.png";
9571
9635
  readonly group: "item";
9572
- readonly x: 288;
9636
+ readonly x: 384;
9573
9637
  readonly y: 288;
9574
9638
  readonly w: 48;
9575
9639
  readonly h: 48;
@@ -9604,7 +9668,7 @@ export declare const Item: {
9604
9668
  readonly full: "3102.png";
9605
9669
  readonly sprite: "item2.png";
9606
9670
  readonly group: "item";
9607
- readonly x: 336;
9671
+ readonly x: 432;
9608
9672
  readonly y: 288;
9609
9673
  readonly w: 48;
9610
9674
  readonly h: 48;
@@ -9643,13 +9707,13 @@ export declare const Item: {
9643
9707
  readonly colloq: ";";
9644
9708
  readonly plaintext: "Grants Armor and Magic Resistance";
9645
9709
  readonly from: readonly ["1033", "1029"];
9646
- readonly into: readonly ["3193", "224403", "4403", "6665", "6667"];
9710
+ readonly into: readonly ["3193", "224403", "4403", "3039", "6665", "6667"];
9647
9711
  readonly image: {
9648
9712
  readonly full: "3105.png";
9649
9713
  readonly sprite: "item2.png";
9650
9714
  readonly group: "item";
9651
- readonly x: 384;
9652
- readonly y: 288;
9715
+ readonly x: 0;
9716
+ readonly y: 336;
9653
9717
  readonly w: 48;
9654
9718
  readonly h: 48;
9655
9719
  };
@@ -9683,8 +9747,8 @@ export declare const Item: {
9683
9747
  readonly full: "3107.png";
9684
9748
  readonly sprite: "item2.png";
9685
9749
  readonly group: "item";
9686
- readonly x: 432;
9687
- readonly y: 288;
9750
+ readonly x: 48;
9751
+ readonly y: 336;
9688
9752
  readonly w: 48;
9689
9753
  readonly h: 48;
9690
9754
  };
@@ -9713,12 +9777,12 @@ export declare const Item: {
9713
9777
  readonly colloq: ";";
9714
9778
  readonly plaintext: "Increases Ability Power and Cooldown Reduction";
9715
9779
  readonly from: readonly ["1052"];
9716
- readonly into: readonly ["4629", "3100", "3115", "3102", "4005", "6653", "3157", "4628", "4636"];
9780
+ readonly into: readonly ["4629", "3100", "3115", "3102", "3128", "4005", "6653", "3157", "4628", "4636"];
9717
9781
  readonly image: {
9718
9782
  readonly full: "3108.png";
9719
9783
  readonly sprite: "item2.png";
9720
9784
  readonly group: "item";
9721
- readonly x: 0;
9785
+ readonly x: 96;
9722
9786
  readonly y: 336;
9723
9787
  readonly w: 48;
9724
9788
  readonly h: 48;
@@ -9755,7 +9819,7 @@ export declare const Item: {
9755
9819
  readonly full: "3109.png";
9756
9820
  readonly sprite: "item2.png";
9757
9821
  readonly group: "item";
9758
- readonly x: 48;
9822
+ readonly x: 144;
9759
9823
  readonly y: 336;
9760
9824
  readonly w: 48;
9761
9825
  readonly h: 48;
@@ -9790,7 +9854,7 @@ export declare const Item: {
9790
9854
  readonly full: "3110.png";
9791
9855
  readonly sprite: "item2.png";
9792
9856
  readonly group: "item";
9793
- readonly x: 96;
9857
+ readonly x: 192;
9794
9858
  readonly y: 336;
9795
9859
  readonly w: 48;
9796
9860
  readonly h: 48;
@@ -9825,7 +9889,7 @@ export declare const Item: {
9825
9889
  readonly full: "3111.png";
9826
9890
  readonly sprite: "item2.png";
9827
9891
  readonly group: "item";
9828
- readonly x: 144;
9892
+ readonly x: 240;
9829
9893
  readonly y: 336;
9830
9894
  readonly w: 48;
9831
9895
  readonly h: 48;
@@ -9859,7 +9923,7 @@ export declare const Item: {
9859
9923
  readonly full: "3112.png";
9860
9924
  readonly sprite: "item2.png";
9861
9925
  readonly group: "item";
9862
- readonly x: 192;
9926
+ readonly x: 288;
9863
9927
  readonly y: 336;
9864
9928
  readonly w: 48;
9865
9929
  readonly h: 48;
@@ -9897,7 +9961,7 @@ export declare const Item: {
9897
9961
  readonly full: "3113.png";
9898
9962
  readonly sprite: "item2.png";
9899
9963
  readonly group: "item";
9900
- readonly x: 240;
9964
+ readonly x: 336;
9901
9965
  readonly y: 336;
9902
9966
  readonly w: 48;
9903
9967
  readonly h: 48;
@@ -9932,7 +9996,7 @@ export declare const Item: {
9932
9996
  readonly full: "3114.png";
9933
9997
  readonly sprite: "item2.png";
9934
9998
  readonly group: "item";
9935
- readonly x: 288;
9999
+ readonly x: 384;
9936
10000
  readonly y: 336;
9937
10001
  readonly w: 48;
9938
10002
  readonly h: 48;
@@ -9964,7 +10028,7 @@ export declare const Item: {
9964
10028
  readonly full: "3115.png";
9965
10029
  readonly sprite: "item2.png";
9966
10030
  readonly group: "item";
9967
- readonly x: 336;
10031
+ readonly x: 432;
9968
10032
  readonly y: 336;
9969
10033
  readonly w: 48;
9970
10034
  readonly h: 48;
@@ -9999,8 +10063,8 @@ export declare const Item: {
9999
10063
  readonly full: "3116.png";
10000
10064
  readonly sprite: "item2.png";
10001
10065
  readonly group: "item";
10002
- readonly x: 384;
10003
- readonly y: 336;
10066
+ readonly x: 0;
10067
+ readonly y: 384;
10004
10068
  readonly w: 48;
10005
10069
  readonly h: 48;
10006
10070
  };
@@ -10042,8 +10106,8 @@ export declare const Item: {
10042
10106
  readonly full: "3117.png";
10043
10107
  readonly sprite: "item2.png";
10044
10108
  readonly group: "item";
10045
- readonly x: 432;
10046
- readonly y: 336;
10109
+ readonly x: 48;
10110
+ readonly y: 384;
10047
10111
  readonly w: 48;
10048
10112
  readonly h: 48;
10049
10113
  };
@@ -10086,7 +10150,7 @@ export declare const Item: {
10086
10150
  readonly full: "3119.png";
10087
10151
  readonly sprite: "item2.png";
10088
10152
  readonly group: "item";
10089
- readonly x: 0;
10153
+ readonly x: 96;
10090
10154
  readonly y: 384;
10091
10155
  readonly w: 48;
10092
10156
  readonly h: 48;
@@ -10122,7 +10186,7 @@ export declare const Item: {
10122
10186
  readonly full: "3121.png";
10123
10187
  readonly sprite: "item2.png";
10124
10188
  readonly group: "item";
10125
- readonly x: 48;
10189
+ readonly x: 144;
10126
10190
  readonly y: 384;
10127
10191
  readonly w: 48;
10128
10192
  readonly h: 48;
@@ -10157,7 +10221,7 @@ export declare const Item: {
10157
10221
  readonly full: "3123.png";
10158
10222
  readonly sprite: "item2.png";
10159
10223
  readonly group: "item";
10160
- readonly x: 96;
10224
+ readonly x: 192;
10161
10225
  readonly y: 384;
10162
10226
  readonly w: 48;
10163
10227
  readonly h: 48;
@@ -10195,7 +10259,7 @@ export declare const Item: {
10195
10259
  readonly full: "3124.png";
10196
10260
  readonly sprite: "item2.png";
10197
10261
  readonly group: "item";
10198
- readonly x: 144;
10262
+ readonly x: 240;
10199
10263
  readonly y: 384;
10200
10264
  readonly w: 48;
10201
10265
  readonly h: 48;
@@ -10238,85 +10302,129 @@ export declare const Item: {
10238
10302
  };
10239
10303
  readonly "3128": {
10240
10304
  readonly name: "Deathfire Grasp";
10241
- readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>15</attention> Magic Penetration</stats><br><br><active>Active -</active> <active>The Silence:</active> Deal magic damage equal to <magicDamage>15% of the Target's Max Health</magicDamage>, and then amplify damage they take by 15% for 5 seconds (30s ).</mainText><br>";
10305
+ readonly description: "<mainText><stats><attention>120</attention> Ability Power<br><attention>10</attention> Ability Haste</stats><br><br><active>Active -</active> <active>The Silence:</active> Deal magic damage equal to <magicDamage>15% of the Target's Max Health</magicDamage>, and then amplify damage they take by 15% for 4 seconds (90s ).</mainText><br>";
10242
10306
  readonly colloq: ";dfg";
10243
10307
  readonly plaintext: "Activate to increase all magic damage dealt to an enemy champion";
10308
+ readonly from: readonly ["1058", "3108"];
10244
10309
  readonly image: {
10245
10310
  readonly full: "3128.png";
10246
10311
  readonly sprite: "item2.png";
10247
10312
  readonly group: "item";
10248
- readonly x: 192;
10313
+ readonly x: 288;
10249
10314
  readonly y: 384;
10250
10315
  readonly w: 48;
10251
10316
  readonly h: 48;
10252
10317
  };
10253
10318
  readonly gold: {
10254
- readonly base: 3000;
10319
+ readonly base: 850;
10255
10320
  readonly purchasable: true;
10256
10321
  readonly total: 3000;
10257
10322
  readonly sell: 2100;
10258
10323
  };
10259
- readonly tags: readonly ["SpellDamage", "MagicPenetration"];
10324
+ readonly tags: readonly ["SpellDamage", "CooldownReduction"];
10260
10325
  readonly maps: {
10261
10326
  readonly "11": false;
10262
10327
  readonly "12": false;
10263
- readonly "21": false;
10328
+ readonly "21": true;
10264
10329
  readonly "22": false;
10265
10330
  readonly "30": false;
10266
10331
  };
10267
10332
  readonly stats: {
10268
- readonly FlatMagicDamageMod: 90;
10333
+ readonly FlatMagicDamageMod: 120;
10269
10334
  };
10335
+ readonly depth: 3;
10270
10336
  };
10271
- readonly "3133": {
10272
- readonly name: "Caulfield's Warhammer";
10273
- readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>10</attention> Ability Haste</stats></mainText><br>";
10274
- readonly colloq: ";";
10275
- readonly plaintext: "Attack Damage and Cooldown Reduction";
10276
- readonly stacks: 0;
10277
- readonly from: readonly ["1036", "1036"];
10278
- readonly into: readonly ["6609", "3071", "3004", "3074", "6692", "6691", "3142", "3161", "3508", "6333", "6632", "6675", "6693", "6694", "6696"];
10337
+ readonly "3131": {
10338
+ readonly name: "Sword of the Divine";
10339
+ readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>18</attention> Lethality</stats><br><br><active>Active -</active> <active>Divine Blessing:</active> Grants <attackSpeed>100% Attack Speed</attackSpeed> and 100% Critical Strike Chance for 3 seconds or 3 basic attacks (90s ).</mainText><br>";
10340
+ readonly colloq: ";sotd;lethality";
10341
+ readonly plaintext: "Activate to gain 100% Critical Strike Chance for a short duration";
10342
+ readonly from: readonly ["3134", "1042", "1042"];
10279
10343
  readonly image: {
10280
- readonly full: "3133.png";
10344
+ readonly full: "3131.png";
10281
10345
  readonly sprite: "item2.png";
10282
10346
  readonly group: "item";
10283
- readonly x: 240;
10347
+ readonly x: 336;
10284
10348
  readonly y: 384;
10285
10349
  readonly w: 48;
10286
10350
  readonly h: 48;
10287
10351
  };
10288
10352
  readonly gold: {
10289
- readonly base: 400;
10353
+ readonly base: 800;
10290
10354
  readonly purchasable: true;
10291
- readonly total: 1100;
10292
- readonly sell: 770;
10355
+ readonly total: 2500;
10356
+ readonly sell: 1750;
10293
10357
  };
10294
- readonly tags: readonly ["Damage", "CooldownReduction", "AbilityHaste"];
10358
+ readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed"];
10295
10359
  readonly maps: {
10296
- readonly "11": true;
10297
- readonly "12": true;
10360
+ readonly "11": false;
10361
+ readonly "12": false;
10298
10362
  readonly "21": true;
10299
10363
  readonly "22": false;
10300
10364
  readonly "30": false;
10301
10365
  };
10302
10366
  readonly stats: {
10303
- readonly FlatPhysicalDamageMod: 25;
10367
+ readonly FlatPhysicalDamageMod: 30;
10368
+ readonly PercentAttackSpeedMod: 0.25;
10304
10369
  };
10305
- readonly depth: 2;
10306
- };
10307
- readonly "3134": {
10370
+ readonly effect: {
10371
+ readonly Effect1Amount: "1";
10372
+ readonly Effect2Amount: "3";
10373
+ readonly Effect3Amount: "3";
10374
+ readonly Effect4Amount: "1";
10375
+ readonly Effect5Amount: "90";
10376
+ };
10377
+ readonly depth: 3;
10378
+ };
10379
+ readonly "3133": {
10380
+ readonly name: "Caulfield's Warhammer";
10381
+ readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>10</attention> Ability Haste</stats></mainText><br>";
10382
+ readonly colloq: ";";
10383
+ readonly plaintext: "Attack Damage and Cooldown Reduction";
10384
+ readonly stacks: 0;
10385
+ readonly from: readonly ["1036", "1036"];
10386
+ readonly into: readonly ["6609", "3071", "3004", "3074", "6692", "6691", "4402", "3142", "3161", "3508", "6333", "6632", "6675", "6693", "6694", "6696"];
10387
+ readonly image: {
10388
+ readonly full: "3133.png";
10389
+ readonly sprite: "item2.png";
10390
+ readonly group: "item";
10391
+ readonly x: 384;
10392
+ readonly y: 384;
10393
+ readonly w: 48;
10394
+ readonly h: 48;
10395
+ };
10396
+ readonly gold: {
10397
+ readonly base: 400;
10398
+ readonly purchasable: true;
10399
+ readonly total: 1100;
10400
+ readonly sell: 770;
10401
+ };
10402
+ readonly tags: readonly ["Damage", "CooldownReduction", "AbilityHaste"];
10403
+ readonly maps: {
10404
+ readonly "11": true;
10405
+ readonly "12": true;
10406
+ readonly "21": true;
10407
+ readonly "22": false;
10408
+ readonly "30": false;
10409
+ };
10410
+ readonly stats: {
10411
+ readonly FlatPhysicalDamageMod: 25;
10412
+ };
10413
+ readonly depth: 2;
10414
+ };
10415
+ readonly "3134": {
10308
10416
  readonly name: "Serrated Dirk";
10309
10417
  readonly description: "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Gouge:</passive> Gain <scaleLethality>10 Lethality</scaleLethality>.</mainText><br>";
10310
10418
  readonly colloq: ";lethality";
10311
10419
  readonly plaintext: "Increases Attack Damage and Lethality";
10312
10420
  readonly stacks: 0;
10313
10421
  readonly from: readonly ["1036", "1036"];
10314
- readonly into: readonly ["3142", "6676", "3179", "6692", "6691", "3814", "6693", "6695", "6696"];
10422
+ readonly into: readonly ["3142", "6676", "4004", "3179", "6692", "6691", "3814", "3131", "6693", "6695", "6696"];
10315
10423
  readonly image: {
10316
10424
  readonly full: "3134.png";
10317
10425
  readonly sprite: "item2.png";
10318
10426
  readonly group: "item";
10319
- readonly x: 288;
10427
+ readonly x: 432;
10320
10428
  readonly y: 384;
10321
10429
  readonly w: 48;
10322
10430
  readonly h: 48;
@@ -10353,13 +10461,13 @@ export declare const Item: {
10353
10461
  readonly full: "3135.png";
10354
10462
  readonly sprite: "item2.png";
10355
10463
  readonly group: "item";
10356
- readonly x: 336;
10357
- readonly y: 384;
10464
+ readonly x: 0;
10465
+ readonly y: 432;
10358
10466
  readonly w: 48;
10359
10467
  readonly h: 48;
10360
10468
  };
10361
10469
  readonly gold: {
10362
- readonly base: 700;
10470
+ readonly base: 850;
10363
10471
  readonly purchasable: true;
10364
10472
  readonly total: 2800;
10365
10473
  readonly sell: 1960;
@@ -10387,8 +10495,8 @@ export declare const Item: {
10387
10495
  readonly full: "3139.png";
10388
10496
  readonly sprite: "item2.png";
10389
10497
  readonly group: "item";
10390
- readonly x: 384;
10391
- readonly y: 384;
10498
+ readonly x: 48;
10499
+ readonly y: 432;
10392
10500
  readonly w: 48;
10393
10501
  readonly h: 48;
10394
10502
  };
@@ -10429,8 +10537,8 @@ export declare const Item: {
10429
10537
  readonly full: "3140.png";
10430
10538
  readonly sprite: "item2.png";
10431
10539
  readonly group: "item";
10432
- readonly x: 432;
10433
- readonly y: 384;
10540
+ readonly x: 96;
10541
+ readonly y: 432;
10434
10542
  readonly w: 48;
10435
10543
  readonly h: 48;
10436
10544
  };
@@ -10464,7 +10572,7 @@ export declare const Item: {
10464
10572
  readonly full: "3142.png";
10465
10573
  readonly sprite: "item2.png";
10466
10574
  readonly group: "item";
10467
- readonly x: 0;
10575
+ readonly x: 144;
10468
10576
  readonly y: 432;
10469
10577
  readonly w: 48;
10470
10578
  readonly h: 48;
@@ -10506,7 +10614,7 @@ export declare const Item: {
10506
10614
  readonly full: "3143.png";
10507
10615
  readonly sprite: "item2.png";
10508
10616
  readonly group: "item";
10509
- readonly x: 48;
10617
+ readonly x: 192;
10510
10618
  readonly y: 432;
10511
10619
  readonly w: 48;
10512
10620
  readonly h: 48;
@@ -10542,7 +10650,7 @@ export declare const Item: {
10542
10650
  readonly full: "3145.png";
10543
10651
  readonly sprite: "item2.png";
10544
10652
  readonly group: "item";
10545
- readonly x: 96;
10653
+ readonly x: 240;
10546
10654
  readonly y: 432;
10547
10655
  readonly w: 48;
10548
10656
  readonly h: 48;
@@ -10567,6 +10675,41 @@ export declare const Item: {
10567
10675
  };
10568
10676
  readonly depth: 2;
10569
10677
  };
10678
+ readonly "3146": {
10679
+ readonly name: "Hextech Gunblade";
10680
+ readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>15%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Lightning Bolt:</active> Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds (30 second cooldown).</mainText><br>";
10681
+ readonly colloq: ";";
10682
+ readonly plaintext: "Increases Attack Damage and Ability Power, activate to slow a target";
10683
+ readonly from: readonly ["1038", "1058"];
10684
+ readonly image: {
10685
+ readonly full: "3146.png";
10686
+ readonly sprite: "item2.png";
10687
+ readonly group: "item";
10688
+ readonly x: 288;
10689
+ readonly y: 432;
10690
+ readonly w: 48;
10691
+ readonly h: 48;
10692
+ };
10693
+ readonly gold: {
10694
+ readonly base: 750;
10695
+ readonly purchasable: true;
10696
+ readonly total: 3300;
10697
+ readonly sell: 2310;
10698
+ };
10699
+ readonly tags: readonly ["Damage", "LifeSteal", "SpellDamage", "Active", "SpellVamp"];
10700
+ readonly maps: {
10701
+ readonly "11": false;
10702
+ readonly "12": false;
10703
+ readonly "21": true;
10704
+ readonly "22": false;
10705
+ readonly "30": false;
10706
+ };
10707
+ readonly stats: {
10708
+ readonly FlatPhysicalDamageMod: 40;
10709
+ readonly FlatMagicDamageMod: 80;
10710
+ };
10711
+ readonly depth: 2;
10712
+ };
10570
10713
  readonly "3152": {
10571
10714
  readonly name: "Hextech Rocketbelt";
10572
10715
  readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>250</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>";
@@ -10578,7 +10721,7 @@ export declare const Item: {
10578
10721
  readonly full: "3152.png";
10579
10722
  readonly sprite: "item2.png";
10580
10723
  readonly group: "item";
10581
- readonly x: 144;
10724
+ readonly x: 336;
10582
10725
  readonly y: 432;
10583
10726
  readonly w: 48;
10584
10727
  readonly h: 48;
@@ -10613,7 +10756,7 @@ export declare const Item: {
10613
10756
  readonly full: "3153.png";
10614
10757
  readonly sprite: "item2.png";
10615
10758
  readonly group: "item";
10616
- readonly x: 192;
10759
+ readonly x: 384;
10617
10760
  readonly y: 432;
10618
10761
  readonly w: 48;
10619
10762
  readonly h: 48;
@@ -10651,7 +10794,7 @@ export declare const Item: {
10651
10794
  readonly full: "3155.png";
10652
10795
  readonly sprite: "item2.png";
10653
10796
  readonly group: "item";
10654
- readonly x: 240;
10797
+ readonly x: 432;
10655
10798
  readonly y: 432;
10656
10799
  readonly w: 48;
10657
10800
  readonly h: 48;
@@ -10685,10 +10828,10 @@ export declare const Item: {
10685
10828
  readonly from: readonly ["1037", "3155", "1036"];
10686
10829
  readonly image: {
10687
10830
  readonly full: "3156.png";
10688
- readonly sprite: "item2.png";
10831
+ readonly sprite: "item3.png";
10689
10832
  readonly group: "item";
10690
- readonly x: 288;
10691
- readonly y: 432;
10833
+ readonly x: 0;
10834
+ readonly y: 0;
10692
10835
  readonly w: 48;
10693
10836
  readonly h: 48;
10694
10837
  };
@@ -10720,10 +10863,10 @@ export declare const Item: {
10720
10863
  readonly from: readonly ["3191", "3108", "2420"];
10721
10864
  readonly image: {
10722
10865
  readonly full: "3157.png";
10723
- readonly sprite: "item2.png";
10866
+ readonly sprite: "item3.png";
10724
10867
  readonly group: "item";
10725
- readonly x: 336;
10726
- readonly y: 432;
10868
+ readonly x: 48;
10869
+ readonly y: 0;
10727
10870
  readonly w: 48;
10728
10871
  readonly h: 48;
10729
10872
  };
@@ -10760,10 +10903,10 @@ export declare const Item: {
10760
10903
  readonly from: readonly ["1001"];
10761
10904
  readonly image: {
10762
10905
  readonly full: "3158.png";
10763
- readonly sprite: "item2.png";
10906
+ readonly sprite: "item3.png";
10764
10907
  readonly group: "item";
10765
- readonly x: 384;
10766
- readonly y: 432;
10908
+ readonly x: 96;
10909
+ readonly y: 0;
10767
10910
  readonly w: 48;
10768
10911
  readonly h: 48;
10769
10912
  };
@@ -10787,17 +10930,17 @@ export declare const Item: {
10787
10930
  readonly depth: 2;
10788
10931
  };
10789
10932
  readonly "3161": {
10790
- readonly name: "Spear Of Shojin";
10933
+ readonly name: "Spear of Shojin";
10791
10934
  readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>500</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (16 (+0.04 per 100 Bonus AD) | 12 (+0.03 per 100 Bonus AD)) Ability Haste, reduced to (8 (+0.02 per 100 Bonus AD) | 6 (+0.015 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>";
10792
10935
  readonly colloq: ";";
10793
10936
  readonly plaintext: "Reduce damage taken from champions by a flat amount. Attack while near multiple enemy champions to increase this amount for a short time.";
10794
10937
  readonly from: readonly ["1037", "3133", "3067"];
10795
10938
  readonly image: {
10796
10939
  readonly full: "3161.png";
10797
- readonly sprite: "item2.png";
10940
+ readonly sprite: "item3.png";
10798
10941
  readonly group: "item";
10799
- readonly x: 432;
10800
- readonly y: 432;
10942
+ readonly x: 144;
10943
+ readonly y: 0;
10801
10944
  readonly w: 48;
10802
10945
  readonly h: 48;
10803
10946
  };
@@ -10831,7 +10974,7 @@ export declare const Item: {
10831
10974
  readonly full: "3165.png";
10832
10975
  readonly sprite: "item3.png";
10833
10976
  readonly group: "item";
10834
- readonly x: 0;
10977
+ readonly x: 192;
10835
10978
  readonly y: 0;
10836
10979
  readonly w: 48;
10837
10980
  readonly h: 48;
@@ -10856,6 +10999,42 @@ export declare const Item: {
10856
10999
  };
10857
11000
  readonly depth: 3;
10858
11001
  };
11002
+ readonly "3172": {
11003
+ readonly name: "Zephyr";
11004
+ readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>10%</attention> Move Speed<br><attention>35%</attention> Tenacity</stats><br><br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>";
11005
+ readonly colloq: ";";
11006
+ readonly plaintext: "Mobility and Tenacity";
11007
+ readonly from: readonly ["1038", "1042", "1042"];
11008
+ readonly image: {
11009
+ readonly full: "3172.png";
11010
+ readonly sprite: "item3.png";
11011
+ readonly group: "item";
11012
+ readonly x: 240;
11013
+ readonly y: 0;
11014
+ readonly w: 48;
11015
+ readonly h: 48;
11016
+ };
11017
+ readonly gold: {
11018
+ readonly base: 900;
11019
+ readonly purchasable: true;
11020
+ readonly total: 2800;
11021
+ readonly sell: 1960;
11022
+ };
11023
+ readonly tags: readonly ["Damage", "AttackSpeed", "NonbootsMovement", "Tenacity"];
11024
+ readonly maps: {
11025
+ readonly "11": false;
11026
+ readonly "12": false;
11027
+ readonly "21": true;
11028
+ readonly "22": false;
11029
+ readonly "30": false;
11030
+ };
11031
+ readonly stats: {
11032
+ readonly FlatPhysicalDamageMod: 50;
11033
+ readonly PercentMovementSpeedMod: 0.1;
11034
+ readonly PercentAttackSpeedMod: 0.4;
11035
+ };
11036
+ readonly depth: 2;
11037
+ };
10859
11038
  readonly "3177": {
10860
11039
  readonly name: "Guardian's Blade";
10861
11040
  readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>";
@@ -10865,7 +11044,7 @@ export declare const Item: {
10865
11044
  readonly full: "3177.png";
10866
11045
  readonly sprite: "item3.png";
10867
11046
  readonly group: "item";
10868
- readonly x: 48;
11047
+ readonly x: 288;
10869
11048
  readonly y: 0;
10870
11049
  readonly w: 48;
10871
11050
  readonly h: 48;
@@ -10902,7 +11081,7 @@ export declare const Item: {
10902
11081
  readonly full: "3179.png";
10903
11082
  readonly sprite: "item3.png";
10904
11083
  readonly group: "item";
10905
- readonly x: 96;
11084
+ readonly x: 336;
10906
11085
  readonly y: 0;
10907
11086
  readonly w: 48;
10908
11087
  readonly h: 48;
@@ -10941,7 +11120,7 @@ export declare const Item: {
10941
11120
  readonly full: "3181.png";
10942
11121
  readonly sprite: "item3.png";
10943
11122
  readonly group: "item";
10944
- readonly x: 144;
11123
+ readonly x: 384;
10945
11124
  readonly y: 0;
10946
11125
  readonly w: 48;
10947
11126
  readonly h: 48;
@@ -10976,7 +11155,7 @@ export declare const Item: {
10976
11155
  readonly full: "3184.png";
10977
11156
  readonly sprite: "item3.png";
10978
11157
  readonly group: "item";
10979
- readonly x: 192;
11158
+ readonly x: 432;
10980
11159
  readonly y: 0;
10981
11160
  readonly w: 48;
10982
11161
  readonly h: 48;
@@ -11012,8 +11191,8 @@ export declare const Item: {
11012
11191
  readonly full: "3190.png";
11013
11192
  readonly sprite: "item3.png";
11014
11193
  readonly group: "item";
11015
- readonly x: 240;
11016
- readonly y: 0;
11194
+ readonly x: 0;
11195
+ readonly y: 48;
11017
11196
  readonly w: 48;
11018
11197
  readonly h: 48;
11019
11198
  };
@@ -11049,8 +11228,8 @@ export declare const Item: {
11049
11228
  readonly full: "3191.png";
11050
11229
  readonly sprite: "item3.png";
11051
11230
  readonly group: "item";
11052
- readonly x: 288;
11053
- readonly y: 0;
11231
+ readonly x: 48;
11232
+ readonly y: 48;
11054
11233
  readonly w: 48;
11055
11234
  readonly h: 48;
11056
11235
  };
@@ -11088,8 +11267,8 @@ export declare const Item: {
11088
11267
  readonly full: "3193.png";
11089
11268
  readonly sprite: "item3.png";
11090
11269
  readonly group: "item";
11091
- readonly x: 336;
11092
- readonly y: 0;
11270
+ readonly x: 96;
11271
+ readonly y: 48;
11093
11272
  readonly w: 48;
11094
11273
  readonly h: 48;
11095
11274
  };
@@ -11124,8 +11303,8 @@ export declare const Item: {
11124
11303
  readonly full: "3211.png";
11125
11304
  readonly sprite: "item3.png";
11126
11305
  readonly group: "item";
11127
- readonly x: 384;
11128
- readonly y: 0;
11306
+ readonly x: 144;
11307
+ readonly y: 48;
11129
11308
  readonly w: 48;
11130
11309
  readonly h: 48;
11131
11310
  };
@@ -11159,8 +11338,8 @@ export declare const Item: {
11159
11338
  readonly full: "3222.png";
11160
11339
  readonly sprite: "item3.png";
11161
11340
  readonly group: "item";
11162
- readonly x: 432;
11163
- readonly y: 0;
11341
+ readonly x: 192;
11342
+ readonly y: 48;
11164
11343
  readonly w: 48;
11165
11344
  readonly h: 48;
11166
11345
  };
@@ -11193,7 +11372,7 @@ export declare const Item: {
11193
11372
  readonly full: "3330.png";
11194
11373
  readonly sprite: "item3.png";
11195
11374
  readonly group: "item";
11196
- readonly x: 0;
11375
+ readonly x: 240;
11197
11376
  readonly y: 48;
11198
11377
  readonly w: 48;
11199
11378
  readonly h: 48;
@@ -11233,7 +11412,7 @@ export declare const Item: {
11233
11412
  readonly full: "3340.png";
11234
11413
  readonly sprite: "item3.png";
11235
11414
  readonly group: "item";
11236
- readonly x: 48;
11415
+ readonly x: 288;
11237
11416
  readonly y: 48;
11238
11417
  readonly w: 48;
11239
11418
  readonly h: 48;
@@ -11274,7 +11453,7 @@ export declare const Item: {
11274
11453
  readonly full: "3348.png";
11275
11454
  readonly sprite: "item3.png";
11276
11455
  readonly group: "item";
11277
- readonly x: 96;
11456
+ readonly x: 336;
11278
11457
  readonly y: 48;
11279
11458
  readonly w: 48;
11280
11459
  readonly h: 48;
@@ -11305,7 +11484,7 @@ export declare const Item: {
11305
11484
  readonly full: "3349.png";
11306
11485
  readonly sprite: "item3.png";
11307
11486
  readonly group: "item";
11308
- readonly x: 144;
11487
+ readonly x: 384;
11309
11488
  readonly y: 48;
11310
11489
  readonly w: 48;
11311
11490
  readonly h: 48;
@@ -11335,7 +11514,7 @@ export declare const Item: {
11335
11514
  readonly full: "3363.png";
11336
11515
  readonly sprite: "item3.png";
11337
11516
  readonly group: "item";
11338
- readonly x: 192;
11517
+ readonly x: 432;
11339
11518
  readonly y: 48;
11340
11519
  readonly w: 48;
11341
11520
  readonly h: 48;
@@ -11382,8 +11561,8 @@ export declare const Item: {
11382
11561
  readonly full: "3364.png";
11383
11562
  readonly sprite: "item3.png";
11384
11563
  readonly group: "item";
11385
- readonly x: 240;
11386
- readonly y: 48;
11564
+ readonly x: 0;
11565
+ readonly y: 96;
11387
11566
  readonly w: 48;
11388
11567
  readonly h: 48;
11389
11568
  };
@@ -11426,8 +11605,8 @@ export declare const Item: {
11426
11605
  readonly full: "3400.png";
11427
11606
  readonly sprite: "item3.png";
11428
11607
  readonly group: "item";
11429
- readonly x: 288;
11430
- readonly y: 48;
11608
+ readonly x: 48;
11609
+ readonly y: 96;
11431
11610
  readonly w: 48;
11432
11611
  readonly h: 48;
11433
11612
  };
@@ -11456,8 +11635,8 @@ export declare const Item: {
11456
11635
  readonly full: "3430.png";
11457
11636
  readonly sprite: "item3.png";
11458
11637
  readonly group: "item";
11459
- readonly x: 336;
11460
- readonly y: 48;
11638
+ readonly x: 96;
11639
+ readonly y: 96;
11461
11640
  readonly w: 48;
11462
11641
  readonly h: 48;
11463
11642
  };
@@ -11490,8 +11669,8 @@ export declare const Item: {
11490
11669
  readonly full: "3504.png";
11491
11670
  readonly sprite: "item3.png";
11492
11671
  readonly group: "item";
11493
- readonly x: 384;
11494
- readonly y: 48;
11672
+ readonly x: 144;
11673
+ readonly y: 96;
11495
11674
  readonly w: 48;
11496
11675
  readonly h: 48;
11497
11676
  };
@@ -11525,8 +11704,8 @@ export declare const Item: {
11525
11704
  readonly full: "3508.png";
11526
11705
  readonly sprite: "item3.png";
11527
11706
  readonly group: "item";
11528
- readonly x: 432;
11529
- readonly y: 48;
11707
+ readonly x: 192;
11708
+ readonly y: 96;
11530
11709
  readonly w: 48;
11531
11710
  readonly h: 48;
11532
11711
  };
@@ -11561,7 +11740,7 @@ export declare const Item: {
11561
11740
  readonly full: "3513.png";
11562
11741
  readonly sprite: "item3.png";
11563
11742
  readonly group: "item";
11564
- readonly x: 0;
11743
+ readonly x: 240;
11565
11744
  readonly y: 96;
11566
11745
  readonly w: 48;
11567
11746
  readonly h: 48;
@@ -11598,7 +11777,7 @@ export declare const Item: {
11598
11777
  readonly full: "3599.png";
11599
11778
  readonly sprite: "item3.png";
11600
11779
  readonly group: "item";
11601
- readonly x: 48;
11780
+ readonly x: 288;
11602
11781
  readonly y: 96;
11603
11782
  readonly w: 48;
11604
11783
  readonly h: 48;
@@ -11629,7 +11808,7 @@ export declare const Item: {
11629
11808
  readonly full: "3600.png";
11630
11809
  readonly sprite: "item3.png";
11631
11810
  readonly group: "item";
11632
- readonly x: 96;
11811
+ readonly x: 336;
11633
11812
  readonly y: 96;
11634
11813
  readonly w: 48;
11635
11814
  readonly h: 48;
@@ -11660,7 +11839,7 @@ export declare const Item: {
11660
11839
  readonly full: "3742.png";
11661
11840
  readonly sprite: "item3.png";
11662
11841
  readonly group: "item";
11663
- readonly x: 144;
11842
+ readonly x: 384;
11664
11843
  readonly y: 96;
11665
11844
  readonly w: 48;
11666
11845
  readonly h: 48;
@@ -11696,7 +11875,7 @@ export declare const Item: {
11696
11875
  readonly full: "3748.png";
11697
11876
  readonly sprite: "item3.png";
11698
11877
  readonly group: "item";
11699
- readonly x: 192;
11878
+ readonly x: 432;
11700
11879
  readonly y: 96;
11701
11880
  readonly w: 48;
11702
11881
  readonly h: 48;
@@ -11744,8 +11923,8 @@ export declare const Item: {
11744
11923
  readonly full: "3801.png";
11745
11924
  readonly sprite: "item3.png";
11746
11925
  readonly group: "item";
11747
- readonly x: 240;
11748
- readonly y: 96;
11926
+ readonly x: 0;
11927
+ readonly y: 144;
11749
11928
  readonly w: 48;
11750
11929
  readonly h: 48;
11751
11930
  };
@@ -11779,8 +11958,8 @@ export declare const Item: {
11779
11958
  readonly full: "3802.png";
11780
11959
  readonly sprite: "item3.png";
11781
11960
  readonly group: "item";
11782
- readonly x: 288;
11783
- readonly y: 96;
11961
+ readonly x: 48;
11962
+ readonly y: 144;
11784
11963
  readonly w: 48;
11785
11964
  readonly h: 48;
11786
11965
  };
@@ -11810,13 +11989,13 @@ export declare const Item: {
11810
11989
  readonly colloq: "";
11811
11990
  readonly plaintext: "";
11812
11991
  readonly from: readonly ["1028", "1027"];
11813
- readonly into: readonly ["6657"];
11992
+ readonly into: readonly ["4402", "6657"];
11814
11993
  readonly image: {
11815
11994
  readonly full: "3803.png";
11816
11995
  readonly sprite: "item3.png";
11817
11996
  readonly group: "item";
11818
- readonly x: 336;
11819
- readonly y: 96;
11997
+ readonly x: 96;
11998
+ readonly y: 144;
11820
11999
  readonly w: 48;
11821
12000
  readonly h: 48;
11822
12001
  };
@@ -11851,8 +12030,8 @@ export declare const Item: {
11851
12030
  readonly full: "3814.png";
11852
12031
  readonly sprite: "item3.png";
11853
12032
  readonly group: "item";
11854
- readonly x: 384;
11855
- readonly y: 96;
12033
+ readonly x: 144;
12034
+ readonly y: 144;
11856
12035
  readonly w: 48;
11857
12036
  readonly h: 48;
11858
12037
  };
@@ -11884,15 +12063,15 @@ export declare const Item: {
11884
12063
  };
11885
12064
  readonly "3850": {
11886
12065
  readonly name: "Spellthief's Edge";
11887
- readonly description: "<mainText><stats><attention>8</attention> Ability Power<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Frostfang</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12066
+ readonly description: "<mainText><stats><attention>10</attention> Ability Power<br><attention>25</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 36 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Frostfang</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
11888
12067
  readonly colloq: "";
11889
12068
  readonly plaintext: "Gain gold and upgrade by damaging enemy champions";
11890
12069
  readonly image: {
11891
12070
  readonly full: "3850.png";
11892
12071
  readonly sprite: "item3.png";
11893
12072
  readonly group: "item";
11894
- readonly x: 432;
11895
- readonly y: 96;
12073
+ readonly x: 192;
12074
+ readonly y: 144;
11896
12075
  readonly w: 48;
11897
12076
  readonly h: 48;
11898
12077
  };
@@ -11911,8 +12090,8 @@ export declare const Item: {
11911
12090
  readonly "30": false;
11912
12091
  };
11913
12092
  readonly stats: {
11914
- readonly FlatHPPoolMod: 10;
11915
- readonly FlatMagicDamageMod: 8;
12093
+ readonly FlatHPPoolMod: 25;
12094
+ readonly FlatMagicDamageMod: 10;
11916
12095
  };
11917
12096
  readonly effect: {
11918
12097
  readonly Effect1Amount: "2";
@@ -11935,7 +12114,7 @@ export declare const Item: {
11935
12114
  readonly full: "3851.png";
11936
12115
  readonly sprite: "item3.png";
11937
12116
  readonly group: "item";
11938
- readonly x: 0;
12117
+ readonly x: 240;
11939
12118
  readonly y: 144;
11940
12119
  readonly w: 48;
11941
12120
  readonly h: 48;
@@ -11979,7 +12158,7 @@ export declare const Item: {
11979
12158
  readonly full: "3853.png";
11980
12159
  readonly sprite: "item3.png";
11981
12160
  readonly group: "item";
11982
- readonly x: 48;
12161
+ readonly x: 288;
11983
12162
  readonly y: 144;
11984
12163
  readonly w: 48;
11985
12164
  readonly h: 48;
@@ -12008,14 +12187,14 @@ export declare const Item: {
12008
12187
  };
12009
12188
  readonly "3854": {
12010
12189
  readonly name: "Steel Shoulderguards";
12011
- readonly description: "<mainText><stats><attention>3</attention> Attack Damage<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Runesteel Spaulders</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12190
+ readonly description: "<mainText><stats><attention>4</attention> Attack Damage<br><attention>50</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Runesteel Spaulders</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12012
12191
  readonly colloq: "";
12013
12192
  readonly plaintext: "Gain gold and upgrade by executing minions alongside allies";
12014
12193
  readonly image: {
12015
12194
  readonly full: "3854.png";
12016
12195
  readonly sprite: "item3.png";
12017
12196
  readonly group: "item";
12018
- readonly x: 96;
12197
+ readonly x: 336;
12019
12198
  readonly y: 144;
12020
12199
  readonly w: 48;
12021
12200
  readonly h: 48;
@@ -12035,8 +12214,8 @@ export declare const Item: {
12035
12214
  readonly "30": false;
12036
12215
  };
12037
12216
  readonly stats: {
12038
- readonly FlatPhysicalDamageMod: 3;
12039
- readonly FlatHPPoolMod: 30;
12217
+ readonly FlatPhysicalDamageMod: 4;
12218
+ readonly FlatHPPoolMod: 50;
12040
12219
  };
12041
12220
  readonly effect: {
12042
12221
  readonly Effect1Amount: "2";
@@ -12058,7 +12237,7 @@ export declare const Item: {
12058
12237
  readonly full: "3855.png";
12059
12238
  readonly sprite: "item3.png";
12060
12239
  readonly group: "item";
12061
- readonly x: 144;
12240
+ readonly x: 384;
12062
12241
  readonly y: 144;
12063
12242
  readonly w: 48;
12064
12243
  readonly h: 48;
@@ -12101,7 +12280,7 @@ export declare const Item: {
12101
12280
  readonly full: "3857.png";
12102
12281
  readonly sprite: "item3.png";
12103
12282
  readonly group: "item";
12104
- readonly x: 192;
12283
+ readonly x: 432;
12105
12284
  readonly y: 144;
12106
12285
  readonly w: 48;
12107
12286
  readonly h: 48;
@@ -12130,15 +12309,15 @@ export declare const Item: {
12130
12309
  };
12131
12310
  readonly "3858": {
12132
12311
  readonly name: "Relic Shield";
12133
- readonly description: "<mainText><stats><attention>5</attention> Ability Power<br><attention>30</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Targon's Buckler</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12312
+ readonly description: "<mainText><stats><attention>7</attention> Ability Power<br><attention>50</attention> Health<br><attention>50%</attention> Base Health Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><li><passive>Spoils of War:</passive> While nearby an allied champion, Attacks execute minions below (50% for Melee Users | 30% for Ranged Users) of their max Health. Killing a minion grants the same kill gold to the nearest allied champion. These effects recharge every 35 seconds (Max 3 charges).<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Targon's Buckler</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12134
12313
  readonly colloq: "";
12135
12314
  readonly plaintext: "Gain gold and upgrade by executing minions alongside allies";
12136
12315
  readonly image: {
12137
12316
  readonly full: "3858.png";
12138
12317
  readonly sprite: "item3.png";
12139
12318
  readonly group: "item";
12140
- readonly x: 240;
12141
- readonly y: 144;
12319
+ readonly x: 0;
12320
+ readonly y: 192;
12142
12321
  readonly w: 48;
12143
12322
  readonly h: 48;
12144
12323
  };
@@ -12157,8 +12336,8 @@ export declare const Item: {
12157
12336
  readonly "30": false;
12158
12337
  };
12159
12338
  readonly stats: {
12160
- readonly FlatHPPoolMod: 30;
12161
- readonly FlatMagicDamageMod: 5;
12339
+ readonly FlatHPPoolMod: 50;
12340
+ readonly FlatMagicDamageMod: 7;
12162
12341
  };
12163
12342
  readonly effect: {
12164
12343
  readonly Effect1Amount: "2";
@@ -12180,8 +12359,8 @@ export declare const Item: {
12180
12359
  readonly full: "3859.png";
12181
12360
  readonly sprite: "item3.png";
12182
12361
  readonly group: "item";
12183
- readonly x: 288;
12184
- readonly y: 144;
12362
+ readonly x: 48;
12363
+ readonly y: 192;
12185
12364
  readonly w: 48;
12186
12365
  readonly h: 48;
12187
12366
  };
@@ -12223,8 +12402,8 @@ export declare const Item: {
12223
12402
  readonly full: "3860.png";
12224
12403
  readonly sprite: "item3.png";
12225
12404
  readonly group: "item";
12226
- readonly x: 336;
12227
- readonly y: 144;
12405
+ readonly x: 96;
12406
+ readonly y: 192;
12228
12407
  readonly w: 48;
12229
12408
  readonly h: 48;
12230
12409
  };
@@ -12252,15 +12431,15 @@ export declare const Item: {
12252
12431
  };
12253
12432
  readonly "3862": {
12254
12433
  readonly name: "Spectral Sickle";
12255
- readonly description: "<mainText><stats><attention>5</attention> Attack Damage<br><attention>10</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Harrowing Crescent</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12434
+ readonly description: "<mainText><stats><attention>6</attention> Attack Damage<br><attention>25</attention> Health<br><attention>25%</attention> Base Mana Regen<br><attention>2</attention> Gold Per 10 Seconds</stats><br><li><passive>Tribute:</passive> While nearby an ally champion, damaging Abilities and Attacks against champions or buildings grant 20 gold. This can occur up to 3 times every 30 seconds.<li><passive>Quest:</passive> Earn 500 gold from this item to transform it into <rarityGeneric>Harrowing Crescent</rarityGeneric>, gaining <active>Active -</active> <active>Warding</active>.<br><br><rules>This item grants reduced gold from minions if you kill excessive numbers of them.</rules></mainText><br>";
12256
12435
  readonly colloq: "";
12257
12436
  readonly plaintext: "Gain gold and upgrade by damaging enemy champions";
12258
12437
  readonly image: {
12259
12438
  readonly full: "3862.png";
12260
12439
  readonly sprite: "item3.png";
12261
12440
  readonly group: "item";
12262
- readonly x: 384;
12263
- readonly y: 144;
12441
+ readonly x: 144;
12442
+ readonly y: 192;
12264
12443
  readonly w: 48;
12265
12444
  readonly h: 48;
12266
12445
  };
@@ -12279,8 +12458,8 @@ export declare const Item: {
12279
12458
  readonly "30": false;
12280
12459
  };
12281
12460
  readonly stats: {
12282
- readonly FlatPhysicalDamageMod: 5;
12283
- readonly FlatHPPoolMod: 10;
12461
+ readonly FlatPhysicalDamageMod: 6;
12462
+ readonly FlatHPPoolMod: 25;
12284
12463
  };
12285
12464
  readonly effect: {
12286
12465
  readonly Effect1Amount: "2";
@@ -12303,8 +12482,8 @@ export declare const Item: {
12303
12482
  readonly full: "3863.png";
12304
12483
  readonly sprite: "item3.png";
12305
12484
  readonly group: "item";
12306
- readonly x: 432;
12307
- readonly y: 144;
12485
+ readonly x: 192;
12486
+ readonly y: 192;
12308
12487
  readonly w: 48;
12309
12488
  readonly h: 48;
12310
12489
  };
@@ -12347,7 +12526,7 @@ export declare const Item: {
12347
12526
  readonly full: "3864.png";
12348
12527
  readonly sprite: "item3.png";
12349
12528
  readonly group: "item";
12350
- readonly x: 0;
12529
+ readonly x: 240;
12351
12530
  readonly y: 192;
12352
12531
  readonly w: 48;
12353
12532
  readonly h: 48;
@@ -12387,7 +12566,7 @@ export declare const Item: {
12387
12566
  readonly full: "3901.png";
12388
12567
  readonly sprite: "item3.png";
12389
12568
  readonly group: "item";
12390
- readonly x: 48;
12569
+ readonly x: 288;
12391
12570
  readonly y: 192;
12392
12571
  readonly w: 48;
12393
12572
  readonly h: 48;
@@ -12410,9 +12589,9 @@ export declare const Item: {
12410
12589
  };
12411
12590
  readonly "3902": {
12412
12591
  readonly name: "<rarityLegendary>Death's Daughter</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>";
12413
- readonly description: "<mainText><stats></stats><mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText></mainText><br>";
12592
+ readonly description: "<mainText><stats></stats><mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>bonus true damage</trueDamage> and <status>Slowing</status>.</mainText></mainText><br>";
12414
12593
  readonly colloq: "";
12415
- readonly plaintext: "<mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>300% true damage</trueDamage> and <status>Slowing</status> them by 60% for 1.5 seconds.</mainText>";
12594
+ readonly plaintext: "<mainText>Cannon Barrage additionally fires a mega-cannonball at the center of the Barrage, dealing <trueDamage>bonus true damage</trueDamage> and <status>Slowing</status>.</mainText>";
12416
12595
  readonly consumed: true;
12417
12596
  readonly consumeOnFull: true;
12418
12597
  readonly inStore: false;
@@ -12421,7 +12600,7 @@ export declare const Item: {
12421
12600
  readonly full: "3902.png";
12422
12601
  readonly sprite: "item3.png";
12423
12602
  readonly group: "item";
12424
- readonly x: 96;
12603
+ readonly x: 336;
12425
12604
  readonly y: 192;
12426
12605
  readonly w: 48;
12427
12606
  readonly h: 48;
@@ -12444,9 +12623,9 @@ export declare const Item: {
12444
12623
  };
12445
12624
  readonly "3903": {
12446
12625
  readonly name: "<rarityLegendary>Raise Morale</rarityLegendary><br><subtitleLeft><silver>500 Silver Serpents</silver></subtitleLeft>";
12447
- readonly description: "<mainText><stats></stats>Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.</mainText><br>";
12626
+ readonly description: "<mainText><stats></stats>Allies in the Cannon Barrage gain <speed>bonus Move Speed</speed>.</mainText><br>";
12448
12627
  readonly colloq: "";
12449
- readonly plaintext: "Allies in the Cannon Barrage gain <speed>30% Move Speed</speed> for 2 seconds.";
12628
+ readonly plaintext: "Allies in the Cannon Barrage gain <speed>bonus Move Speed</speed>.";
12450
12629
  readonly consumed: true;
12451
12630
  readonly consumeOnFull: true;
12452
12631
  readonly inStore: false;
@@ -12455,7 +12634,7 @@ export declare const Item: {
12455
12634
  readonly full: "3903.png";
12456
12635
  readonly sprite: "item3.png";
12457
12636
  readonly group: "item";
12458
- readonly x: 144;
12637
+ readonly x: 384;
12459
12638
  readonly y: 192;
12460
12639
  readonly w: 48;
12461
12640
  readonly h: 48;
@@ -12488,7 +12667,7 @@ export declare const Item: {
12488
12667
  readonly full: "3916.png";
12489
12668
  readonly sprite: "item3.png";
12490
12669
  readonly group: "item";
12491
- readonly x: 192;
12670
+ readonly x: 432;
12492
12671
  readonly y: 192;
12493
12672
  readonly w: 48;
12494
12673
  readonly h: 48;
@@ -12512,6 +12691,75 @@ export declare const Item: {
12512
12691
  };
12513
12692
  readonly depth: 2;
12514
12693
  };
12694
+ readonly "4003": {
12695
+ readonly name: "Lifeline";
12696
+ readonly description: "<mainText><stats><attention>20</attention> Attack Damage<br><attention>8</attention> Lethality</stats><br><br><active>Active -</active> <active>Soul Anchor:</active> Mark your current location. After 4 seconds, return to that location (60s ).</mainText><br>";
12697
+ readonly colloq: ";lethality";
12698
+ readonly plaintext: "Marks the ground, and returns you there after a few moments";
12699
+ readonly from: readonly ["1036", "2420"];
12700
+ readonly into: readonly ["4004"];
12701
+ readonly image: {
12702
+ readonly full: "4003.png";
12703
+ readonly sprite: "item3.png";
12704
+ readonly group: "item";
12705
+ readonly x: 0;
12706
+ readonly y: 240;
12707
+ readonly w: 48;
12708
+ readonly h: 48;
12709
+ };
12710
+ readonly gold: {
12711
+ readonly base: 550;
12712
+ readonly purchasable: true;
12713
+ readonly total: 1650;
12714
+ readonly sell: 1155;
12715
+ };
12716
+ readonly tags: readonly ["Damage", "ArmorPenetration"];
12717
+ readonly maps: {
12718
+ readonly "11": false;
12719
+ readonly "12": false;
12720
+ readonly "21": true;
12721
+ readonly "22": false;
12722
+ readonly "30": false;
12723
+ };
12724
+ readonly stats: {
12725
+ readonly FlatPhysicalDamageMod: 20;
12726
+ };
12727
+ readonly depth: 2;
12728
+ };
12729
+ readonly "4004": {
12730
+ readonly name: "Spectral Cutlass";
12731
+ readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>21</attention> Lethality</stats><br><br><active>Active -</active> <active>Soul Anchor:</active> Mark your current location. After 4 seconds, return to that location (45s ).</mainText><br>";
12732
+ readonly colloq: ";lethality";
12733
+ readonly plaintext: "Marks the ground, and returns you there after a few moments";
12734
+ readonly from: readonly ["4003", "3134"];
12735
+ readonly image: {
12736
+ readonly full: "4004.png";
12737
+ readonly sprite: "item3.png";
12738
+ readonly group: "item";
12739
+ readonly x: 48;
12740
+ readonly y: 240;
12741
+ readonly w: 48;
12742
+ readonly h: 48;
12743
+ };
12744
+ readonly gold: {
12745
+ readonly base: 400;
12746
+ readonly purchasable: true;
12747
+ readonly total: 3150;
12748
+ readonly sell: 2205;
12749
+ };
12750
+ readonly tags: readonly ["Damage", "ArmorPenetration"];
12751
+ readonly maps: {
12752
+ readonly "11": false;
12753
+ readonly "12": false;
12754
+ readonly "21": true;
12755
+ readonly "22": false;
12756
+ readonly "30": false;
12757
+ };
12758
+ readonly stats: {
12759
+ readonly FlatPhysicalDamageMod: 70;
12760
+ };
12761
+ readonly depth: 3;
12762
+ };
12515
12763
  readonly "4005": {
12516
12764
  readonly name: "Imperial Mandate";
12517
12765
  readonly description: "";
@@ -12522,8 +12770,8 @@ export declare const Item: {
12522
12770
  readonly full: "4005.png";
12523
12771
  readonly sprite: "item3.png";
12524
12772
  readonly group: "item";
12525
- readonly x: 240;
12526
- readonly y: 192;
12773
+ readonly x: 96;
12774
+ readonly y: 240;
12527
12775
  readonly w: 48;
12528
12776
  readonly h: 48;
12529
12777
  };
@@ -12555,8 +12803,8 @@ export declare const Item: {
12555
12803
  readonly full: "4010.png";
12556
12804
  readonly sprite: "item3.png";
12557
12805
  readonly group: "item";
12558
- readonly x: 288;
12559
- readonly y: 192;
12806
+ readonly x: 144;
12807
+ readonly y: 240;
12560
12808
  readonly w: 48;
12561
12809
  readonly h: 48;
12562
12810
  };
@@ -12590,8 +12838,8 @@ export declare const Item: {
12590
12838
  readonly full: "4401.png";
12591
12839
  readonly sprite: "item3.png";
12592
12840
  readonly group: "item";
12593
- readonly x: 336;
12594
- readonly y: 192;
12841
+ readonly x: 192;
12842
+ readonly y: 240;
12595
12843
  readonly w: 48;
12596
12844
  readonly h: 48;
12597
12845
  };
@@ -12616,25 +12864,65 @@ export declare const Item: {
12616
12864
  };
12617
12865
  readonly depth: 3;
12618
12866
  };
12867
+ readonly "4402": {
12868
+ readonly name: "Innervating Locket";
12869
+ readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>400</attention> Health<br><attention>300</attention> Mana<br><attention>10</attention> Ability Haste</stats><br><li><passive>Eternity:</passive> Restore Mana equal to 15% of premitigation damage taken from champions, and Health equal to 25% of Mana spent, up to 20 Health per cast, per second.<li><passive>Innervate:</passive> After using an ability, restore <healing>3% missing Health</healing> and <scaleMana>3% missing Mana</scaleMana> over 3 seconds.<br><br><flavorText>\"Cast down the Noxians\" <br>– Bobdyr, Temple Guardsman</flavorText></mainText><br>";
12870
+ readonly colloq: ";";
12871
+ readonly plaintext: "Cast spells to heal";
12872
+ readonly from: readonly ["3803", "3133"];
12873
+ readonly image: {
12874
+ readonly full: "4402.png";
12875
+ readonly sprite: "item3.png";
12876
+ readonly group: "item";
12877
+ readonly x: 240;
12878
+ readonly y: 240;
12879
+ readonly w: 48;
12880
+ readonly h: 48;
12881
+ };
12882
+ readonly gold: {
12883
+ readonly base: 600;
12884
+ readonly purchasable: true;
12885
+ readonly total: 3000;
12886
+ readonly sell: 2100;
12887
+ };
12888
+ readonly tags: readonly ["Health", "Damage", "Mana", "CooldownReduction", "AbilityHaste"];
12889
+ readonly maps: {
12890
+ readonly "11": false;
12891
+ readonly "12": false;
12892
+ readonly "21": true;
12893
+ readonly "22": false;
12894
+ readonly "30": false;
12895
+ };
12896
+ readonly stats: {
12897
+ readonly FlatPhysicalDamageMod: 30;
12898
+ readonly FlatHPPoolMod: 400;
12899
+ readonly FlatMPPoolMod: 300;
12900
+ };
12901
+ readonly effect: {
12902
+ readonly Effect1Amount: "3";
12903
+ readonly Effect2Amount: "0.03";
12904
+ readonly Effect3Amount: "0.03";
12905
+ };
12906
+ readonly depth: 3;
12907
+ };
12619
12908
  readonly "4403": {
12620
12909
  readonly name: "The Golden Spatula";
12621
12910
  readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>120</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>30%</attention> Critical Strike Chance<br><attention>250</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>250</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>10%</attention> Life Steal<br><attention>100%</attention> Base Health Regen<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Doing Something:</passive> You are permanently On Fire!</mainText><br>";
12622
12911
  readonly colloq: ";";
12623
12912
  readonly plaintext: "It does EVERYTHING!";
12624
- readonly from: readonly ["1038", "1053", "3086", "1058", "3067", "3105"];
12625
- readonly inStore: false;
12913
+ readonly from: readonly ["3086", "1038", "1053", "3067", "1058", "3105"];
12626
12914
  readonly image: {
12627
12915
  readonly full: "4403.png";
12628
12916
  readonly sprite: "item3.png";
12629
12917
  readonly group: "item";
12630
- readonly x: 384;
12631
- readonly y: 192;
12918
+ readonly x: 288;
12919
+ readonly y: 240;
12632
12920
  readonly w: 48;
12633
12921
  readonly h: 48;
12634
12922
  };
12635
12923
  readonly gold: {
12636
12924
  readonly base: 687;
12637
- readonly purchasable: false;
12925
+ readonly purchasable: true;
12638
12926
  readonly total: 7237;
12639
12927
  readonly sell: 5066;
12640
12928
  };
@@ -12670,8 +12958,8 @@ export declare const Item: {
12670
12958
  readonly full: "4628.png";
12671
12959
  readonly sprite: "item3.png";
12672
12960
  readonly group: "item";
12673
- readonly x: 432;
12674
- readonly y: 192;
12961
+ readonly x: 336;
12962
+ readonly y: 240;
12675
12963
  readonly w: 48;
12676
12964
  readonly h: 48;
12677
12965
  };
@@ -12705,7 +12993,7 @@ export declare const Item: {
12705
12993
  readonly full: "4629.png";
12706
12994
  readonly sprite: "item3.png";
12707
12995
  readonly group: "item";
12708
- readonly x: 0;
12996
+ readonly x: 384;
12709
12997
  readonly y: 240;
12710
12998
  readonly w: 48;
12711
12999
  readonly h: 48;
@@ -12741,16 +13029,16 @@ export declare const Item: {
12741
13029
  readonly full: "4630.png";
12742
13030
  readonly sprite: "item3.png";
12743
13031
  readonly group: "item";
12744
- readonly x: 48;
13032
+ readonly x: 432;
12745
13033
  readonly y: 240;
12746
13034
  readonly w: 48;
12747
13035
  readonly h: 48;
12748
13036
  };
12749
13037
  readonly gold: {
12750
- readonly base: 815;
13038
+ readonly base: 665;
12751
13039
  readonly purchasable: true;
12752
- readonly total: 1250;
12753
- readonly sell: 875;
13040
+ readonly total: 1100;
13041
+ readonly sell: 770;
12754
13042
  };
12755
13043
  readonly tags: readonly ["MagicPenetration", "SpellDamage"];
12756
13044
  readonly maps: {
@@ -12776,8 +13064,8 @@ export declare const Item: {
12776
13064
  readonly full: "4632.png";
12777
13065
  readonly sprite: "item3.png";
12778
13066
  readonly group: "item";
12779
- readonly x: 96;
12780
- readonly y: 240;
13067
+ readonly x: 0;
13068
+ readonly y: 288;
12781
13069
  readonly w: 48;
12782
13070
  readonly h: 48;
12783
13071
  };
@@ -12812,8 +13100,8 @@ export declare const Item: {
12812
13100
  readonly full: "4633.png";
12813
13101
  readonly sprite: "item3.png";
12814
13102
  readonly group: "item";
12815
- readonly x: 144;
12816
- readonly y: 240;
13103
+ readonly x: 48;
13104
+ readonly y: 288;
12817
13105
  readonly w: 48;
12818
13106
  readonly h: 48;
12819
13107
  };
@@ -12848,8 +13136,8 @@ export declare const Item: {
12848
13136
  readonly full: "4635.png";
12849
13137
  readonly sprite: "item3.png";
12850
13138
  readonly group: "item";
12851
- readonly x: 192;
12852
- readonly y: 240;
13139
+ readonly x: 96;
13140
+ readonly y: 288;
12853
13141
  readonly w: 48;
12854
13142
  readonly h: 48;
12855
13143
  };
@@ -12884,8 +13172,8 @@ export declare const Item: {
12884
13172
  readonly full: "4636.png";
12885
13173
  readonly sprite: "item3.png";
12886
13174
  readonly group: "item";
12887
- readonly x: 240;
12888
- readonly y: 240;
13175
+ readonly x: 144;
13176
+ readonly y: 288;
12889
13177
  readonly w: 48;
12890
13178
  readonly h: 48;
12891
13179
  };
@@ -12919,8 +13207,8 @@ export declare const Item: {
12919
13207
  readonly full: "4637.png";
12920
13208
  readonly sprite: "item3.png";
12921
13209
  readonly group: "item";
12922
- readonly x: 288;
12923
- readonly y: 240;
13210
+ readonly x: 192;
13211
+ readonly y: 288;
12924
13212
  readonly w: 48;
12925
13213
  readonly h: 48;
12926
13214
  };
@@ -12956,8 +13244,8 @@ export declare const Item: {
12956
13244
  readonly full: "4638.png";
12957
13245
  readonly sprite: "item3.png";
12958
13246
  readonly group: "item";
12959
- readonly x: 336;
12960
- readonly y: 240;
13247
+ readonly x: 240;
13248
+ readonly y: 288;
12961
13249
  readonly w: 48;
12962
13250
  readonly h: 48;
12963
13251
  };
@@ -12991,8 +13279,8 @@ export declare const Item: {
12991
13279
  readonly full: "4641.png";
12992
13280
  readonly sprite: "item3.png";
12993
13281
  readonly group: "item";
12994
- readonly x: 384;
12995
- readonly y: 240;
13282
+ readonly x: 288;
13283
+ readonly y: 288;
12996
13284
  readonly w: 48;
12997
13285
  readonly h: 48;
12998
13286
  };
@@ -13025,8 +13313,8 @@ export declare const Item: {
13025
13313
  readonly full: "4642.png";
13026
13314
  readonly sprite: "item3.png";
13027
13315
  readonly group: "item";
13028
- readonly x: 432;
13029
- readonly y: 240;
13316
+ readonly x: 336;
13317
+ readonly y: 288;
13030
13318
  readonly w: 48;
13031
13319
  readonly h: 48;
13032
13320
  };
@@ -13060,7 +13348,7 @@ export declare const Item: {
13060
13348
  readonly full: "4643.png";
13061
13349
  readonly sprite: "item3.png";
13062
13350
  readonly group: "item";
13063
- readonly x: 0;
13351
+ readonly x: 384;
13064
13352
  readonly y: 288;
13065
13353
  readonly w: 48;
13066
13354
  readonly h: 48;
@@ -13095,7 +13383,7 @@ export declare const Item: {
13095
13383
  readonly full: "4644.png";
13096
13384
  readonly sprite: "item3.png";
13097
13385
  readonly group: "item";
13098
- readonly x: 48;
13386
+ readonly x: 432;
13099
13387
  readonly y: 288;
13100
13388
  readonly w: 48;
13101
13389
  readonly h: 48;
@@ -13131,8 +13419,8 @@ export declare const Item: {
13131
13419
  readonly full: "4645.png";
13132
13420
  readonly sprite: "item3.png";
13133
13421
  readonly group: "item";
13134
- readonly x: 96;
13135
- readonly y: 288;
13422
+ readonly x: 0;
13423
+ readonly y: 336;
13136
13424
  readonly w: 48;
13137
13425
  readonly h: 48;
13138
13426
  };
@@ -13167,8 +13455,8 @@ export declare const Item: {
13167
13455
  readonly full: "6029.png";
13168
13456
  readonly sprite: "item3.png";
13169
13457
  readonly group: "item";
13170
- readonly x: 144;
13171
- readonly y: 288;
13458
+ readonly x: 48;
13459
+ readonly y: 336;
13172
13460
  readonly w: 48;
13173
13461
  readonly h: 48;
13174
13462
  };
@@ -13201,8 +13489,8 @@ export declare const Item: {
13201
13489
  readonly full: "6035.png";
13202
13490
  readonly sprite: "item3.png";
13203
13491
  readonly group: "item";
13204
- readonly x: 192;
13205
- readonly y: 288;
13492
+ readonly x: 96;
13493
+ readonly y: 336;
13206
13494
  readonly w: 48;
13207
13495
  readonly h: 48;
13208
13496
  };
@@ -13243,8 +13531,8 @@ export declare const Item: {
13243
13531
  readonly full: "6333.png";
13244
13532
  readonly sprite: "item3.png";
13245
13533
  readonly group: "item";
13246
- readonly x: 240;
13247
- readonly y: 288;
13534
+ readonly x: 144;
13535
+ readonly y: 336;
13248
13536
  readonly w: 48;
13249
13537
  readonly h: 48;
13250
13538
  };
@@ -13278,8 +13566,8 @@ export declare const Item: {
13278
13566
  readonly full: "6609.png";
13279
13567
  readonly sprite: "item3.png";
13280
13568
  readonly group: "item";
13281
- readonly x: 288;
13282
- readonly y: 288;
13569
+ readonly x: 192;
13570
+ readonly y: 336;
13283
13571
  readonly w: 48;
13284
13572
  readonly h: 48;
13285
13573
  };
@@ -13313,8 +13601,8 @@ export declare const Item: {
13313
13601
  readonly full: "6616.png";
13314
13602
  readonly sprite: "item3.png";
13315
13603
  readonly group: "item";
13316
- readonly x: 336;
13317
- readonly y: 288;
13604
+ readonly x: 240;
13605
+ readonly y: 336;
13318
13606
  readonly w: 48;
13319
13607
  readonly h: 48;
13320
13608
  };
@@ -13349,8 +13637,8 @@ export declare const Item: {
13349
13637
  readonly full: "6617.png";
13350
13638
  readonly sprite: "item3.png";
13351
13639
  readonly group: "item";
13352
- readonly x: 384;
13353
- readonly y: 288;
13640
+ readonly x: 288;
13641
+ readonly y: 336;
13354
13642
  readonly w: 48;
13355
13643
  readonly h: 48;
13356
13644
  };
@@ -13385,8 +13673,8 @@ export declare const Item: {
13385
13673
  readonly full: "6620.png";
13386
13674
  readonly sprite: "item3.png";
13387
13675
  readonly group: "item";
13388
- readonly x: 432;
13389
- readonly y: 288;
13676
+ readonly x: 336;
13677
+ readonly y: 336;
13390
13678
  readonly w: 48;
13391
13679
  readonly h: 48;
13392
13680
  };
@@ -13421,7 +13709,7 @@ export declare const Item: {
13421
13709
  readonly full: "6630.png";
13422
13710
  readonly sprite: "item3.png";
13423
13711
  readonly group: "item";
13424
- readonly x: 0;
13712
+ readonly x: 384;
13425
13713
  readonly y: 336;
13426
13714
  readonly w: 48;
13427
13715
  readonly h: 48;
@@ -13457,7 +13745,7 @@ export declare const Item: {
13457
13745
  readonly full: "6631.png";
13458
13746
  readonly sprite: "item3.png";
13459
13747
  readonly group: "item";
13460
- readonly x: 48;
13748
+ readonly x: 432;
13461
13749
  readonly y: 336;
13462
13750
  readonly w: 48;
13463
13751
  readonly h: 48;
@@ -13501,8 +13789,8 @@ export declare const Item: {
13501
13789
  readonly full: "6632.png";
13502
13790
  readonly sprite: "item3.png";
13503
13791
  readonly group: "item";
13504
- readonly x: 96;
13505
- readonly y: 336;
13792
+ readonly x: 0;
13793
+ readonly y: 384;
13506
13794
  readonly w: 48;
13507
13795
  readonly h: 48;
13508
13796
  };
@@ -13537,8 +13825,8 @@ export declare const Item: {
13537
13825
  readonly full: "6653.png";
13538
13826
  readonly sprite: "item3.png";
13539
13827
  readonly group: "item";
13540
- readonly x: 144;
13541
- readonly y: 336;
13828
+ readonly x: 48;
13829
+ readonly y: 384;
13542
13830
  readonly w: 48;
13543
13831
  readonly h: 48;
13544
13832
  };
@@ -13573,8 +13861,8 @@ export declare const Item: {
13573
13861
  readonly full: "6655.png";
13574
13862
  readonly sprite: "item3.png";
13575
13863
  readonly group: "item";
13576
- readonly x: 192;
13577
- readonly y: 336;
13864
+ readonly x: 96;
13865
+ readonly y: 384;
13578
13866
  readonly w: 48;
13579
13867
  readonly h: 48;
13580
13868
  };
@@ -13609,8 +13897,8 @@ export declare const Item: {
13609
13897
  readonly full: "6656.png";
13610
13898
  readonly sprite: "item3.png";
13611
13899
  readonly group: "item";
13612
- readonly x: 240;
13613
- readonly y: 336;
13900
+ readonly x: 144;
13901
+ readonly y: 384;
13614
13902
  readonly w: 48;
13615
13903
  readonly h: 48;
13616
13904
  };
@@ -13646,8 +13934,8 @@ export declare const Item: {
13646
13934
  readonly full: "6657.png";
13647
13935
  readonly sprite: "item3.png";
13648
13936
  readonly group: "item";
13649
- readonly x: 288;
13650
- readonly y: 336;
13937
+ readonly x: 192;
13938
+ readonly y: 384;
13651
13939
  readonly w: 48;
13652
13940
  readonly h: 48;
13653
13941
  };
@@ -13683,8 +13971,8 @@ export declare const Item: {
13683
13971
  readonly full: "6660.png";
13684
13972
  readonly sprite: "item3.png";
13685
13973
  readonly group: "item";
13686
- readonly x: 336;
13687
- readonly y: 336;
13974
+ readonly x: 240;
13975
+ readonly y: 384;
13688
13976
  readonly w: 48;
13689
13977
  readonly h: 48;
13690
13978
  };
@@ -13718,8 +14006,8 @@ export declare const Item: {
13718
14006
  readonly full: "6662.png";
13719
14007
  readonly sprite: "item3.png";
13720
14008
  readonly group: "item";
13721
- readonly x: 384;
13722
- readonly y: 336;
14009
+ readonly x: 288;
14010
+ readonly y: 384;
13723
14011
  readonly w: 48;
13724
14012
  readonly h: 48;
13725
14013
  };
@@ -13753,8 +14041,8 @@ export declare const Item: {
13753
14041
  readonly full: "6664.png";
13754
14042
  readonly sprite: "item3.png";
13755
14043
  readonly group: "item";
13756
- readonly x: 432;
13757
- readonly y: 336;
14044
+ readonly x: 336;
14045
+ readonly y: 384;
13758
14046
  readonly w: 48;
13759
14047
  readonly h: 48;
13760
14048
  };
@@ -13789,7 +14077,7 @@ export declare const Item: {
13789
14077
  readonly full: "6665.png";
13790
14078
  readonly sprite: "item3.png";
13791
14079
  readonly group: "item";
13792
- readonly x: 0;
14080
+ readonly x: 384;
13793
14081
  readonly y: 384;
13794
14082
  readonly w: 48;
13795
14083
  readonly h: 48;
@@ -13826,7 +14114,7 @@ export declare const Item: {
13826
14114
  readonly full: "6667.png";
13827
14115
  readonly sprite: "item3.png";
13828
14116
  readonly group: "item";
13829
- readonly x: 48;
14117
+ readonly x: 432;
13830
14118
  readonly y: 384;
13831
14119
  readonly w: 48;
13832
14120
  readonly h: 48;
@@ -13863,8 +14151,8 @@ export declare const Item: {
13863
14151
  readonly full: "6670.png";
13864
14152
  readonly sprite: "item3.png";
13865
14153
  readonly group: "item";
13866
- readonly x: 96;
13867
- readonly y: 384;
14154
+ readonly x: 0;
14155
+ readonly y: 432;
13868
14156
  readonly w: 48;
13869
14157
  readonly h: 48;
13870
14158
  };
@@ -13899,8 +14187,8 @@ export declare const Item: {
13899
14187
  readonly full: "6671.png";
13900
14188
  readonly sprite: "item3.png";
13901
14189
  readonly group: "item";
13902
- readonly x: 144;
13903
- readonly y: 384;
14190
+ readonly x: 48;
14191
+ readonly y: 432;
13904
14192
  readonly w: 48;
13905
14193
  readonly h: 48;
13906
14194
  };
@@ -13936,8 +14224,8 @@ export declare const Item: {
13936
14224
  readonly full: "6672.png";
13937
14225
  readonly sprite: "item3.png";
13938
14226
  readonly group: "item";
13939
- readonly x: 192;
13940
- readonly y: 384;
14227
+ readonly x: 96;
14228
+ readonly y: 432;
13941
14229
  readonly w: 48;
13942
14230
  readonly h: 48;
13943
14231
  };
@@ -13972,8 +14260,8 @@ export declare const Item: {
13972
14260
  readonly full: "6673.png";
13973
14261
  readonly sprite: "item3.png";
13974
14262
  readonly group: "item";
13975
- readonly x: 240;
13976
- readonly y: 384;
14263
+ readonly x: 144;
14264
+ readonly y: 432;
13977
14265
  readonly w: 48;
13978
14266
  readonly h: 48;
13979
14267
  };
@@ -14009,8 +14297,8 @@ export declare const Item: {
14009
14297
  readonly full: "6675.png";
14010
14298
  readonly sprite: "item3.png";
14011
14299
  readonly group: "item";
14012
- readonly x: 288;
14013
- readonly y: 384;
14300
+ readonly x: 192;
14301
+ readonly y: 432;
14014
14302
  readonly w: 48;
14015
14303
  readonly h: 48;
14016
14304
  };
@@ -14049,8 +14337,8 @@ export declare const Item: {
14049
14337
  readonly full: "6676.png";
14050
14338
  readonly sprite: "item3.png";
14051
14339
  readonly group: "item";
14052
- readonly x: 336;
14053
- readonly y: 384;
14340
+ readonly x: 240;
14341
+ readonly y: 432;
14054
14342
  readonly w: 48;
14055
14343
  readonly h: 48;
14056
14344
  };
@@ -14085,8 +14373,8 @@ export declare const Item: {
14085
14373
  readonly full: "6677.png";
14086
14374
  readonly sprite: "item3.png";
14087
14375
  readonly group: "item";
14088
- readonly x: 384;
14089
- readonly y: 384;
14376
+ readonly x: 288;
14377
+ readonly y: 432;
14090
14378
  readonly w: 48;
14091
14379
  readonly h: 48;
14092
14380
  };
@@ -14111,7 +14399,7 @@ export declare const Item: {
14111
14399
  };
14112
14400
  readonly "6691": {
14113
14401
  readonly name: "Duskblade of Draktharr";
14114
- readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
14402
+ readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
14115
14403
  readonly colloq: "";
14116
14404
  readonly plaintext: "";
14117
14405
  readonly from: readonly ["3134", "3133"];
@@ -14120,8 +14408,8 @@ export declare const Item: {
14120
14408
  readonly full: "6691.png";
14121
14409
  readonly sprite: "item3.png";
14122
14410
  readonly group: "item";
14123
- readonly x: 432;
14124
- readonly y: 384;
14411
+ readonly x: 336;
14412
+ readonly y: 432;
14125
14413
  readonly w: 48;
14126
14414
  readonly h: 48;
14127
14415
  };
@@ -14155,7 +14443,7 @@ export declare const Item: {
14155
14443
  readonly full: "6692.png";
14156
14444
  readonly sprite: "item3.png";
14157
14445
  readonly group: "item";
14158
- readonly x: 0;
14446
+ readonly x: 384;
14159
14447
  readonly y: 432;
14160
14448
  readonly w: 48;
14161
14449
  readonly h: 48;
@@ -14190,7 +14478,7 @@ export declare const Item: {
14190
14478
  readonly full: "6693.png";
14191
14479
  readonly sprite: "item3.png";
14192
14480
  readonly group: "item";
14193
- readonly x: 48;
14481
+ readonly x: 432;
14194
14482
  readonly y: 432;
14195
14483
  readonly w: 48;
14196
14484
  readonly h: 48;
@@ -14201,7 +14489,7 @@ export declare const Item: {
14201
14489
  readonly total: 3000;
14202
14490
  readonly sell: 2100;
14203
14491
  };
14204
- readonly tags: readonly ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
14492
+ readonly tags: readonly ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
14205
14493
  readonly maps: {
14206
14494
  readonly "11": true;
14207
14495
  readonly "12": true;
@@ -14222,10 +14510,10 @@ export declare const Item: {
14222
14510
  readonly from: readonly ["3133", "3035"];
14223
14511
  readonly image: {
14224
14512
  readonly full: "6694.png";
14225
- readonly sprite: "item3.png";
14513
+ readonly sprite: "item4.png";
14226
14514
  readonly group: "item";
14227
- readonly x: 96;
14228
- readonly y: 432;
14515
+ readonly x: 0;
14516
+ readonly y: 0;
14229
14517
  readonly w: 48;
14230
14518
  readonly h: 48;
14231
14519
  };
@@ -14256,10 +14544,10 @@ export declare const Item: {
14256
14544
  readonly from: readonly ["3134", "1037"];
14257
14545
  readonly image: {
14258
14546
  readonly full: "6695.png";
14259
- readonly sprite: "item3.png";
14547
+ readonly sprite: "item4.png";
14260
14548
  readonly group: "item";
14261
- readonly x: 144;
14262
- readonly y: 432;
14549
+ readonly x: 48;
14550
+ readonly y: 0;
14263
14551
  readonly w: 48;
14264
14552
  readonly h: 48;
14265
14553
  };
@@ -14290,10 +14578,10 @@ export declare const Item: {
14290
14578
  readonly from: readonly ["3134", "3133"];
14291
14579
  readonly image: {
14292
14580
  readonly full: "6696.png";
14293
- readonly sprite: "item3.png";
14581
+ readonly sprite: "item4.png";
14294
14582
  readonly group: "item";
14295
- readonly x: 192;
14296
- readonly y: 432;
14583
+ readonly x: 96;
14584
+ readonly y: 0;
14297
14585
  readonly w: 48;
14298
14586
  readonly h: 48;
14299
14587
  };
@@ -14326,10 +14614,10 @@ export declare const Item: {
14326
14614
  readonly requiredAlly: "Ornn";
14327
14615
  readonly image: {
14328
14616
  readonly full: "7000.png";
14329
- readonly sprite: "item3.png";
14617
+ readonly sprite: "item4.png";
14330
14618
  readonly group: "item";
14331
- readonly x: 240;
14332
- readonly y: 432;
14619
+ readonly x: 144;
14620
+ readonly y: 0;
14333
14621
  readonly w: 48;
14334
14622
  readonly h: 48;
14335
14623
  };
@@ -14339,7 +14627,7 @@ export declare const Item: {
14339
14627
  readonly total: 3000;
14340
14628
  readonly sell: 2100;
14341
14629
  };
14342
- readonly tags: readonly ["Damage", "Active", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
14630
+ readonly tags: readonly ["Damage", "CooldownReduction", "ArmorPenetration", "AbilityHaste"];
14343
14631
  readonly maps: {
14344
14632
  readonly "11": true;
14345
14633
  readonly "12": true;
@@ -14362,10 +14650,10 @@ export declare const Item: {
14362
14650
  readonly requiredAlly: "Ornn";
14363
14651
  readonly image: {
14364
14652
  readonly full: "7001.png";
14365
- readonly sprite: "item3.png";
14653
+ readonly sprite: "item4.png";
14366
14654
  readonly group: "item";
14367
- readonly x: 288;
14368
- readonly y: 432;
14655
+ readonly x: 192;
14656
+ readonly y: 0;
14369
14657
  readonly w: 48;
14370
14658
  readonly h: 48;
14371
14659
  };
@@ -14390,7 +14678,7 @@ export declare const Item: {
14390
14678
  };
14391
14679
  readonly "7002": {
14392
14680
  readonly name: "Draktharr's Shadowcarver";
14393
- readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
14681
+ readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
14394
14682
  readonly colloq: "";
14395
14683
  readonly plaintext: "";
14396
14684
  readonly from: readonly ["6691"];
@@ -14398,10 +14686,10 @@ export declare const Item: {
14398
14686
  readonly requiredAlly: "Ornn";
14399
14687
  readonly image: {
14400
14688
  readonly full: "7002.png";
14401
- readonly sprite: "item3.png";
14689
+ readonly sprite: "item4.png";
14402
14690
  readonly group: "item";
14403
- readonly x: 336;
14404
- readonly y: 432;
14691
+ readonly x: 240;
14692
+ readonly y: 0;
14405
14693
  readonly w: 48;
14406
14694
  readonly h: 48;
14407
14695
  };
@@ -14434,10 +14722,10 @@ export declare const Item: {
14434
14722
  readonly requiredAlly: "Ornn";
14435
14723
  readonly image: {
14436
14724
  readonly full: "7005.png";
14437
- readonly sprite: "item3.png";
14725
+ readonly sprite: "item4.png";
14438
14726
  readonly group: "item";
14439
- readonly x: 384;
14440
- readonly y: 432;
14727
+ readonly x: 288;
14728
+ readonly y: 0;
14441
14729
  readonly w: 48;
14442
14730
  readonly h: 48;
14443
14731
  };
@@ -14471,10 +14759,10 @@ export declare const Item: {
14471
14759
  readonly requiredAlly: "Ornn";
14472
14760
  readonly image: {
14473
14761
  readonly full: "7006.png";
14474
- readonly sprite: "item3.png";
14762
+ readonly sprite: "item4.png";
14475
14763
  readonly group: "item";
14476
- readonly x: 432;
14477
- readonly y: 432;
14764
+ readonly x: 336;
14765
+ readonly y: 0;
14478
14766
  readonly w: 48;
14479
14767
  readonly h: 48;
14480
14768
  };
@@ -14512,7 +14800,7 @@ export declare const Item: {
14512
14800
  readonly full: "7009.png";
14513
14801
  readonly sprite: "item4.png";
14514
14802
  readonly group: "item";
14515
- readonly x: 0;
14803
+ readonly x: 384;
14516
14804
  readonly y: 0;
14517
14805
  readonly w: 48;
14518
14806
  readonly h: 48;
@@ -14549,7 +14837,7 @@ export declare const Item: {
14549
14837
  readonly full: "7010.png";
14550
14838
  readonly sprite: "item4.png";
14551
14839
  readonly group: "item";
14552
- readonly x: 48;
14840
+ readonly x: 432;
14553
14841
  readonly y: 0;
14554
14842
  readonly w: 48;
14555
14843
  readonly h: 48;
@@ -14586,8 +14874,8 @@ export declare const Item: {
14586
14874
  readonly full: "7011.png";
14587
14875
  readonly sprite: "item4.png";
14588
14876
  readonly group: "item";
14589
- readonly x: 96;
14590
- readonly y: 0;
14877
+ readonly x: 0;
14878
+ readonly y: 48;
14591
14879
  readonly w: 48;
14592
14880
  readonly h: 48;
14593
14881
  };
@@ -14623,8 +14911,8 @@ export declare const Item: {
14623
14911
  readonly full: "7012.png";
14624
14912
  readonly sprite: "item4.png";
14625
14913
  readonly group: "item";
14626
- readonly x: 144;
14627
- readonly y: 0;
14914
+ readonly x: 48;
14915
+ readonly y: 48;
14628
14916
  readonly w: 48;
14629
14917
  readonly h: 48;
14630
14918
  };
@@ -14660,8 +14948,8 @@ export declare const Item: {
14660
14948
  readonly full: "7013.png";
14661
14949
  readonly sprite: "item4.png";
14662
14950
  readonly group: "item";
14663
- readonly x: 192;
14664
- readonly y: 0;
14951
+ readonly x: 96;
14952
+ readonly y: 48;
14665
14953
  readonly w: 48;
14666
14954
  readonly h: 48;
14667
14955
  };
@@ -14697,8 +14985,8 @@ export declare const Item: {
14697
14985
  readonly full: "7014.png";
14698
14986
  readonly sprite: "item4.png";
14699
14987
  readonly group: "item";
14700
- readonly x: 240;
14701
- readonly y: 0;
14988
+ readonly x: 144;
14989
+ readonly y: 48;
14702
14990
  readonly w: 48;
14703
14991
  readonly h: 48;
14704
14992
  };
@@ -14735,8 +15023,8 @@ export declare const Item: {
14735
15023
  readonly full: "7015.png";
14736
15024
  readonly sprite: "item4.png";
14737
15025
  readonly group: "item";
14738
- readonly x: 288;
14739
- readonly y: 0;
15026
+ readonly x: 192;
15027
+ readonly y: 48;
14740
15028
  readonly w: 48;
14741
15029
  readonly h: 48;
14742
15030
  };
@@ -14772,8 +15060,8 @@ export declare const Item: {
14772
15060
  readonly full: "7016.png";
14773
15061
  readonly sprite: "item4.png";
14774
15062
  readonly group: "item";
14775
- readonly x: 336;
14776
- readonly y: 0;
15063
+ readonly x: 240;
15064
+ readonly y: 48;
14777
15065
  readonly w: 48;
14778
15066
  readonly h: 48;
14779
15067
  };
@@ -14817,8 +15105,8 @@ export declare const Item: {
14817
15105
  readonly full: "7017.png";
14818
15106
  readonly sprite: "item4.png";
14819
15107
  readonly group: "item";
14820
- readonly x: 384;
14821
- readonly y: 0;
15108
+ readonly x: 288;
15109
+ readonly y: 48;
14822
15110
  readonly w: 48;
14823
15111
  readonly h: 48;
14824
15112
  };
@@ -14854,8 +15142,8 @@ export declare const Item: {
14854
15142
  readonly full: "7018.png";
14855
15143
  readonly sprite: "item4.png";
14856
15144
  readonly group: "item";
14857
- readonly x: 432;
14858
- readonly y: 0;
15145
+ readonly x: 336;
15146
+ readonly y: 48;
14859
15147
  readonly w: 48;
14860
15148
  readonly h: 48;
14861
15149
  };
@@ -14899,7 +15187,7 @@ export declare const Item: {
14899
15187
  readonly full: "7019.png";
14900
15188
  readonly sprite: "item4.png";
14901
15189
  readonly group: "item";
14902
- readonly x: 0;
15190
+ readonly x: 384;
14903
15191
  readonly y: 48;
14904
15192
  readonly w: 48;
14905
15193
  readonly h: 48;
@@ -14937,7 +15225,7 @@ export declare const Item: {
14937
15225
  readonly full: "7020.png";
14938
15226
  readonly sprite: "item4.png";
14939
15227
  readonly group: "item";
14940
- readonly x: 48;
15228
+ readonly x: 432;
14941
15229
  readonly y: 48;
14942
15230
  readonly w: 48;
14943
15231
  readonly h: 48;
@@ -14974,8 +15262,8 @@ export declare const Item: {
14974
15262
  readonly full: "7021.png";
14975
15263
  readonly sprite: "item4.png";
14976
15264
  readonly group: "item";
14977
- readonly x: 96;
14978
- readonly y: 48;
15265
+ readonly x: 0;
15266
+ readonly y: 96;
14979
15267
  readonly w: 48;
14980
15268
  readonly h: 48;
14981
15269
  };
@@ -15010,8 +15298,8 @@ export declare const Item: {
15010
15298
  readonly full: "7023.png";
15011
15299
  readonly sprite: "item4.png";
15012
15300
  readonly group: "item";
15013
- readonly x: 144;
15014
- readonly y: 48;
15301
+ readonly x: 48;
15302
+ readonly y: 96;
15015
15303
  readonly w: 48;
15016
15304
  readonly h: 48;
15017
15305
  };
@@ -15048,8 +15336,8 @@ export declare const Item: {
15048
15336
  readonly full: "7024.png";
15049
15337
  readonly sprite: "item4.png";
15050
15338
  readonly group: "item";
15051
- readonly x: 192;
15052
- readonly y: 48;
15339
+ readonly x: 96;
15340
+ readonly y: 96;
15053
15341
  readonly w: 48;
15054
15342
  readonly h: 48;
15055
15343
  };
@@ -15086,8 +15374,8 @@ export declare const Item: {
15086
15374
  readonly full: "7025.png";
15087
15375
  readonly sprite: "item4.png";
15088
15376
  readonly group: "item";
15089
- readonly x: 240;
15090
- readonly y: 48;
15377
+ readonly x: 144;
15378
+ readonly y: 96;
15091
15379
  readonly w: 48;
15092
15380
  readonly h: 48;
15093
15381
  };
@@ -15122,8 +15410,8 @@ export declare const Item: {
15122
15410
  readonly full: "7026.png";
15123
15411
  readonly sprite: "item4.png";
15124
15412
  readonly group: "item";
15125
- readonly x: 288;
15126
- readonly y: 48;
15413
+ readonly x: 192;
15414
+ readonly y: 96;
15127
15415
  readonly w: 48;
15128
15416
  readonly h: 48;
15129
15417
  };
@@ -15159,8 +15447,8 @@ export declare const Item: {
15159
15447
  readonly full: "7027.png";
15160
15448
  readonly sprite: "item4.png";
15161
15449
  readonly group: "item";
15162
- readonly x: 336;
15163
- readonly y: 48;
15450
+ readonly x: 240;
15451
+ readonly y: 96;
15164
15452
  readonly w: 48;
15165
15453
  readonly h: 48;
15166
15454
  };
@@ -15196,8 +15484,8 @@ export declare const Item: {
15196
15484
  readonly full: "7028.png";
15197
15485
  readonly sprite: "item4.png";
15198
15486
  readonly group: "item";
15199
- readonly x: 384;
15200
- readonly y: 48;
15487
+ readonly x: 288;
15488
+ readonly y: 96;
15201
15489
  readonly w: 48;
15202
15490
  readonly h: 48;
15203
15491
  };
@@ -15234,8 +15522,8 @@ export declare const Item: {
15234
15522
  readonly full: "7029.png";
15235
15523
  readonly sprite: "item4.png";
15236
15524
  readonly group: "item";
15237
- readonly x: 432;
15238
- readonly y: 48;
15525
+ readonly x: 336;
15526
+ readonly y: 96;
15239
15527
  readonly w: 48;
15240
15528
  readonly h: 48;
15241
15529
  };
@@ -15278,7 +15566,7 @@ export declare const Item: {
15278
15566
  readonly full: "7030.png";
15279
15567
  readonly sprite: "item4.png";
15280
15568
  readonly group: "item";
15281
- readonly x: 0;
15569
+ readonly x: 384;
15282
15570
  readonly y: 96;
15283
15571
  readonly w: 48;
15284
15572
  readonly h: 48;
@@ -15331,7 +15619,7 @@ export declare const Item: {
15331
15619
  readonly full: "7031.png";
15332
15620
  readonly sprite: "item4.png";
15333
15621
  readonly group: "item";
15334
- readonly x: 48;
15622
+ readonly x: 432;
15335
15623
  readonly y: 96;
15336
15624
  readonly w: 48;
15337
15625
  readonly h: 48;
@@ -15368,8 +15656,8 @@ export declare const Item: {
15368
15656
  readonly full: "7032.png";
15369
15657
  readonly sprite: "item4.png";
15370
15658
  readonly group: "item";
15371
- readonly x: 96;
15372
- readonly y: 96;
15659
+ readonly x: 0;
15660
+ readonly y: 144;
15373
15661
  readonly w: 48;
15374
15662
  readonly h: 48;
15375
15663
  };
@@ -15410,8 +15698,8 @@ export declare const Item: {
15410
15698
  readonly full: "7033.png";
15411
15699
  readonly sprite: "item4.png";
15412
15700
  readonly group: "item";
15413
- readonly x: 144;
15414
- readonly y: 96;
15701
+ readonly x: 48;
15702
+ readonly y: 144;
15415
15703
  readonly w: 48;
15416
15704
  readonly h: 48;
15417
15705
  };
@@ -15450,8 +15738,8 @@ export declare const Item: {
15450
15738
  readonly full: "7050.png";
15451
15739
  readonly sprite: "item4.png";
15452
15740
  readonly group: "item";
15453
- readonly x: 192;
15454
- readonly y: 96;
15741
+ readonly x: 96;
15742
+ readonly y: 144;
15455
15743
  readonly w: 48;
15456
15744
  readonly h: 48;
15457
15745
  };
@@ -15481,8 +15769,8 @@ export declare const Item: {
15481
15769
  readonly full: "8001.png";
15482
15770
  readonly sprite: "item4.png";
15483
15771
  readonly group: "item";
15484
- readonly x: 240;
15485
- readonly y: 96;
15772
+ readonly x: 144;
15773
+ readonly y: 144;
15486
15774
  readonly w: 48;
15487
15775
  readonly h: 48;
15488
15776
  };
@@ -15515,8 +15803,8 @@ export declare const Item: {
15515
15803
  readonly full: "8020.png";
15516
15804
  readonly sprite: "item4.png";
15517
15805
  readonly group: "item";
15518
- readonly x: 288;
15519
- readonly y: 96;
15806
+ readonly x: 192;
15807
+ readonly y: 144;
15520
15808
  readonly w: 48;
15521
15809
  readonly h: 48;
15522
15810
  };
@@ -15582,7 +15870,7 @@ export declare const Item: {
15582
15870
  readonly MaxGroupOwnable: "-1";
15583
15871
  }, {
15584
15872
  readonly id: "DoransItems";
15585
- readonly MaxGroupOwnable: "-1";
15873
+ readonly MaxGroupOwnable: "1";
15586
15874
  }, {
15587
15875
  readonly id: "Elixir";
15588
15876
  readonly MaxGroupOwnable: "-1";
@@ -15823,6 +16111,9 @@ export declare const Item: {
15823
16111
  }, {
15824
16112
  readonly id: "3122";
15825
16113
  readonly MaxGroupOwnable: "1";
16114
+ }, {
16115
+ readonly id: "3131";
16116
+ readonly MaxGroupOwnable: "1";
15826
16117
  }, {
15827
16118
  readonly id: "3142";
15828
16119
  readonly MaxGroupOwnable: "1";
@@ -15886,6 +16177,9 @@ export declare const Item: {
15886
16177
  }, {
15887
16178
  readonly id: "4401";
15888
16179
  readonly MaxGroupOwnable: "1";
16180
+ }, {
16181
+ readonly id: "4402";
16182
+ readonly MaxGroupOwnable: "1";
15889
16183
  }, {
15890
16184
  readonly id: "4403";
15891
16185
  readonly MaxGroupOwnable: "1";