lol-constants 2.3.1 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +17 -0
- package/assets/constants/BootsItemNames.d.ts +1 -1
- package/assets/constants/BootsItemNames.js +1 -1
- package/assets/constants/Champion.d.ts +164 -164
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +1051 -647
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +1 -1
- package/assets/constants/LegendaryItemNames.js +4 -4
- package/assets/constants/MythicItemNames.d.ts +1 -1
- package/assets/constants/MythicItemNames.js +34 -3
- package/assets/constants/RunesReforged.d.ts +1 -1
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/Summoner.d.ts +2 -2
- package/assets/constants/Summoner.js +1 -1
- package/assets/scripts/constants/RuneIdComment.d.ts +1 -1
- package/assets/scripts/constants/RuneIdComment.js +14 -6
- package/assets/scripts/generate-all.d.ts +3 -3
- package/assets/scripts/generate-all.js +3 -3
- package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-ids-num.js +23 -0
- package/assets/scripts/generate-non-stat-rune-ids.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-ids.js +24 -0
- package/assets/scripts/generate-non-stat-rune-names.d.ts +1 -0
- package/assets/scripts/generate-non-stat-rune-names.js +22 -0
- package/assets/scripts/generate-rune-sets-by-rune-names-num.js +16 -11
- package/assets/scripts/generate-rune-sets-by-rune-names.js +11 -11
- package/assets/scripts/generate-rune-sets.js +11 -11
- package/core/constants/Continents.d.ts +8 -0
- package/core/constants/Continents.js +13 -0
- package/core/constants/DataDragonUrls.d.ts +11 -0
- package/core/constants/DataDragonUrls.js +14 -2
- package/core/constants/Items/ItemKeys.d.ts +10 -0
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +10 -0
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +10 -0
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +33 -3
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +33 -3
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Locales.d.ts +29 -1
- package/core/constants/Locales.js +29 -1
- package/core/constants/MapIds.d.ts +17 -0
- package/core/constants/MapIds.js +22 -0
- package/core/constants/ParticipantIds.d.ts +14 -0
- package/core/constants/ParticipantIds.js +19 -0
- package/core/constants/PlatformApiUris.d.ts +20 -0
- package/core/constants/PlatformApiUris.js +25 -0
- package/core/constants/PlatformIds.d.ts +8 -0
- package/core/constants/PlatformIds.js +11 -1
- package/core/constants/QueueIds.d.ts +56 -0
- package/core/constants/QueueIds.js +61 -0
- package/core/constants/RegionalApiUris.d.ts +8 -0
- package/core/constants/RegionalApiUris.js +13 -0
- package/core/constants/Regions.d.ts +8 -0
- package/core/constants/Regions.js +11 -8
- package/core/constants/Runes/NonStatRuneIds.d.ts +88 -0
- package/core/constants/Runes/NonStatRuneIds.js +4 -0
- package/core/constants/Runes/NonStatRuneIdsNum.d.ts +66 -0
- package/core/constants/Runes/NonStatRuneIdsNum.js +4 -0
- package/core/constants/Runes/NonStatRuneNames.d.ts +66 -0
- package/core/constants/Runes/NonStatRuneNames.js +4 -0
- package/core/constants/Runes/RuneSets.d.ts +2 -2
- package/core/constants/Runes/RuneSets.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNames.d.ts +30 -14
- package/core/constants/Runes/RuneSetsByRuneNames.js +3 -3
- package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +48 -2
- package/core/constants/Runes/RuneSetsByRuneNamesNum.js +3 -3
- package/core/constants/Runes/TreeRuneIds.d.ts +5 -5
- package/core/constants/SkillSlots.d.ts +1 -1
- package/core/constants/SkillSlots.js +1 -1
- package/core/constants/TeamIds.d.ts +6 -0
- package/core/constants/TeamIds.js +11 -0
- package/core/helpers/Champions/isChampionKeyNum.d.ts +2 -0
- package/core/helpers/Champions/isChampionKeyNum.js +8 -0
- package/core/helpers/Items/isItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isItemKeyNum.js +8 -0
- package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +3 -0
- package/core/helpers/Runes/getNonStatRuneIdByName.js +8 -0
- package/core/helpers/Runes/getNonStatRuneNameById.d.ts +3 -0
- package/core/helpers/Runes/getNonStatRuneNameById.js +8 -0
- package/core/helpers/Runes/isDominationRuneId.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneId.js +8 -0
- package/core/helpers/Runes/isDominationRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneIdNum.js +8 -0
- package/core/helpers/Runes/isDominationRuneName.d.ts +2 -0
- package/core/helpers/Runes/isDominationRuneName.js +8 -0
- package/core/helpers/Runes/isInspirationRuneId.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneId.js +8 -0
- package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneIdNum.js +8 -0
- package/core/helpers/Runes/isInspirationRuneName.d.ts +2 -0
- package/core/helpers/Runes/isInspirationRuneName.js +8 -0
- package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isKeystoneRuneIdNum.js +8 -0
- package/core/helpers/Runes/isKeystoneRuneName.d.ts +2 -0
- package/core/helpers/Runes/isKeystoneRuneName.js +8 -0
- package/core/helpers/Runes/isNonStatRuneId.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneId.js +8 -0
- package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneIdNum.js +8 -0
- package/core/helpers/Runes/isNonStatRuneName.d.ts +2 -0
- package/core/helpers/Runes/isNonStatRuneName.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneId.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneId.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneIdNum.js +8 -0
- package/core/helpers/Runes/isPrecisionRuneName.d.ts +2 -0
- package/core/helpers/Runes/isPrecisionRuneName.js +8 -0
- package/core/helpers/Runes/isResolveRuneId.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneId.js +8 -0
- package/core/helpers/Runes/isResolveRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneIdNum.js +8 -0
- package/core/helpers/Runes/isResolveRuneName.d.ts +2 -0
- package/core/helpers/Runes/isResolveRuneName.js +8 -0
- package/core/helpers/Runes/isRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isRuneIdNum.js +8 -0
- package/core/helpers/Runes/isSorceryRuneId.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneId.js +8 -0
- package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneIdNum.js +8 -0
- package/core/helpers/Runes/isSorceryRuneName.d.ts +2 -0
- package/core/helpers/Runes/isSorceryRuneName.js +8 -0
- package/core/helpers/Runes/isStatRuneIdNum.d.ts +2 -0
- package/core/helpers/Runes/isStatRuneIdNum.js +8 -0
- package/core/helpers/Spells/isSpellKeyNum.d.ts +2 -0
- package/core/helpers/Spells/isSpellKeyNum.js +8 -0
- package/core/index.d.ts +33 -12
- package/core/index.js +33 -12
- package/core/types/types.d.ts +199 -82
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const Item: {
|
2
2
|
readonly type: "item";
|
3
|
-
readonly version: "13.
|
3
|
+
readonly version: "13.10.1";
|
4
4
|
readonly basic: {
|
5
5
|
readonly name: "";
|
6
6
|
readonly rune: {
|
@@ -142,7 +142,7 @@ export declare const Item: {
|
|
142
142
|
readonly description: "<mainText><stats><attention>50%</attention> Base Mana Regen</stats></mainText><br>";
|
143
143
|
readonly colloq: ";";
|
144
144
|
readonly plaintext: "Slightly increases Mana Regen";
|
145
|
-
readonly into: readonly ["3114", "4642"];
|
145
|
+
readonly into: readonly ["3012", "3114", "4642"];
|
146
146
|
readonly image: {
|
147
147
|
readonly full: "1004.png";
|
148
148
|
readonly sprite: "item0.png";
|
@@ -172,7 +172,7 @@ export declare const Item: {
|
|
172
172
|
readonly description: "<mainText><stats><attention>100%</attention> Base Health Regen</stats></mainText><br>";
|
173
173
|
readonly colloq: ";";
|
174
174
|
readonly plaintext: "Slightly increases Health Regen";
|
175
|
-
readonly into: readonly ["
|
175
|
+
readonly into: readonly ["3801"];
|
176
176
|
readonly image: {
|
177
177
|
readonly full: "1006.png";
|
178
178
|
readonly sprite: "item0.png";
|
@@ -203,7 +203,7 @@ export declare const Item: {
|
|
203
203
|
readonly colloq: ";";
|
204
204
|
readonly plaintext: "Greatly increases Health";
|
205
205
|
readonly from: readonly ["1028"];
|
206
|
-
readonly into: readonly ["3075", "3084", "3083", "3116", "3143", "3748", "4637", "8001"];
|
206
|
+
readonly into: readonly ["3075", "3084", "3083", "3116", "3143", "3748", "4637", "6667", "8001"];
|
207
207
|
readonly image: {
|
208
208
|
readonly full: "1011.png";
|
209
209
|
readonly sprite: "item0.png";
|
@@ -236,7 +236,7 @@ export declare const Item: {
|
|
236
236
|
readonly description: "<mainText><stats><attention>15%</attention> Critical Strike Chance</stats></mainText><br>";
|
237
237
|
readonly colloq: ";";
|
238
238
|
readonly plaintext: "Increases critical strike chance";
|
239
|
-
readonly into: readonly ["
|
239
|
+
readonly into: readonly ["6676", "3086", "3031", "3033", "3036", "3072", "3087", "3095", "3139", "3508", "6672", "6673", "6675"];
|
240
240
|
readonly image: {
|
241
241
|
readonly full: "1018.png";
|
242
242
|
readonly sprite: "item0.png";
|
@@ -332,7 +332,7 @@ export declare const Item: {
|
|
332
332
|
readonly description: "<mainText><stats><attention>150</attention> Health</stats></mainText><br>";
|
333
333
|
readonly colloq: ";red";
|
334
334
|
readonly plaintext: "Increases Health";
|
335
|
-
readonly into: readonly ["6035", "6609", "1011", "3066", "3067", "3803", "3044", "3053", "3211", "3814", "3119", "6664", "6665", "3145", "3742", "3748", "3801", "4401", "4635", "6660"
|
335
|
+
readonly into: readonly ["6035", "6609", "1011", "3066", "3067", "3012", "3023", "3803", "3044", "3053", "3211", "3814", "3119", "6664", "6665", "3145", "3742", "3748", "3801", "4401", "4635", "6660"];
|
336
336
|
readonly image: {
|
337
337
|
readonly full: "1028.png";
|
338
338
|
readonly sprite: "item0.png";
|
@@ -364,7 +364,7 @@ export declare const Item: {
|
|
364
364
|
readonly description: "<mainText><stats><attention>15</attention> Armor</stats></mainText><br>";
|
365
365
|
readonly colloq: ";";
|
366
366
|
readonly plaintext: "Slightly increases Armor";
|
367
|
-
readonly into: readonly ["1031", "3082", "3076", "3193", "3191", "3024", "3047", "3105"];
|
367
|
+
readonly into: readonly ["1031", "3082", "3076", "3193", "3191", "3023", "3024", "3047", "3105"];
|
368
368
|
readonly image: {
|
369
369
|
readonly full: "1029.png";
|
370
370
|
readonly sprite: "item0.png";
|
@@ -430,7 +430,7 @@ export declare const Item: {
|
|
430
430
|
readonly description: "<mainText><stats><attention>25</attention> Magic Resist</stats></mainText><br>";
|
431
431
|
readonly colloq: ";";
|
432
432
|
readonly plaintext: "Slightly increases Magic Resist";
|
433
|
-
readonly into: readonly ["3091", "1057", "3193", "3105", "3211", "3111", "3140", "3155", "4632"];
|
433
|
+
readonly into: readonly ["3091", "1057", "3193", "3190", "3001", "3105", "3211", "3111", "3140", "3155", "4632"];
|
434
434
|
readonly image: {
|
435
435
|
readonly full: "1033.png";
|
436
436
|
readonly sprite: "item0.png";
|
@@ -498,7 +498,7 @@ export declare const Item: {
|
|
498
498
|
readonly description: "<mainText><stats><attention>10</attention> Attack Damage</stats></mainText><br>";
|
499
499
|
readonly colloq: ";";
|
500
500
|
readonly plaintext: "Slightly increases Attack Damage";
|
501
|
-
readonly into: readonly ["3071", "1053", "3004", "3179", "3035", "3044", "
|
501
|
+
readonly into: readonly ["3071", "1053", "3004", "2015", "3179", "3035", "3044", "3051", "3094", "3814", "3123", "3133", "3134", "3155", "3156", "6670", "6671"];
|
502
502
|
readonly image: {
|
503
503
|
readonly full: "1036.png";
|
504
504
|
readonly sprite: "item0.png";
|
@@ -530,7 +530,7 @@ export declare const Item: {
|
|
530
530
|
readonly description: "<mainText><stats><attention>25</attention> Attack Damage</stats></mainText><br>";
|
531
531
|
readonly colloq: ";";
|
532
532
|
readonly plaintext: "Moderately increases Attack Damage";
|
533
|
-
readonly into: readonly ["6035", "3077", "
|
533
|
+
readonly into: readonly ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "6029", "3181", "6333", "6673", "6675", "6695"];
|
534
534
|
readonly image: {
|
535
535
|
readonly full: "1037.png";
|
536
536
|
readonly sprite: "item0.png";
|
@@ -562,7 +562,7 @@ export declare const Item: {
|
|
562
562
|
readonly description: "<mainText><stats><attention>40</attention> Attack Damage</stats></mainText><br>";
|
563
563
|
readonly colloq: ";bf";
|
564
564
|
readonly plaintext: "Greatly increases Attack Damage";
|
565
|
-
readonly into: readonly ["3026", "3031", "3072", "
|
565
|
+
readonly into: readonly ["3026", "3031", "3072", "3161", "4403", "6671"];
|
566
566
|
readonly image: {
|
567
567
|
readonly full: "1038.png";
|
568
568
|
readonly sprite: "item0.png";
|
@@ -665,7 +665,7 @@ export declare const Item: {
|
|
665
665
|
readonly description: "<mainText><stats><attention>12%</attention> Attack Speed</stats></mainText><br>";
|
666
666
|
readonly colloq: ";";
|
667
667
|
readonly plaintext: "Slightly increases Attack Speed";
|
668
|
-
readonly into: readonly ["1043", "
|
668
|
+
readonly into: readonly ["1043", "6677", "3086", "3006", "3051", "6670"];
|
669
669
|
readonly image: {
|
670
670
|
readonly full: "1042.png";
|
671
671
|
readonly sprite: "item0.png";
|
@@ -694,11 +694,11 @@ export declare const Item: {
|
|
694
694
|
};
|
695
695
|
readonly "1043": {
|
696
696
|
readonly name: "Recurve Bow";
|
697
|
-
readonly description: "<mainText><stats><attention>
|
697
|
+
readonly description: "<mainText><stats><attention>15%</attention> Attack Speed</stats><br><li><passive>Steeltipped:</passive> Attacks apply magic damage On-Hit.</mainText><br>";
|
698
698
|
readonly colloq: ";";
|
699
699
|
readonly plaintext: "Greatly increases Attack Speed";
|
700
|
-
readonly from: readonly ["1042"
|
701
|
-
readonly into: readonly ["3115", "3153"];
|
700
|
+
readonly from: readonly ["1042"];
|
701
|
+
readonly into: readonly ["3091", "3085", "3115", "3153", "6672"];
|
702
702
|
readonly image: {
|
703
703
|
readonly full: "1043.png";
|
704
704
|
readonly sprite: "item0.png";
|
@@ -711,8 +711,8 @@ export declare const Item: {
|
|
711
711
|
readonly gold: {
|
712
712
|
readonly base: 400;
|
713
713
|
readonly purchasable: true;
|
714
|
-
readonly total:
|
715
|
-
readonly sell:
|
714
|
+
readonly total: 700;
|
715
|
+
readonly sell: 490;
|
716
716
|
};
|
717
717
|
readonly tags: readonly ["AttackSpeed", "OnHit"];
|
718
718
|
readonly maps: {
|
@@ -722,7 +722,7 @@ export declare const Item: {
|
|
722
722
|
readonly "22": false;
|
723
723
|
};
|
724
724
|
readonly stats: {
|
725
|
-
readonly PercentAttackSpeedMod: 0.
|
725
|
+
readonly PercentAttackSpeedMod: 0.15;
|
726
726
|
};
|
727
727
|
readonly depth: 2;
|
728
728
|
};
|
@@ -731,7 +731,7 @@ export declare const Item: {
|
|
731
731
|
readonly description: "<mainText><stats><attention>20</attention> Ability Power</stats></mainText><br>";
|
732
732
|
readonly colloq: ";amptome";
|
733
733
|
readonly plaintext: "Slightly increases Ability Power";
|
734
|
-
readonly into: readonly ["
|
734
|
+
readonly into: readonly ["3124", "3191", "3108", "3113", "3116", "3145", "3152", "3165", "3802", "4632", "3916", "4629", "4630", "4635", "4636", "4637", "4642", "4644", "6656", "6657"];
|
735
735
|
readonly image: {
|
736
736
|
readonly full: "1052.png";
|
737
737
|
readonly sprite: "item0.png";
|
@@ -901,7 +901,7 @@ export declare const Item: {
|
|
901
901
|
readonly colloq: ";";
|
902
902
|
readonly plaintext: "Moderately increases Magic Resist";
|
903
903
|
readonly from: readonly ["1033"];
|
904
|
-
readonly into: readonly ["6664", "
|
904
|
+
readonly into: readonly ["6664", "4401", "8020"];
|
905
905
|
readonly image: {
|
906
906
|
readonly full: "1057.png";
|
907
907
|
readonly sprite: "item0.png";
|
@@ -934,7 +934,7 @@ export declare const Item: {
|
|
934
934
|
readonly description: "<mainText><stats><attention>60</attention> Ability Power</stats></mainText><br>";
|
935
935
|
readonly colloq: ";nlr";
|
936
936
|
readonly plaintext: "Greatly increases Ability Power";
|
937
|
-
readonly into: readonly ["
|
937
|
+
readonly into: readonly ["3089", "3003", "4403", "4645"];
|
938
938
|
readonly image: {
|
939
939
|
readonly full: "1058.png";
|
940
940
|
readonly sprite: "item0.png";
|
@@ -1947,11 +1947,11 @@ export declare const Item: {
|
|
1947
1947
|
};
|
1948
1948
|
readonly "2015": {
|
1949
1949
|
readonly name: "Kircheis Shard";
|
1950
|
-
readonly description: "<mainText><stats><attention>15
|
1950
|
+
readonly description: "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Jolt:</passive> Energized Attacks gain an additional <magicDamage>60 magic damage</magicDamage>.</mainText><br>";
|
1951
1951
|
readonly colloq: ";";
|
1952
1952
|
readonly plaintext: "Attack speed and a chargable magic hit";
|
1953
|
-
readonly from: readonly ["
|
1954
|
-
readonly into: readonly ["3094", "3095"];
|
1953
|
+
readonly from: readonly ["1036"];
|
1954
|
+
readonly into: readonly ["3087", "3094", "3095"];
|
1955
1955
|
readonly image: {
|
1956
1956
|
readonly full: "2015.png";
|
1957
1957
|
readonly sprite: "item0.png";
|
@@ -1962,12 +1962,12 @@ export declare const Item: {
|
|
1962
1962
|
readonly h: 48;
|
1963
1963
|
};
|
1964
1964
|
readonly gold: {
|
1965
|
-
readonly base:
|
1965
|
+
readonly base: 350;
|
1966
1966
|
readonly purchasable: true;
|
1967
1967
|
readonly total: 700;
|
1968
1968
|
readonly sell: 490;
|
1969
1969
|
};
|
1970
|
-
readonly tags: readonly ["
|
1970
|
+
readonly tags: readonly ["Damage", "OnHit"];
|
1971
1971
|
readonly maps: {
|
1972
1972
|
readonly "11": true;
|
1973
1973
|
readonly "12": true;
|
@@ -1975,7 +1975,41 @@ export declare const Item: {
|
|
1975
1975
|
readonly "22": false;
|
1976
1976
|
};
|
1977
1977
|
readonly stats: {
|
1978
|
-
readonly
|
1978
|
+
readonly FlatPhysicalDamageMod: 15;
|
1979
|
+
};
|
1980
|
+
readonly depth: 2;
|
1981
|
+
};
|
1982
|
+
readonly "2019": {
|
1983
|
+
readonly name: "Steel Sigil";
|
1984
|
+
readonly description: "<mainText><stats><attention>30</attention> Attack Damage</stats><br><li><passive>Feast:</passive> Killing a unit restores health.</mainText><br>";
|
1985
|
+
readonly colloq: "";
|
1986
|
+
readonly plaintext: "";
|
1987
|
+
readonly from: readonly ["1037"];
|
1988
|
+
readonly inStore: false;
|
1989
|
+
readonly image: {
|
1990
|
+
readonly full: "2019.png";
|
1991
|
+
readonly sprite: "item0.png";
|
1992
|
+
readonly group: "item";
|
1993
|
+
readonly x: 288;
|
1994
|
+
readonly y: 240;
|
1995
|
+
readonly w: 48;
|
1996
|
+
readonly h: 48;
|
1997
|
+
};
|
1998
|
+
readonly gold: {
|
1999
|
+
readonly base: 225;
|
2000
|
+
readonly purchasable: false;
|
2001
|
+
readonly total: 1100;
|
2002
|
+
readonly sell: 770;
|
2003
|
+
};
|
2004
|
+
readonly tags: readonly ["Damage"];
|
2005
|
+
readonly maps: {
|
2006
|
+
readonly "11": true;
|
2007
|
+
readonly "12": true;
|
2008
|
+
readonly "21": true;
|
2009
|
+
readonly "22": false;
|
2010
|
+
};
|
2011
|
+
readonly stats: {
|
2012
|
+
readonly FlatPhysicalDamageMod: 30;
|
1979
2013
|
};
|
1980
2014
|
readonly depth: 2;
|
1981
2015
|
};
|
@@ -1989,7 +2023,7 @@ export declare const Item: {
|
|
1989
2023
|
readonly full: "2031.png";
|
1990
2024
|
readonly sprite: "item0.png";
|
1991
2025
|
readonly group: "item";
|
1992
|
-
readonly x:
|
2026
|
+
readonly x: 336;
|
1993
2027
|
readonly y: 240;
|
1994
2028
|
readonly w: 48;
|
1995
2029
|
readonly h: 48;
|
@@ -2019,7 +2053,7 @@ export declare const Item: {
|
|
2019
2053
|
readonly full: "2033.png";
|
2020
2054
|
readonly sprite: "item0.png";
|
2021
2055
|
readonly group: "item";
|
2022
|
-
readonly x:
|
2056
|
+
readonly x: 384;
|
2023
2057
|
readonly y: 240;
|
2024
2058
|
readonly w: 48;
|
2025
2059
|
readonly h: 48;
|
@@ -2049,7 +2083,7 @@ export declare const Item: {
|
|
2049
2083
|
readonly full: "2051.png";
|
2050
2084
|
readonly sprite: "item0.png";
|
2051
2085
|
readonly group: "item";
|
2052
|
-
readonly x:
|
2086
|
+
readonly x: 432;
|
2053
2087
|
readonly y: 240;
|
2054
2088
|
readonly w: 48;
|
2055
2089
|
readonly h: 48;
|
@@ -2088,8 +2122,8 @@ export declare const Item: {
|
|
2088
2122
|
readonly full: "2052.png";
|
2089
2123
|
readonly sprite: "item0.png";
|
2090
2124
|
readonly group: "item";
|
2091
|
-
readonly x:
|
2092
|
-
readonly y:
|
2125
|
+
readonly x: 0;
|
2126
|
+
readonly y: 288;
|
2093
2127
|
readonly w: 48;
|
2094
2128
|
readonly h: 48;
|
2095
2129
|
};
|
@@ -2120,7 +2154,7 @@ export declare const Item: {
|
|
2120
2154
|
readonly full: "2055.png";
|
2121
2155
|
readonly sprite: "item0.png";
|
2122
2156
|
readonly group: "item";
|
2123
|
-
readonly x:
|
2157
|
+
readonly x: 48;
|
2124
2158
|
readonly y: 288;
|
2125
2159
|
readonly w: 48;
|
2126
2160
|
readonly h: 48;
|
@@ -2146,7 +2180,7 @@ export declare const Item: {
|
|
2146
2180
|
};
|
2147
2181
|
readonly "2065": {
|
2148
2182
|
readonly name: "Shurelya's Battlesong";
|
2149
|
-
readonly description: "<mainText><stats><attention>
|
2183
|
+
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>";
|
2150
2184
|
readonly colloq: ";shurelya;reverie;";
|
2151
2185
|
readonly plaintext: "Activate to speed up nearby allies.";
|
2152
2186
|
readonly from: readonly ["3067", "4642"];
|
@@ -2155,16 +2189,16 @@ export declare const Item: {
|
|
2155
2189
|
readonly full: "2065.png";
|
2156
2190
|
readonly sprite: "item0.png";
|
2157
2191
|
readonly group: "item";
|
2158
|
-
readonly x:
|
2192
|
+
readonly x: 96;
|
2159
2193
|
readonly y: 288;
|
2160
2194
|
readonly w: 48;
|
2161
2195
|
readonly h: 48;
|
2162
2196
|
};
|
2163
2197
|
readonly gold: {
|
2164
|
-
readonly base:
|
2198
|
+
readonly base: 550;
|
2165
2199
|
readonly purchasable: true;
|
2166
|
-
readonly total:
|
2167
|
-
readonly sell:
|
2200
|
+
readonly total: 2300;
|
2201
|
+
readonly sell: 1610;
|
2168
2202
|
};
|
2169
2203
|
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"];
|
2170
2204
|
readonly maps: {
|
@@ -2175,7 +2209,7 @@ export declare const Item: {
|
|
2175
2209
|
};
|
2176
2210
|
readonly stats: {
|
2177
2211
|
readonly FlatHPPoolMod: 200;
|
2178
|
-
readonly FlatMagicDamageMod:
|
2212
|
+
readonly FlatMagicDamageMod: 35;
|
2179
2213
|
};
|
2180
2214
|
readonly depth: 3;
|
2181
2215
|
};
|
@@ -2190,7 +2224,7 @@ export declare const Item: {
|
|
2190
2224
|
readonly full: "2138.png";
|
2191
2225
|
readonly sprite: "item0.png";
|
2192
2226
|
readonly group: "item";
|
2193
|
-
readonly x:
|
2227
|
+
readonly x: 144;
|
2194
2228
|
readonly y: 288;
|
2195
2229
|
readonly w: 48;
|
2196
2230
|
readonly h: 48;
|
@@ -2231,7 +2265,7 @@ export declare const Item: {
|
|
2231
2265
|
readonly full: "2139.png";
|
2232
2266
|
readonly sprite: "item0.png";
|
2233
2267
|
readonly group: "item";
|
2234
|
-
readonly x:
|
2268
|
+
readonly x: 192;
|
2235
2269
|
readonly y: 288;
|
2236
2270
|
readonly w: 48;
|
2237
2271
|
readonly h: 48;
|
@@ -2272,7 +2306,7 @@ export declare const Item: {
|
|
2272
2306
|
readonly full: "2140.png";
|
2273
2307
|
readonly sprite: "item0.png";
|
2274
2308
|
readonly group: "item";
|
2275
|
-
readonly x:
|
2309
|
+
readonly x: 240;
|
2276
2310
|
readonly y: 288;
|
2277
2311
|
readonly w: 48;
|
2278
2312
|
readonly h: 48;
|
@@ -2315,7 +2349,7 @@ export declare const Item: {
|
|
2315
2349
|
readonly full: "2403.png";
|
2316
2350
|
readonly sprite: "item0.png";
|
2317
2351
|
readonly group: "item";
|
2318
|
-
readonly x:
|
2352
|
+
readonly x: 288;
|
2319
2353
|
readonly y: 288;
|
2320
2354
|
readonly w: 48;
|
2321
2355
|
readonly h: 48;
|
@@ -2346,7 +2380,7 @@ export declare const Item: {
|
|
2346
2380
|
readonly full: "2419.png";
|
2347
2381
|
readonly sprite: "item0.png";
|
2348
2382
|
readonly group: "item";
|
2349
|
-
readonly x:
|
2383
|
+
readonly x: 336;
|
2350
2384
|
readonly y: 288;
|
2351
2385
|
readonly w: 48;
|
2352
2386
|
readonly h: 48;
|
@@ -2376,7 +2410,7 @@ export declare const Item: {
|
|
2376
2410
|
readonly full: "2420.png";
|
2377
2411
|
readonly sprite: "item0.png";
|
2378
2412
|
readonly group: "item";
|
2379
|
-
readonly x:
|
2413
|
+
readonly x: 384;
|
2380
2414
|
readonly y: 288;
|
2381
2415
|
readonly w: 48;
|
2382
2416
|
readonly h: 48;
|
@@ -2411,7 +2445,7 @@ export declare const Item: {
|
|
2411
2445
|
readonly full: "2421.png";
|
2412
2446
|
readonly sprite: "item0.png";
|
2413
2447
|
readonly group: "item";
|
2414
|
-
readonly x:
|
2448
|
+
readonly x: 432;
|
2415
2449
|
readonly y: 288;
|
2416
2450
|
readonly w: 48;
|
2417
2451
|
readonly h: 48;
|
@@ -2449,8 +2483,8 @@ export declare const Item: {
|
|
2449
2483
|
readonly full: "2422.png";
|
2450
2484
|
readonly sprite: "item0.png";
|
2451
2485
|
readonly group: "item";
|
2452
|
-
readonly x:
|
2453
|
-
readonly y:
|
2486
|
+
readonly x: 0;
|
2487
|
+
readonly y: 336;
|
2454
2488
|
readonly w: 48;
|
2455
2489
|
readonly h: 48;
|
2456
2490
|
};
|
@@ -2482,7 +2516,7 @@ export declare const Item: {
|
|
2482
2516
|
readonly full: "2423.png";
|
2483
2517
|
readonly sprite: "item0.png";
|
2484
2518
|
readonly group: "item";
|
2485
|
-
readonly x:
|
2519
|
+
readonly x: 48;
|
2486
2520
|
readonly y: 336;
|
2487
2521
|
readonly w: 48;
|
2488
2522
|
readonly h: 48;
|
@@ -2518,7 +2552,7 @@ export declare const Item: {
|
|
2518
2552
|
readonly full: "2424.png";
|
2519
2553
|
readonly sprite: "item0.png";
|
2520
2554
|
readonly group: "item";
|
2521
|
-
readonly x:
|
2555
|
+
readonly x: 96;
|
2522
2556
|
readonly y: 336;
|
2523
2557
|
readonly w: 48;
|
2524
2558
|
readonly h: 48;
|
@@ -2547,25 +2581,25 @@ export declare const Item: {
|
|
2547
2581
|
};
|
2548
2582
|
readonly "3001": {
|
2549
2583
|
readonly name: "Evenshroud";
|
2550
|
-
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>
|
2584
|
+
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>";
|
2551
2585
|
readonly colloq: ";";
|
2552
2586
|
readonly plaintext: "Nearby enemies take more magic damage";
|
2553
|
-
readonly from: readonly ["
|
2587
|
+
readonly from: readonly ["3023", "1033"];
|
2554
2588
|
readonly into: readonly ["7023"];
|
2555
2589
|
readonly image: {
|
2556
2590
|
readonly full: "3001.png";
|
2557
2591
|
readonly sprite: "item0.png";
|
2558
2592
|
readonly group: "item";
|
2559
|
-
readonly x:
|
2593
|
+
readonly x: 144;
|
2560
2594
|
readonly y: 336;
|
2561
2595
|
readonly w: 48;
|
2562
2596
|
readonly h: 48;
|
2563
2597
|
};
|
2564
2598
|
readonly gold: {
|
2565
|
-
readonly base:
|
2599
|
+
readonly base: 800;
|
2566
2600
|
readonly purchasable: true;
|
2567
|
-
readonly total:
|
2568
|
-
readonly sell:
|
2601
|
+
readonly total: 2300;
|
2602
|
+
readonly sell: 1610;
|
2569
2603
|
};
|
2570
2604
|
readonly tags: readonly ["Health", "SpellBlock", "Armor", "AbilityHaste"];
|
2571
2605
|
readonly maps: {
|
@@ -2591,7 +2625,7 @@ export declare const Item: {
|
|
2591
2625
|
readonly full: "3003.png";
|
2592
2626
|
readonly sprite: "item0.png";
|
2593
2627
|
readonly group: "item";
|
2594
|
-
readonly x:
|
2628
|
+
readonly x: 192;
|
2595
2629
|
readonly y: 336;
|
2596
2630
|
readonly w: 48;
|
2597
2631
|
readonly h: 48;
|
@@ -2626,7 +2660,7 @@ export declare const Item: {
|
|
2626
2660
|
readonly full: "3004.png";
|
2627
2661
|
readonly sprite: "item0.png";
|
2628
2662
|
readonly group: "item";
|
2629
|
-
readonly x:
|
2663
|
+
readonly x: 240;
|
2630
2664
|
readonly y: 336;
|
2631
2665
|
readonly w: 48;
|
2632
2666
|
readonly h: 48;
|
@@ -2660,7 +2694,7 @@ export declare const Item: {
|
|
2660
2694
|
readonly full: "3006.png";
|
2661
2695
|
readonly sprite: "item0.png";
|
2662
2696
|
readonly group: "item";
|
2663
|
-
readonly x:
|
2697
|
+
readonly x: 288;
|
2664
2698
|
readonly y: 336;
|
2665
2699
|
readonly w: 48;
|
2666
2700
|
readonly h: 48;
|
@@ -2694,7 +2728,7 @@ export declare const Item: {
|
|
2694
2728
|
readonly full: "3009.png";
|
2695
2729
|
readonly sprite: "item0.png";
|
2696
2730
|
readonly group: "item";
|
2697
|
-
readonly x:
|
2731
|
+
readonly x: 336;
|
2698
2732
|
readonly y: 336;
|
2699
2733
|
readonly w: 48;
|
2700
2734
|
readonly h: 48;
|
@@ -2722,7 +2756,7 @@ export declare const Item: {
|
|
2722
2756
|
};
|
2723
2757
|
readonly "3011": {
|
2724
2758
|
readonly name: "Chemtech Putrifier";
|
2725
|
-
readonly description: "<mainText><stats><attention>
|
2759
|
+
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><attention>10%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>15</attention> Ability Haste</stats><br><li><passive>Puffcap Toxin:</passive> Dealing damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
2726
2760
|
readonly colloq: "";
|
2727
2761
|
readonly plaintext: "";
|
2728
2762
|
readonly from: readonly ["3916", "3114"];
|
@@ -2730,16 +2764,16 @@ export declare const Item: {
|
|
2730
2764
|
readonly full: "3011.png";
|
2731
2765
|
readonly sprite: "item0.png";
|
2732
2766
|
readonly group: "item";
|
2733
|
-
readonly x:
|
2767
|
+
readonly x: 384;
|
2734
2768
|
readonly y: 336;
|
2735
2769
|
readonly w: 48;
|
2736
2770
|
readonly h: 48;
|
2737
2771
|
};
|
2738
2772
|
readonly gold: {
|
2739
|
-
readonly base:
|
2773
|
+
readonly base: 500;
|
2740
2774
|
readonly purchasable: true;
|
2741
|
-
readonly total:
|
2742
|
-
readonly sell:
|
2775
|
+
readonly total: 2100;
|
2776
|
+
readonly sell: 1470;
|
2743
2777
|
};
|
2744
2778
|
readonly tags: readonly ["SpellDamage", "ManaRegen", "AbilityHaste"];
|
2745
2779
|
readonly maps: {
|
@@ -2749,10 +2783,44 @@ export declare const Item: {
|
|
2749
2783
|
readonly "22": false;
|
2750
2784
|
};
|
2751
2785
|
readonly stats: {
|
2752
|
-
readonly FlatMagicDamageMod:
|
2786
|
+
readonly FlatMagicDamageMod: 35;
|
2753
2787
|
};
|
2754
2788
|
readonly depth: 3;
|
2755
2789
|
};
|
2790
|
+
readonly "3012": {
|
2791
|
+
readonly name: "Chalice of Blessing";
|
2792
|
+
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.<br><br><flavorText>'These blessed waters still carry their power to the worthy.'</flavorText></mainText><br>";
|
2793
|
+
readonly colloq: "";
|
2794
|
+
readonly plaintext: "";
|
2795
|
+
readonly from: readonly ["1028", "1004"];
|
2796
|
+
readonly into: readonly ["3107", "3222", "6620"];
|
2797
|
+
readonly image: {
|
2798
|
+
readonly full: "3012.png";
|
2799
|
+
readonly sprite: "item0.png";
|
2800
|
+
readonly group: "item";
|
2801
|
+
readonly x: 432;
|
2802
|
+
readonly y: 336;
|
2803
|
+
readonly w: 48;
|
2804
|
+
readonly h: 48;
|
2805
|
+
};
|
2806
|
+
readonly gold: {
|
2807
|
+
readonly base: 300;
|
2808
|
+
readonly purchasable: true;
|
2809
|
+
readonly total: 950;
|
2810
|
+
readonly sell: 665;
|
2811
|
+
};
|
2812
|
+
readonly tags: readonly ["Health", "ManaRegen"];
|
2813
|
+
readonly maps: {
|
2814
|
+
readonly "11": true;
|
2815
|
+
readonly "12": true;
|
2816
|
+
readonly "21": true;
|
2817
|
+
readonly "22": false;
|
2818
|
+
};
|
2819
|
+
readonly stats: {
|
2820
|
+
readonly FlatHPPoolMod: 200;
|
2821
|
+
};
|
2822
|
+
readonly depth: 2;
|
2823
|
+
};
|
2756
2824
|
readonly "3020": {
|
2757
2825
|
readonly name: "Sorcerer's Shoes";
|
2758
2826
|
readonly description: "<mainText><stats><attention>18</attention> Magic Penetration<br><attention>45</attention> Move Speed</stats></mainText><br>";
|
@@ -2763,8 +2831,8 @@ export declare const Item: {
|
|
2763
2831
|
readonly full: "3020.png";
|
2764
2832
|
readonly sprite: "item0.png";
|
2765
2833
|
readonly group: "item";
|
2766
|
-
readonly x:
|
2767
|
-
readonly y:
|
2834
|
+
readonly x: 0;
|
2835
|
+
readonly y: 384;
|
2768
2836
|
readonly w: 48;
|
2769
2837
|
readonly h: 48;
|
2770
2838
|
};
|
@@ -2789,6 +2857,41 @@ export declare const Item: {
|
|
2789
2857
|
};
|
2790
2858
|
readonly depth: 2;
|
2791
2859
|
};
|
2860
|
+
readonly "3023": {
|
2861
|
+
readonly name: "Lifewell Pendant";
|
2862
|
+
readonly description: "<mainText><stats><attention>150</attention> Health<br><attention>25</attention> Armor<br><attention>5</attention> Ability Haste</stats><br><br><flavorText>'Fashionable and functional.'</flavorText></mainText><br>";
|
2863
|
+
readonly colloq: ";spooky ghosts";
|
2864
|
+
readonly plaintext: "Summon wraiths to slow and reveal enemy champions";
|
2865
|
+
readonly from: readonly ["1028", "1029"];
|
2866
|
+
readonly into: readonly ["3190", "3001", "3050", "3109"];
|
2867
|
+
readonly image: {
|
2868
|
+
readonly full: "3023.png";
|
2869
|
+
readonly sprite: "item0.png";
|
2870
|
+
readonly group: "item";
|
2871
|
+
readonly x: 48;
|
2872
|
+
readonly y: 384;
|
2873
|
+
readonly w: 48;
|
2874
|
+
readonly h: 48;
|
2875
|
+
};
|
2876
|
+
readonly gold: {
|
2877
|
+
readonly base: 350;
|
2878
|
+
readonly purchasable: true;
|
2879
|
+
readonly total: 1050;
|
2880
|
+
readonly sell: 735;
|
2881
|
+
};
|
2882
|
+
readonly tags: readonly ["Health", "Armor", "AbilityHaste"];
|
2883
|
+
readonly maps: {
|
2884
|
+
readonly "11": true;
|
2885
|
+
readonly "12": true;
|
2886
|
+
readonly "21": true;
|
2887
|
+
readonly "22": false;
|
2888
|
+
};
|
2889
|
+
readonly stats: {
|
2890
|
+
readonly FlatHPPoolMod: 150;
|
2891
|
+
readonly FlatArmorMod: 25;
|
2892
|
+
};
|
2893
|
+
readonly depth: 2;
|
2894
|
+
};
|
2792
2895
|
readonly "3024": {
|
2793
2896
|
readonly name: "Glacial Buckler";
|
2794
2897
|
readonly description: "<mainText><stats><attention>20</attention> Armor<br><attention>250</attention> Mana<br><attention>10</attention> Ability Haste</stats></mainText><br>";
|
@@ -2800,8 +2903,8 @@ export declare const Item: {
|
|
2800
2903
|
readonly full: "3024.png";
|
2801
2904
|
readonly sprite: "item0.png";
|
2802
2905
|
readonly group: "item";
|
2803
|
-
readonly x:
|
2804
|
-
readonly y:
|
2906
|
+
readonly x: 96;
|
2907
|
+
readonly y: 384;
|
2805
2908
|
readonly w: 48;
|
2806
2909
|
readonly h: 48;
|
2807
2910
|
};
|
@@ -2834,7 +2937,7 @@ export declare const Item: {
|
|
2834
2937
|
readonly full: "3026.png";
|
2835
2938
|
readonly sprite: "item0.png";
|
2836
2939
|
readonly group: "item";
|
2837
|
-
readonly x:
|
2940
|
+
readonly x: 144;
|
2838
2941
|
readonly y: 384;
|
2839
2942
|
readonly w: 48;
|
2840
2943
|
readonly h: 48;
|
@@ -2866,15 +2969,16 @@ export declare const Item: {
|
|
2866
2969
|
};
|
2867
2970
|
readonly "3031": {
|
2868
2971
|
readonly name: "Infinity Edge";
|
2869
|
-
readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance</stats><br><
|
2972
|
+
readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>35%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.</mainText><br>";
|
2870
2973
|
readonly colloq: ";ie";
|
2871
2974
|
readonly plaintext: "Massively enhances critical strikes";
|
2872
2975
|
readonly from: readonly ["1038", "1037", "1018"];
|
2976
|
+
readonly into: readonly ["7031"];
|
2873
2977
|
readonly image: {
|
2874
2978
|
readonly full: "3031.png";
|
2875
2979
|
readonly sprite: "item0.png";
|
2876
2980
|
readonly group: "item";
|
2877
|
-
readonly x:
|
2981
|
+
readonly x: 192;
|
2878
2982
|
readonly y: 384;
|
2879
2983
|
readonly w: 48;
|
2880
2984
|
readonly h: 48;
|
@@ -2900,7 +3004,7 @@ export declare const Item: {
|
|
2900
3004
|
};
|
2901
3005
|
readonly "3033": {
|
2902
3006
|
readonly name: "Mortal Reminder";
|
2903
|
-
readonly description: "<mainText><stats><attention>
|
3007
|
+
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Armor Penetration<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Sepsis:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
2904
3008
|
readonly colloq: ";grievous";
|
2905
3009
|
readonly plaintext: "Overcomes enemies with high Health recovery and Armor";
|
2906
3010
|
readonly from: readonly ["3123", "3035", "1018"];
|
@@ -2908,7 +3012,7 @@ export declare const Item: {
|
|
2908
3012
|
readonly full: "3033.png";
|
2909
3013
|
readonly sprite: "item0.png";
|
2910
3014
|
readonly group: "item";
|
2911
|
-
readonly x:
|
3015
|
+
readonly x: 240;
|
2912
3016
|
readonly y: 384;
|
2913
3017
|
readonly w: 48;
|
2914
3018
|
readonly h: 48;
|
@@ -2927,7 +3031,7 @@ export declare const Item: {
|
|
2927
3031
|
readonly "22": false;
|
2928
3032
|
};
|
2929
3033
|
readonly stats: {
|
2930
|
-
readonly FlatPhysicalDamageMod:
|
3034
|
+
readonly FlatPhysicalDamageMod: 40;
|
2931
3035
|
readonly FlatCritChanceMod: 0.2;
|
2932
3036
|
};
|
2933
3037
|
readonly depth: 3;
|
@@ -2943,7 +3047,7 @@ export declare const Item: {
|
|
2943
3047
|
readonly full: "3035.png";
|
2944
3048
|
readonly sprite: "item0.png";
|
2945
3049
|
readonly group: "item";
|
2946
|
-
readonly x:
|
3050
|
+
readonly x: 288;
|
2947
3051
|
readonly y: 384;
|
2948
3052
|
readonly w: 48;
|
2949
3053
|
readonly h: 48;
|
@@ -2968,7 +3072,7 @@ export declare const Item: {
|
|
2968
3072
|
};
|
2969
3073
|
readonly "3036": {
|
2970
3074
|
readonly name: "Lord Dominik's Regards";
|
2971
|
-
readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>30%</attention> Armor Penetration</stats><br><li><passive>Giant Slayer:</passive> Deal bonus
|
3075
|
+
readonly description: "<mainText><stats><attention>35</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>30%</attention> Armor Penetration</stats><br><li><passive>Giant Slayer:</passive> Deal bonus damage against champions with greater max Health than you.</mainText><br>";
|
2972
3076
|
readonly colloq: ";lw";
|
2973
3077
|
readonly plaintext: "Overcomes enemies with high health and armor";
|
2974
3078
|
readonly from: readonly ["3035", "1018"];
|
@@ -2976,7 +3080,7 @@ export declare const Item: {
|
|
2976
3080
|
readonly full: "3036.png";
|
2977
3081
|
readonly sprite: "item0.png";
|
2978
3082
|
readonly group: "item";
|
2979
|
-
readonly x:
|
3083
|
+
readonly x: 336;
|
2980
3084
|
readonly y: 384;
|
2981
3085
|
readonly w: 48;
|
2982
3086
|
readonly h: 48;
|
@@ -3014,7 +3118,7 @@ export declare const Item: {
|
|
3014
3118
|
readonly full: "3040.png";
|
3015
3119
|
readonly sprite: "item0.png";
|
3016
3120
|
readonly group: "item";
|
3017
|
-
readonly x:
|
3121
|
+
readonly x: 384;
|
3018
3122
|
readonly y: 384;
|
3019
3123
|
readonly w: 48;
|
3020
3124
|
readonly h: 48;
|
@@ -3048,7 +3152,7 @@ export declare const Item: {
|
|
3048
3152
|
readonly full: "3041.png";
|
3049
3153
|
readonly sprite: "item0.png";
|
3050
3154
|
readonly group: "item";
|
3051
|
-
readonly x:
|
3155
|
+
readonly x: 432;
|
3052
3156
|
readonly y: 384;
|
3053
3157
|
readonly w: 48;
|
3054
3158
|
readonly h: 48;
|
@@ -3083,8 +3187,8 @@ export declare const Item: {
|
|
3083
3187
|
readonly full: "3042.png";
|
3084
3188
|
readonly sprite: "item0.png";
|
3085
3189
|
readonly group: "item";
|
3086
|
-
readonly x:
|
3087
|
-
readonly y:
|
3190
|
+
readonly x: 0;
|
3191
|
+
readonly y: 432;
|
3088
3192
|
readonly w: 48;
|
3089
3193
|
readonly h: 48;
|
3090
3194
|
};
|
@@ -3117,8 +3221,8 @@ export declare const Item: {
|
|
3117
3221
|
readonly full: "3044.png";
|
3118
3222
|
readonly sprite: "item0.png";
|
3119
3223
|
readonly group: "item";
|
3120
|
-
readonly x:
|
3121
|
-
readonly y:
|
3224
|
+
readonly x: 48;
|
3225
|
+
readonly y: 432;
|
3122
3226
|
readonly w: 48;
|
3123
3227
|
readonly h: 48;
|
3124
3228
|
};
|
@@ -3153,24 +3257,24 @@ export declare const Item: {
|
|
3153
3257
|
};
|
3154
3258
|
readonly "3046": {
|
3155
3259
|
readonly name: "Phantom Dancer";
|
3156
|
-
readonly description: "<mainText><stats><attention>20</attention> Attack Damage<br><attention>
|
3260
|
+
readonly description: "<mainText><stats><attention>20</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Spectral Waltz:</passive> Attacks grant <status>Ghosting</status> and stacking increased Move Speed. In addition, Attacking 4 times causes Spectral Waltz to also grant Attack Speed.<br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>";
|
3157
3261
|
readonly colloq: ";pd";
|
3158
3262
|
readonly plaintext: "Move faster while attacking enemies and gain a shield when on low health.";
|
3159
|
-
readonly from: readonly ["
|
3263
|
+
readonly from: readonly ["3051", "3086"];
|
3160
3264
|
readonly image: {
|
3161
3265
|
readonly full: "3046.png";
|
3162
3266
|
readonly sprite: "item0.png";
|
3163
3267
|
readonly group: "item";
|
3164
|
-
readonly x:
|
3165
|
-
readonly y:
|
3268
|
+
readonly x: 96;
|
3269
|
+
readonly y: 432;
|
3166
3270
|
readonly w: 48;
|
3167
3271
|
readonly h: 48;
|
3168
3272
|
};
|
3169
3273
|
readonly gold: {
|
3170
|
-
readonly base:
|
3274
|
+
readonly base: 600;
|
3171
3275
|
readonly purchasable: true;
|
3172
|
-
readonly total:
|
3173
|
-
readonly sell:
|
3276
|
+
readonly total: 2800;
|
3277
|
+
readonly sell: 1960;
|
3174
3278
|
};
|
3175
3279
|
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"];
|
3176
3280
|
readonly maps: {
|
@@ -3183,7 +3287,7 @@ export declare const Item: {
|
|
3183
3287
|
readonly FlatPhysicalDamageMod: 20;
|
3184
3288
|
readonly FlatCritChanceMod: 0.2;
|
3185
3289
|
readonly PercentMovementSpeedMod: 0.07;
|
3186
|
-
readonly PercentAttackSpeedMod: 0.
|
3290
|
+
readonly PercentAttackSpeedMod: 0.3;
|
3187
3291
|
};
|
3188
3292
|
readonly effect: {
|
3189
3293
|
readonly Effect1Amount: "0.24";
|
@@ -3217,7 +3321,7 @@ export declare const Item: {
|
|
3217
3321
|
readonly full: "3047.png";
|
3218
3322
|
readonly sprite: "item0.png";
|
3219
3323
|
readonly group: "item";
|
3220
|
-
readonly x:
|
3324
|
+
readonly x: 144;
|
3221
3325
|
readonly y: 432;
|
3222
3326
|
readonly w: 48;
|
3223
3327
|
readonly h: 48;
|
@@ -3246,26 +3350,26 @@ export declare const Item: {
|
|
3246
3350
|
};
|
3247
3351
|
readonly "3050": {
|
3248
3352
|
readonly name: "Zeke's Convergence";
|
3249
|
-
readonly description: "<mainText><stats><attention>
|
3353
|
+
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>250</attention> Mana<br><attention>45</attention> Armor<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Conduit:</active> Designate an <attention>Accomplice</attention>.<br><li><passive>Convergence:</passive> After you <status>Immobilize</status> an enemy, your <attention>Accomplice's</attention> Attacks and Ability hits apply additional damage to that enemy.<br><br><rules>Champions can only be linked by one Zeke's Convergence at a time.</rules></mainText><br>";
|
3250
3354
|
readonly colloq: ";haroldandkumar";
|
3251
3355
|
readonly plaintext: "Grants you and your ally bonuses when you cast your ultimate.";
|
3252
|
-
readonly from: readonly ["
|
3356
|
+
readonly from: readonly ["3023", "3024"];
|
3253
3357
|
readonly image: {
|
3254
3358
|
readonly full: "3050.png";
|
3255
3359
|
readonly sprite: "item0.png";
|
3256
3360
|
readonly group: "item";
|
3257
|
-
readonly x:
|
3361
|
+
readonly x: 192;
|
3258
3362
|
readonly y: 432;
|
3259
3363
|
readonly w: 48;
|
3260
3364
|
readonly h: 48;
|
3261
3365
|
};
|
3262
3366
|
readonly gold: {
|
3263
|
-
readonly base:
|
3367
|
+
readonly base: 250;
|
3264
3368
|
readonly purchasable: true;
|
3265
|
-
readonly total:
|
3266
|
-
readonly sell:
|
3369
|
+
readonly total: 2200;
|
3370
|
+
readonly sell: 1540;
|
3267
3371
|
};
|
3268
|
-
readonly tags: readonly ["Health", "Armor", "
|
3372
|
+
readonly tags: readonly ["Health", "Armor", "Active", "CooldownReduction", "OnHit", "AbilityHaste"];
|
3269
3373
|
readonly maps: {
|
3270
3374
|
readonly "11": true;
|
3271
3375
|
readonly "12": true;
|
@@ -3273,33 +3377,33 @@ export declare const Item: {
|
|
3273
3377
|
readonly "22": false;
|
3274
3378
|
};
|
3275
3379
|
readonly stats: {
|
3276
|
-
readonly FlatHPPoolMod:
|
3380
|
+
readonly FlatHPPoolMod: 200;
|
3277
3381
|
readonly FlatMPPoolMod: 250;
|
3278
|
-
readonly FlatArmorMod:
|
3382
|
+
readonly FlatArmorMod: 45;
|
3279
3383
|
};
|
3280
3384
|
readonly depth: 3;
|
3281
3385
|
};
|
3282
3386
|
readonly "3051": {
|
3283
3387
|
readonly name: "Hearthbound Axe";
|
3284
|
-
readonly description: "<mainText><stats><attention>
|
3388
|
+
readonly description: "<mainText><stats><attention>20</attention> Attack Damage<br><attention>15%</attention> Attack Speed</stats><br><li><passive>Nimble:</passive> Attacking a unit grants Move Speed.</mainText><br>";
|
3285
3389
|
readonly colloq: "";
|
3286
3390
|
readonly plaintext: "";
|
3287
|
-
readonly from: readonly ["1042", "1036"];
|
3288
|
-
readonly into: readonly ["3078", "6631", "3091"];
|
3391
|
+
readonly from: readonly ["1036", "1042", "1036"];
|
3392
|
+
readonly into: readonly ["3078", "6631", "3091", "3046"];
|
3289
3393
|
readonly image: {
|
3290
3394
|
readonly full: "3051.png";
|
3291
3395
|
readonly sprite: "item0.png";
|
3292
3396
|
readonly group: "item";
|
3293
|
-
readonly x:
|
3397
|
+
readonly x: 240;
|
3294
3398
|
readonly y: 432;
|
3295
3399
|
readonly w: 48;
|
3296
3400
|
readonly h: 48;
|
3297
3401
|
};
|
3298
3402
|
readonly gold: {
|
3299
|
-
readonly base:
|
3403
|
+
readonly base: 100;
|
3300
3404
|
readonly purchasable: true;
|
3301
|
-
readonly total:
|
3302
|
-
readonly sell:
|
3405
|
+
readonly total: 1100;
|
3406
|
+
readonly sell: 770;
|
3303
3407
|
};
|
3304
3408
|
readonly tags: readonly ["Damage", "AttackSpeed", "NonbootsMovement"];
|
3305
3409
|
readonly maps: {
|
@@ -3309,7 +3413,7 @@ export declare const Item: {
|
|
3309
3413
|
readonly "22": false;
|
3310
3414
|
};
|
3311
3415
|
readonly stats: {
|
3312
|
-
readonly FlatPhysicalDamageMod:
|
3416
|
+
readonly FlatPhysicalDamageMod: 20;
|
3313
3417
|
readonly PercentAttackSpeedMod: 0.15;
|
3314
3418
|
};
|
3315
3419
|
readonly effect: {
|
@@ -3321,7 +3425,7 @@ export declare const Item: {
|
|
3321
3425
|
};
|
3322
3426
|
readonly "3053": {
|
3323
3427
|
readonly name: "Sterak's Gage";
|
3324
|
-
readonly description: "<mainText><stats><attention>400</attention> Health</stats><br><li><passive>The Claws that Catch:</passive> Gain base AD as bonus Attack Damage.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield, decaying over time.</mainText><br>";
|
3428
|
+
readonly description: "<mainText><stats><attention>400</attention> Health</stats><br><li><passive>The Claws that Catch:</passive> Gain base AD as bonus Attack Damage.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield, decaying over time, and Tenacity.</mainText><br>";
|
3325
3429
|
readonly colloq: ";juggernaut;primal";
|
3326
3430
|
readonly plaintext: "Shields against large bursts of damage";
|
3327
3431
|
readonly from: readonly ["1037", "3044", "1028"];
|
@@ -3329,7 +3433,7 @@ export declare const Item: {
|
|
3329
3433
|
readonly full: "3053.png";
|
3330
3434
|
readonly sprite: "item0.png";
|
3331
3435
|
readonly group: "item";
|
3332
|
-
readonly x:
|
3436
|
+
readonly x: 288;
|
3333
3437
|
readonly y: 432;
|
3334
3438
|
readonly w: 48;
|
3335
3439
|
readonly h: 48;
|
@@ -3340,7 +3444,7 @@ export declare const Item: {
|
|
3340
3444
|
readonly total: 3100;
|
3341
3445
|
readonly sell: 2170;
|
3342
3446
|
};
|
3343
|
-
readonly tags: readonly ["Health", "Damage"];
|
3447
|
+
readonly tags: readonly ["Health", "Damage", "Tenacity"];
|
3344
3448
|
readonly maps: {
|
3345
3449
|
readonly "11": true;
|
3346
3450
|
readonly "12": true;
|
@@ -3362,7 +3466,7 @@ export declare const Item: {
|
|
3362
3466
|
readonly full: "3057.png";
|
3363
3467
|
readonly sprite: "item0.png";
|
3364
3468
|
readonly group: "item";
|
3365
|
-
readonly x:
|
3469
|
+
readonly x: 336;
|
3366
3470
|
readonly y: 432;
|
3367
3471
|
readonly w: 48;
|
3368
3472
|
readonly h: 48;
|
@@ -3392,7 +3496,7 @@ export declare const Item: {
|
|
3392
3496
|
readonly full: "3065.png";
|
3393
3497
|
readonly sprite: "item0.png";
|
3394
3498
|
readonly group: "item";
|
3395
|
-
readonly x:
|
3499
|
+
readonly x: 384;
|
3396
3500
|
readonly y: 432;
|
3397
3501
|
readonly w: 48;
|
3398
3502
|
readonly h: 48;
|
@@ -3422,12 +3526,12 @@ export declare const Item: {
|
|
3422
3526
|
readonly colloq: "";
|
3423
3527
|
readonly plaintext: "";
|
3424
3528
|
readonly from: readonly ["1028"];
|
3425
|
-
readonly into: readonly ["3742", "4401"];
|
3529
|
+
readonly into: readonly ["3181", "3742", "4401"];
|
3426
3530
|
readonly image: {
|
3427
3531
|
readonly full: "3066.png";
|
3428
3532
|
readonly sprite: "item0.png";
|
3429
3533
|
readonly group: "item";
|
3430
|
-
readonly x:
|
3534
|
+
readonly x: 432;
|
3431
3535
|
readonly y: 432;
|
3432
3536
|
readonly w: 48;
|
3433
3537
|
readonly h: 48;
|
@@ -3456,13 +3560,13 @@ export declare const Item: {
|
|
3456
3560
|
readonly colloq: ";";
|
3457
3561
|
readonly plaintext: "Increases Health and Cooldown Reduction";
|
3458
3562
|
readonly from: readonly ["1028"];
|
3459
|
-
readonly into: readonly ["3065", "3071", "3084", "3083", "2065", "6630", "6617", "
|
3563
|
+
readonly into: readonly ["3065", "3071", "3084", "3083", "2065", "6630", "6617", "3003", "3078", "3119", "6664", "6665", "3161", "4403", "8020", "4644", "6631", "6632", "6656", "6662", "8001"];
|
3460
3564
|
readonly image: {
|
3461
3565
|
readonly full: "3067.png";
|
3462
|
-
readonly sprite: "
|
3566
|
+
readonly sprite: "item1.png";
|
3463
3567
|
readonly group: "item";
|
3464
|
-
readonly x:
|
3465
|
-
readonly y:
|
3568
|
+
readonly x: 0;
|
3569
|
+
readonly y: 0;
|
3466
3570
|
readonly w: 48;
|
3467
3571
|
readonly h: 48;
|
3468
3572
|
};
|
@@ -3492,10 +3596,10 @@ export declare const Item: {
|
|
3492
3596
|
readonly from: readonly ["6660", "1031"];
|
3493
3597
|
readonly image: {
|
3494
3598
|
readonly full: "3068.png";
|
3495
|
-
readonly sprite: "
|
3599
|
+
readonly sprite: "item1.png";
|
3496
3600
|
readonly group: "item";
|
3497
|
-
readonly x:
|
3498
|
-
readonly y:
|
3601
|
+
readonly x: 48;
|
3602
|
+
readonly y: 0;
|
3499
3603
|
readonly w: 48;
|
3500
3604
|
readonly h: 48;
|
3501
3605
|
};
|
@@ -3526,10 +3630,10 @@ export declare const Item: {
|
|
3526
3630
|
readonly into: readonly ["3003", "3004", "3119"];
|
3527
3631
|
readonly image: {
|
3528
3632
|
readonly full: "3070.png";
|
3529
|
-
readonly sprite: "
|
3633
|
+
readonly sprite: "item1.png";
|
3530
3634
|
readonly group: "item";
|
3531
|
-
readonly x:
|
3532
|
-
readonly y:
|
3635
|
+
readonly x: 96;
|
3636
|
+
readonly y: 0;
|
3533
3637
|
readonly w: 48;
|
3534
3638
|
readonly h: 48;
|
3535
3639
|
};
|
@@ -3560,7 +3664,7 @@ export declare const Item: {
|
|
3560
3664
|
readonly full: "3071.png";
|
3561
3665
|
readonly sprite: "item1.png";
|
3562
3666
|
readonly group: "item";
|
3563
|
-
readonly x:
|
3667
|
+
readonly x: 144;
|
3564
3668
|
readonly y: 0;
|
3565
3669
|
readonly w: 48;
|
3566
3670
|
readonly h: 48;
|
@@ -3598,7 +3702,7 @@ export declare const Item: {
|
|
3598
3702
|
};
|
3599
3703
|
readonly "3072": {
|
3600
3704
|
readonly name: "Bloodthirster";
|
3601
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>
|
3705
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above 50% Health, gain additional Attack Damage.</mainText><br>";
|
3602
3706
|
readonly colloq: ";bt";
|
3603
3707
|
readonly plaintext: "Grants Attack Damage, Life Steal and Life Steal now overheals";
|
3604
3708
|
readonly from: readonly ["1038", "1018", "1053"];
|
@@ -3606,7 +3710,7 @@ export declare const Item: {
|
|
3606
3710
|
readonly full: "3072.png";
|
3607
3711
|
readonly sprite: "item1.png";
|
3608
3712
|
readonly group: "item";
|
3609
|
-
readonly x:
|
3713
|
+
readonly x: 192;
|
3610
3714
|
readonly y: 0;
|
3611
3715
|
readonly w: 48;
|
3612
3716
|
readonly h: 48;
|
@@ -3627,7 +3731,7 @@ export declare const Item: {
|
|
3627
3731
|
readonly stats: {
|
3628
3732
|
readonly FlatPhysicalDamageMod: 55;
|
3629
3733
|
readonly FlatCritChanceMod: 0.2;
|
3630
|
-
readonly PercentLifeStealMod: 0.
|
3734
|
+
readonly PercentLifeStealMod: 0.18;
|
3631
3735
|
};
|
3632
3736
|
readonly depth: 3;
|
3633
3737
|
};
|
@@ -3641,7 +3745,7 @@ export declare const Item: {
|
|
3641
3745
|
readonly full: "3074.png";
|
3642
3746
|
readonly sprite: "item1.png";
|
3643
3747
|
readonly group: "item";
|
3644
|
-
readonly x:
|
3748
|
+
readonly x: 240;
|
3645
3749
|
readonly y: 0;
|
3646
3750
|
readonly w: 48;
|
3647
3751
|
readonly h: 48;
|
@@ -3667,7 +3771,7 @@ export declare const Item: {
|
|
3667
3771
|
};
|
3668
3772
|
readonly "3075": {
|
3669
3773
|
readonly name: "Thornmail";
|
3670
|
-
readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>70</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% <status>Grievous Wounds</status> if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
3774
|
+
readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>70</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% <status>Grievous Wounds</status> if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
3671
3775
|
readonly colloq: "";
|
3672
3776
|
readonly plaintext: "";
|
3673
3777
|
readonly from: readonly ["3076", "1011"];
|
@@ -3675,7 +3779,7 @@ export declare const Item: {
|
|
3675
3779
|
readonly full: "3075.png";
|
3676
3780
|
readonly sprite: "item1.png";
|
3677
3781
|
readonly group: "item";
|
3678
|
-
readonly x:
|
3782
|
+
readonly x: 288;
|
3679
3783
|
readonly y: 0;
|
3680
3784
|
readonly w: 48;
|
3681
3785
|
readonly h: 48;
|
@@ -3701,7 +3805,7 @@ export declare const Item: {
|
|
3701
3805
|
};
|
3702
3806
|
readonly "3076": {
|
3703
3807
|
readonly name: "Bramble Vest";
|
3704
|
-
readonly description: "<mainText><stats><attention>30</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% Grievous Wounds if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
3808
|
+
readonly description: "<mainText><stats><attention>30</attention> Armor</stats><br><li><passive>Thorns:</passive> When struck by an Attack, deal damage to the attacker and apply 40% Grievous Wounds if they are a champion.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
3705
3809
|
readonly colloq: "";
|
3706
3810
|
readonly plaintext: "";
|
3707
3811
|
readonly from: readonly ["1029", "1029"];
|
@@ -3710,7 +3814,7 @@ export declare const Item: {
|
|
3710
3814
|
readonly full: "3076.png";
|
3711
3815
|
readonly sprite: "item1.png";
|
3712
3816
|
readonly group: "item";
|
3713
|
-
readonly x:
|
3817
|
+
readonly x: 336;
|
3714
3818
|
readonly y: 0;
|
3715
3819
|
readonly w: 48;
|
3716
3820
|
readonly h: 48;
|
@@ -3744,7 +3848,7 @@ export declare const Item: {
|
|
3744
3848
|
readonly full: "3077.png";
|
3745
3849
|
readonly sprite: "item1.png";
|
3746
3850
|
readonly group: "item";
|
3747
|
-
readonly x:
|
3851
|
+
readonly x: 384;
|
3748
3852
|
readonly y: 0;
|
3749
3853
|
readonly w: 48;
|
3750
3854
|
readonly h: 48;
|
@@ -3769,7 +3873,7 @@ export declare const Item: {
|
|
3769
3873
|
};
|
3770
3874
|
readonly "3078": {
|
3771
3875
|
readonly name: "Trinity Force";
|
3772
|
-
readonly description: "<mainText><stats><attention>
|
3876
|
+
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>35%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>";
|
3773
3877
|
readonly colloq: ";triforce;tons of damage";
|
3774
3878
|
readonly plaintext: "Tons of Damage";
|
3775
3879
|
readonly from: readonly ["3057", "3051", "3067"];
|
@@ -3778,13 +3882,13 @@ export declare const Item: {
|
|
3778
3882
|
readonly full: "3078.png";
|
3779
3883
|
readonly sprite: "item1.png";
|
3780
3884
|
readonly group: "item";
|
3781
|
-
readonly x:
|
3885
|
+
readonly x: 432;
|
3782
3886
|
readonly y: 0;
|
3783
3887
|
readonly w: 48;
|
3784
3888
|
readonly h: 48;
|
3785
3889
|
};
|
3786
3890
|
readonly gold: {
|
3787
|
-
readonly base:
|
3891
|
+
readonly base: 733;
|
3788
3892
|
readonly purchasable: true;
|
3789
3893
|
readonly total: 3333;
|
3790
3894
|
readonly sell: 2333;
|
@@ -3797,9 +3901,9 @@ export declare const Item: {
|
|
3797
3901
|
readonly "22": false;
|
3798
3902
|
};
|
3799
3903
|
readonly stats: {
|
3800
|
-
readonly FlatPhysicalDamageMod:
|
3904
|
+
readonly FlatPhysicalDamageMod: 40;
|
3801
3905
|
readonly FlatHPPoolMod: 300;
|
3802
|
-
readonly PercentAttackSpeedMod: 0.
|
3906
|
+
readonly PercentAttackSpeedMod: 0.35;
|
3803
3907
|
};
|
3804
3908
|
readonly effect: {
|
3805
3909
|
readonly Effect1Amount: "25";
|
@@ -3821,8 +3925,8 @@ export declare const Item: {
|
|
3821
3925
|
readonly full: "3082.png";
|
3822
3926
|
readonly sprite: "item1.png";
|
3823
3927
|
readonly group: "item";
|
3824
|
-
readonly x:
|
3825
|
-
readonly y:
|
3928
|
+
readonly x: 0;
|
3929
|
+
readonly y: 48;
|
3826
3930
|
readonly w: 48;
|
3827
3931
|
readonly h: 48;
|
3828
3932
|
};
|
@@ -3854,8 +3958,8 @@ export declare const Item: {
|
|
3854
3958
|
readonly full: "3083.png";
|
3855
3959
|
readonly sprite: "item1.png";
|
3856
3960
|
readonly group: "item";
|
3857
|
-
readonly x:
|
3858
|
-
readonly y:
|
3961
|
+
readonly x: 48;
|
3962
|
+
readonly y: 48;
|
3859
3963
|
readonly w: 48;
|
3860
3964
|
readonly h: 48;
|
3861
3965
|
};
|
@@ -3888,8 +3992,8 @@ export declare const Item: {
|
|
3888
3992
|
readonly full: "3084.png";
|
3889
3993
|
readonly sprite: "item1.png";
|
3890
3994
|
readonly group: "item";
|
3891
|
-
readonly x:
|
3892
|
-
readonly y:
|
3995
|
+
readonly x: 96;
|
3996
|
+
readonly y: 48;
|
3893
3997
|
readonly w: 48;
|
3894
3998
|
readonly h: 48;
|
3895
3999
|
};
|
@@ -3913,24 +4017,24 @@ export declare const Item: {
|
|
3913
4017
|
};
|
3914
4018
|
readonly "3085": {
|
3915
4019
|
readonly name: "Runaan's Hurricane";
|
3916
|
-
readonly description: "<mainText><stats><attention>
|
4020
|
+
readonly description: "<mainText><stats><attention>40%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Peck:</passive> Attacks apply <magicDamage>magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Wind's Fury:</passive> When Attacking, bolts are fired at up to 2 enemies near the target. Bolts apply On-Hit effects and can Critically Strike.<br><br><rules>Item is for Ranged champions only.</rules></mainText><br>";
|
3917
4021
|
readonly colloq: ";";
|
3918
4022
|
readonly plaintext: "Ranged attacks fire two bolts at nearby enemies";
|
3919
|
-
readonly from: readonly ["
|
4023
|
+
readonly from: readonly ["1043", "3086"];
|
3920
4024
|
readonly image: {
|
3921
4025
|
readonly full: "3085.png";
|
3922
4026
|
readonly sprite: "item1.png";
|
3923
4027
|
readonly group: "item";
|
3924
|
-
readonly x:
|
4028
|
+
readonly x: 144;
|
3925
4029
|
readonly y: 48;
|
3926
4030
|
readonly w: 48;
|
3927
4031
|
readonly h: 48;
|
3928
4032
|
};
|
3929
4033
|
readonly gold: {
|
3930
|
-
readonly base:
|
4034
|
+
readonly base: 1000;
|
3931
4035
|
readonly purchasable: true;
|
3932
|
-
readonly total:
|
3933
|
-
readonly sell:
|
4036
|
+
readonly total: 2800;
|
4037
|
+
readonly sell: 1960;
|
3934
4038
|
};
|
3935
4039
|
readonly tags: readonly ["CriticalStrike", "AttackSpeed", "OnHit", "NonbootsMovement"];
|
3936
4040
|
readonly maps: {
|
@@ -3942,7 +4046,7 @@ export declare const Item: {
|
|
3942
4046
|
readonly stats: {
|
3943
4047
|
readonly FlatCritChanceMod: 0.2;
|
3944
4048
|
readonly PercentMovementSpeedMod: 0.07;
|
3945
|
-
readonly PercentAttackSpeedMod: 0.
|
4049
|
+
readonly PercentAttackSpeedMod: 0.4;
|
3946
4050
|
};
|
3947
4051
|
readonly effect: {
|
3948
4052
|
readonly Effect1Amount: "0";
|
@@ -3956,27 +4060,27 @@ export declare const Item: {
|
|
3956
4060
|
};
|
3957
4061
|
readonly "3086": {
|
3958
4062
|
readonly name: "Zeal";
|
3959
|
-
readonly description: "<mainText><stats><attention>
|
4063
|
+
readonly description: "<mainText><stats><attention>15%</attention> Attack Speed<br><attention>15%</attention> Critical Strike Chance<br><attention>5%</attention> Move Speed</stats></mainText><br>";
|
3960
4064
|
readonly colloq: ";";
|
3961
4065
|
readonly plaintext: "Slight bonuses to Critical Strike Chance, Move Speed and Attack Speed";
|
3962
4066
|
readonly from: readonly ["1018", "1042"];
|
3963
|
-
readonly into: readonly ["3085", "3046", "3094", "4403"];
|
4067
|
+
readonly into: readonly ["3085", "3046", "3094", "4403", "6671"];
|
3964
4068
|
readonly image: {
|
3965
4069
|
readonly full: "3086.png";
|
3966
4070
|
readonly sprite: "item1.png";
|
3967
4071
|
readonly group: "item";
|
3968
|
-
readonly x:
|
4072
|
+
readonly x: 192;
|
3969
4073
|
readonly y: 48;
|
3970
4074
|
readonly w: 48;
|
3971
4075
|
readonly h: 48;
|
3972
4076
|
};
|
3973
4077
|
readonly gold: {
|
3974
|
-
readonly base:
|
4078
|
+
readonly base: 200;
|
3975
4079
|
readonly purchasable: true;
|
3976
|
-
readonly total:
|
3977
|
-
readonly sell:
|
4080
|
+
readonly total: 1100;
|
4081
|
+
readonly sell: 770;
|
3978
4082
|
};
|
3979
|
-
readonly tags: readonly ["
|
4083
|
+
readonly tags: readonly ["CriticalStrike", "AttackSpeed", "NonbootsMovement"];
|
3980
4084
|
readonly maps: {
|
3981
4085
|
readonly "11": true;
|
3982
4086
|
readonly "12": true;
|
@@ -3985,16 +4089,49 @@ export declare const Item: {
|
|
3985
4089
|
};
|
3986
4090
|
readonly stats: {
|
3987
4091
|
readonly FlatCritChanceMod: 0.15;
|
3988
|
-
readonly
|
3989
|
-
|
3990
|
-
readonly effect: {
|
3991
|
-
readonly Effect1Amount: "0.07";
|
4092
|
+
readonly PercentMovementSpeedMod: 0.05;
|
4093
|
+
readonly PercentAttackSpeedMod: 0.15;
|
3992
4094
|
};
|
3993
4095
|
readonly depth: 2;
|
3994
4096
|
};
|
4097
|
+
readonly "3087": {
|
4098
|
+
readonly name: "Statikk Shiv";
|
4099
|
+
readonly description: "<mainText><stats><attention>45</attention> Attack Damage<br><attention>25%</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>";
|
4100
|
+
readonly colloq: ";";
|
4101
|
+
readonly plaintext: "Movement builds charges that release chain lightning on basic attack";
|
4102
|
+
readonly from: readonly ["6670", "1018", "2015"];
|
4103
|
+
readonly image: {
|
4104
|
+
readonly full: "3087.png";
|
4105
|
+
readonly sprite: "item1.png";
|
4106
|
+
readonly group: "item";
|
4107
|
+
readonly x: 240;
|
4108
|
+
readonly y: 48;
|
4109
|
+
readonly w: 48;
|
4110
|
+
readonly h: 48;
|
4111
|
+
};
|
4112
|
+
readonly gold: {
|
4113
|
+
readonly base: 400;
|
4114
|
+
readonly purchasable: true;
|
4115
|
+
readonly total: 3000;
|
4116
|
+
readonly sell: 2100;
|
4117
|
+
};
|
4118
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "OnHit"];
|
4119
|
+
readonly maps: {
|
4120
|
+
readonly "11": true;
|
4121
|
+
readonly "12": true;
|
4122
|
+
readonly "21": true;
|
4123
|
+
readonly "22": false;
|
4124
|
+
};
|
4125
|
+
readonly stats: {
|
4126
|
+
readonly FlatPhysicalDamageMod: 45;
|
4127
|
+
readonly FlatCritChanceMod: 0.2;
|
4128
|
+
readonly PercentAttackSpeedMod: 0.25;
|
4129
|
+
};
|
4130
|
+
readonly depth: 3;
|
4131
|
+
};
|
3995
4132
|
readonly "3089": {
|
3996
4133
|
readonly name: "Rabadon's Deathcap";
|
3997
|
-
readonly description: "<mainText><stats><attention>120</attention> Ability Power</stats><br><li><passive>Magical Opus:</passive> Increases your total <scaleAP>Ability Power by
|
4134
|
+
readonly description: "<mainText><stats><attention>120</attention> Ability Power</stats><br><li><passive>Magical Opus:</passive> Increases your total <scaleAP>Ability Power by 40%</scaleAP>.</mainText><br>";
|
3998
4135
|
readonly colloq: ";dc;banksys;hat";
|
3999
4136
|
readonly plaintext: "Massively increases Ability Power";
|
4000
4137
|
readonly from: readonly ["1058", "1058"];
|
@@ -4002,7 +4139,7 @@ export declare const Item: {
|
|
4002
4139
|
readonly full: "3089.png";
|
4003
4140
|
readonly sprite: "item1.png";
|
4004
4141
|
readonly group: "item";
|
4005
|
-
readonly x:
|
4142
|
+
readonly x: 288;
|
4006
4143
|
readonly y: 48;
|
4007
4144
|
readonly w: 48;
|
4008
4145
|
readonly h: 48;
|
@@ -4030,21 +4167,21 @@ export declare const Item: {
|
|
4030
4167
|
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>40%</attention> Attack Speed<br><attention>40</attention> Magic Resist</stats><br><li><passive>Fray:</passive> Attacks apply magic damage On-Hit and grant Move Speed.</mainText><br>";
|
4031
4168
|
readonly colloq: ";";
|
4032
4169
|
readonly plaintext: "Resist magic damage and claw your way back to life.";
|
4033
|
-
readonly from: readonly ["3051", "1033", "
|
4170
|
+
readonly from: readonly ["3051", "1033", "1043"];
|
4034
4171
|
readonly image: {
|
4035
4172
|
readonly full: "3091.png";
|
4036
4173
|
readonly sprite: "item1.png";
|
4037
4174
|
readonly group: "item";
|
4038
|
-
readonly x:
|
4175
|
+
readonly x: 336;
|
4039
4176
|
readonly y: 48;
|
4040
4177
|
readonly w: 48;
|
4041
4178
|
readonly h: 48;
|
4042
4179
|
};
|
4043
4180
|
readonly gold: {
|
4044
|
-
readonly base:
|
4181
|
+
readonly base: 950;
|
4045
4182
|
readonly purchasable: true;
|
4046
|
-
readonly total:
|
4047
|
-
readonly sell:
|
4183
|
+
readonly total: 3200;
|
4184
|
+
readonly sell: 2240;
|
4048
4185
|
};
|
4049
4186
|
readonly tags: readonly ["SpellBlock", "Damage", "AttackSpeed", "OnHit", "NonbootsMovement"];
|
4050
4187
|
readonly maps: {
|
@@ -4062,26 +4199,26 @@ export declare const Item: {
|
|
4062
4199
|
};
|
4063
4200
|
readonly "3094": {
|
4064
4201
|
readonly name: "Rapid Firecannon";
|
4065
|
-
readonly description: "<mainText><stats><attention>
|
4202
|
+
readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Sharpshooter:</passive> Your Energized Attack applies bonus damage. In addition, Energized attacks gain Attack Range.<br><br><rules>Attack Range cannot increase more than 150 units.</rules></mainText><br>";
|
4066
4203
|
readonly colloq: ";canon;rapidfire;rfc";
|
4067
4204
|
readonly plaintext: "Movement builds charges that release a sieging fire attack on release";
|
4068
|
-
readonly from: readonly ["3086", "2015"];
|
4205
|
+
readonly from: readonly ["1036", "3086", "2015"];
|
4069
4206
|
readonly image: {
|
4070
4207
|
readonly full: "3094.png";
|
4071
4208
|
readonly sprite: "item1.png";
|
4072
4209
|
readonly group: "item";
|
4073
|
-
readonly x:
|
4210
|
+
readonly x: 384;
|
4074
4211
|
readonly y: 48;
|
4075
4212
|
readonly w: 48;
|
4076
4213
|
readonly h: 48;
|
4077
4214
|
};
|
4078
4215
|
readonly gold: {
|
4079
|
-
readonly base:
|
4216
|
+
readonly base: 850;
|
4080
4217
|
readonly purchasable: true;
|
4081
|
-
readonly total:
|
4082
|
-
readonly sell:
|
4218
|
+
readonly total: 3000;
|
4219
|
+
readonly sell: 2100;
|
4083
4220
|
};
|
4084
|
-
readonly tags: readonly ["
|
4221
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "NonbootsMovement"];
|
4085
4222
|
readonly maps: {
|
4086
4223
|
readonly "11": true;
|
4087
4224
|
readonly "12": true;
|
@@ -4089,34 +4226,35 @@ export declare const Item: {
|
|
4089
4226
|
readonly "22": false;
|
4090
4227
|
};
|
4091
4228
|
readonly stats: {
|
4229
|
+
readonly FlatPhysicalDamageMod: 30;
|
4092
4230
|
readonly FlatCritChanceMod: 0.2;
|
4093
4231
|
readonly PercentMovementSpeedMod: 0.07;
|
4094
|
-
readonly PercentAttackSpeedMod: 0.
|
4232
|
+
readonly PercentAttackSpeedMod: 0.15;
|
4095
4233
|
};
|
4096
4234
|
readonly depth: 3;
|
4097
4235
|
};
|
4098
4236
|
readonly "3095": {
|
4099
4237
|
readonly name: "Stormrazor";
|
4100
|
-
readonly description: "<mainText><stats><attention>
|
4238
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15%</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>Bolt:</passive> Your next Attack deals bonus damage.<br></mainText><br>";
|
4101
4239
|
readonly colloq: ";Windblade";
|
4102
4240
|
readonly plaintext: "Tremendously empower other Energized effects.";
|
4103
|
-
readonly from: readonly ["
|
4241
|
+
readonly from: readonly ["6670", "1018", "2015"];
|
4104
4242
|
readonly image: {
|
4105
4243
|
readonly full: "3095.png";
|
4106
4244
|
readonly sprite: "item1.png";
|
4107
4245
|
readonly group: "item";
|
4108
|
-
readonly x:
|
4246
|
+
readonly x: 432;
|
4109
4247
|
readonly y: 48;
|
4110
4248
|
readonly w: 48;
|
4111
4249
|
readonly h: 48;
|
4112
4250
|
};
|
4113
4251
|
readonly gold: {
|
4114
|
-
readonly base:
|
4252
|
+
readonly base: 400;
|
4115
4253
|
readonly purchasable: true;
|
4116
|
-
readonly total:
|
4117
|
-
readonly sell:
|
4254
|
+
readonly total: 3000;
|
4255
|
+
readonly sell: 2100;
|
4118
4256
|
};
|
4119
|
-
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "Slow"];
|
4257
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "Slow", "NonbootsMovement"];
|
4120
4258
|
readonly maps: {
|
4121
4259
|
readonly "11": true;
|
4122
4260
|
readonly "12": true;
|
@@ -4124,7 +4262,7 @@ export declare const Item: {
|
|
4124
4262
|
readonly "22": false;
|
4125
4263
|
};
|
4126
4264
|
readonly stats: {
|
4127
|
-
readonly FlatPhysicalDamageMod:
|
4265
|
+
readonly FlatPhysicalDamageMod: 55;
|
4128
4266
|
readonly FlatCritChanceMod: 0.2;
|
4129
4267
|
readonly PercentAttackSpeedMod: 0.15;
|
4130
4268
|
};
|
@@ -4133,7 +4271,7 @@ export declare const Item: {
|
|
4133
4271
|
readonly Effect2Amount: "120";
|
4134
4272
|
readonly Effect3Amount: "5";
|
4135
4273
|
readonly Effect4Amount: "0.35";
|
4136
|
-
readonly Effect5Amount: "0
|
4274
|
+
readonly Effect5Amount: "0";
|
4137
4275
|
readonly Effect6Amount: "0.5";
|
4138
4276
|
};
|
4139
4277
|
readonly depth: 3;
|
@@ -4148,8 +4286,8 @@ export declare const Item: {
|
|
4148
4286
|
readonly full: "3100.png";
|
4149
4287
|
readonly sprite: "item1.png";
|
4150
4288
|
readonly group: "item";
|
4151
|
-
readonly x:
|
4152
|
-
readonly y:
|
4289
|
+
readonly x: 0;
|
4290
|
+
readonly y: 96;
|
4153
4291
|
readonly w: 48;
|
4154
4292
|
readonly h: 48;
|
4155
4293
|
};
|
@@ -4182,8 +4320,8 @@ export declare const Item: {
|
|
4182
4320
|
readonly full: "3102.png";
|
4183
4321
|
readonly sprite: "item1.png";
|
4184
4322
|
readonly group: "item";
|
4185
|
-
readonly x:
|
4186
|
-
readonly y:
|
4323
|
+
readonly x: 48;
|
4324
|
+
readonly y: 96;
|
4187
4325
|
readonly w: 48;
|
4188
4326
|
readonly h: 48;
|
4189
4327
|
};
|
@@ -4220,13 +4358,13 @@ export declare const Item: {
|
|
4220
4358
|
readonly colloq: ";";
|
4221
4359
|
readonly plaintext: "Grants Armor and Magic Resistance";
|
4222
4360
|
readonly from: readonly ["1033", "1029"];
|
4223
|
-
readonly into: readonly ["3190", "3193", "
|
4361
|
+
readonly into: readonly ["3190", "3193", "6665", "4403", "6667"];
|
4224
4362
|
readonly image: {
|
4225
4363
|
readonly full: "3105.png";
|
4226
4364
|
readonly sprite: "item1.png";
|
4227
4365
|
readonly group: "item";
|
4228
|
-
readonly x:
|
4229
|
-
readonly y:
|
4366
|
+
readonly x: 96;
|
4367
|
+
readonly y: 96;
|
4230
4368
|
readonly w: 48;
|
4231
4369
|
readonly h: 48;
|
4232
4370
|
};
|
@@ -4251,26 +4389,26 @@ export declare const Item: {
|
|
4251
4389
|
};
|
4252
4390
|
readonly "3107": {
|
4253
4391
|
readonly name: "Redemption";
|
4254
|
-
readonly description: "<mainText><stats><attention>
|
4392
|
+
readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>15%</attention> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Intervention:</active> Target an area within. After 2.5 seconds, call down a beam of light to restore Health to allies and damage enemy champions.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.<br><br><rules>Item can be activated whilst dead. Damage and healing reduced by 50% if the target has recently been affected by another <active>Intervention</active>. Strength of level-scaling effects are based on the ally's level.</rules></mainText><br>";
|
4255
4393
|
readonly colloq: ";";
|
4256
4394
|
readonly plaintext: "Activate to heal allies and damage enemies in an area";
|
4257
|
-
readonly from: readonly ["
|
4395
|
+
readonly from: readonly ["3012", "3114"];
|
4258
4396
|
readonly image: {
|
4259
4397
|
readonly full: "3107.png";
|
4260
4398
|
readonly sprite: "item1.png";
|
4261
4399
|
readonly group: "item";
|
4262
|
-
readonly x:
|
4263
|
-
readonly y:
|
4400
|
+
readonly x: 144;
|
4401
|
+
readonly y: 96;
|
4264
4402
|
readonly w: 48;
|
4265
4403
|
readonly h: 48;
|
4266
4404
|
};
|
4267
4405
|
readonly gold: {
|
4268
|
-
readonly base:
|
4406
|
+
readonly base: 550;
|
4269
4407
|
readonly purchasable: true;
|
4270
4408
|
readonly total: 2300;
|
4271
4409
|
readonly sell: 1610;
|
4272
4410
|
};
|
4273
|
-
readonly tags: readonly ["Health", "ManaRegen"
|
4411
|
+
readonly tags: readonly ["Health", "ManaRegen"];
|
4274
4412
|
readonly maps: {
|
4275
4413
|
readonly "11": true;
|
4276
4414
|
readonly "12": true;
|
@@ -4278,7 +4416,7 @@ export declare const Item: {
|
|
4278
4416
|
readonly "22": false;
|
4279
4417
|
};
|
4280
4418
|
readonly stats: {
|
4281
|
-
readonly FlatHPPoolMod:
|
4419
|
+
readonly FlatHPPoolMod: 250;
|
4282
4420
|
};
|
4283
4421
|
readonly depth: 3;
|
4284
4422
|
};
|
@@ -4288,12 +4426,12 @@ export declare const Item: {
|
|
4288
4426
|
readonly colloq: ";";
|
4289
4427
|
readonly plaintext: "Increases Ability Power and Cooldown Reduction";
|
4290
4428
|
readonly from: readonly ["1052"];
|
4291
|
-
readonly into: readonly ["3100", "3102", "3115", "6653", "3157", "4628", "4629", "4636"];
|
4429
|
+
readonly into: readonly ["3100", "3102", "3115", "6653", "3157", "4005", "4628", "4629", "4636"];
|
4292
4430
|
readonly image: {
|
4293
4431
|
readonly full: "3108.png";
|
4294
4432
|
readonly sprite: "item1.png";
|
4295
4433
|
readonly group: "item";
|
4296
|
-
readonly x:
|
4434
|
+
readonly x: 192;
|
4297
4435
|
readonly y: 96;
|
4298
4436
|
readonly w: 48;
|
4299
4437
|
readonly h: 48;
|
@@ -4321,26 +4459,26 @@ export declare const Item: {
|
|
4321
4459
|
};
|
4322
4460
|
readonly "3109": {
|
4323
4461
|
readonly name: "Knight's Vow";
|
4324
|
-
readonly description: "<mainText><stats><attention>
|
4462
|
+
readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>25</attention> Armor<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Health Regen</stats><br><br><active>Active -</active> <active>Pledge:</active> Designate an ally who is <attention>Worthy</attention>..<br><li><passive>Sacrifice:</passive> While your <attention>Worthy</attention> ally is nearby, redirect damage they take to you and heal based on the damage dealt by your <attention>Worthy</attention> ally to Champions.<br></mainText><br>";
|
4325
4463
|
readonly colloq: ";";
|
4326
4464
|
readonly plaintext: "Partner with an ally to protect each other";
|
4327
|
-
readonly from: readonly ["
|
4465
|
+
readonly from: readonly ["3023", "3801"];
|
4328
4466
|
readonly image: {
|
4329
4467
|
readonly full: "3109.png";
|
4330
4468
|
readonly sprite: "item1.png";
|
4331
4469
|
readonly group: "item";
|
4332
|
-
readonly x:
|
4470
|
+
readonly x: 240;
|
4333
4471
|
readonly y: 96;
|
4334
4472
|
readonly w: 48;
|
4335
4473
|
readonly h: 48;
|
4336
4474
|
};
|
4337
4475
|
readonly gold: {
|
4338
|
-
readonly base:
|
4476
|
+
readonly base: 350;
|
4339
4477
|
readonly purchasable: true;
|
4340
|
-
readonly total:
|
4341
|
-
readonly sell:
|
4478
|
+
readonly total: 2200;
|
4479
|
+
readonly sell: 1540;
|
4342
4480
|
};
|
4343
|
-
readonly tags: readonly ["Health", "Aura", "Active", "CooldownReduction", "AbilityHaste"];
|
4481
|
+
readonly tags: readonly ["Health", "HealthRegen", "Armor", "Aura", "Active", "CooldownReduction", "AbilityHaste"];
|
4344
4482
|
readonly maps: {
|
4345
4483
|
readonly "11": true;
|
4346
4484
|
readonly "12": true;
|
@@ -4348,7 +4486,8 @@ export declare const Item: {
|
|
4348
4486
|
readonly "22": false;
|
4349
4487
|
};
|
4350
4488
|
readonly stats: {
|
4351
|
-
readonly FlatHPPoolMod:
|
4489
|
+
readonly FlatHPPoolMod: 350;
|
4490
|
+
readonly FlatArmorMod: 25;
|
4352
4491
|
};
|
4353
4492
|
readonly depth: 3;
|
4354
4493
|
};
|
@@ -4362,7 +4501,7 @@ export declare const Item: {
|
|
4362
4501
|
readonly full: "3110.png";
|
4363
4502
|
readonly sprite: "item1.png";
|
4364
4503
|
readonly group: "item";
|
4365
|
-
readonly x:
|
4504
|
+
readonly x: 288;
|
4366
4505
|
readonly y: 96;
|
4367
4506
|
readonly w: 48;
|
4368
4507
|
readonly h: 48;
|
@@ -4396,7 +4535,7 @@ export declare const Item: {
|
|
4396
4535
|
readonly full: "3111.png";
|
4397
4536
|
readonly sprite: "item1.png";
|
4398
4537
|
readonly group: "item";
|
4399
|
-
readonly x:
|
4538
|
+
readonly x: 336;
|
4400
4539
|
readonly y: 96;
|
4401
4540
|
readonly w: 48;
|
4402
4541
|
readonly h: 48;
|
@@ -4429,7 +4568,7 @@ export declare const Item: {
|
|
4429
4568
|
readonly full: "3112.png";
|
4430
4569
|
readonly sprite: "item1.png";
|
4431
4570
|
readonly group: "item";
|
4432
|
-
readonly x:
|
4571
|
+
readonly x: 384;
|
4433
4572
|
readonly y: 96;
|
4434
4573
|
readonly w: 48;
|
4435
4574
|
readonly h: 48;
|
@@ -4461,12 +4600,12 @@ export declare const Item: {
|
|
4461
4600
|
readonly colloq: ";";
|
4462
4601
|
readonly plaintext: "Increases Ability Power and Move Speed";
|
4463
4602
|
readonly from: readonly ["1052"];
|
4464
|
-
readonly into: readonly ["3100", "4629"];
|
4603
|
+
readonly into: readonly ["6616", "3100", "3504", "4629"];
|
4465
4604
|
readonly image: {
|
4466
4605
|
readonly full: "3113.png";
|
4467
4606
|
readonly sprite: "item1.png";
|
4468
4607
|
readonly group: "item";
|
4469
|
-
readonly x:
|
4608
|
+
readonly x: 432;
|
4470
4609
|
readonly y: 96;
|
4471
4610
|
readonly w: 48;
|
4472
4611
|
readonly h: 48;
|
@@ -4500,8 +4639,8 @@ export declare const Item: {
|
|
4500
4639
|
readonly full: "3114.png";
|
4501
4640
|
readonly sprite: "item1.png";
|
4502
4641
|
readonly group: "item";
|
4503
|
-
readonly x:
|
4504
|
-
readonly y:
|
4642
|
+
readonly x: 0;
|
4643
|
+
readonly y: 144;
|
4505
4644
|
readonly w: 48;
|
4506
4645
|
readonly h: 48;
|
4507
4646
|
};
|
@@ -4531,13 +4670,13 @@ export declare const Item: {
|
|
4531
4670
|
readonly full: "3115.png";
|
4532
4671
|
readonly sprite: "item1.png";
|
4533
4672
|
readonly group: "item";
|
4534
|
-
readonly x:
|
4535
|
-
readonly y:
|
4673
|
+
readonly x: 48;
|
4674
|
+
readonly y: 144;
|
4536
4675
|
readonly w: 48;
|
4537
4676
|
readonly h: 48;
|
4538
4677
|
};
|
4539
4678
|
readonly gold: {
|
4540
|
-
readonly base:
|
4679
|
+
readonly base: 750;
|
4541
4680
|
readonly purchasable: true;
|
4542
4681
|
readonly total: 3200;
|
4543
4682
|
readonly sell: 2240;
|
@@ -4565,8 +4704,8 @@ export declare const Item: {
|
|
4565
4704
|
readonly full: "3116.png";
|
4566
4705
|
readonly sprite: "item1.png";
|
4567
4706
|
readonly group: "item";
|
4568
|
-
readonly x:
|
4569
|
-
readonly y:
|
4707
|
+
readonly x: 96;
|
4708
|
+
readonly y: 144;
|
4570
4709
|
readonly w: 48;
|
4571
4710
|
readonly h: 48;
|
4572
4711
|
};
|
@@ -4607,8 +4746,8 @@ export declare const Item: {
|
|
4607
4746
|
readonly full: "3117.png";
|
4608
4747
|
readonly sprite: "item1.png";
|
4609
4748
|
readonly group: "item";
|
4610
|
-
readonly x:
|
4611
|
-
readonly y:
|
4749
|
+
readonly x: 144;
|
4750
|
+
readonly y: 144;
|
4612
4751
|
readonly w: 48;
|
4613
4752
|
readonly h: 48;
|
4614
4753
|
};
|
@@ -4650,7 +4789,7 @@ export declare const Item: {
|
|
4650
4789
|
readonly full: "3119.png";
|
4651
4790
|
readonly sprite: "item1.png";
|
4652
4791
|
readonly group: "item";
|
4653
|
-
readonly x:
|
4792
|
+
readonly x: 192;
|
4654
4793
|
readonly y: 144;
|
4655
4794
|
readonly w: 48;
|
4656
4795
|
readonly h: 48;
|
@@ -4676,7 +4815,7 @@ export declare const Item: {
|
|
4676
4815
|
};
|
4677
4816
|
readonly "3121": {
|
4678
4817
|
readonly name: "Fimbulwinter";
|
4679
|
-
readonly description: "<mainText><stats><attention>400</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><li><passive>Awe:</passive> Gain bonus Health based on Mana.<li><passive>Everlasting:</passive> <status>Immobilizing</status> or <status>Slowing</status> an enemy champion
|
4818
|
+
readonly description: "<mainText><stats><attention>400</attention> Health<br><attention>860</attention> Mana<br><attention>15</attention> Ability Haste</stats><li><passive>Awe:</passive> Gain bonus Health based on Mana.<li><passive>Everlasting:</passive> <status>Immobilizing</status> or <status>Slowing</status> an enemy champion grants a Shield. The Shield is increased if more than one enemy is nearby.</mainText><br>";
|
4680
4819
|
readonly colloq: "";
|
4681
4820
|
readonly plaintext: "";
|
4682
4821
|
readonly specialRecipe: 3119;
|
@@ -4685,7 +4824,7 @@ export declare const Item: {
|
|
4685
4824
|
readonly full: "3121.png";
|
4686
4825
|
readonly sprite: "item1.png";
|
4687
4826
|
readonly group: "item";
|
4688
|
-
readonly x:
|
4827
|
+
readonly x: 240;
|
4689
4828
|
readonly y: 144;
|
4690
4829
|
readonly w: 48;
|
4691
4830
|
readonly h: 48;
|
@@ -4710,7 +4849,7 @@ export declare const Item: {
|
|
4710
4849
|
};
|
4711
4850
|
readonly "3123": {
|
4712
4851
|
readonly name: "Executioner's Calling";
|
4713
|
-
readonly description: "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Rend:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds. <br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
4852
|
+
readonly description: "<mainText><stats><attention>15</attention> Attack Damage</stats><br><li><passive>Rend:</passive> Dealing physical damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds. <br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
4714
4853
|
readonly colloq: ";grievous";
|
4715
4854
|
readonly plaintext: "Overcomes enemies with high health gain";
|
4716
4855
|
readonly from: readonly ["1036"];
|
@@ -4719,7 +4858,7 @@ export declare const Item: {
|
|
4719
4858
|
readonly full: "3123.png";
|
4720
4859
|
readonly sprite: "item1.png";
|
4721
4860
|
readonly group: "item";
|
4722
|
-
readonly x:
|
4861
|
+
readonly x: 288;
|
4723
4862
|
readonly y: 144;
|
4724
4863
|
readonly w: 48;
|
4725
4864
|
readonly h: 48;
|
@@ -4747,26 +4886,27 @@ export declare const Item: {
|
|
4747
4886
|
};
|
4748
4887
|
readonly "3124": {
|
4749
4888
|
readonly name: "Guinsoo's Rageblade";
|
4750
|
-
readonly description: "<mainText><stats><attention>
|
4889
|
+
readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>30</attention> Ability Power<br><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.</mainText><br>";
|
4751
4890
|
readonly colloq: "";
|
4752
4891
|
readonly plaintext: "";
|
4753
|
-
readonly from: readonly ["
|
4892
|
+
readonly from: readonly ["1052", "6677", "1037"];
|
4893
|
+
readonly into: readonly ["7030"];
|
4754
4894
|
readonly image: {
|
4755
4895
|
readonly full: "3124.png";
|
4756
4896
|
readonly sprite: "item1.png";
|
4757
4897
|
readonly group: "item";
|
4758
|
-
readonly x:
|
4898
|
+
readonly x: 336;
|
4759
4899
|
readonly y: 144;
|
4760
4900
|
readonly w: 48;
|
4761
4901
|
readonly h: 48;
|
4762
4902
|
};
|
4763
4903
|
readonly gold: {
|
4764
|
-
readonly base:
|
4904
|
+
readonly base: 690;
|
4765
4905
|
readonly purchasable: true;
|
4766
|
-
readonly total:
|
4767
|
-
readonly sell:
|
4906
|
+
readonly total: 3200;
|
4907
|
+
readonly sell: 2240;
|
4768
4908
|
};
|
4769
|
-
readonly tags: readonly ["CriticalStrike", "AttackSpeed", "OnHit"];
|
4909
|
+
readonly tags: readonly ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"];
|
4770
4910
|
readonly maps: {
|
4771
4911
|
readonly "11": true;
|
4772
4912
|
readonly "12": true;
|
@@ -4774,14 +4914,15 @@ export declare const Item: {
|
|
4774
4914
|
readonly "22": false;
|
4775
4915
|
};
|
4776
4916
|
readonly stats: {
|
4777
|
-
readonly
|
4778
|
-
readonly
|
4917
|
+
readonly FlatPhysicalDamageMod: 30;
|
4918
|
+
readonly FlatMagicDamageMod: 30;
|
4919
|
+
readonly PercentAttackSpeedMod: 0.25;
|
4779
4920
|
};
|
4780
4921
|
readonly effect: {
|
4781
4922
|
readonly Effect1Amount: "0.08";
|
4782
4923
|
readonly Effect2Amount: "2.5";
|
4783
4924
|
readonly Effect3Amount: "2.5";
|
4784
|
-
readonly Effect4Amount: "
|
4925
|
+
readonly Effect4Amount: "3";
|
4785
4926
|
readonly Effect5Amount: "6";
|
4786
4927
|
readonly Effect6Amount: "0.1";
|
4787
4928
|
readonly Effect7Amount: "0.1";
|
@@ -4806,7 +4947,7 @@ export declare const Item: {
|
|
4806
4947
|
readonly full: "3133.png";
|
4807
4948
|
readonly sprite: "item1.png";
|
4808
4949
|
readonly group: "item";
|
4809
|
-
readonly x:
|
4950
|
+
readonly x: 384;
|
4810
4951
|
readonly y: 144;
|
4811
4952
|
readonly w: 48;
|
4812
4953
|
readonly h: 48;
|
@@ -4841,7 +4982,7 @@ export declare const Item: {
|
|
4841
4982
|
readonly full: "3134.png";
|
4842
4983
|
readonly sprite: "item1.png";
|
4843
4984
|
readonly group: "item";
|
4844
|
-
readonly x:
|
4985
|
+
readonly x: 432;
|
4845
4986
|
readonly y: 144;
|
4846
4987
|
readonly w: 48;
|
4847
4988
|
readonly h: 48;
|
@@ -4877,8 +5018,8 @@ export declare const Item: {
|
|
4877
5018
|
readonly full: "3135.png";
|
4878
5019
|
readonly sprite: "item1.png";
|
4879
5020
|
readonly group: "item";
|
4880
|
-
readonly x:
|
4881
|
-
readonly y:
|
5021
|
+
readonly x: 0;
|
5022
|
+
readonly y: 192;
|
4882
5023
|
readonly w: 48;
|
4883
5024
|
readonly h: 48;
|
4884
5025
|
};
|
@@ -4902,7 +5043,7 @@ export declare const Item: {
|
|
4902
5043
|
};
|
4903
5044
|
readonly "3139": {
|
4904
5045
|
readonly name: "Mercurial Scimitar";
|
4905
|
-
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>
|
5046
|
+
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>50</attention> Magic Resist</stats><br><br><active>Active -</active> <active>Quicksilver:</active> Remove all crowd control debuffs and gain Move Speed.</mainText><br>";
|
4906
5047
|
readonly colloq: ";";
|
4907
5048
|
readonly plaintext: "Activate to remove all crowd control debuffs and grant massive Move Speed";
|
4908
5049
|
readonly from: readonly ["3140", "1018", "1037"];
|
@@ -4910,8 +5051,8 @@ export declare const Item: {
|
|
4910
5051
|
readonly full: "3139.png";
|
4911
5052
|
readonly sprite: "item1.png";
|
4912
5053
|
readonly group: "item";
|
4913
|
-
readonly x:
|
4914
|
-
readonly y:
|
5054
|
+
readonly x: 48;
|
5055
|
+
readonly y: 192;
|
4915
5056
|
readonly w: 48;
|
4916
5057
|
readonly h: 48;
|
4917
5058
|
};
|
@@ -4931,7 +5072,7 @@ export declare const Item: {
|
|
4931
5072
|
readonly stats: {
|
4932
5073
|
readonly FlatPhysicalDamageMod: 40;
|
4933
5074
|
readonly FlatCritChanceMod: 0.2;
|
4934
|
-
readonly FlatSpellBlockMod:
|
5075
|
+
readonly FlatSpellBlockMod: 50;
|
4935
5076
|
};
|
4936
5077
|
readonly effect: {
|
4937
5078
|
readonly Effect1Amount: "0.5";
|
@@ -4951,8 +5092,8 @@ export declare const Item: {
|
|
4951
5092
|
readonly full: "3140.png";
|
4952
5093
|
readonly sprite: "item1.png";
|
4953
5094
|
readonly group: "item";
|
4954
|
-
readonly x:
|
4955
|
-
readonly y:
|
5095
|
+
readonly x: 96;
|
5096
|
+
readonly y: 192;
|
4956
5097
|
readonly w: 48;
|
4957
5098
|
readonly h: 48;
|
4958
5099
|
};
|
@@ -4976,24 +5117,25 @@ export declare const Item: {
|
|
4976
5117
|
};
|
4977
5118
|
readonly "3142": {
|
4978
5119
|
readonly name: "Youmuu's Ghostblade";
|
4979
|
-
readonly description: "<mainText><stats><attention>
|
5120
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain up to <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>";
|
4980
5121
|
readonly colloq: ";lethality";
|
4981
5122
|
readonly plaintext: "Activate to greatly increase Move Speed";
|
4982
5123
|
readonly from: readonly ["3134", "3133"];
|
5124
|
+
readonly into: readonly ["7029"];
|
4983
5125
|
readonly image: {
|
4984
5126
|
readonly full: "3142.png";
|
4985
5127
|
readonly sprite: "item1.png";
|
4986
5128
|
readonly group: "item";
|
4987
|
-
readonly x:
|
4988
|
-
readonly y:
|
5129
|
+
readonly x: 144;
|
5130
|
+
readonly y: 192;
|
4989
5131
|
readonly w: 48;
|
4990
5132
|
readonly h: 48;
|
4991
5133
|
};
|
4992
5134
|
readonly gold: {
|
4993
|
-
readonly base:
|
5135
|
+
readonly base: 900;
|
4994
5136
|
readonly purchasable: true;
|
4995
|
-
readonly total:
|
4996
|
-
readonly sell:
|
5137
|
+
readonly total: 3100;
|
5138
|
+
readonly sell: 2170;
|
4997
5139
|
};
|
4998
5140
|
readonly tags: readonly ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"];
|
4999
5141
|
readonly maps: {
|
@@ -5003,12 +5145,12 @@ export declare const Item: {
|
|
5003
5145
|
readonly "22": false;
|
5004
5146
|
};
|
5005
5147
|
readonly stats: {
|
5006
|
-
readonly FlatPhysicalDamageMod:
|
5148
|
+
readonly FlatPhysicalDamageMod: 60;
|
5007
5149
|
};
|
5008
5150
|
readonly effect: {
|
5009
5151
|
readonly Effect1Amount: "45";
|
5010
|
-
readonly Effect2Amount: "
|
5011
|
-
readonly Effect3Amount: "0.
|
5152
|
+
readonly Effect2Amount: "0";
|
5153
|
+
readonly Effect3Amount: "0.25";
|
5012
5154
|
readonly Effect4Amount: "0";
|
5013
5155
|
readonly Effect5Amount: "6";
|
5014
5156
|
readonly Effect6Amount: "40";
|
@@ -5025,7 +5167,7 @@ export declare const Item: {
|
|
5025
5167
|
readonly full: "3143.png";
|
5026
5168
|
readonly sprite: "item1.png";
|
5027
5169
|
readonly group: "item";
|
5028
|
-
readonly x:
|
5170
|
+
readonly x: 192;
|
5029
5171
|
readonly y: 192;
|
5030
5172
|
readonly w: 48;
|
5031
5173
|
readonly h: 48;
|
@@ -5060,7 +5202,7 @@ export declare const Item: {
|
|
5060
5202
|
readonly full: "3145.png";
|
5061
5203
|
readonly sprite: "item1.png";
|
5062
5204
|
readonly group: "item";
|
5063
|
-
readonly x:
|
5205
|
+
readonly x: 240;
|
5064
5206
|
readonly y: 192;
|
5065
5207
|
readonly w: 48;
|
5066
5208
|
readonly h: 48;
|
@@ -5095,7 +5237,7 @@ export declare const Item: {
|
|
5095
5237
|
readonly full: "3152.png";
|
5096
5238
|
readonly sprite: "item1.png";
|
5097
5239
|
readonly group: "item";
|
5098
|
-
readonly x:
|
5240
|
+
readonly x: 288;
|
5099
5241
|
readonly y: 192;
|
5100
5242
|
readonly w: 48;
|
5101
5243
|
readonly h: 48;
|
@@ -5129,13 +5271,13 @@ export declare const Item: {
|
|
5129
5271
|
readonly full: "3153.png";
|
5130
5272
|
readonly sprite: "item1.png";
|
5131
5273
|
readonly group: "item";
|
5132
|
-
readonly x:
|
5274
|
+
readonly x: 336;
|
5133
5275
|
readonly y: 192;
|
5134
5276
|
readonly w: 48;
|
5135
5277
|
readonly h: 48;
|
5136
5278
|
};
|
5137
5279
|
readonly gold: {
|
5138
|
-
readonly base:
|
5280
|
+
readonly base: 825;
|
5139
5281
|
readonly purchasable: true;
|
5140
5282
|
readonly total: 3300;
|
5141
5283
|
readonly sell: 2310;
|
@@ -5166,7 +5308,7 @@ export declare const Item: {
|
|
5166
5308
|
readonly full: "3155.png";
|
5167
5309
|
readonly sprite: "item1.png";
|
5168
5310
|
readonly group: "item";
|
5169
|
-
readonly x:
|
5311
|
+
readonly x: 384;
|
5170
5312
|
readonly y: 192;
|
5171
5313
|
readonly w: 48;
|
5172
5314
|
readonly h: 48;
|
@@ -5201,16 +5343,16 @@ export declare const Item: {
|
|
5201
5343
|
readonly full: "3156.png";
|
5202
5344
|
readonly sprite: "item1.png";
|
5203
5345
|
readonly group: "item";
|
5204
|
-
readonly x:
|
5346
|
+
readonly x: 432;
|
5205
5347
|
readonly y: 192;
|
5206
5348
|
readonly w: 48;
|
5207
5349
|
readonly h: 48;
|
5208
5350
|
};
|
5209
5351
|
readonly gold: {
|
5210
|
-
readonly base:
|
5352
|
+
readonly base: 275;
|
5211
5353
|
readonly purchasable: true;
|
5212
|
-
readonly total:
|
5213
|
-
readonly sell:
|
5354
|
+
readonly total: 2800;
|
5355
|
+
readonly sell: 1960;
|
5214
5356
|
};
|
5215
5357
|
readonly tags: readonly ["SpellBlock", "Damage"];
|
5216
5358
|
readonly maps: {
|
@@ -5235,8 +5377,8 @@ export declare const Item: {
|
|
5235
5377
|
readonly full: "3157.png";
|
5236
5378
|
readonly sprite: "item1.png";
|
5237
5379
|
readonly group: "item";
|
5238
|
-
readonly x:
|
5239
|
-
readonly y:
|
5380
|
+
readonly x: 0;
|
5381
|
+
readonly y: 240;
|
5240
5382
|
readonly w: 48;
|
5241
5383
|
readonly h: 48;
|
5242
5384
|
};
|
@@ -5274,8 +5416,8 @@ export declare const Item: {
|
|
5274
5416
|
readonly full: "3158.png";
|
5275
5417
|
readonly sprite: "item1.png";
|
5276
5418
|
readonly group: "item";
|
5277
|
-
readonly x:
|
5278
|
-
readonly y:
|
5419
|
+
readonly x: 48;
|
5420
|
+
readonly y: 240;
|
5279
5421
|
readonly w: 48;
|
5280
5422
|
readonly h: 48;
|
5281
5423
|
};
|
@@ -5307,8 +5449,8 @@ export declare const Item: {
|
|
5307
5449
|
readonly full: "3161.png";
|
5308
5450
|
readonly sprite: "item1.png";
|
5309
5451
|
readonly group: "item";
|
5310
|
-
readonly x:
|
5311
|
-
readonly y:
|
5452
|
+
readonly x: 96;
|
5453
|
+
readonly y: 240;
|
5312
5454
|
readonly w: 48;
|
5313
5455
|
readonly h: 48;
|
5314
5456
|
};
|
@@ -5333,7 +5475,7 @@ export declare const Item: {
|
|
5333
5475
|
};
|
5334
5476
|
readonly "3165": {
|
5335
5477
|
readonly name: "Morellonomicon";
|
5336
|
-
readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>200</attention> Health<br><attention>10</attention> Magic Penetration</stats><br><li><passive>Affliction:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
5478
|
+
readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>200</attention> Health<br><attention>10</attention> Magic Penetration</stats><br><li><passive>Affliction:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
5337
5479
|
readonly colloq: ";nmst;grievous";
|
5338
5480
|
readonly plaintext: "Increases magic damage";
|
5339
5481
|
readonly from: readonly ["3916", "3145", "1052"];
|
@@ -5341,8 +5483,8 @@ export declare const Item: {
|
|
5341
5483
|
readonly full: "3165.png";
|
5342
5484
|
readonly sprite: "item1.png";
|
5343
5485
|
readonly group: "item";
|
5344
|
-
readonly x:
|
5345
|
-
readonly y:
|
5486
|
+
readonly x: 144;
|
5487
|
+
readonly y: 240;
|
5346
5488
|
readonly w: 48;
|
5347
5489
|
readonly h: 48;
|
5348
5490
|
};
|
@@ -5374,7 +5516,7 @@ export declare const Item: {
|
|
5374
5516
|
readonly full: "3177.png";
|
5375
5517
|
readonly sprite: "item1.png";
|
5376
5518
|
readonly group: "item";
|
5377
|
-
readonly x:
|
5519
|
+
readonly x: 192;
|
5378
5520
|
readonly y: 240;
|
5379
5521
|
readonly w: 48;
|
5380
5522
|
readonly h: 48;
|
@@ -5410,7 +5552,7 @@ export declare const Item: {
|
|
5410
5552
|
readonly full: "3179.png";
|
5411
5553
|
readonly sprite: "item1.png";
|
5412
5554
|
readonly group: "item";
|
5413
|
-
readonly x:
|
5555
|
+
readonly x: 240;
|
5414
5556
|
readonly y: 240;
|
5415
5557
|
readonly w: 48;
|
5416
5558
|
readonly h: 48;
|
@@ -5440,26 +5582,26 @@ export declare const Item: {
|
|
5440
5582
|
};
|
5441
5583
|
readonly "3181": {
|
5442
5584
|
readonly name: "Hullbreaker";
|
5443
|
-
readonly description: "<mainText><stats><attention>
|
5585
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>400</attention> Health<br><attention>150%</attention> Base Health Regen<br><attention>5%</attention> Move Speed</stats><br><br><li><passive>Boarding Party:</passive> While no allied champions are nearby you gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and Attacks deal increased damage to towers. Nearby large minions gain <scaleArmor>Armor</scaleArmor> and <scaleMR>Magic Resist</scaleMR> and increased damage to towers. <br><br><rules>Boarding Party's resistances decay over 3 seconds when an ally gets too close.</rules><br></mainText><br>";
|
5444
5586
|
readonly colloq: "";
|
5445
5587
|
readonly plaintext: "";
|
5446
|
-
readonly from: readonly ["1037", "3044"];
|
5588
|
+
readonly from: readonly ["1037", "3044", "3066"];
|
5447
5589
|
readonly image: {
|
5448
5590
|
readonly full: "3181.png";
|
5449
5591
|
readonly sprite: "item1.png";
|
5450
5592
|
readonly group: "item";
|
5451
|
-
readonly x:
|
5593
|
+
readonly x: 288;
|
5452
5594
|
readonly y: 240;
|
5453
5595
|
readonly w: 48;
|
5454
5596
|
readonly h: 48;
|
5455
5597
|
};
|
5456
5598
|
readonly gold: {
|
5457
|
-
readonly base:
|
5599
|
+
readonly base: 225;
|
5458
5600
|
readonly purchasable: true;
|
5459
|
-
readonly total:
|
5460
|
-
readonly sell:
|
5601
|
+
readonly total: 3000;
|
5602
|
+
readonly sell: 2100;
|
5461
5603
|
};
|
5462
|
-
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Damage"];
|
5604
|
+
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Damage", "NonbootsMovement"];
|
5463
5605
|
readonly maps: {
|
5464
5606
|
readonly "11": true;
|
5465
5607
|
readonly "12": false;
|
@@ -5467,7 +5609,8 @@ export declare const Item: {
|
|
5467
5609
|
readonly "22": false;
|
5468
5610
|
};
|
5469
5611
|
readonly stats: {
|
5470
|
-
readonly FlatPhysicalDamageMod:
|
5612
|
+
readonly FlatPhysicalDamageMod: 60;
|
5613
|
+
readonly PercentMovementSpeedMod: 0.05;
|
5471
5614
|
readonly FlatHPPoolMod: 400;
|
5472
5615
|
};
|
5473
5616
|
readonly depth: 3;
|
@@ -5481,7 +5624,7 @@ export declare const Item: {
|
|
5481
5624
|
readonly full: "3184.png";
|
5482
5625
|
readonly sprite: "item1.png";
|
5483
5626
|
readonly group: "item";
|
5484
|
-
readonly x:
|
5627
|
+
readonly x: 336;
|
5485
5628
|
readonly y: 240;
|
5486
5629
|
readonly w: 48;
|
5487
5630
|
readonly h: 48;
|
@@ -5507,27 +5650,27 @@ export declare const Item: {
|
|
5507
5650
|
};
|
5508
5651
|
readonly "3190": {
|
5509
5652
|
readonly name: "Locket of the Iron Solari";
|
5510
|
-
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>
|
5653
|
+
readonly description: "<mainText><stats><attention>200</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions Armor and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>";
|
5511
5654
|
readonly colloq: ";";
|
5512
5655
|
readonly plaintext: "Activate to shield nearby allies from damage";
|
5513
|
-
readonly from: readonly ["
|
5656
|
+
readonly from: readonly ["3023", "1033"];
|
5514
5657
|
readonly into: readonly ["7019"];
|
5515
5658
|
readonly image: {
|
5516
5659
|
readonly full: "3190.png";
|
5517
5660
|
readonly sprite: "item1.png";
|
5518
5661
|
readonly group: "item";
|
5519
|
-
readonly x:
|
5662
|
+
readonly x: 384;
|
5520
5663
|
readonly y: 240;
|
5521
5664
|
readonly w: 48;
|
5522
5665
|
readonly h: 48;
|
5523
5666
|
};
|
5524
5667
|
readonly gold: {
|
5525
|
-
readonly base:
|
5668
|
+
readonly base: 800;
|
5526
5669
|
readonly purchasable: true;
|
5527
|
-
readonly total:
|
5528
|
-
readonly sell:
|
5670
|
+
readonly total: 2300;
|
5671
|
+
readonly sell: 1610;
|
5529
5672
|
};
|
5530
|
-
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Aura", "Active", "
|
5673
|
+
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Aura", "Active", "MagicResist", "AbilityHaste"];
|
5531
5674
|
readonly maps: {
|
5532
5675
|
readonly "11": true;
|
5533
5676
|
readonly "12": true;
|
@@ -5552,7 +5695,7 @@ export declare const Item: {
|
|
5552
5695
|
readonly full: "3191.png";
|
5553
5696
|
readonly sprite: "item1.png";
|
5554
5697
|
readonly group: "item";
|
5555
|
-
readonly x:
|
5698
|
+
readonly x: 432;
|
5556
5699
|
readonly y: 240;
|
5557
5700
|
readonly w: 48;
|
5558
5701
|
readonly h: 48;
|
@@ -5590,8 +5733,8 @@ export declare const Item: {
|
|
5590
5733
|
readonly full: "3193.png";
|
5591
5734
|
readonly sprite: "item1.png";
|
5592
5735
|
readonly group: "item";
|
5593
|
-
readonly x:
|
5594
|
-
readonly y:
|
5736
|
+
readonly x: 0;
|
5737
|
+
readonly y: 288;
|
5595
5738
|
readonly w: 48;
|
5596
5739
|
readonly h: 48;
|
5597
5740
|
};
|
@@ -5620,13 +5763,13 @@ export declare const Item: {
|
|
5620
5763
|
readonly colloq: ";hat";
|
5621
5764
|
readonly plaintext: "Improves defense and grants regeneration upon being damaged";
|
5622
5765
|
readonly from: readonly ["1028", "1033"];
|
5623
|
-
readonly into: readonly ["3065"
|
5766
|
+
readonly into: readonly ["3065"];
|
5624
5767
|
readonly image: {
|
5625
5768
|
readonly full: "3211.png";
|
5626
5769
|
readonly sprite: "item1.png";
|
5627
5770
|
readonly group: "item";
|
5628
|
-
readonly x:
|
5629
|
-
readonly y:
|
5771
|
+
readonly x: 48;
|
5772
|
+
readonly y: 288;
|
5630
5773
|
readonly w: 48;
|
5631
5774
|
readonly h: 48;
|
5632
5775
|
};
|
@@ -5651,26 +5794,26 @@ export declare const Item: {
|
|
5651
5794
|
};
|
5652
5795
|
readonly "3222": {
|
5653
5796
|
readonly name: "Mikael's Blessing";
|
5654
|
-
readonly description: "<mainText><stats><attention>
|
5797
|
+
readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><attention>15%</attention> Heal and Shield Power</stats><br><br><active>Active -</active> <active>Purify:</active> Restore Health and Remove all crowd control debuffs (except <status>Knockups</status> and <status>Suppression</status>) from an ally champion.<br><li><passive>Harmony:</passive> Gain 25% Base Health Regeneration for every additional 25% Base Mana Regeneration.</mainText><br>";
|
5655
5798
|
readonly colloq: ";";
|
5656
5799
|
readonly plaintext: "Activate to remove all disabling effects from an allied champion";
|
5657
|
-
readonly from: readonly ["
|
5800
|
+
readonly from: readonly ["3012", "3114"];
|
5658
5801
|
readonly image: {
|
5659
5802
|
readonly full: "3222.png";
|
5660
5803
|
readonly sprite: "item1.png";
|
5661
5804
|
readonly group: "item";
|
5662
|
-
readonly x:
|
5663
|
-
readonly y:
|
5805
|
+
readonly x: 96;
|
5806
|
+
readonly y: 288;
|
5664
5807
|
readonly w: 48;
|
5665
5808
|
readonly h: 48;
|
5666
5809
|
};
|
5667
5810
|
readonly gold: {
|
5668
|
-
readonly base:
|
5811
|
+
readonly base: 550;
|
5669
5812
|
readonly purchasable: true;
|
5670
5813
|
readonly total: 2300;
|
5671
5814
|
readonly sell: 1610;
|
5672
5815
|
};
|
5673
|
-
readonly tags: readonly ["SpellBlock", "ManaRegen", "Active", "
|
5816
|
+
readonly tags: readonly ["SpellBlock", "ManaRegen", "Active", "Tenacity"];
|
5674
5817
|
readonly maps: {
|
5675
5818
|
readonly "11": true;
|
5676
5819
|
readonly "12": true;
|
@@ -5678,7 +5821,7 @@ export declare const Item: {
|
|
5678
5821
|
readonly "22": false;
|
5679
5822
|
};
|
5680
5823
|
readonly stats: {
|
5681
|
-
readonly
|
5824
|
+
readonly FlatHPPoolMod: 250;
|
5682
5825
|
};
|
5683
5826
|
readonly depth: 3;
|
5684
5827
|
};
|
@@ -5692,8 +5835,8 @@ export declare const Item: {
|
|
5692
5835
|
readonly full: "3330.png";
|
5693
5836
|
readonly sprite: "item1.png";
|
5694
5837
|
readonly group: "item";
|
5695
|
-
readonly x:
|
5696
|
-
readonly y:
|
5838
|
+
readonly x: 144;
|
5839
|
+
readonly y: 288;
|
5697
5840
|
readonly w: 48;
|
5698
5841
|
readonly h: 48;
|
5699
5842
|
};
|
@@ -5724,14 +5867,14 @@ export declare const Item: {
|
|
5724
5867
|
};
|
5725
5868
|
readonly "3340": {
|
5726
5869
|
readonly name: "Stealth Ward";
|
5727
|
-
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active>
|
5870
|
+
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active> Places a Stealth Ward on the ground that is <keywordStealth>Invisible</keywordStealth> to enemies but grants your team vision of the surrounding area. Stores up to 2 Stealth Wards.</mainText><br>";
|
5728
5871
|
readonly colloq: "yellow; totem; trinket";
|
5729
5872
|
readonly plaintext: "Periodically place a Stealth Ward";
|
5730
5873
|
readonly image: {
|
5731
5874
|
readonly full: "3340.png";
|
5732
5875
|
readonly sprite: "item1.png";
|
5733
5876
|
readonly group: "item";
|
5734
|
-
readonly x:
|
5877
|
+
readonly x: 192;
|
5735
5878
|
readonly y: 288;
|
5736
5879
|
readonly w: 48;
|
5737
5880
|
readonly h: 48;
|
@@ -5752,7 +5895,7 @@ export declare const Item: {
|
|
5752
5895
|
readonly stats: {};
|
5753
5896
|
readonly effect: {
|
5754
5897
|
readonly Effect1Amount: "90";
|
5755
|
-
readonly Effect2Amount: "
|
5898
|
+
readonly Effect2Amount: "240";
|
5756
5899
|
readonly Effect3Amount: "120";
|
5757
5900
|
readonly Effect4Amount: "120";
|
5758
5901
|
readonly Effect5Amount: "2";
|
@@ -5763,14 +5906,14 @@ export declare const Item: {
|
|
5763
5906
|
};
|
5764
5907
|
readonly "3363": {
|
5765
5908
|
readonly name: "Farsight Alteration";
|
5766
|
-
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active>
|
5909
|
+
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active> Places a visible and fragile Ward up to 4000 units away.</mainText><br>";
|
5767
5910
|
readonly colloq: "blue; totem; trinket";
|
5768
5911
|
readonly plaintext: "Grants increased range and reveals the targetted area";
|
5769
5912
|
readonly image: {
|
5770
5913
|
readonly full: "3363.png";
|
5771
5914
|
readonly sprite: "item1.png";
|
5772
5915
|
readonly group: "item";
|
5773
|
-
readonly x:
|
5916
|
+
readonly x: 240;
|
5774
5917
|
readonly y: 288;
|
5775
5918
|
readonly w: 48;
|
5776
5919
|
readonly h: 48;
|
@@ -5809,14 +5952,14 @@ export declare const Item: {
|
|
5809
5952
|
};
|
5810
5953
|
readonly "3364": {
|
5811
5954
|
readonly name: "Oracle Lens";
|
5812
|
-
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active> Scans around you, warning against hidden enemy units, revealing invisible traps and revealing (and temporarily disabling) enemy Stealth Wards.</mainText><br>";
|
5955
|
+
readonly description: "<mainText><stats></stats><active>Active - Trinket:</active> Scans around you, warning against hidden enemy units, revealing invisible traps and revealing (and temporarily disabling) enemy Stealth Wards. Has 2 recharges.</mainText><br>";
|
5813
5956
|
readonly colloq: "red; lens; trinket";
|
5814
5957
|
readonly plaintext: "Disables nearby invisible wards and traps for a duration";
|
5815
5958
|
readonly image: {
|
5816
5959
|
readonly full: "3364.png";
|
5817
5960
|
readonly sprite: "item1.png";
|
5818
5961
|
readonly group: "item";
|
5819
|
-
readonly x:
|
5962
|
+
readonly x: 288;
|
5820
5963
|
readonly y: 288;
|
5821
5964
|
readonly w: 48;
|
5822
5965
|
readonly h: 48;
|
@@ -5859,7 +6002,7 @@ export declare const Item: {
|
|
5859
6002
|
readonly full: "3400.png";
|
5860
6003
|
readonly sprite: "item1.png";
|
5861
6004
|
readonly group: "item";
|
5862
|
-
readonly x:
|
6005
|
+
readonly x: 336;
|
5863
6006
|
readonly y: 288;
|
5864
6007
|
readonly w: 48;
|
5865
6008
|
readonly h: 48;
|
@@ -5881,26 +6024,26 @@ export declare const Item: {
|
|
5881
6024
|
};
|
5882
6025
|
readonly "3504": {
|
5883
6026
|
readonly name: "Ardent Censer";
|
5884
|
-
readonly description: "<mainText><stats><attention>
|
6027
|
+
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><attention>8%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Sanctify:</passive> Healing or Shielding another ally enhances you both, granting Attack Speed and magic damage <OnHit>On-Hit</OnHit>. <br></mainText><br>";
|
5885
6028
|
readonly colloq: "";
|
5886
6029
|
readonly plaintext: "Shield and heal effects on other units grant both of you Attack Speed and their attacks deal additional on-hit magic damage.";
|
5887
|
-
readonly from: readonly ["
|
6030
|
+
readonly from: readonly ["3113", "3114"];
|
5888
6031
|
readonly image: {
|
5889
6032
|
readonly full: "3504.png";
|
5890
6033
|
readonly sprite: "item1.png";
|
5891
6034
|
readonly group: "item";
|
5892
|
-
readonly x:
|
6035
|
+
readonly x: 384;
|
5893
6036
|
readonly y: 288;
|
5894
6037
|
readonly w: 48;
|
5895
6038
|
readonly h: 48;
|
5896
6039
|
};
|
5897
6040
|
readonly gold: {
|
5898
|
-
readonly base:
|
6041
|
+
readonly base: 450;
|
5899
6042
|
readonly purchasable: true;
|
5900
|
-
readonly total:
|
5901
|
-
readonly sell:
|
6043
|
+
readonly total: 2100;
|
6044
|
+
readonly sell: 1470;
|
5902
6045
|
};
|
5903
|
-
readonly tags: readonly ["AttackSpeed", "SpellDamage", "ManaRegen", "OnHit"];
|
6046
|
+
readonly tags: readonly ["AttackSpeed", "SpellDamage", "ManaRegen", "OnHit", "NonbootsMovement"];
|
5904
6047
|
readonly maps: {
|
5905
6048
|
readonly "11": true;
|
5906
6049
|
readonly "12": true;
|
@@ -5908,7 +6051,8 @@ export declare const Item: {
|
|
5908
6051
|
readonly "22": false;
|
5909
6052
|
};
|
5910
6053
|
readonly stats: {
|
5911
|
-
readonly
|
6054
|
+
readonly PercentMovementSpeedMod: 0.05;
|
6055
|
+
readonly FlatMagicDamageMod: 35;
|
5912
6056
|
};
|
5913
6057
|
readonly depth: 3;
|
5914
6058
|
};
|
@@ -5922,7 +6066,7 @@ export declare const Item: {
|
|
5922
6066
|
readonly full: "3508.png";
|
5923
6067
|
readonly sprite: "item1.png";
|
5924
6068
|
readonly group: "item";
|
5925
|
-
readonly x:
|
6069
|
+
readonly x: 432;
|
5926
6070
|
readonly y: 288;
|
5927
6071
|
readonly w: 48;
|
5928
6072
|
readonly h: 48;
|
@@ -5957,8 +6101,8 @@ export declare const Item: {
|
|
5957
6101
|
readonly full: "3513.png";
|
5958
6102
|
readonly sprite: "item1.png";
|
5959
6103
|
readonly group: "item";
|
5960
|
-
readonly x:
|
5961
|
-
readonly y:
|
6104
|
+
readonly x: 0;
|
6105
|
+
readonly y: 336;
|
5962
6106
|
readonly w: 48;
|
5963
6107
|
readonly h: 48;
|
5964
6108
|
};
|
@@ -5993,8 +6137,8 @@ export declare const Item: {
|
|
5993
6137
|
readonly full: "3599.png";
|
5994
6138
|
readonly sprite: "item1.png";
|
5995
6139
|
readonly group: "item";
|
5996
|
-
readonly x:
|
5997
|
-
readonly y:
|
6140
|
+
readonly x: 48;
|
6141
|
+
readonly y: 336;
|
5998
6142
|
readonly w: 48;
|
5999
6143
|
readonly h: 48;
|
6000
6144
|
};
|
@@ -6023,8 +6167,8 @@ export declare const Item: {
|
|
6023
6167
|
readonly full: "3600.png";
|
6024
6168
|
readonly sprite: "item1.png";
|
6025
6169
|
readonly group: "item";
|
6026
|
-
readonly x:
|
6027
|
-
readonly y:
|
6170
|
+
readonly x: 96;
|
6171
|
+
readonly y: 336;
|
6028
6172
|
readonly w: 48;
|
6029
6173
|
readonly h: 48;
|
6030
6174
|
};
|
@@ -6053,8 +6197,8 @@ export declare const Item: {
|
|
6053
6197
|
readonly full: "3742.png";
|
6054
6198
|
readonly sprite: "item1.png";
|
6055
6199
|
readonly group: "item";
|
6056
|
-
readonly x:
|
6057
|
-
readonly y:
|
6200
|
+
readonly x: 144;
|
6201
|
+
readonly y: 336;
|
6058
6202
|
readonly w: 48;
|
6059
6203
|
readonly h: 48;
|
6060
6204
|
};
|
@@ -6088,7 +6232,7 @@ export declare const Item: {
|
|
6088
6232
|
readonly full: "3748.png";
|
6089
6233
|
readonly sprite: "item1.png";
|
6090
6234
|
readonly group: "item";
|
6091
|
-
readonly x:
|
6235
|
+
readonly x: 192;
|
6092
6236
|
readonly y: 336;
|
6093
6237
|
readonly w: 48;
|
6094
6238
|
readonly h: 48;
|
@@ -6135,7 +6279,7 @@ export declare const Item: {
|
|
6135
6279
|
readonly full: "3801.png";
|
6136
6280
|
readonly sprite: "item1.png";
|
6137
6281
|
readonly group: "item";
|
6138
|
-
readonly x:
|
6282
|
+
readonly x: 240;
|
6139
6283
|
readonly y: 336;
|
6140
6284
|
readonly w: 48;
|
6141
6285
|
readonly h: 48;
|
@@ -6163,22 +6307,22 @@ export declare const Item: {
|
|
6163
6307
|
readonly description: "<mainText><stats><attention>40</attention> Ability Power<br><attention>300</attention> Mana<br><attention>10</attention> Ability Haste</stats><br><li><passive>Enlighten:</passive> Upon levelling up, restores <scaleMana>20% max Mana</scaleMana> over 3 seconds.</mainText><br>";
|
6164
6308
|
readonly colloq: ";";
|
6165
6309
|
readonly plaintext: "Restores Mana upon levelling up.";
|
6166
|
-
readonly from: readonly ["1052", "1027"
|
6310
|
+
readonly from: readonly ["1052", "1027"];
|
6167
6311
|
readonly into: readonly ["6655", "6653", "4644", "6656"];
|
6168
6312
|
readonly image: {
|
6169
6313
|
readonly full: "3802.png";
|
6170
6314
|
readonly sprite: "item1.png";
|
6171
6315
|
readonly group: "item";
|
6172
|
-
readonly x:
|
6316
|
+
readonly x: 288;
|
6173
6317
|
readonly y: 336;
|
6174
6318
|
readonly w: 48;
|
6175
6319
|
readonly h: 48;
|
6176
6320
|
};
|
6177
6321
|
readonly gold: {
|
6178
|
-
readonly base:
|
6322
|
+
readonly base: 315;
|
6179
6323
|
readonly purchasable: true;
|
6180
|
-
readonly total:
|
6181
|
-
readonly sell:
|
6324
|
+
readonly total: 1100;
|
6325
|
+
readonly sell: 770;
|
6182
6326
|
};
|
6183
6327
|
readonly tags: readonly ["SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "AbilityHaste"];
|
6184
6328
|
readonly maps: {
|
@@ -6199,12 +6343,12 @@ export declare const Item: {
|
|
6199
6343
|
readonly colloq: "";
|
6200
6344
|
readonly plaintext: "";
|
6201
6345
|
readonly from: readonly ["1028", "1027"];
|
6202
|
-
readonly into: readonly ["
|
6346
|
+
readonly into: readonly ["6657"];
|
6203
6347
|
readonly image: {
|
6204
6348
|
readonly full: "3803.png";
|
6205
6349
|
readonly sprite: "item1.png";
|
6206
6350
|
readonly group: "item";
|
6207
|
-
readonly x:
|
6351
|
+
readonly x: 336;
|
6208
6352
|
readonly y: 336;
|
6209
6353
|
readonly w: 48;
|
6210
6354
|
readonly h: 48;
|
@@ -6239,7 +6383,7 @@ export declare const Item: {
|
|
6239
6383
|
readonly full: "3814.png";
|
6240
6384
|
readonly sprite: "item1.png";
|
6241
6385
|
readonly group: "item";
|
6242
|
-
readonly x:
|
6386
|
+
readonly x: 384;
|
6243
6387
|
readonly y: 336;
|
6244
6388
|
readonly w: 48;
|
6245
6389
|
readonly h: 48;
|
@@ -6278,7 +6422,7 @@ export declare const Item: {
|
|
6278
6422
|
readonly full: "3850.png";
|
6279
6423
|
readonly sprite: "item1.png";
|
6280
6424
|
readonly group: "item";
|
6281
|
-
readonly x:
|
6425
|
+
readonly x: 432;
|
6282
6426
|
readonly y: 336;
|
6283
6427
|
readonly w: 48;
|
6284
6428
|
readonly h: 48;
|
@@ -6321,8 +6465,8 @@ export declare const Item: {
|
|
6321
6465
|
readonly full: "3851.png";
|
6322
6466
|
readonly sprite: "item1.png";
|
6323
6467
|
readonly group: "item";
|
6324
|
-
readonly x:
|
6325
|
-
readonly y:
|
6468
|
+
readonly x: 0;
|
6469
|
+
readonly y: 384;
|
6326
6470
|
readonly w: 48;
|
6327
6471
|
readonly h: 48;
|
6328
6472
|
};
|
@@ -6364,8 +6508,8 @@ export declare const Item: {
|
|
6364
6508
|
readonly full: "3853.png";
|
6365
6509
|
readonly sprite: "item1.png";
|
6366
6510
|
readonly group: "item";
|
6367
|
-
readonly x:
|
6368
|
-
readonly y:
|
6511
|
+
readonly x: 48;
|
6512
|
+
readonly y: 384;
|
6369
6513
|
readonly w: 48;
|
6370
6514
|
readonly h: 48;
|
6371
6515
|
};
|
@@ -6392,15 +6536,15 @@ export declare const Item: {
|
|
6392
6536
|
};
|
6393
6537
|
readonly "3854": {
|
6394
6538
|
readonly name: "Steel Shoulderguards";
|
6395
|
-
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%
|
6539
|
+
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>";
|
6396
6540
|
readonly colloq: "";
|
6397
6541
|
readonly plaintext: "Gain gold and upgrade by executing minions alongside allies";
|
6398
6542
|
readonly image: {
|
6399
6543
|
readonly full: "3854.png";
|
6400
6544
|
readonly sprite: "item1.png";
|
6401
6545
|
readonly group: "item";
|
6402
|
-
readonly x:
|
6403
|
-
readonly y:
|
6546
|
+
readonly x: 96;
|
6547
|
+
readonly y: 384;
|
6404
6548
|
readonly w: 48;
|
6405
6549
|
readonly h: 48;
|
6406
6550
|
};
|
@@ -6441,8 +6585,8 @@ export declare const Item: {
|
|
6441
6585
|
readonly full: "3855.png";
|
6442
6586
|
readonly sprite: "item1.png";
|
6443
6587
|
readonly group: "item";
|
6444
|
-
readonly x:
|
6445
|
-
readonly y:
|
6588
|
+
readonly x: 144;
|
6589
|
+
readonly y: 384;
|
6446
6590
|
readonly w: 48;
|
6447
6591
|
readonly h: 48;
|
6448
6592
|
};
|
@@ -6483,7 +6627,7 @@ export declare const Item: {
|
|
6483
6627
|
readonly full: "3857.png";
|
6484
6628
|
readonly sprite: "item1.png";
|
6485
6629
|
readonly group: "item";
|
6486
|
-
readonly x:
|
6630
|
+
readonly x: 192;
|
6487
6631
|
readonly y: 384;
|
6488
6632
|
readonly w: 48;
|
6489
6633
|
readonly h: 48;
|
@@ -6518,7 +6662,7 @@ export declare const Item: {
|
|
6518
6662
|
readonly full: "3858.png";
|
6519
6663
|
readonly sprite: "item1.png";
|
6520
6664
|
readonly group: "item";
|
6521
|
-
readonly x:
|
6665
|
+
readonly x: 240;
|
6522
6666
|
readonly y: 384;
|
6523
6667
|
readonly w: 48;
|
6524
6668
|
readonly h: 48;
|
@@ -6560,7 +6704,7 @@ export declare const Item: {
|
|
6560
6704
|
readonly full: "3859.png";
|
6561
6705
|
readonly sprite: "item1.png";
|
6562
6706
|
readonly group: "item";
|
6563
|
-
readonly x:
|
6707
|
+
readonly x: 288;
|
6564
6708
|
readonly y: 384;
|
6565
6709
|
readonly w: 48;
|
6566
6710
|
readonly h: 48;
|
@@ -6602,7 +6746,7 @@ export declare const Item: {
|
|
6602
6746
|
readonly full: "3860.png";
|
6603
6747
|
readonly sprite: "item1.png";
|
6604
6748
|
readonly group: "item";
|
6605
|
-
readonly x:
|
6749
|
+
readonly x: 336;
|
6606
6750
|
readonly y: 384;
|
6607
6751
|
readonly w: 48;
|
6608
6752
|
readonly h: 48;
|
@@ -6637,7 +6781,7 @@ export declare const Item: {
|
|
6637
6781
|
readonly full: "3862.png";
|
6638
6782
|
readonly sprite: "item1.png";
|
6639
6783
|
readonly group: "item";
|
6640
|
-
readonly x:
|
6784
|
+
readonly x: 384;
|
6641
6785
|
readonly y: 384;
|
6642
6786
|
readonly w: 48;
|
6643
6787
|
readonly h: 48;
|
@@ -6680,7 +6824,7 @@ export declare const Item: {
|
|
6680
6824
|
readonly full: "3863.png";
|
6681
6825
|
readonly sprite: "item1.png";
|
6682
6826
|
readonly group: "item";
|
6683
|
-
readonly x:
|
6827
|
+
readonly x: 432;
|
6684
6828
|
readonly y: 384;
|
6685
6829
|
readonly w: 48;
|
6686
6830
|
readonly h: 48;
|
@@ -6723,8 +6867,8 @@ export declare const Item: {
|
|
6723
6867
|
readonly full: "3864.png";
|
6724
6868
|
readonly sprite: "item1.png";
|
6725
6869
|
readonly group: "item";
|
6726
|
-
readonly x:
|
6727
|
-
readonly y:
|
6870
|
+
readonly x: 0;
|
6871
|
+
readonly y: 432;
|
6728
6872
|
readonly w: 48;
|
6729
6873
|
readonly h: 48;
|
6730
6874
|
};
|
@@ -6762,8 +6906,8 @@ export declare const Item: {
|
|
6762
6906
|
readonly full: "3901.png";
|
6763
6907
|
readonly sprite: "item1.png";
|
6764
6908
|
readonly group: "item";
|
6765
|
-
readonly x:
|
6766
|
-
readonly y:
|
6909
|
+
readonly x: 48;
|
6910
|
+
readonly y: 432;
|
6767
6911
|
readonly w: 48;
|
6768
6912
|
readonly h: 48;
|
6769
6913
|
};
|
@@ -6795,8 +6939,8 @@ export declare const Item: {
|
|
6795
6939
|
readonly full: "3902.png";
|
6796
6940
|
readonly sprite: "item1.png";
|
6797
6941
|
readonly group: "item";
|
6798
|
-
readonly x:
|
6799
|
-
readonly y:
|
6942
|
+
readonly x: 96;
|
6943
|
+
readonly y: 432;
|
6800
6944
|
readonly w: 48;
|
6801
6945
|
readonly h: 48;
|
6802
6946
|
};
|
@@ -6828,8 +6972,8 @@ export declare const Item: {
|
|
6828
6972
|
readonly full: "3903.png";
|
6829
6973
|
readonly sprite: "item1.png";
|
6830
6974
|
readonly group: "item";
|
6831
|
-
readonly x:
|
6832
|
-
readonly y:
|
6975
|
+
readonly x: 144;
|
6976
|
+
readonly y: 432;
|
6833
6977
|
readonly w: 48;
|
6834
6978
|
readonly h: 48;
|
6835
6979
|
};
|
@@ -6850,7 +6994,7 @@ export declare const Item: {
|
|
6850
6994
|
};
|
6851
6995
|
readonly "3916": {
|
6852
6996
|
readonly name: "Oblivion Orb";
|
6853
|
-
readonly description: "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Cursed:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
6997
|
+
readonly description: "<mainText><stats><attention>30</attention> Ability Power</stats><br><li><passive>Cursed:</passive> Dealing magic damage applies <status>40% Grievous Wounds</status> to champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
6854
6998
|
readonly colloq: "";
|
6855
6999
|
readonly plaintext: "Increases magic damage";
|
6856
7000
|
readonly stacks: 0;
|
@@ -6860,7 +7004,7 @@ export declare const Item: {
|
|
6860
7004
|
readonly full: "3916.png";
|
6861
7005
|
readonly sprite: "item1.png";
|
6862
7006
|
readonly group: "item";
|
6863
|
-
readonly x:
|
7007
|
+
readonly x: 192;
|
6864
7008
|
readonly y: 432;
|
6865
7009
|
readonly w: 48;
|
6866
7010
|
readonly h: 48;
|
@@ -6885,27 +7029,27 @@ export declare const Item: {
|
|
6885
7029
|
};
|
6886
7030
|
readonly "4005": {
|
6887
7031
|
readonly name: "Imperial Mandate";
|
6888
|
-
readonly description: "
|
7032
|
+
readonly description: "";
|
6889
7033
|
readonly colloq: ";";
|
6890
7034
|
readonly plaintext: "Defer damage until later.";
|
6891
|
-
readonly from: readonly ["
|
7035
|
+
readonly from: readonly ["3108", "4642"];
|
6892
7036
|
readonly into: readonly ["7022"];
|
6893
7037
|
readonly image: {
|
6894
7038
|
readonly full: "4005.png";
|
6895
7039
|
readonly sprite: "item1.png";
|
6896
7040
|
readonly group: "item";
|
6897
|
-
readonly x:
|
7041
|
+
readonly x: 240;
|
6898
7042
|
readonly y: 432;
|
6899
7043
|
readonly w: 48;
|
6900
7044
|
readonly h: 48;
|
6901
7045
|
};
|
6902
7046
|
readonly gold: {
|
6903
|
-
readonly base:
|
7047
|
+
readonly base: 450;
|
6904
7048
|
readonly purchasable: true;
|
6905
|
-
readonly total:
|
6906
|
-
readonly sell:
|
7049
|
+
readonly total: 2300;
|
7050
|
+
readonly sell: 1610;
|
6907
7051
|
};
|
6908
|
-
readonly tags: readonly ["
|
7052
|
+
readonly tags: readonly ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"];
|
6909
7053
|
readonly maps: {
|
6910
7054
|
readonly "11": true;
|
6911
7055
|
readonly "12": true;
|
@@ -6913,14 +7057,13 @@ export declare const Item: {
|
|
6913
7057
|
readonly "22": false;
|
6914
7058
|
};
|
6915
7059
|
readonly stats: {
|
6916
|
-
readonly
|
6917
|
-
readonly FlatMagicDamageMod: 40;
|
7060
|
+
readonly FlatMagicDamageMod: 55;
|
6918
7061
|
};
|
6919
7062
|
readonly depth: 3;
|
6920
7063
|
};
|
6921
7064
|
readonly "4401": {
|
6922
7065
|
readonly name: "Force of Nature";
|
6923
|
-
readonly description: "<mainText><stats><attention>
|
7066
|
+
readonly description: "<mainText><stats><attention>400</attention> Health<br><attention>60</attention> Magic Resist<br><attention>5%</attention> Move Speed</stats><br><li><passive>Absorb:</passive> Taking <magicDamage>magic damage</magicDamage> from enemy Champions grants a stack of <attention>Steadfast</attention>. Enemy <status>Immobilizing</status> effects grant additional stacks.<li><passive>Dissipate:</passive> While at max stacks of <attention>Steadfast</attention>, gain increased Magic Resist and Move Speed.</mainText><br>";
|
6924
7067
|
readonly colloq: ";fon";
|
6925
7068
|
readonly plaintext: "Move Speed, Magic Resist, and max Health Regeneration";
|
6926
7069
|
readonly from: readonly ["1057", "1028", "3066"];
|
@@ -6928,16 +7071,16 @@ export declare const Item: {
|
|
6928
7071
|
readonly full: "4401.png";
|
6929
7072
|
readonly sprite: "item1.png";
|
6930
7073
|
readonly group: "item";
|
6931
|
-
readonly x:
|
7074
|
+
readonly x: 288;
|
6932
7075
|
readonly y: 432;
|
6933
7076
|
readonly w: 48;
|
6934
7077
|
readonly h: 48;
|
6935
7078
|
};
|
6936
7079
|
readonly gold: {
|
6937
|
-
readonly base:
|
7080
|
+
readonly base: 700;
|
6938
7081
|
readonly purchasable: true;
|
6939
|
-
readonly total:
|
6940
|
-
readonly sell:
|
7082
|
+
readonly total: 2800;
|
7083
|
+
readonly sell: 1960;
|
6941
7084
|
};
|
6942
7085
|
readonly tags: readonly ["Health", "SpellBlock", "NonbootsMovement"];
|
6943
7086
|
readonly maps: {
|
@@ -6948,8 +7091,8 @@ export declare const Item: {
|
|
6948
7091
|
};
|
6949
7092
|
readonly stats: {
|
6950
7093
|
readonly PercentMovementSpeedMod: 0.05;
|
6951
|
-
readonly FlatHPPoolMod:
|
6952
|
-
readonly FlatSpellBlockMod:
|
7094
|
+
readonly FlatHPPoolMod: 400;
|
7095
|
+
readonly FlatSpellBlockMod: 60;
|
6953
7096
|
};
|
6954
7097
|
readonly depth: 3;
|
6955
7098
|
};
|
@@ -6963,7 +7106,7 @@ export declare const Item: {
|
|
6963
7106
|
readonly full: "4403.png";
|
6964
7107
|
readonly sprite: "item1.png";
|
6965
7108
|
readonly group: "item";
|
6966
|
-
readonly x:
|
7109
|
+
readonly x: 336;
|
6967
7110
|
readonly y: 432;
|
6968
7111
|
readonly w: 48;
|
6969
7112
|
readonly h: 48;
|
@@ -6971,8 +7114,8 @@ export declare const Item: {
|
|
6971
7114
|
readonly gold: {
|
6972
7115
|
readonly base: 687;
|
6973
7116
|
readonly purchasable: true;
|
6974
|
-
readonly total:
|
6975
|
-
readonly sell:
|
7117
|
+
readonly total: 7237;
|
7118
|
+
readonly sell: 5066;
|
6976
7119
|
};
|
6977
7120
|
readonly tags: readonly ["Health", "SpellBlock", "HealthRegen", "Armor", "Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "NonbootsMovement"];
|
6978
7121
|
readonly maps: {
|
@@ -7005,7 +7148,7 @@ export declare const Item: {
|
|
7005
7148
|
readonly full: "4628.png";
|
7006
7149
|
readonly sprite: "item1.png";
|
7007
7150
|
readonly group: "item";
|
7008
|
-
readonly x:
|
7151
|
+
readonly x: 384;
|
7009
7152
|
readonly y: 432;
|
7010
7153
|
readonly w: 48;
|
7011
7154
|
readonly h: 48;
|
@@ -7039,7 +7182,7 @@ export declare const Item: {
|
|
7039
7182
|
readonly full: "4629.png";
|
7040
7183
|
readonly sprite: "item1.png";
|
7041
7184
|
readonly group: "item";
|
7042
|
-
readonly x:
|
7185
|
+
readonly x: 432;
|
7043
7186
|
readonly y: 432;
|
7044
7187
|
readonly w: 48;
|
7045
7188
|
readonly h: 48;
|
@@ -7072,10 +7215,10 @@ export declare const Item: {
|
|
7072
7215
|
readonly into: readonly ["3135"];
|
7073
7216
|
readonly image: {
|
7074
7217
|
readonly full: "4630.png";
|
7075
|
-
readonly sprite: "
|
7218
|
+
readonly sprite: "item2.png";
|
7076
7219
|
readonly group: "item";
|
7077
|
-
readonly x:
|
7078
|
-
readonly y:
|
7220
|
+
readonly x: 0;
|
7221
|
+
readonly y: 0;
|
7079
7222
|
readonly w: 48;
|
7080
7223
|
readonly h: 48;
|
7081
7224
|
};
|
@@ -7106,10 +7249,10 @@ export declare const Item: {
|
|
7106
7249
|
readonly into: readonly ["3102"];
|
7107
7250
|
readonly image: {
|
7108
7251
|
readonly full: "4632.png";
|
7109
|
-
readonly sprite: "
|
7252
|
+
readonly sprite: "item2.png";
|
7110
7253
|
readonly group: "item";
|
7111
|
-
readonly x:
|
7112
|
-
readonly y:
|
7254
|
+
readonly x: 48;
|
7255
|
+
readonly y: 0;
|
7113
7256
|
readonly w: 48;
|
7114
7257
|
readonly h: 48;
|
7115
7258
|
};
|
@@ -7141,10 +7284,10 @@ export declare const Item: {
|
|
7141
7284
|
readonly into: readonly ["7009"];
|
7142
7285
|
readonly image: {
|
7143
7286
|
readonly full: "4633.png";
|
7144
|
-
readonly sprite: "
|
7287
|
+
readonly sprite: "item2.png";
|
7145
7288
|
readonly group: "item";
|
7146
|
-
readonly x:
|
7147
|
-
readonly y:
|
7289
|
+
readonly x: 96;
|
7290
|
+
readonly y: 0;
|
7148
7291
|
readonly w: 48;
|
7149
7292
|
readonly h: 48;
|
7150
7293
|
};
|
@@ -7176,10 +7319,10 @@ export declare const Item: {
|
|
7176
7319
|
readonly into: readonly ["4633"];
|
7177
7320
|
readonly image: {
|
7178
7321
|
readonly full: "4635.png";
|
7179
|
-
readonly sprite: "
|
7322
|
+
readonly sprite: "item2.png";
|
7180
7323
|
readonly group: "item";
|
7181
|
-
readonly x:
|
7182
|
-
readonly y:
|
7324
|
+
readonly x: 144;
|
7325
|
+
readonly y: 0;
|
7183
7326
|
readonly w: 48;
|
7184
7327
|
readonly h: 48;
|
7185
7328
|
};
|
@@ -7213,7 +7356,7 @@ export declare const Item: {
|
|
7213
7356
|
readonly full: "4636.png";
|
7214
7357
|
readonly sprite: "item2.png";
|
7215
7358
|
readonly group: "item";
|
7216
|
-
readonly x:
|
7359
|
+
readonly x: 192;
|
7217
7360
|
readonly y: 0;
|
7218
7361
|
readonly w: 48;
|
7219
7362
|
readonly h: 48;
|
@@ -7247,7 +7390,7 @@ export declare const Item: {
|
|
7247
7390
|
readonly full: "4637.png";
|
7248
7391
|
readonly sprite: "item2.png";
|
7249
7392
|
readonly group: "item";
|
7250
|
-
readonly x:
|
7393
|
+
readonly x: 240;
|
7251
7394
|
readonly y: 0;
|
7252
7395
|
readonly w: 48;
|
7253
7396
|
readonly h: 48;
|
@@ -7273,7 +7416,7 @@ export declare const Item: {
|
|
7273
7416
|
};
|
7274
7417
|
readonly "4638": {
|
7275
7418
|
readonly name: "Watchful Wardstone";
|
7276
|
-
readonly description: "<mainText><stats><attention>150</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<
|
7419
|
+
readonly description: "<mainText><stats><attention>150</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Blessing of Ixtal:</passive> Grants a 8% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>";
|
7277
7420
|
readonly colloq: "";
|
7278
7421
|
readonly plaintext: "";
|
7279
7422
|
readonly consumed: true;
|
@@ -7283,7 +7426,7 @@ export declare const Item: {
|
|
7283
7426
|
readonly full: "4638.png";
|
7284
7427
|
readonly sprite: "item2.png";
|
7285
7428
|
readonly group: "item";
|
7286
|
-
readonly x:
|
7429
|
+
readonly x: 288;
|
7287
7430
|
readonly y: 0;
|
7288
7431
|
readonly w: 48;
|
7289
7432
|
readonly h: 48;
|
@@ -7294,7 +7437,7 @@ export declare const Item: {
|
|
7294
7437
|
readonly total: 1100;
|
7295
7438
|
readonly sell: 770;
|
7296
7439
|
};
|
7297
|
-
readonly tags: readonly ["Health", "Damage", "SpellDamage", "Vision", "Active", "CooldownReduction", "AbilityHaste"];
|
7440
|
+
readonly tags: readonly ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"];
|
7298
7441
|
readonly maps: {
|
7299
7442
|
readonly "11": true;
|
7300
7443
|
readonly "12": false;
|
@@ -7307,7 +7450,7 @@ export declare const Item: {
|
|
7307
7450
|
};
|
7308
7451
|
readonly "4641": {
|
7309
7452
|
readonly name: "Stirring Wardstone";
|
7310
|
-
readonly description: "<mainText><stats><attention>
|
7453
|
+
readonly description: "<mainText><stats><attention>80</attention> Health<br><attention>25%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 2 purchased Control Wards.<br><br></mainText><br>";
|
7311
7454
|
readonly colloq: "";
|
7312
7455
|
readonly plaintext: "";
|
7313
7456
|
readonly consumed: true;
|
@@ -7317,18 +7460,18 @@ export declare const Item: {
|
|
7317
7460
|
readonly full: "4641.png";
|
7318
7461
|
readonly sprite: "item2.png";
|
7319
7462
|
readonly group: "item";
|
7320
|
-
readonly x:
|
7463
|
+
readonly x: 336;
|
7321
7464
|
readonly y: 0;
|
7322
7465
|
readonly w: 48;
|
7323
7466
|
readonly h: 48;
|
7324
7467
|
};
|
7325
7468
|
readonly gold: {
|
7326
|
-
readonly base:
|
7469
|
+
readonly base: 350;
|
7327
7470
|
readonly purchasable: false;
|
7328
|
-
readonly total:
|
7329
|
-
readonly sell:
|
7471
|
+
readonly total: 350;
|
7472
|
+
readonly sell: 140;
|
7330
7473
|
};
|
7331
|
-
readonly tags: readonly ["Health", "Active", "CooldownReduction", "AbilityHaste"];
|
7474
|
+
readonly tags: readonly ["Health", "Damage", "SpellDamage", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"];
|
7332
7475
|
readonly maps: {
|
7333
7476
|
readonly "11": true;
|
7334
7477
|
readonly "12": false;
|
@@ -7336,7 +7479,7 @@ export declare const Item: {
|
|
7336
7479
|
readonly "22": false;
|
7337
7480
|
};
|
7338
7481
|
readonly stats: {
|
7339
|
-
readonly FlatHPPoolMod:
|
7482
|
+
readonly FlatHPPoolMod: 80;
|
7340
7483
|
};
|
7341
7484
|
};
|
7342
7485
|
readonly "4642": {
|
@@ -7345,12 +7488,12 @@ export declare const Item: {
|
|
7345
7488
|
readonly colloq: "";
|
7346
7489
|
readonly plaintext: "";
|
7347
7490
|
readonly from: readonly ["1004", "1052"];
|
7348
|
-
readonly into: readonly ["2065", "6617", "4005"];
|
7491
|
+
readonly into: readonly ["2065", "6617", "4005", "6620"];
|
7349
7492
|
readonly image: {
|
7350
7493
|
readonly full: "4642.png";
|
7351
7494
|
readonly sprite: "item2.png";
|
7352
7495
|
readonly group: "item";
|
7353
|
-
readonly x:
|
7496
|
+
readonly x: 384;
|
7354
7497
|
readonly y: 0;
|
7355
7498
|
readonly w: 48;
|
7356
7499
|
readonly h: 48;
|
@@ -7375,27 +7518,27 @@ export declare const Item: {
|
|
7375
7518
|
};
|
7376
7519
|
readonly "4643": {
|
7377
7520
|
readonly name: "Vigilant Wardstone";
|
7378
|
-
readonly description: "<mainText><stats><attention>
|
7521
|
+
readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>10</attention> Ability Haste<br><attention>50%</attention> Base Mana Regen</stats><br><li><passive>Arcane Cache:</passive> This item can store up to 3 purchased Control Wards.<li><passive>Behold:</passive> Increase your Stealth Ward and Control Ward placement caps by 1.<li><passive>Chosen of Ixtal:</passive> Grants a 20% increase to bonus Health, bonus Attack Damage, Ability Haste, and Ability Power.</mainText><br>";
|
7379
7522
|
readonly colloq: "";
|
7380
7523
|
readonly plaintext: "";
|
7524
|
+
readonly consumeOnFull: true;
|
7381
7525
|
readonly from: readonly ["4638"];
|
7382
|
-
readonly inStore: false;
|
7383
7526
|
readonly image: {
|
7384
7527
|
readonly full: "4643.png";
|
7385
7528
|
readonly sprite: "item2.png";
|
7386
7529
|
readonly group: "item";
|
7387
|
-
readonly x:
|
7530
|
+
readonly x: 432;
|
7388
7531
|
readonly y: 0;
|
7389
7532
|
readonly w: 48;
|
7390
7533
|
readonly h: 48;
|
7391
7534
|
};
|
7392
7535
|
readonly gold: {
|
7393
|
-
readonly base:
|
7394
|
-
readonly purchasable:
|
7395
|
-
readonly total:
|
7396
|
-
readonly sell:
|
7536
|
+
readonly base: 1200;
|
7537
|
+
readonly purchasable: true;
|
7538
|
+
readonly total: 2300;
|
7539
|
+
readonly sell: 1610;
|
7397
7540
|
};
|
7398
|
-
readonly tags: readonly ["Health", "Vision", "Active", "CooldownReduction", "AbilityHaste"];
|
7541
|
+
readonly tags: readonly ["Health", "ManaRegen", "Vision", "Active", "CooldownReduction", "AbilityHaste"];
|
7399
7542
|
readonly maps: {
|
7400
7543
|
readonly "11": true;
|
7401
7544
|
readonly "12": false;
|
@@ -7403,7 +7546,7 @@ export declare const Item: {
|
|
7403
7546
|
readonly "22": false;
|
7404
7547
|
};
|
7405
7548
|
readonly stats: {
|
7406
|
-
readonly FlatHPPoolMod:
|
7549
|
+
readonly FlatHPPoolMod: 250;
|
7407
7550
|
};
|
7408
7551
|
readonly depth: 2;
|
7409
7552
|
};
|
@@ -7418,13 +7561,13 @@ export declare const Item: {
|
|
7418
7561
|
readonly full: "4644.png";
|
7419
7562
|
readonly sprite: "item2.png";
|
7420
7563
|
readonly group: "item";
|
7421
|
-
readonly x:
|
7422
|
-
readonly y:
|
7564
|
+
readonly x: 0;
|
7565
|
+
readonly y: 48;
|
7423
7566
|
readonly w: 48;
|
7424
7567
|
readonly h: 48;
|
7425
7568
|
};
|
7426
7569
|
readonly gold: {
|
7427
|
-
readonly base:
|
7570
|
+
readonly base: 465;
|
7428
7571
|
readonly purchasable: true;
|
7429
7572
|
readonly total: 2800;
|
7430
7573
|
readonly sell: 1960;
|
@@ -7453,8 +7596,8 @@ export declare const Item: {
|
|
7453
7596
|
readonly full: "4645.png";
|
7454
7597
|
readonly sprite: "item2.png";
|
7455
7598
|
readonly group: "item";
|
7456
|
-
readonly x:
|
7457
|
-
readonly y:
|
7599
|
+
readonly x: 48;
|
7600
|
+
readonly y: 48;
|
7458
7601
|
readonly w: 48;
|
7459
7602
|
readonly h: 48;
|
7460
7603
|
};
|
@@ -7488,8 +7631,8 @@ export declare const Item: {
|
|
7488
7631
|
readonly full: "6029.png";
|
7489
7632
|
readonly sprite: "item2.png";
|
7490
7633
|
readonly group: "item";
|
7491
|
-
readonly x:
|
7492
|
-
readonly y:
|
7634
|
+
readonly x: 96;
|
7635
|
+
readonly y: 48;
|
7493
7636
|
readonly w: 48;
|
7494
7637
|
readonly h: 48;
|
7495
7638
|
};
|
@@ -7521,8 +7664,8 @@ export declare const Item: {
|
|
7521
7664
|
readonly full: "6035.png";
|
7522
7665
|
readonly sprite: "item2.png";
|
7523
7666
|
readonly group: "item";
|
7524
|
-
readonly x:
|
7525
|
-
readonly y:
|
7667
|
+
readonly x: 144;
|
7668
|
+
readonly y: 48;
|
7526
7669
|
readonly w: 48;
|
7527
7670
|
readonly h: 48;
|
7528
7671
|
};
|
@@ -7562,7 +7705,7 @@ export declare const Item: {
|
|
7562
7705
|
readonly full: "6333.png";
|
7563
7706
|
readonly sprite: "item2.png";
|
7564
7707
|
readonly group: "item";
|
7565
|
-
readonly x:
|
7708
|
+
readonly x: 192;
|
7566
7709
|
readonly y: 48;
|
7567
7710
|
readonly w: 48;
|
7568
7711
|
readonly h: 48;
|
@@ -7588,7 +7731,7 @@ export declare const Item: {
|
|
7588
7731
|
};
|
7589
7732
|
readonly "6609": {
|
7590
7733
|
readonly name: "Chempunk Chainsword";
|
7591
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>250</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Hackshorn:</passive> Dealing physical damage applies 40% <status>Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects
|
7734
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>250</attention> Health<br><attention>25</attention> Ability Haste</stats><br><li><passive>Hackshorn:</passive> Dealing physical damage applies 40% <status>Grievous Wounds</status> to enemy champions for 3 seconds.<br><br><rules><status>Grievous Wounds</status> reduces the effectiveness of Healing and Regeneration effects.</rules></mainText><br>";
|
7592
7735
|
readonly colloq: "";
|
7593
7736
|
readonly plaintext: "";
|
7594
7737
|
readonly from: readonly ["3123", "1028", "3133"];
|
@@ -7596,7 +7739,7 @@ export declare const Item: {
|
|
7596
7739
|
readonly full: "6609.png";
|
7597
7740
|
readonly sprite: "item2.png";
|
7598
7741
|
readonly group: "item";
|
7599
|
-
readonly x:
|
7742
|
+
readonly x: 240;
|
7600
7743
|
readonly y: 48;
|
7601
7744
|
readonly w: 48;
|
7602
7745
|
readonly h: 48;
|
@@ -7622,26 +7765,26 @@ export declare const Item: {
|
|
7622
7765
|
};
|
7623
7766
|
readonly "6616": {
|
7624
7767
|
readonly name: "Staff of Flowing Water";
|
7625
|
-
readonly description: "<mainText><stats><attention>
|
7768
|
+
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><attention>8%</attention> Heal and Shield Power<br><attention>75%</attention> Base Mana Regen<br><attention>5%</attention> Move Speed</stats><br><li><passive>Rapids:</passive> Healing or Shielding another ally grants you both Ability Power and Ability Haste.<br></mainText><br>";
|
7626
7769
|
readonly colloq: "";
|
7627
7770
|
readonly plaintext: "Your heals and shields reduce crowd control and grant Move Speed";
|
7628
|
-
readonly from: readonly ["
|
7771
|
+
readonly from: readonly ["3113", "3114"];
|
7629
7772
|
readonly image: {
|
7630
7773
|
readonly full: "6616.png";
|
7631
7774
|
readonly sprite: "item2.png";
|
7632
7775
|
readonly group: "item";
|
7633
|
-
readonly x:
|
7776
|
+
readonly x: 288;
|
7634
7777
|
readonly y: 48;
|
7635
7778
|
readonly w: 48;
|
7636
7779
|
readonly h: 48;
|
7637
7780
|
};
|
7638
7781
|
readonly gold: {
|
7639
|
-
readonly base:
|
7782
|
+
readonly base: 450;
|
7640
7783
|
readonly purchasable: true;
|
7641
|
-
readonly total:
|
7642
|
-
readonly sell:
|
7784
|
+
readonly total: 2100;
|
7785
|
+
readonly sell: 1470;
|
7643
7786
|
};
|
7644
|
-
readonly tags: readonly ["SpellDamage", "ManaRegen", "
|
7787
|
+
readonly tags: readonly ["SpellDamage", "ManaRegen", "NonbootsMovement"];
|
7645
7788
|
readonly maps: {
|
7646
7789
|
readonly "11": true;
|
7647
7790
|
readonly "12": true;
|
@@ -7649,13 +7792,14 @@ export declare const Item: {
|
|
7649
7792
|
readonly "22": false;
|
7650
7793
|
};
|
7651
7794
|
readonly stats: {
|
7652
|
-
readonly
|
7795
|
+
readonly PercentMovementSpeedMod: 0.05;
|
7796
|
+
readonly FlatMagicDamageMod: 35;
|
7653
7797
|
};
|
7654
7798
|
readonly depth: 3;
|
7655
7799
|
};
|
7656
7800
|
readonly "6617": {
|
7657
7801
|
readonly name: "Moonstone Renewer";
|
7658
|
-
readonly description: "<mainText><stats><attention>
|
7802
|
+
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><attention>200</attention> Health<br><attention>20</attention> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention></mainText><br>";
|
7659
7803
|
readonly colloq: "";
|
7660
7804
|
readonly plaintext: "Your heals and shields cool down faster and have greater effect on low health allies";
|
7661
7805
|
readonly from: readonly ["3067", "4642"];
|
@@ -7664,16 +7808,51 @@ export declare const Item: {
|
|
7664
7808
|
readonly full: "6617.png";
|
7665
7809
|
readonly sprite: "item2.png";
|
7666
7810
|
readonly group: "item";
|
7667
|
-
readonly x:
|
7811
|
+
readonly x: 336;
|
7668
7812
|
readonly y: 48;
|
7669
7813
|
readonly w: 48;
|
7670
7814
|
readonly h: 48;
|
7671
7815
|
};
|
7672
7816
|
readonly gold: {
|
7673
|
-
readonly base:
|
7817
|
+
readonly base: 550;
|
7674
7818
|
readonly purchasable: true;
|
7675
|
-
readonly total:
|
7676
|
-
readonly sell:
|
7819
|
+
readonly total: 2300;
|
7820
|
+
readonly sell: 1610;
|
7821
|
+
};
|
7822
|
+
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"];
|
7823
|
+
readonly maps: {
|
7824
|
+
readonly "11": true;
|
7825
|
+
readonly "12": true;
|
7826
|
+
readonly "21": true;
|
7827
|
+
readonly "22": false;
|
7828
|
+
};
|
7829
|
+
readonly stats: {
|
7830
|
+
readonly FlatHPPoolMod: 200;
|
7831
|
+
readonly FlatMagicDamageMod: 35;
|
7832
|
+
};
|
7833
|
+
readonly depth: 3;
|
7834
|
+
};
|
7835
|
+
readonly "6620": {
|
7836
|
+
readonly name: "Echoes of Helia";
|
7837
|
+
readonly description: "<mainText><stats><attention>30</attention> Ability Power<br><attention>200</attention> Health<br><attention>15</attention> Ability Haste<br><attention>125%</attention> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>";
|
7838
|
+
readonly colloq: "";
|
7839
|
+
readonly plaintext: "Damage low-health enemies to trigger a cursed explosion, dealing damage and slowing nearby foes";
|
7840
|
+
readonly from: readonly ["3012", "4642"];
|
7841
|
+
readonly into: readonly ["7033"];
|
7842
|
+
readonly image: {
|
7843
|
+
readonly full: "6620.png";
|
7844
|
+
readonly sprite: "item2.png";
|
7845
|
+
readonly group: "item";
|
7846
|
+
readonly x: 384;
|
7847
|
+
readonly y: 48;
|
7848
|
+
readonly w: 48;
|
7849
|
+
readonly h: 48;
|
7850
|
+
};
|
7851
|
+
readonly gold: {
|
7852
|
+
readonly base: 400;
|
7853
|
+
readonly purchasable: true;
|
7854
|
+
readonly total: 2300;
|
7855
|
+
readonly sell: 1610;
|
7677
7856
|
};
|
7678
7857
|
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"];
|
7679
7858
|
readonly maps: {
|
@@ -7684,7 +7863,7 @@ export declare const Item: {
|
|
7684
7863
|
};
|
7685
7864
|
readonly stats: {
|
7686
7865
|
readonly FlatHPPoolMod: 200;
|
7687
|
-
readonly FlatMagicDamageMod:
|
7866
|
+
readonly FlatMagicDamageMod: 30;
|
7688
7867
|
};
|
7689
7868
|
readonly depth: 3;
|
7690
7869
|
};
|
@@ -7699,16 +7878,16 @@ export declare const Item: {
|
|
7699
7878
|
readonly full: "6630.png";
|
7700
7879
|
readonly sprite: "item2.png";
|
7701
7880
|
readonly group: "item";
|
7702
|
-
readonly x:
|
7881
|
+
readonly x: 432;
|
7703
7882
|
readonly y: 48;
|
7704
7883
|
readonly w: 48;
|
7705
7884
|
readonly h: 48;
|
7706
7885
|
};
|
7707
7886
|
readonly gold: {
|
7708
|
-
readonly base:
|
7887
|
+
readonly base: 200;
|
7709
7888
|
readonly purchasable: true;
|
7710
|
-
readonly total:
|
7711
|
-
readonly sell:
|
7889
|
+
readonly total: 3200;
|
7890
|
+
readonly sell: 2240;
|
7712
7891
|
};
|
7713
7892
|
readonly tags: readonly ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"];
|
7714
7893
|
readonly maps: {
|
@@ -7725,7 +7904,7 @@ export declare const Item: {
|
|
7725
7904
|
};
|
7726
7905
|
readonly "6631": {
|
7727
7906
|
readonly name: "Stridebreaker";
|
7728
|
-
readonly description: "<mainText><stats><attention>
|
7907
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>300</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>";
|
7729
7908
|
readonly colloq: "";
|
7730
7909
|
readonly plaintext: "";
|
7731
7910
|
readonly from: readonly ["6029", "3051", "3067"];
|
@@ -7734,13 +7913,13 @@ export declare const Item: {
|
|
7734
7913
|
readonly full: "6631.png";
|
7735
7914
|
readonly sprite: "item2.png";
|
7736
7915
|
readonly group: "item";
|
7737
|
-
readonly x:
|
7738
|
-
readonly y:
|
7916
|
+
readonly x: 0;
|
7917
|
+
readonly y: 96;
|
7739
7918
|
readonly w: 48;
|
7740
7919
|
readonly h: 48;
|
7741
7920
|
};
|
7742
7921
|
readonly gold: {
|
7743
|
-
readonly base:
|
7922
|
+
readonly base: 300;
|
7744
7923
|
readonly purchasable: true;
|
7745
7924
|
readonly total: 3300;
|
7746
7925
|
readonly sell: 2310;
|
@@ -7753,7 +7932,7 @@ export declare const Item: {
|
|
7753
7932
|
readonly "22": false;
|
7754
7933
|
};
|
7755
7934
|
readonly stats: {
|
7756
|
-
readonly FlatPhysicalDamageMod:
|
7935
|
+
readonly FlatPhysicalDamageMod: 60;
|
7757
7936
|
readonly FlatHPPoolMod: 300;
|
7758
7937
|
readonly PercentAttackSpeedMod: 0.2;
|
7759
7938
|
};
|
@@ -7777,8 +7956,8 @@ export declare const Item: {
|
|
7777
7956
|
readonly full: "6632.png";
|
7778
7957
|
readonly sprite: "item2.png";
|
7779
7958
|
readonly group: "item";
|
7780
|
-
readonly x:
|
7781
|
-
readonly y:
|
7959
|
+
readonly x: 48;
|
7960
|
+
readonly y: 96;
|
7782
7961
|
readonly w: 48;
|
7783
7962
|
readonly h: 48;
|
7784
7963
|
};
|
@@ -7812,13 +7991,13 @@ export declare const Item: {
|
|
7812
7991
|
readonly full: "6653.png";
|
7813
7992
|
readonly sprite: "item2.png";
|
7814
7993
|
readonly group: "item";
|
7815
|
-
readonly x:
|
7816
|
-
readonly y:
|
7994
|
+
readonly x: 96;
|
7995
|
+
readonly y: 96;
|
7817
7996
|
readonly w: 48;
|
7818
7997
|
readonly h: 48;
|
7819
7998
|
};
|
7820
7999
|
readonly gold: {
|
7821
|
-
readonly base:
|
8000
|
+
readonly base: 1200;
|
7822
8001
|
readonly purchasable: true;
|
7823
8002
|
readonly total: 3200;
|
7824
8003
|
readonly sell: 2240;
|
@@ -7847,13 +8026,13 @@ export declare const Item: {
|
|
7847
8026
|
readonly full: "6655.png";
|
7848
8027
|
readonly sprite: "item2.png";
|
7849
8028
|
readonly group: "item";
|
7850
|
-
readonly x:
|
7851
|
-
readonly y:
|
8029
|
+
readonly x: 144;
|
8030
|
+
readonly y: 96;
|
7852
8031
|
readonly w: 48;
|
7853
8032
|
readonly h: 48;
|
7854
8033
|
};
|
7855
8034
|
readonly gold: {
|
7856
|
-
readonly base:
|
8035
|
+
readonly base: 1250;
|
7857
8036
|
readonly purchasable: true;
|
7858
8037
|
readonly total: 3200;
|
7859
8038
|
readonly sell: 2240;
|
@@ -7882,13 +8061,13 @@ export declare const Item: {
|
|
7882
8061
|
readonly full: "6656.png";
|
7883
8062
|
readonly sprite: "item2.png";
|
7884
8063
|
readonly group: "item";
|
7885
|
-
readonly x:
|
7886
|
-
readonly y:
|
8064
|
+
readonly x: 192;
|
8065
|
+
readonly y: 96;
|
7887
8066
|
readonly w: 48;
|
7888
8067
|
readonly h: 48;
|
7889
8068
|
};
|
7890
8069
|
readonly gold: {
|
7891
|
-
readonly base:
|
8070
|
+
readonly base: 465;
|
7892
8071
|
readonly purchasable: true;
|
7893
8072
|
readonly total: 2800;
|
7894
8073
|
readonly sell: 1960;
|
@@ -7918,7 +8097,7 @@ export declare const Item: {
|
|
7918
8097
|
readonly full: "6657.png";
|
7919
8098
|
readonly sprite: "item2.png";
|
7920
8099
|
readonly group: "item";
|
7921
|
-
readonly x:
|
8100
|
+
readonly x: 240;
|
7922
8101
|
readonly y: 96;
|
7923
8102
|
readonly w: 48;
|
7924
8103
|
readonly h: 48;
|
@@ -7954,7 +8133,7 @@ export declare const Item: {
|
|
7954
8133
|
readonly full: "6660.png";
|
7955
8134
|
readonly sprite: "item2.png";
|
7956
8135
|
readonly group: "item";
|
7957
|
-
readonly x:
|
8136
|
+
readonly x: 288;
|
7958
8137
|
readonly y: 96;
|
7959
8138
|
readonly w: 48;
|
7960
8139
|
readonly h: 48;
|
@@ -7988,7 +8167,7 @@ export declare const Item: {
|
|
7988
8167
|
readonly full: "6662.png";
|
7989
8168
|
readonly sprite: "item2.png";
|
7990
8169
|
readonly group: "item";
|
7991
|
-
readonly x:
|
8170
|
+
readonly x: 336;
|
7992
8171
|
readonly y: 96;
|
7993
8172
|
readonly w: 48;
|
7994
8173
|
readonly h: 48;
|
@@ -8022,7 +8201,7 @@ export declare const Item: {
|
|
8022
8201
|
readonly full: "6664.png";
|
8023
8202
|
readonly sprite: "item2.png";
|
8024
8203
|
readonly group: "item";
|
8025
|
-
readonly x:
|
8204
|
+
readonly x: 384;
|
8026
8205
|
readonly y: 96;
|
8027
8206
|
readonly w: 48;
|
8028
8207
|
readonly h: 48;
|
@@ -8057,7 +8236,7 @@ export declare const Item: {
|
|
8057
8236
|
readonly full: "6665.png";
|
8058
8237
|
readonly sprite: "item2.png";
|
8059
8238
|
readonly group: "item";
|
8060
|
-
readonly x:
|
8239
|
+
readonly x: 432;
|
8061
8240
|
readonly y: 96;
|
8062
8241
|
readonly w: 48;
|
8063
8242
|
readonly h: 48;
|
@@ -8084,25 +8263,25 @@ export declare const Item: {
|
|
8084
8263
|
};
|
8085
8264
|
readonly "6667": {
|
8086
8265
|
readonly name: "Radiant Virtue";
|
8087
|
-
readonly description: "<mainText><stats><attention>
|
8266
|
+
readonly description: "<mainText><stats><attention>350</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>";
|
8088
8267
|
readonly colloq: "";
|
8089
8268
|
readonly plaintext: "";
|
8090
|
-
readonly from: readonly ["3105", "
|
8269
|
+
readonly from: readonly ["3105", "1011"];
|
8091
8270
|
readonly into: readonly ["7027"];
|
8092
8271
|
readonly image: {
|
8093
8272
|
readonly full: "6667.png";
|
8094
8273
|
readonly sprite: "item2.png";
|
8095
8274
|
readonly group: "item";
|
8096
|
-
readonly x:
|
8097
|
-
readonly y:
|
8275
|
+
readonly x: 0;
|
8276
|
+
readonly y: 144;
|
8098
8277
|
readonly w: 48;
|
8099
8278
|
readonly h: 48;
|
8100
8279
|
};
|
8101
8280
|
readonly gold: {
|
8102
|
-
readonly base:
|
8281
|
+
readonly base: 600;
|
8103
8282
|
readonly purchasable: true;
|
8104
|
-
readonly total:
|
8105
|
-
readonly sell:
|
8283
|
+
readonly total: 2700;
|
8284
|
+
readonly sell: 1890;
|
8106
8285
|
};
|
8107
8286
|
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"];
|
8108
8287
|
readonly maps: {
|
@@ -8112,7 +8291,7 @@ export declare const Item: {
|
|
8112
8291
|
readonly "22": false;
|
8113
8292
|
};
|
8114
8293
|
readonly stats: {
|
8115
|
-
readonly FlatHPPoolMod:
|
8294
|
+
readonly FlatHPPoolMod: 350;
|
8116
8295
|
readonly FlatSpellBlockMod: 30;
|
8117
8296
|
readonly FlatArmorMod: 30;
|
8118
8297
|
};
|
@@ -8124,13 +8303,13 @@ export declare const Item: {
|
|
8124
8303
|
readonly colloq: "";
|
8125
8304
|
readonly plaintext: "";
|
8126
8305
|
readonly from: readonly ["1036", "1042", "1036"];
|
8127
|
-
readonly into: readonly ["
|
8306
|
+
readonly into: readonly ["3087", "3095", "6672"];
|
8128
8307
|
readonly image: {
|
8129
8308
|
readonly full: "6670.png";
|
8130
8309
|
readonly sprite: "item2.png";
|
8131
8310
|
readonly group: "item";
|
8132
|
-
readonly x:
|
8133
|
-
readonly y:
|
8311
|
+
readonly x: 48;
|
8312
|
+
readonly y: 144;
|
8134
8313
|
readonly w: 48;
|
8135
8314
|
readonly h: 48;
|
8136
8315
|
};
|
@@ -8155,27 +8334,27 @@ export declare const Item: {
|
|
8155
8334
|
};
|
8156
8335
|
readonly "6671": {
|
8157
8336
|
readonly name: "Galeforce";
|
8158
|
-
readonly description: "<mainText><stats><attention>
|
8337
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>";
|
8159
8338
|
readonly colloq: "";
|
8160
8339
|
readonly plaintext: "";
|
8161
|
-
readonly from: readonly ["
|
8340
|
+
readonly from: readonly ["1038", "3086", "1036"];
|
8162
8341
|
readonly into: readonly ["7006"];
|
8163
8342
|
readonly image: {
|
8164
8343
|
readonly full: "6671.png";
|
8165
8344
|
readonly sprite: "item2.png";
|
8166
8345
|
readonly group: "item";
|
8167
|
-
readonly x:
|
8168
|
-
readonly y:
|
8346
|
+
readonly x: 96;
|
8347
|
+
readonly y: 144;
|
8169
8348
|
readonly w: 48;
|
8170
8349
|
readonly h: 48;
|
8171
8350
|
};
|
8172
8351
|
readonly gold: {
|
8173
|
-
readonly base:
|
8352
|
+
readonly base: 650;
|
8174
8353
|
readonly purchasable: true;
|
8175
8354
|
readonly total: 3400;
|
8176
8355
|
readonly sell: 2380;
|
8177
8356
|
};
|
8178
|
-
readonly tags: readonly ["Damage", "CriticalStrike", "
|
8357
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "Active", "NonbootsMovement"];
|
8179
8358
|
readonly maps: {
|
8180
8359
|
readonly "11": true;
|
8181
8360
|
readonly "12": true;
|
@@ -8183,35 +8362,36 @@ export declare const Item: {
|
|
8183
8362
|
readonly "22": false;
|
8184
8363
|
};
|
8185
8364
|
readonly stats: {
|
8186
|
-
readonly FlatPhysicalDamageMod:
|
8365
|
+
readonly FlatPhysicalDamageMod: 55;
|
8187
8366
|
readonly FlatCritChanceMod: 0.2;
|
8188
|
-
readonly
|
8367
|
+
readonly PercentMovementSpeedMod: 0.07;
|
8368
|
+
readonly PercentAttackSpeedMod: 0.15;
|
8189
8369
|
};
|
8190
8370
|
readonly depth: 3;
|
8191
8371
|
};
|
8192
8372
|
readonly "6672": {
|
8193
8373
|
readonly name: "Kraken Slayer";
|
8194
|
-
readonly description: "<mainText><stats><attention>
|
8374
|
+
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional magic damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>";
|
8195
8375
|
readonly colloq: "";
|
8196
8376
|
readonly plaintext: "";
|
8197
|
-
readonly from: readonly ["6670", "1018", "
|
8377
|
+
readonly from: readonly ["6670", "1018", "1043"];
|
8198
8378
|
readonly into: readonly ["7007"];
|
8199
8379
|
readonly image: {
|
8200
8380
|
readonly full: "6672.png";
|
8201
8381
|
readonly sprite: "item2.png";
|
8202
8382
|
readonly group: "item";
|
8203
|
-
readonly x:
|
8204
|
-
readonly y:
|
8383
|
+
readonly x: 144;
|
8384
|
+
readonly y: 144;
|
8205
8385
|
readonly w: 48;
|
8206
8386
|
readonly h: 48;
|
8207
8387
|
};
|
8208
8388
|
readonly gold: {
|
8209
|
-
readonly base:
|
8389
|
+
readonly base: 400;
|
8210
8390
|
readonly purchasable: true;
|
8211
|
-
readonly total:
|
8212
|
-
readonly sell:
|
8391
|
+
readonly total: 3000;
|
8392
|
+
readonly sell: 2100;
|
8213
8393
|
};
|
8214
|
-
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed"
|
8394
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed"];
|
8215
8395
|
readonly maps: {
|
8216
8396
|
readonly "11": true;
|
8217
8397
|
readonly "12": true;
|
@@ -8219,35 +8399,35 @@ export declare const Item: {
|
|
8219
8399
|
readonly "22": false;
|
8220
8400
|
};
|
8221
8401
|
readonly stats: {
|
8222
|
-
readonly FlatPhysicalDamageMod:
|
8402
|
+
readonly FlatPhysicalDamageMod: 40;
|
8223
8403
|
readonly FlatCritChanceMod: 0.2;
|
8224
|
-
readonly PercentAttackSpeedMod: 0.
|
8404
|
+
readonly PercentAttackSpeedMod: 0.3;
|
8225
8405
|
};
|
8226
8406
|
readonly depth: 3;
|
8227
8407
|
};
|
8228
8408
|
readonly "6673": {
|
8229
8409
|
readonly name: "Immortal Shieldbow";
|
8230
|
-
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>20%</attention>
|
8410
|
+
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>";
|
8231
8411
|
readonly colloq: "";
|
8232
8412
|
readonly plaintext: "";
|
8233
|
-
readonly from: readonly ["
|
8413
|
+
readonly from: readonly ["1037", "1018", "1053"];
|
8234
8414
|
readonly into: readonly ["7008"];
|
8235
8415
|
readonly image: {
|
8236
8416
|
readonly full: "6673.png";
|
8237
8417
|
readonly sprite: "item2.png";
|
8238
8418
|
readonly group: "item";
|
8239
|
-
readonly x:
|
8240
|
-
readonly y:
|
8419
|
+
readonly x: 192;
|
8420
|
+
readonly y: 144;
|
8241
8421
|
readonly w: 48;
|
8242
8422
|
readonly h: 48;
|
8243
8423
|
};
|
8244
8424
|
readonly gold: {
|
8245
|
-
readonly base:
|
8425
|
+
readonly base: 625;
|
8246
8426
|
readonly purchasable: true;
|
8247
|
-
readonly total:
|
8248
|
-
readonly sell:
|
8427
|
+
readonly total: 3000;
|
8428
|
+
readonly sell: 2100;
|
8249
8429
|
};
|
8250
|
-
readonly tags: readonly ["
|
8430
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"];
|
8251
8431
|
readonly maps: {
|
8252
8432
|
readonly "11": true;
|
8253
8433
|
readonly "12": true;
|
@@ -8257,22 +8437,22 @@ export declare const Item: {
|
|
8257
8437
|
readonly stats: {
|
8258
8438
|
readonly FlatPhysicalDamageMod: 50;
|
8259
8439
|
readonly FlatCritChanceMod: 0.2;
|
8260
|
-
readonly PercentAttackSpeedMod: 0.2;
|
8261
8440
|
readonly PercentLifeStealMod: 0.07;
|
8262
8441
|
};
|
8263
8442
|
readonly depth: 3;
|
8264
8443
|
};
|
8265
8444
|
readonly "6675": {
|
8266
8445
|
readonly name: "Navori Quickblades";
|
8267
|
-
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>20</attention> Ability Haste</stats><br><li><passive>Transcendence:</passive>
|
8446
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>20</attention> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Ability Haste.</mainText><br>";
|
8268
8447
|
readonly colloq: "";
|
8269
8448
|
readonly plaintext: "";
|
8270
8449
|
readonly from: readonly ["3133", "1037", "1018"];
|
8450
|
+
readonly into: readonly ["7032"];
|
8271
8451
|
readonly image: {
|
8272
8452
|
readonly full: "6675.png";
|
8273
8453
|
readonly sprite: "item2.png";
|
8274
8454
|
readonly group: "item";
|
8275
|
-
readonly x:
|
8455
|
+
readonly x: 240;
|
8276
8456
|
readonly y: 144;
|
8277
8457
|
readonly w: 48;
|
8278
8458
|
readonly h: 48;
|
@@ -8303,7 +8483,7 @@ export declare const Item: {
|
|
8303
8483
|
};
|
8304
8484
|
readonly "6676": {
|
8305
8485
|
readonly name: "The Collector";
|
8306
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>
|
8486
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18</attention> Lethality</stats><br><li><passive>Death and Taxes:</passive> Dealing damage that would leave an enemy champion below 5% Health executes them. Champion kills grant an additional 25 gold.</mainText><br>";
|
8307
8487
|
readonly colloq: "";
|
8308
8488
|
readonly plaintext: "";
|
8309
8489
|
readonly from: readonly ["3134", "1037", "1018"];
|
@@ -8311,7 +8491,7 @@ export declare const Item: {
|
|
8311
8491
|
readonly full: "6676.png";
|
8312
8492
|
readonly sprite: "item2.png";
|
8313
8493
|
readonly group: "item";
|
8314
|
-
readonly x:
|
8494
|
+
readonly x: 288;
|
8315
8495
|
readonly y: 144;
|
8316
8496
|
readonly w: 48;
|
8317
8497
|
readonly h: 48;
|
@@ -8337,7 +8517,7 @@ export declare const Item: {
|
|
8337
8517
|
};
|
8338
8518
|
readonly "6677": {
|
8339
8519
|
readonly name: "Rageknife";
|
8340
|
-
readonly description: "<mainText><stats><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive>
|
8520
|
+
readonly description: "<mainText><stats><attention>25%</attention> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply <magicDamage>20 magic damage</magicDamage> <OnHit>On-Hit</OnHit>.<li><passive>Seething Strike:</passive> Basic attacks grant <attackSpeed>5% Attack Speed</attackSpeed>, stacking up to 3 times for a maximum of <attackSpeed>0 Attack Speed</attackSpeed>.</mainText><br>";
|
8341
8521
|
readonly colloq: "";
|
8342
8522
|
readonly plaintext: "";
|
8343
8523
|
readonly from: readonly ["1042", "1042"];
|
@@ -8346,16 +8526,16 @@ export declare const Item: {
|
|
8346
8526
|
readonly full: "6677.png";
|
8347
8527
|
readonly sprite: "item2.png";
|
8348
8528
|
readonly group: "item";
|
8349
|
-
readonly x:
|
8529
|
+
readonly x: 336;
|
8350
8530
|
readonly y: 144;
|
8351
8531
|
readonly w: 48;
|
8352
8532
|
readonly h: 48;
|
8353
8533
|
};
|
8354
8534
|
readonly gold: {
|
8355
|
-
readonly base:
|
8535
|
+
readonly base: 600;
|
8356
8536
|
readonly purchasable: true;
|
8357
|
-
readonly total:
|
8358
|
-
readonly sell:
|
8537
|
+
readonly total: 1200;
|
8538
|
+
readonly sell: 840;
|
8359
8539
|
};
|
8360
8540
|
readonly tags: readonly ["AttackSpeed", "OnHit"];
|
8361
8541
|
readonly maps: {
|
@@ -8371,7 +8551,7 @@ export declare const Item: {
|
|
8371
8551
|
};
|
8372
8552
|
readonly "6691": {
|
8373
8553
|
readonly name: "Duskblade of Draktharr";
|
8374
|
-
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>
|
8554
|
+
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 (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
|
8375
8555
|
readonly colloq: "";
|
8376
8556
|
readonly plaintext: "";
|
8377
8557
|
readonly from: readonly ["3134", "3133"];
|
@@ -8380,7 +8560,7 @@ export declare const Item: {
|
|
8380
8560
|
readonly full: "6691.png";
|
8381
8561
|
readonly sprite: "item2.png";
|
8382
8562
|
readonly group: "item";
|
8383
|
-
readonly x:
|
8563
|
+
readonly x: 384;
|
8384
8564
|
readonly y: 144;
|
8385
8565
|
readonly w: 48;
|
8386
8566
|
readonly h: 48;
|
@@ -8414,7 +8594,7 @@ export declare const Item: {
|
|
8414
8594
|
readonly full: "6692.png";
|
8415
8595
|
readonly sprite: "item2.png";
|
8416
8596
|
readonly group: "item";
|
8417
|
-
readonly x:
|
8597
|
+
readonly x: 432;
|
8418
8598
|
readonly y: 144;
|
8419
8599
|
readonly w: 48;
|
8420
8600
|
readonly h: 48;
|
@@ -8439,7 +8619,7 @@ export declare const Item: {
|
|
8439
8619
|
};
|
8440
8620
|
readonly "6693": {
|
8441
8621
|
readonly name: "Prowler's Claw";
|
8442
|
-
readonly description: "<mainText><stats><attention>
|
8622
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>";
|
8443
8623
|
readonly colloq: "";
|
8444
8624
|
readonly plaintext: "";
|
8445
8625
|
readonly from: readonly ["3134", "3133"];
|
@@ -8448,16 +8628,16 @@ export declare const Item: {
|
|
8448
8628
|
readonly full: "6693.png";
|
8449
8629
|
readonly sprite: "item2.png";
|
8450
8630
|
readonly group: "item";
|
8451
|
-
readonly x:
|
8452
|
-
readonly y:
|
8631
|
+
readonly x: 0;
|
8632
|
+
readonly y: 192;
|
8453
8633
|
readonly w: 48;
|
8454
8634
|
readonly h: 48;
|
8455
8635
|
};
|
8456
8636
|
readonly gold: {
|
8457
|
-
readonly base:
|
8637
|
+
readonly base: 800;
|
8458
8638
|
readonly purchasable: true;
|
8459
|
-
readonly total:
|
8460
|
-
readonly sell:
|
8639
|
+
readonly total: 3000;
|
8640
|
+
readonly sell: 2100;
|
8461
8641
|
};
|
8462
8642
|
readonly tags: readonly ["Damage", "Active", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"];
|
8463
8643
|
readonly maps: {
|
@@ -8467,7 +8647,7 @@ export declare const Item: {
|
|
8467
8647
|
readonly "22": false;
|
8468
8648
|
};
|
8469
8649
|
readonly stats: {
|
8470
|
-
readonly FlatPhysicalDamageMod:
|
8650
|
+
readonly FlatPhysicalDamageMod: 55;
|
8471
8651
|
};
|
8472
8652
|
readonly depth: 3;
|
8473
8653
|
};
|
@@ -8481,8 +8661,8 @@ export declare const Item: {
|
|
8481
8661
|
readonly full: "6694.png";
|
8482
8662
|
readonly sprite: "item2.png";
|
8483
8663
|
readonly group: "item";
|
8484
|
-
readonly x:
|
8485
|
-
readonly y:
|
8664
|
+
readonly x: 48;
|
8665
|
+
readonly y: 192;
|
8486
8666
|
readonly w: 48;
|
8487
8667
|
readonly h: 48;
|
8488
8668
|
};
|
@@ -8514,8 +8694,8 @@ export declare const Item: {
|
|
8514
8694
|
readonly full: "6695.png";
|
8515
8695
|
readonly sprite: "item2.png";
|
8516
8696
|
readonly group: "item";
|
8517
|
-
readonly x:
|
8518
|
-
readonly y:
|
8697
|
+
readonly x: 96;
|
8698
|
+
readonly y: 192;
|
8519
8699
|
readonly w: 48;
|
8520
8700
|
readonly h: 48;
|
8521
8701
|
};
|
@@ -8547,8 +8727,8 @@ export declare const Item: {
|
|
8547
8727
|
readonly full: "6696.png";
|
8548
8728
|
readonly sprite: "item2.png";
|
8549
8729
|
readonly group: "item";
|
8550
|
-
readonly x:
|
8551
|
-
readonly y:
|
8730
|
+
readonly x: 144;
|
8731
|
+
readonly y: 192;
|
8552
8732
|
readonly w: 48;
|
8553
8733
|
readonly h: 48;
|
8554
8734
|
};
|
@@ -8572,7 +8752,7 @@ export declare const Item: {
|
|
8572
8752
|
};
|
8573
8753
|
readonly "7000": {
|
8574
8754
|
readonly name: "Sandshrike's Claw";
|
8575
|
-
readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><
|
8755
|
+
readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><li><passive>Sandstrike:</passive> After dashing, blinking, or exiting Stealth, your next Attack on a champion deals an additional physical damage. If dealt by a Melee champion, this Attack also <status>Slows</status> the target.</mainText><br>";
|
8576
8756
|
readonly colloq: "";
|
8577
8757
|
readonly plaintext: "";
|
8578
8758
|
readonly from: readonly ["6693"];
|
@@ -8582,16 +8762,16 @@ export declare const Item: {
|
|
8582
8762
|
readonly full: "7000.png";
|
8583
8763
|
readonly sprite: "item2.png";
|
8584
8764
|
readonly group: "item";
|
8585
|
-
readonly x:
|
8586
|
-
readonly y:
|
8765
|
+
readonly x: 192;
|
8766
|
+
readonly y: 192;
|
8587
8767
|
readonly w: 48;
|
8588
8768
|
readonly h: 48;
|
8589
8769
|
};
|
8590
8770
|
readonly gold: {
|
8591
8771
|
readonly base: 0;
|
8592
8772
|
readonly purchasable: false;
|
8593
|
-
readonly total:
|
8594
|
-
readonly sell:
|
8773
|
+
readonly total: 3000;
|
8774
|
+
readonly sell: 2100;
|
8595
8775
|
};
|
8596
8776
|
readonly tags: readonly ["Damage", "Active", "CooldownReduction", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"];
|
8597
8777
|
readonly maps: {
|
@@ -8617,7 +8797,7 @@ export declare const Item: {
|
|
8617
8797
|
readonly full: "7001.png";
|
8618
8798
|
readonly sprite: "item2.png";
|
8619
8799
|
readonly group: "item";
|
8620
|
-
readonly x:
|
8800
|
+
readonly x: 240;
|
8621
8801
|
readonly y: 192;
|
8622
8802
|
readonly w: 48;
|
8623
8803
|
readonly h: 48;
|
@@ -8642,7 +8822,7 @@ export declare const Item: {
|
|
8642
8822
|
};
|
8643
8823
|
readonly "7002": {
|
8644
8824
|
readonly name: "Draktharr's Shadowcarver";
|
8645
|
-
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>
|
8825
|
+
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 (10s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
|
8646
8826
|
readonly colloq: "";
|
8647
8827
|
readonly plaintext: "";
|
8648
8828
|
readonly from: readonly ["6691"];
|
@@ -8652,7 +8832,7 @@ export declare const Item: {
|
|
8652
8832
|
readonly full: "7002.png";
|
8653
8833
|
readonly sprite: "item2.png";
|
8654
8834
|
readonly group: "item";
|
8655
|
-
readonly x:
|
8835
|
+
readonly x: 288;
|
8656
8836
|
readonly y: 192;
|
8657
8837
|
readonly w: 48;
|
8658
8838
|
readonly h: 48;
|
@@ -8687,7 +8867,7 @@ export declare const Item: {
|
|
8687
8867
|
readonly full: "7005.png";
|
8688
8868
|
readonly sprite: "item2.png";
|
8689
8869
|
readonly group: "item";
|
8690
|
-
readonly x:
|
8870
|
+
readonly x: 336;
|
8691
8871
|
readonly y: 192;
|
8692
8872
|
readonly w: 48;
|
8693
8873
|
readonly h: 48;
|
@@ -8713,7 +8893,7 @@ export declare const Item: {
|
|
8713
8893
|
};
|
8714
8894
|
readonly "7006": {
|
8715
8895
|
readonly name: "Typhoon";
|
8716
|
-
readonly description: "<mainText><stats><ornnBonus>
|
8896
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>10%</ornnBonus> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>";
|
8717
8897
|
readonly colloq: "";
|
8718
8898
|
readonly plaintext: "";
|
8719
8899
|
readonly from: readonly ["6671"];
|
@@ -8723,7 +8903,7 @@ export declare const Item: {
|
|
8723
8903
|
readonly full: "7006.png";
|
8724
8904
|
readonly sprite: "item2.png";
|
8725
8905
|
readonly group: "item";
|
8726
|
-
readonly x:
|
8906
|
+
readonly x: 384;
|
8727
8907
|
readonly y: 192;
|
8728
8908
|
readonly w: 48;
|
8729
8909
|
readonly h: 48;
|
@@ -8734,7 +8914,7 @@ export declare const Item: {
|
|
8734
8914
|
readonly total: 3400;
|
8735
8915
|
readonly sell: 2380;
|
8736
8916
|
};
|
8737
|
-
readonly tags: readonly ["Damage", "CriticalStrike", "
|
8917
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "Active", "NonbootsMovement"];
|
8738
8918
|
readonly maps: {
|
8739
8919
|
readonly "11": true;
|
8740
8920
|
readonly "12": true;
|
@@ -8742,15 +8922,16 @@ export declare const Item: {
|
|
8742
8922
|
readonly "22": false;
|
8743
8923
|
};
|
8744
8924
|
readonly stats: {
|
8745
|
-
readonly FlatPhysicalDamageMod:
|
8925
|
+
readonly FlatPhysicalDamageMod: 70;
|
8746
8926
|
readonly FlatCritChanceMod: 0.2;
|
8747
|
-
readonly
|
8927
|
+
readonly PercentMovementSpeedMod: 0.1;
|
8928
|
+
readonly PercentAttackSpeedMod: 0.3;
|
8748
8929
|
};
|
8749
8930
|
readonly depth: 4;
|
8750
8931
|
};
|
8751
8932
|
readonly "7007": {
|
8752
8933
|
readonly name: "Wyrmfallen Sacrifice";
|
8753
|
-
readonly description: "<mainText><stats><ornnBonus>85</ornnBonus> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional
|
8934
|
+
readonly description: "<mainText><stats><ornnBonus>85</ornnBonus> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional magic damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>";
|
8754
8935
|
readonly colloq: "";
|
8755
8936
|
readonly plaintext: "";
|
8756
8937
|
readonly from: readonly ["6672"];
|
@@ -8760,7 +8941,7 @@ export declare const Item: {
|
|
8760
8941
|
readonly full: "7007.png";
|
8761
8942
|
readonly sprite: "item2.png";
|
8762
8943
|
readonly group: "item";
|
8763
|
-
readonly x:
|
8944
|
+
readonly x: 432;
|
8764
8945
|
readonly y: 192;
|
8765
8946
|
readonly w: 48;
|
8766
8947
|
readonly h: 48;
|
@@ -8768,10 +8949,10 @@ export declare const Item: {
|
|
8768
8949
|
readonly gold: {
|
8769
8950
|
readonly base: 0;
|
8770
8951
|
readonly purchasable: false;
|
8771
|
-
readonly total:
|
8772
|
-
readonly sell:
|
8952
|
+
readonly total: 3000;
|
8953
|
+
readonly sell: 2100;
|
8773
8954
|
};
|
8774
|
-
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed"
|
8955
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed"];
|
8775
8956
|
readonly maps: {
|
8776
8957
|
readonly "11": true;
|
8777
8958
|
readonly "12": true;
|
@@ -8787,7 +8968,7 @@ export declare const Item: {
|
|
8787
8968
|
};
|
8788
8969
|
readonly "7008": {
|
8789
8970
|
readonly name: "Bloodward";
|
8790
|
-
readonly description: "<mainText><stats><ornnBonus>
|
8971
|
+
readonly description: "<mainText><stats><ornnBonus>60</ornnBonus> Attack Damage<br><ornnBonus>0%</ornnBonus> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Lifeline:</passive> When taking damage that would reduce you below 30% Health, gain a Shield. In addition, gain Attack Speed.</mainText><br>";
|
8791
8972
|
readonly colloq: "";
|
8792
8973
|
readonly plaintext: "";
|
8793
8974
|
readonly from: readonly ["6673"];
|
@@ -8797,18 +8978,18 @@ export declare const Item: {
|
|
8797
8978
|
readonly full: "7008.png";
|
8798
8979
|
readonly sprite: "item2.png";
|
8799
8980
|
readonly group: "item";
|
8800
|
-
readonly x:
|
8801
|
-
readonly y:
|
8981
|
+
readonly x: 0;
|
8982
|
+
readonly y: 240;
|
8802
8983
|
readonly w: 48;
|
8803
8984
|
readonly h: 48;
|
8804
8985
|
};
|
8805
8986
|
readonly gold: {
|
8806
8987
|
readonly base: 0;
|
8807
8988
|
readonly purchasable: false;
|
8808
|
-
readonly total:
|
8809
|
-
readonly sell:
|
8989
|
+
readonly total: 3000;
|
8990
|
+
readonly sell: 2100;
|
8810
8991
|
};
|
8811
|
-
readonly tags: readonly ["
|
8992
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "NonbootsMovement"];
|
8812
8993
|
readonly maps: {
|
8813
8994
|
readonly "11": true;
|
8814
8995
|
readonly "12": true;
|
@@ -8816,9 +8997,8 @@ export declare const Item: {
|
|
8816
8997
|
readonly "22": false;
|
8817
8998
|
};
|
8818
8999
|
readonly stats: {
|
8819
|
-
readonly FlatPhysicalDamageMod:
|
9000
|
+
readonly FlatPhysicalDamageMod: 60;
|
8820
9001
|
readonly FlatCritChanceMod: 0.2;
|
8821
|
-
readonly PercentAttackSpeedMod: 0.3;
|
8822
9002
|
readonly PercentLifeStealMod: 0.08;
|
8823
9003
|
};
|
8824
9004
|
readonly depth: 4;
|
@@ -8835,8 +9015,8 @@ export declare const Item: {
|
|
8835
9015
|
readonly full: "7009.png";
|
8836
9016
|
readonly sprite: "item2.png";
|
8837
9017
|
readonly group: "item";
|
8838
|
-
readonly x:
|
8839
|
-
readonly y:
|
9018
|
+
readonly x: 48;
|
9019
|
+
readonly y: 240;
|
8840
9020
|
readonly w: 48;
|
8841
9021
|
readonly h: 48;
|
8842
9022
|
};
|
@@ -8871,8 +9051,8 @@ export declare const Item: {
|
|
8871
9051
|
readonly full: "7010.png";
|
8872
9052
|
readonly sprite: "item2.png";
|
8873
9053
|
readonly group: "item";
|
8874
|
-
readonly x:
|
8875
|
-
readonly y:
|
9054
|
+
readonly x: 96;
|
9055
|
+
readonly y: 240;
|
8876
9056
|
readonly w: 48;
|
8877
9057
|
readonly h: 48;
|
8878
9058
|
};
|
@@ -8907,8 +9087,8 @@ export declare const Item: {
|
|
8907
9087
|
readonly full: "7011.png";
|
8908
9088
|
readonly sprite: "item2.png";
|
8909
9089
|
readonly group: "item";
|
8910
|
-
readonly x:
|
8911
|
-
readonly y:
|
9090
|
+
readonly x: 144;
|
9091
|
+
readonly y: 240;
|
8912
9092
|
readonly w: 48;
|
8913
9093
|
readonly h: 48;
|
8914
9094
|
};
|
@@ -8943,8 +9123,8 @@ export declare const Item: {
|
|
8943
9123
|
readonly full: "7012.png";
|
8944
9124
|
readonly sprite: "item2.png";
|
8945
9125
|
readonly group: "item";
|
8946
|
-
readonly x:
|
8947
|
-
readonly y:
|
9126
|
+
readonly x: 192;
|
9127
|
+
readonly y: 240;
|
8948
9128
|
readonly w: 48;
|
8949
9129
|
readonly h: 48;
|
8950
9130
|
};
|
@@ -8979,7 +9159,7 @@ export declare const Item: {
|
|
8979
9159
|
readonly full: "7013.png";
|
8980
9160
|
readonly sprite: "item2.png";
|
8981
9161
|
readonly group: "item";
|
8982
|
-
readonly x:
|
9162
|
+
readonly x: 240;
|
8983
9163
|
readonly y: 240;
|
8984
9164
|
readonly w: 48;
|
8985
9165
|
readonly h: 48;
|
@@ -9015,7 +9195,7 @@ export declare const Item: {
|
|
9015
9195
|
readonly full: "7014.png";
|
9016
9196
|
readonly sprite: "item2.png";
|
9017
9197
|
readonly group: "item";
|
9018
|
-
readonly x:
|
9198
|
+
readonly x: 288;
|
9019
9199
|
readonly y: 240;
|
9020
9200
|
readonly w: 48;
|
9021
9201
|
readonly h: 48;
|
@@ -9052,7 +9232,7 @@ export declare const Item: {
|
|
9052
9232
|
readonly full: "7015.png";
|
9053
9233
|
readonly sprite: "item2.png";
|
9054
9234
|
readonly group: "item";
|
9055
|
-
readonly x:
|
9235
|
+
readonly x: 336;
|
9056
9236
|
readonly y: 240;
|
9057
9237
|
readonly w: 48;
|
9058
9238
|
readonly h: 48;
|
@@ -9060,8 +9240,8 @@ export declare const Item: {
|
|
9060
9240
|
readonly gold: {
|
9061
9241
|
readonly base: 0;
|
9062
9242
|
readonly purchasable: false;
|
9063
|
-
readonly total:
|
9064
|
-
readonly sell:
|
9243
|
+
readonly total: 3200;
|
9244
|
+
readonly sell: 2240;
|
9065
9245
|
};
|
9066
9246
|
readonly tags: readonly ["Health", "Damage", "LifeSteal", "Active", "CooldownReduction", "SpellVamp", "AbilityHaste"];
|
9067
9247
|
readonly maps: {
|
@@ -9078,7 +9258,7 @@ export declare const Item: {
|
|
9078
9258
|
};
|
9079
9259
|
readonly "7016": {
|
9080
9260
|
readonly name: "Dreamshatter";
|
9081
|
-
readonly description: "<mainText><stats><ornnBonus>
|
9261
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>";
|
9082
9262
|
readonly colloq: "";
|
9083
9263
|
readonly plaintext: "";
|
9084
9264
|
readonly from: readonly ["6631"];
|
@@ -9088,7 +9268,7 @@ export declare const Item: {
|
|
9088
9268
|
readonly full: "7016.png";
|
9089
9269
|
readonly sprite: "item2.png";
|
9090
9270
|
readonly group: "item";
|
9091
|
-
readonly x:
|
9271
|
+
readonly x: 384;
|
9092
9272
|
readonly y: 240;
|
9093
9273
|
readonly w: 48;
|
9094
9274
|
readonly h: 48;
|
@@ -9107,7 +9287,7 @@ export declare const Item: {
|
|
9107
9287
|
readonly "22": false;
|
9108
9288
|
};
|
9109
9289
|
readonly stats: {
|
9110
|
-
readonly FlatPhysicalDamageMod:
|
9290
|
+
readonly FlatPhysicalDamageMod: 70;
|
9111
9291
|
readonly FlatHPPoolMod: 400;
|
9112
9292
|
readonly PercentAttackSpeedMod: 0.3;
|
9113
9293
|
};
|
@@ -9132,7 +9312,7 @@ export declare const Item: {
|
|
9132
9312
|
readonly full: "7017.png";
|
9133
9313
|
readonly sprite: "item2.png";
|
9134
9314
|
readonly group: "item";
|
9135
|
-
readonly x:
|
9315
|
+
readonly x: 432;
|
9136
9316
|
readonly y: 240;
|
9137
9317
|
readonly w: 48;
|
9138
9318
|
readonly h: 48;
|
@@ -9158,7 +9338,7 @@ export declare const Item: {
|
|
9158
9338
|
};
|
9159
9339
|
readonly "7018": {
|
9160
9340
|
readonly name: "Infinity Force";
|
9161
|
-
readonly description: "<mainText><stats><ornnBonus>
|
9341
|
+
readonly description: "<mainText><stats><ornnBonus>50</ornnBonus> Attack Damage<br><ornnBonus>45%</ornnBonus> Attack Speed<br><ornnBonus>400</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Threefold Strike:</passive> Attacks grant Move Speed. If the target is a champion, increase your base Attack Damage, stacking.<li><passive>Spellblade:</passive> After using an Ability, your next Attack is enhanced with additional damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Attack Damage, Ability Haste, and Move Speed.</mainText><br>";
|
9162
9342
|
readonly colloq: "";
|
9163
9343
|
readonly plaintext: "";
|
9164
9344
|
readonly from: readonly ["3078"];
|
@@ -9168,8 +9348,8 @@ export declare const Item: {
|
|
9168
9348
|
readonly full: "7018.png";
|
9169
9349
|
readonly sprite: "item2.png";
|
9170
9350
|
readonly group: "item";
|
9171
|
-
readonly x:
|
9172
|
-
readonly y:
|
9351
|
+
readonly x: 0;
|
9352
|
+
readonly y: 288;
|
9173
9353
|
readonly w: 48;
|
9174
9354
|
readonly h: 48;
|
9175
9355
|
};
|
@@ -9187,9 +9367,9 @@ export declare const Item: {
|
|
9187
9367
|
readonly "22": false;
|
9188
9368
|
};
|
9189
9369
|
readonly stats: {
|
9190
|
-
readonly FlatPhysicalDamageMod:
|
9370
|
+
readonly FlatPhysicalDamageMod: 50;
|
9191
9371
|
readonly FlatHPPoolMod: 400;
|
9192
|
-
readonly PercentAttackSpeedMod: 0.
|
9372
|
+
readonly PercentAttackSpeedMod: 0.45;
|
9193
9373
|
};
|
9194
9374
|
readonly effect: {
|
9195
9375
|
readonly Effect1Amount: "25";
|
@@ -9202,7 +9382,7 @@ export declare const Item: {
|
|
9202
9382
|
};
|
9203
9383
|
readonly "7019": {
|
9204
9384
|
readonly name: "Reliquary of the Golden Dawn";
|
9205
|
-
readonly description: "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>
|
9385
|
+
readonly description: "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Devotion:</active> Grant nearby allies a <shield>Shield</shield>, decaying over time.<br><li><passive>Consecrate:</passive> Grant nearby allied champions Armor and <scaleMR>Magic Resist</scaleMR>. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor and Magic Resist increase to <passive>Consecrate</passive>.<br><br></mainText><br>";
|
9206
9386
|
readonly colloq: "";
|
9207
9387
|
readonly plaintext: "";
|
9208
9388
|
readonly from: readonly ["3190"];
|
@@ -9212,18 +9392,18 @@ export declare const Item: {
|
|
9212
9392
|
readonly full: "7019.png";
|
9213
9393
|
readonly sprite: "item2.png";
|
9214
9394
|
readonly group: "item";
|
9215
|
-
readonly x:
|
9216
|
-
readonly y:
|
9395
|
+
readonly x: 48;
|
9396
|
+
readonly y: 288;
|
9217
9397
|
readonly w: 48;
|
9218
9398
|
readonly h: 48;
|
9219
9399
|
};
|
9220
9400
|
readonly gold: {
|
9221
9401
|
readonly base: 0;
|
9222
9402
|
readonly purchasable: false;
|
9223
|
-
readonly total:
|
9224
|
-
readonly sell:
|
9403
|
+
readonly total: 2300;
|
9404
|
+
readonly sell: 1610;
|
9225
9405
|
};
|
9226
|
-
readonly tags: readonly ["Health", "SpellBlock", "
|
9406
|
+
readonly tags: readonly ["Health", "SpellBlock", "HealthRegen", "Armor", "Aura", "Active"];
|
9227
9407
|
readonly maps: {
|
9228
9408
|
readonly "11": true;
|
9229
9409
|
readonly "12": true;
|
@@ -9239,7 +9419,7 @@ export declare const Item: {
|
|
9239
9419
|
};
|
9240
9420
|
readonly "7020": {
|
9241
9421
|
readonly name: "Shurelya's Requiem";
|
9242
|
-
readonly description: "<mainText><stats><ornnBonus>
|
9422
|
+
readonly description: "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><br><active>Active -</active> <active>Inspire:</active> Grants nearby allies Move Speed.<li><passive>Motivate:</passive> Empowering or Protecting another ally Champion grants both allies Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste.<br></mainText><br>";
|
9243
9423
|
readonly colloq: "";
|
9244
9424
|
readonly plaintext: "";
|
9245
9425
|
readonly from: readonly ["2065"];
|
@@ -9249,16 +9429,16 @@ export declare const Item: {
|
|
9249
9429
|
readonly full: "7020.png";
|
9250
9430
|
readonly sprite: "item2.png";
|
9251
9431
|
readonly group: "item";
|
9252
|
-
readonly x:
|
9253
|
-
readonly y:
|
9432
|
+
readonly x: 96;
|
9433
|
+
readonly y: 288;
|
9254
9434
|
readonly w: 48;
|
9255
9435
|
readonly h: 48;
|
9256
9436
|
};
|
9257
9437
|
readonly gold: {
|
9258
9438
|
readonly base: 0;
|
9259
9439
|
readonly purchasable: false;
|
9260
|
-
readonly total:
|
9261
|
-
readonly sell:
|
9440
|
+
readonly total: 2300;
|
9441
|
+
readonly sell: 1610;
|
9262
9442
|
};
|
9263
9443
|
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "Active", "CooldownReduction", "NonbootsMovement", "AbilityHaste"];
|
9264
9444
|
readonly maps: {
|
@@ -9269,13 +9449,13 @@ export declare const Item: {
|
|
9269
9449
|
};
|
9270
9450
|
readonly stats: {
|
9271
9451
|
readonly FlatHPPoolMod: 300;
|
9272
|
-
readonly FlatMagicDamageMod:
|
9452
|
+
readonly FlatMagicDamageMod: 65;
|
9273
9453
|
};
|
9274
9454
|
readonly depth: 4;
|
9275
9455
|
};
|
9276
9456
|
readonly "7021": {
|
9277
9457
|
readonly name: "Starcaster";
|
9278
|
-
readonly description: "<mainText><stats><ornnBonus>
|
9458
|
+
readonly description: "<mainText><stats><ornnBonus>65</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention></mainText><br>";
|
9279
9459
|
readonly colloq: "";
|
9280
9460
|
readonly plaintext: "";
|
9281
9461
|
readonly from: readonly ["6617"];
|
@@ -9285,18 +9465,18 @@ export declare const Item: {
|
|
9285
9465
|
readonly full: "7021.png";
|
9286
9466
|
readonly sprite: "item2.png";
|
9287
9467
|
readonly group: "item";
|
9288
|
-
readonly x:
|
9289
|
-
readonly y:
|
9468
|
+
readonly x: 144;
|
9469
|
+
readonly y: 288;
|
9290
9470
|
readonly w: 48;
|
9291
9471
|
readonly h: 48;
|
9292
9472
|
};
|
9293
9473
|
readonly gold: {
|
9294
9474
|
readonly base: 0;
|
9295
9475
|
readonly purchasable: false;
|
9296
|
-
readonly total:
|
9297
|
-
readonly sell:
|
9476
|
+
readonly total: 2300;
|
9477
|
+
readonly sell: 1610;
|
9298
9478
|
};
|
9299
|
-
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"];
|
9479
|
+
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "CooldownReduction", "AbilityHaste"];
|
9300
9480
|
readonly maps: {
|
9301
9481
|
readonly "11": true;
|
9302
9482
|
readonly "12": true;
|
@@ -9305,34 +9485,33 @@ export declare const Item: {
|
|
9305
9485
|
};
|
9306
9486
|
readonly stats: {
|
9307
9487
|
readonly FlatHPPoolMod: 300;
|
9308
|
-
readonly FlatMagicDamageMod:
|
9488
|
+
readonly FlatMagicDamageMod: 65;
|
9309
9489
|
};
|
9310
9490
|
readonly depth: 4;
|
9311
9491
|
};
|
9312
9492
|
readonly "7022": {
|
9313
9493
|
readonly name: "Seat of Command";
|
9314
|
-
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste
|
9494
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Coordinated Fire:</passive> Abilities that <status>Slow</status> or <status>Immobilize</status> a champion deal bonus damage and mark them. Ally champion damage detonates the mark, dealing additional damage and granting you both Move Speed. <br></mainText><br>";
|
9315
9495
|
readonly colloq: "";
|
9316
9496
|
readonly plaintext: "";
|
9317
9497
|
readonly from: readonly ["4005"];
|
9318
9498
|
readonly inStore: false;
|
9319
|
-
readonly requiredAlly: "Ornn";
|
9320
9499
|
readonly image: {
|
9321
9500
|
readonly full: "7022.png";
|
9322
9501
|
readonly sprite: "item2.png";
|
9323
9502
|
readonly group: "item";
|
9324
|
-
readonly x:
|
9325
|
-
readonly y:
|
9503
|
+
readonly x: 192;
|
9504
|
+
readonly y: 288;
|
9326
9505
|
readonly w: 48;
|
9327
9506
|
readonly h: 48;
|
9328
9507
|
};
|
9329
9508
|
readonly gold: {
|
9330
9509
|
readonly base: 0;
|
9331
9510
|
readonly purchasable: false;
|
9332
|
-
readonly total:
|
9333
|
-
readonly sell:
|
9511
|
+
readonly total: 2300;
|
9512
|
+
readonly sell: 1610;
|
9334
9513
|
};
|
9335
|
-
readonly tags: readonly ["
|
9514
|
+
readonly tags: readonly ["SpellDamage", "ManaRegen", "CooldownReduction", "NonbootsMovement"];
|
9336
9515
|
readonly maps: {
|
9337
9516
|
readonly "11": true;
|
9338
9517
|
readonly "12": true;
|
@@ -9347,7 +9526,7 @@ export declare const Item: {
|
|
9347
9526
|
};
|
9348
9527
|
readonly "7023": {
|
9349
9528
|
readonly name: "Equinox";
|
9350
|
-
readonly description: "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>
|
9529
|
+
readonly description: "<mainText><stats><ornnBonus>400</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Coruscation:</passive> After <status>Immobilizing</status> champions or being <status>Immobilized</status>, cause that target and all nearby enemy Champions to take increased damage.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention> Armor and Magic Resist</attention></mainText><br>";
|
9351
9530
|
readonly colloq: "";
|
9352
9531
|
readonly plaintext: "";
|
9353
9532
|
readonly from: readonly ["3001"];
|
@@ -9356,7 +9535,7 @@ export declare const Item: {
|
|
9356
9535
|
readonly full: "7023.png";
|
9357
9536
|
readonly sprite: "item2.png";
|
9358
9537
|
readonly group: "item";
|
9359
|
-
readonly x:
|
9538
|
+
readonly x: 240;
|
9360
9539
|
readonly y: 288;
|
9361
9540
|
readonly w: 48;
|
9362
9541
|
readonly h: 48;
|
@@ -9364,8 +9543,8 @@ export declare const Item: {
|
|
9364
9543
|
readonly gold: {
|
9365
9544
|
readonly base: 0;
|
9366
9545
|
readonly purchasable: false;
|
9367
|
-
readonly total:
|
9368
|
-
readonly sell:
|
9546
|
+
readonly total: 2300;
|
9547
|
+
readonly sell: 1610;
|
9369
9548
|
};
|
9370
9549
|
readonly tags: readonly ["Health", "SpellBlock", "Armor", "AbilityHaste"];
|
9371
9550
|
readonly maps: {
|
@@ -9393,7 +9572,7 @@ export declare const Item: {
|
|
9393
9572
|
readonly full: "7024.png";
|
9394
9573
|
readonly sprite: "item2.png";
|
9395
9574
|
readonly group: "item";
|
9396
|
-
readonly x:
|
9575
|
+
readonly x: 288;
|
9397
9576
|
readonly y: 288;
|
9398
9577
|
readonly w: 48;
|
9399
9578
|
readonly h: 48;
|
@@ -9430,7 +9609,7 @@ export declare const Item: {
|
|
9430
9609
|
readonly full: "7025.png";
|
9431
9610
|
readonly sprite: "item2.png";
|
9432
9611
|
readonly group: "item";
|
9433
|
-
readonly x:
|
9612
|
+
readonly x: 336;
|
9434
9613
|
readonly y: 288;
|
9435
9614
|
readonly w: 48;
|
9436
9615
|
readonly h: 48;
|
@@ -9465,7 +9644,7 @@ export declare const Item: {
|
|
9465
9644
|
readonly full: "7026.png";
|
9466
9645
|
readonly sprite: "item2.png";
|
9467
9646
|
readonly group: "item";
|
9468
|
-
readonly x:
|
9647
|
+
readonly x: 384;
|
9469
9648
|
readonly y: 288;
|
9470
9649
|
readonly w: 48;
|
9471
9650
|
readonly h: 48;
|
@@ -9492,7 +9671,7 @@ export declare const Item: {
|
|
9492
9671
|
};
|
9493
9672
|
readonly "7027": {
|
9494
9673
|
readonly name: "Primordial Dawn";
|
9495
|
-
readonly description: "<mainText><stats><ornnBonus>
|
9674
|
+
readonly description: "<mainText><stats><ornnBonus>500</ornnBonus> Health<br><ornnBonus>40</ornnBonus> Armor<br><ornnBonus>40</ornnBonus> Magic Resist<br><ornnBonus>15</ornnBonus> Ability Haste</stats><br><li><passive>Guiding Light:</passive> Upon casting your Ultimate you Transcend, increasing your Max Health. While Transcended you and allies heal over time.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health.</mainText><br>";
|
9496
9675
|
readonly colloq: "";
|
9497
9676
|
readonly plaintext: "";
|
9498
9677
|
readonly from: readonly ["6667"];
|
@@ -9501,7 +9680,7 @@ export declare const Item: {
|
|
9501
9680
|
readonly full: "7027.png";
|
9502
9681
|
readonly sprite: "item2.png";
|
9503
9682
|
readonly group: "item";
|
9504
|
-
readonly x:
|
9683
|
+
readonly x: 432;
|
9505
9684
|
readonly y: 288;
|
9506
9685
|
readonly w: 48;
|
9507
9686
|
readonly h: 48;
|
@@ -9509,8 +9688,8 @@ export declare const Item: {
|
|
9509
9688
|
readonly gold: {
|
9510
9689
|
readonly base: 0;
|
9511
9690
|
readonly purchasable: false;
|
9512
|
-
readonly total:
|
9513
|
-
readonly sell:
|
9691
|
+
readonly total: 2700;
|
9692
|
+
readonly sell: 1890;
|
9514
9693
|
};
|
9515
9694
|
readonly tags: readonly ["Health", "SpellBlock", "Armor", "Aura", "CooldownReduction", "AbilityHaste"];
|
9516
9695
|
readonly maps: {
|
@@ -9520,7 +9699,7 @@ export declare const Item: {
|
|
9520
9699
|
readonly "22": false;
|
9521
9700
|
};
|
9522
9701
|
readonly stats: {
|
9523
|
-
readonly FlatHPPoolMod:
|
9702
|
+
readonly FlatHPPoolMod: 500;
|
9524
9703
|
readonly FlatSpellBlockMod: 40;
|
9525
9704
|
readonly FlatArmorMod: 40;
|
9526
9705
|
};
|
@@ -9537,8 +9716,8 @@ export declare const Item: {
|
|
9537
9716
|
readonly full: "7028.png";
|
9538
9717
|
readonly sprite: "item2.png";
|
9539
9718
|
readonly group: "item";
|
9540
|
-
readonly x:
|
9541
|
-
readonly y:
|
9719
|
+
readonly x: 0;
|
9720
|
+
readonly y: 336;
|
9542
9721
|
readonly w: 48;
|
9543
9722
|
readonly h: 48;
|
9544
9723
|
};
|
@@ -9562,6 +9741,214 @@ export declare const Item: {
|
|
9562
9741
|
};
|
9563
9742
|
readonly depth: 4;
|
9564
9743
|
};
|
9744
|
+
readonly "7029": {
|
9745
|
+
readonly name: "Youmuu's Wake";
|
9746
|
+
readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Wraith Step:</active> Gain Move Speed and Ghosting.<br><li><passive>Haunt:</passive> Gain up to 100 Spectral Shards while moving. Gain up to <speed> Move Speed</speed> out of champion combat based on the number of Spectral Shards. While at max shards, gain <scaleAD> Lethality</scaleAD>. Shards will reset 3 seconds after dealing damage to an enemy champion.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention></attention> Attack Damage. <br><br><rules><status>Ghosted</status> units ignore collision with other units.</rules></mainText><br>";
|
9747
|
+
readonly colloq: "";
|
9748
|
+
readonly plaintext: "";
|
9749
|
+
readonly from: readonly ["3142"];
|
9750
|
+
readonly inStore: false;
|
9751
|
+
readonly requiredAlly: "Ornn";
|
9752
|
+
readonly image: {
|
9753
|
+
readonly full: "7029.png";
|
9754
|
+
readonly sprite: "item2.png";
|
9755
|
+
readonly group: "item";
|
9756
|
+
readonly x: 48;
|
9757
|
+
readonly y: 336;
|
9758
|
+
readonly w: 48;
|
9759
|
+
readonly h: 48;
|
9760
|
+
};
|
9761
|
+
readonly gold: {
|
9762
|
+
readonly base: 0;
|
9763
|
+
readonly purchasable: false;
|
9764
|
+
readonly total: 3100;
|
9765
|
+
readonly sell: 2170;
|
9766
|
+
};
|
9767
|
+
readonly tags: readonly ["Damage", "Active", "NonbootsMovement", "ArmorPenetration", "AbilityHaste"];
|
9768
|
+
readonly maps: {
|
9769
|
+
readonly "11": true;
|
9770
|
+
readonly "12": true;
|
9771
|
+
readonly "21": true;
|
9772
|
+
readonly "22": false;
|
9773
|
+
};
|
9774
|
+
readonly stats: {
|
9775
|
+
readonly FlatPhysicalDamageMod: 75;
|
9776
|
+
};
|
9777
|
+
readonly effect: {
|
9778
|
+
readonly Effect1Amount: "45";
|
9779
|
+
readonly Effect2Amount: "0";
|
9780
|
+
readonly Effect3Amount: "0.25";
|
9781
|
+
readonly Effect4Amount: "0";
|
9782
|
+
readonly Effect5Amount: "6";
|
9783
|
+
readonly Effect6Amount: "40";
|
9784
|
+
};
|
9785
|
+
readonly depth: 4;
|
9786
|
+
};
|
9787
|
+
readonly "7030": {
|
9788
|
+
readonly name: "Seething Sorrow";
|
9789
|
+
readonly description: "<mainText><stats><ornnBonus>40</ornnBonus> Attack Damage<br><ornnBonus>50</ornnBonus> Ability Power<br><ornnBonus>35%</ornnBonus> Attack Speed</stats><br><li><passive>Wrath:</passive> Attacks apply bonus damage <OnHit>On-Hit</OnHit>. Your Critical Strike Chance is converted into more.<li><passive>Seething Strike:</passive> Basic attacks grant bonus <attackSpeed>Attack Speed</attackSpeed>, stacking up to a cap. While fully stacked, every third Attack applies your <OnHit>On-Hit</OnHit> effects twice.</mainText><br>";
|
9790
|
+
readonly colloq: "";
|
9791
|
+
readonly plaintext: "";
|
9792
|
+
readonly from: readonly ["3124"];
|
9793
|
+
readonly inStore: false;
|
9794
|
+
readonly requiredAlly: "Ornn";
|
9795
|
+
readonly image: {
|
9796
|
+
readonly full: "7030.png";
|
9797
|
+
readonly sprite: "item2.png";
|
9798
|
+
readonly group: "item";
|
9799
|
+
readonly x: 96;
|
9800
|
+
readonly y: 336;
|
9801
|
+
readonly w: 48;
|
9802
|
+
readonly h: 48;
|
9803
|
+
};
|
9804
|
+
readonly gold: {
|
9805
|
+
readonly base: 0;
|
9806
|
+
readonly purchasable: false;
|
9807
|
+
readonly total: 3200;
|
9808
|
+
readonly sell: 2240;
|
9809
|
+
};
|
9810
|
+
readonly tags: readonly ["CriticalStrike", "AttackSpeed", "OnHit", "MagicPenetration", "ArmorPenetration"];
|
9811
|
+
readonly maps: {
|
9812
|
+
readonly "11": true;
|
9813
|
+
readonly "12": true;
|
9814
|
+
readonly "21": true;
|
9815
|
+
readonly "22": false;
|
9816
|
+
};
|
9817
|
+
readonly stats: {
|
9818
|
+
readonly FlatPhysicalDamageMod: 40;
|
9819
|
+
readonly FlatMagicDamageMod: 50;
|
9820
|
+
readonly PercentAttackSpeedMod: 0.35;
|
9821
|
+
};
|
9822
|
+
readonly effect: {
|
9823
|
+
readonly Effect1Amount: "0.08";
|
9824
|
+
readonly Effect2Amount: "2.5";
|
9825
|
+
readonly Effect3Amount: "2.5";
|
9826
|
+
readonly Effect4Amount: "3";
|
9827
|
+
readonly Effect5Amount: "6";
|
9828
|
+
readonly Effect6Amount: "0.1";
|
9829
|
+
readonly Effect7Amount: "0.1";
|
9830
|
+
readonly Effect8Amount: "15";
|
9831
|
+
readonly Effect9Amount: "1";
|
9832
|
+
readonly Effect10Amount: "3";
|
9833
|
+
readonly Effect11Amount: "0";
|
9834
|
+
readonly Effect12Amount: "0";
|
9835
|
+
readonly Effect13Amount: "3";
|
9836
|
+
};
|
9837
|
+
readonly depth: 4;
|
9838
|
+
};
|
9839
|
+
readonly "7031": {
|
9840
|
+
readonly name: "Edge of Finality";
|
9841
|
+
readonly description: "<mainText><stats><ornnBonus>100</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>35%</attention> Critical Strike Damage</stats><br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><flavorText>One cut is all it takes.</flavorText></mainText><br>";
|
9842
|
+
readonly colloq: "";
|
9843
|
+
readonly plaintext: "";
|
9844
|
+
readonly from: readonly ["3031"];
|
9845
|
+
readonly inStore: false;
|
9846
|
+
readonly requiredAlly: "Ornn";
|
9847
|
+
readonly image: {
|
9848
|
+
readonly full: "7031.png";
|
9849
|
+
readonly sprite: "item2.png";
|
9850
|
+
readonly group: "item";
|
9851
|
+
readonly x: 144;
|
9852
|
+
readonly y: 336;
|
9853
|
+
readonly w: 48;
|
9854
|
+
readonly h: 48;
|
9855
|
+
};
|
9856
|
+
readonly gold: {
|
9857
|
+
readonly base: 0;
|
9858
|
+
readonly purchasable: false;
|
9859
|
+
readonly total: 3400;
|
9860
|
+
readonly sell: 2380;
|
9861
|
+
};
|
9862
|
+
readonly tags: readonly ["CriticalStrike", "Damage"];
|
9863
|
+
readonly maps: {
|
9864
|
+
readonly "11": true;
|
9865
|
+
readonly "12": true;
|
9866
|
+
readonly "21": true;
|
9867
|
+
readonly "22": false;
|
9868
|
+
};
|
9869
|
+
readonly stats: {
|
9870
|
+
readonly FlatPhysicalDamageMod: 100;
|
9871
|
+
readonly FlatCritChanceMod: 0.2;
|
9872
|
+
};
|
9873
|
+
readonly depth: 3;
|
9874
|
+
};
|
9875
|
+
readonly "7032": {
|
9876
|
+
readonly name: "Flicker";
|
9877
|
+
readonly description: "<mainText><stats><ornnBonus>80</ornnBonus> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>30</ornnBonus> Ability Haste</stats><br><li><passive>Transcendence:</passive> Your Attacks reduce your non-Ultimate Ability cooldowns.<li><passive>Impermanence:</passive> Your abilities deal increased damage based on Critical Strike Chance.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Ability Haste.</mainText><br>";
|
9878
|
+
readonly colloq: "";
|
9879
|
+
readonly plaintext: "";
|
9880
|
+
readonly from: readonly ["6675"];
|
9881
|
+
readonly inStore: false;
|
9882
|
+
readonly requiredAlly: "Ornn";
|
9883
|
+
readonly image: {
|
9884
|
+
readonly full: "7032.png";
|
9885
|
+
readonly sprite: "item2.png";
|
9886
|
+
readonly group: "item";
|
9887
|
+
readonly x: 192;
|
9888
|
+
readonly y: 336;
|
9889
|
+
readonly w: 48;
|
9890
|
+
readonly h: 48;
|
9891
|
+
};
|
9892
|
+
readonly gold: {
|
9893
|
+
readonly base: 0;
|
9894
|
+
readonly purchasable: false;
|
9895
|
+
readonly total: 3400;
|
9896
|
+
readonly sell: 2380;
|
9897
|
+
};
|
9898
|
+
readonly tags: readonly ["Damage", "CriticalStrike", "CooldownReduction", "OnHit", "AbilityHaste"];
|
9899
|
+
readonly maps: {
|
9900
|
+
readonly "11": true;
|
9901
|
+
readonly "12": true;
|
9902
|
+
readonly "21": true;
|
9903
|
+
readonly "22": false;
|
9904
|
+
};
|
9905
|
+
readonly stats: {
|
9906
|
+
readonly FlatPhysicalDamageMod: 80;
|
9907
|
+
readonly FlatCritChanceMod: 0.2;
|
9908
|
+
};
|
9909
|
+
readonly effect: {
|
9910
|
+
readonly Effect1Amount: "0.5";
|
9911
|
+
readonly Effect2Amount: "1";
|
9912
|
+
readonly Effect3Amount: "90";
|
9913
|
+
};
|
9914
|
+
readonly depth: 4;
|
9915
|
+
};
|
9916
|
+
readonly "7033": {
|
9917
|
+
readonly name: "Cry of the Shrieking City";
|
9918
|
+
readonly description: "<mainText><stats><ornnBonus>60</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>20</ornnBonus> Ability Haste<br><ornnBonus>225%</ornnBonus> Base Mana Regen</stats><br><li><passive>Soul Siphon:</passive> Damaging a champion grants a <passive>Soul Shard</passive>. Healing or shielding an ally consumes all <passive>Soul Shards</passive> to restore Health and deals magic damage per Shard to the nearest enemy champion.<br><li><passive>Dissonance:</passive> Gain <scaleAP>Ability Power</scaleAP> per <scaleMana> Base Mana Regeneration</scaleMana>. Disables Harmony.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Ability Haste.</attention><br></mainText><br>";
|
9919
|
+
readonly colloq: "";
|
9920
|
+
readonly plaintext: "";
|
9921
|
+
readonly from: readonly ["6620"];
|
9922
|
+
readonly inStore: false;
|
9923
|
+
readonly requiredAlly: "Ornn";
|
9924
|
+
readonly image: {
|
9925
|
+
readonly full: "7033.png";
|
9926
|
+
readonly sprite: "item2.png";
|
9927
|
+
readonly group: "item";
|
9928
|
+
readonly x: 240;
|
9929
|
+
readonly y: 336;
|
9930
|
+
readonly w: 48;
|
9931
|
+
readonly h: 48;
|
9932
|
+
};
|
9933
|
+
readonly gold: {
|
9934
|
+
readonly base: 0;
|
9935
|
+
readonly purchasable: false;
|
9936
|
+
readonly total: 2300;
|
9937
|
+
readonly sell: 1610;
|
9938
|
+
};
|
9939
|
+
readonly tags: readonly ["Health", "SpellDamage", "ManaRegen", "CooldownReduction"];
|
9940
|
+
readonly maps: {
|
9941
|
+
readonly "11": true;
|
9942
|
+
readonly "12": true;
|
9943
|
+
readonly "21": true;
|
9944
|
+
readonly "22": false;
|
9945
|
+
};
|
9946
|
+
readonly stats: {
|
9947
|
+
readonly FlatHPPoolMod: 300;
|
9948
|
+
readonly FlatMagicDamageMod: 60;
|
9949
|
+
};
|
9950
|
+
readonly depth: 4;
|
9951
|
+
};
|
9565
9952
|
readonly "7050": {
|
9566
9953
|
readonly name: "Gangplank Placeholder";
|
9567
9954
|
readonly description: "";
|
@@ -9578,7 +9965,7 @@ export declare const Item: {
|
|
9578
9965
|
readonly sprite: "item2.png";
|
9579
9966
|
readonly group: "item";
|
9580
9967
|
readonly x: 288;
|
9581
|
-
readonly y:
|
9968
|
+
readonly y: 336;
|
9582
9969
|
readonly w: 48;
|
9583
9970
|
readonly h: 48;
|
9584
9971
|
};
|
@@ -9608,7 +9995,7 @@ export declare const Item: {
|
|
9608
9995
|
readonly sprite: "item2.png";
|
9609
9996
|
readonly group: "item";
|
9610
9997
|
readonly x: 336;
|
9611
|
-
readonly y:
|
9998
|
+
readonly y: 336;
|
9612
9999
|
readonly w: 48;
|
9613
10000
|
readonly h: 48;
|
9614
10001
|
};
|
@@ -9632,26 +10019,26 @@ export declare const Item: {
|
|
9632
10019
|
};
|
9633
10020
|
readonly "8020": {
|
9634
10021
|
readonly name: "Abyssal Mask";
|
9635
|
-
readonly description: "<mainText><stats><attention>
|
10022
|
+
readonly description: "<mainText><stats><attention>300</attention> Health<br><attention>60</attention> Magic Resist<br><attention>10</attention> Ability Haste</stats><br><li><passive>Unmake:</passive> <status>Curse</status> nearby enemy champions, reducing their Magic Resist. For each <status>Cursed</status> enemy, gain Magic Resist.</mainText><br>";
|
9636
10023
|
readonly colloq: "";
|
9637
10024
|
readonly plaintext: "";
|
9638
|
-
readonly from: readonly ["
|
10025
|
+
readonly from: readonly ["3067", "1057"];
|
9639
10026
|
readonly image: {
|
9640
10027
|
readonly full: "8020.png";
|
9641
10028
|
readonly sprite: "item2.png";
|
9642
10029
|
readonly group: "item";
|
9643
10030
|
readonly x: 384;
|
9644
|
-
readonly y:
|
10031
|
+
readonly y: 336;
|
9645
10032
|
readonly w: 48;
|
9646
10033
|
readonly h: 48;
|
9647
10034
|
};
|
9648
10035
|
readonly gold: {
|
9649
|
-
readonly base:
|
10036
|
+
readonly base: 700;
|
9650
10037
|
readonly purchasable: true;
|
9651
|
-
readonly total:
|
9652
|
-
readonly sell:
|
10038
|
+
readonly total: 2400;
|
10039
|
+
readonly sell: 1680;
|
9653
10040
|
};
|
9654
|
-
readonly tags: readonly ["Health", "SpellBlock", "
|
10041
|
+
readonly tags: readonly ["Health", "SpellBlock", "CooldownReduction", "MagicPenetration", "MagicResist", "AbilityHaste"];
|
9655
10042
|
readonly maps: {
|
9656
10043
|
readonly "11": true;
|
9657
10044
|
readonly "12": true;
|
@@ -9659,9 +10046,8 @@ export declare const Item: {
|
|
9659
10046
|
readonly "22": false;
|
9660
10047
|
};
|
9661
10048
|
readonly stats: {
|
9662
|
-
readonly FlatHPPoolMod:
|
9663
|
-
readonly FlatSpellBlockMod:
|
9664
|
-
readonly FlatMPPoolMod: 300;
|
10049
|
+
readonly FlatHPPoolMod: 300;
|
10050
|
+
readonly FlatSpellBlockMod: 60;
|
9665
10051
|
};
|
9666
10052
|
readonly depth: 3;
|
9667
10053
|
};
|
@@ -9678,6 +10064,9 @@ export declare const Item: {
|
|
9678
10064
|
}, {
|
9679
10065
|
readonly id: "BaseJungleItems";
|
9680
10066
|
readonly MaxGroupOwnable: "-1";
|
10067
|
+
}, {
|
10068
|
+
readonly id: "BloodstoneItems";
|
10069
|
+
readonly MaxGroupOwnable: "1";
|
9681
10070
|
}, {
|
9682
10071
|
readonly id: "Boots";
|
9683
10072
|
readonly MaxGroupOwnable: "1";
|
@@ -9894,6 +10283,9 @@ export declare const Item: {
|
|
9894
10283
|
}, {
|
9895
10284
|
readonly id: "3085";
|
9896
10285
|
readonly MaxGroupOwnable: "1";
|
10286
|
+
}, {
|
10287
|
+
readonly id: "3087";
|
10288
|
+
readonly MaxGroupOwnable: "1";
|
9897
10289
|
}, {
|
9898
10290
|
readonly id: "3089";
|
9899
10291
|
readonly MaxGroupOwnable: "1";
|
@@ -9978,6 +10370,9 @@ export declare const Item: {
|
|
9978
10370
|
}, {
|
9979
10371
|
readonly id: "3814";
|
9980
10372
|
readonly MaxGroupOwnable: "1";
|
10373
|
+
}, {
|
10374
|
+
readonly id: "4005";
|
10375
|
+
readonly MaxGroupOwnable: "1";
|
9981
10376
|
}, {
|
9982
10377
|
readonly id: "4401";
|
9983
10378
|
readonly MaxGroupOwnable: "1";
|
@@ -10011,12 +10406,21 @@ export declare const Item: {
|
|
10011
10406
|
}, {
|
10012
10407
|
readonly id: "6664";
|
10013
10408
|
readonly MaxGroupOwnable: "1";
|
10409
|
+
}, {
|
10410
|
+
readonly id: "6672";
|
10411
|
+
readonly MaxGroupOwnable: "1";
|
10412
|
+
}, {
|
10413
|
+
readonly id: "6673";
|
10414
|
+
readonly MaxGroupOwnable: "1";
|
10014
10415
|
}, {
|
10015
10416
|
readonly id: "6675";
|
10016
10417
|
readonly MaxGroupOwnable: "1";
|
10017
10418
|
}, {
|
10018
10419
|
readonly id: "6676";
|
10019
10420
|
readonly MaxGroupOwnable: "1";
|
10421
|
+
}, {
|
10422
|
+
readonly id: "6693";
|
10423
|
+
readonly MaxGroupOwnable: "1";
|
10020
10424
|
}, {
|
10021
10425
|
readonly id: "6695";
|
10022
10426
|
readonly MaxGroupOwnable: "1";
|