lol-constants 2.10.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -2
- package/assets/constants/Champion.d.ts +392 -345
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +551 -551
- package/assets/constants/Item.js +1 -1
- package/assets/constants/Summoner.d.ts +1 -1
- package/assets/constants/Summoner.js +1 -1
- package/assets/scripts/print-file-names.d.ts +1 -0
- package/assets/scripts/print-file-names.js +116 -0
- package/core/constants/Champions/ChampionIds.d.ts +1 -0
- package/core/constants/Champions/ChampionIds.js +1 -1
- package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
- package/core/constants/Champions/ChampionIdsByName.js +1 -1
- package/core/constants/Champions/ChampionKeys.d.ts +1 -0
- package/core/constants/Champions/ChampionKeys.js +1 -1
- package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
- package/core/constants/Champions/ChampionKeysNum.js +1 -1
- package/core/constants/Champions/ChampionNames.d.ts +1 -0
- package/core/constants/Champions/ChampionNames.js +1 -1
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/ItemKeys.d.ts +5 -5
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +5 -5
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +5 -5
- package/core/constants/Items/ItemNames.js +1 -1
- package/package.json +3 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const Item: {
|
2
2
|
readonly type: "item";
|
3
|
-
readonly version: "13.
|
3
|
+
readonly version: "13.19.1";
|
4
4
|
readonly basic: {
|
5
5
|
readonly name: "";
|
6
6
|
readonly rune: {
|
@@ -110,7 +110,7 @@ export declare const Item: {
|
|
110
110
|
readonly description: "<mainText><stats><attention>25</attention> Move Speed</stats></mainText><br>";
|
111
111
|
readonly colloq: ";";
|
112
112
|
readonly plaintext: "Slightly increases Move Speed";
|
113
|
-
readonly into: readonly ["3158", "3117", "
|
113
|
+
readonly into: readonly ["3158", "3117", "3047", "3020", "3006", "3009", "3111"];
|
114
114
|
readonly image: {
|
115
115
|
readonly full: "1001.png";
|
116
116
|
readonly sprite: "item0.png";
|
@@ -372,7 +372,7 @@ export declare const Item: {
|
|
372
372
|
readonly description: "<mainText><stats><attention>15</attention> Armor</stats></mainText><br>";
|
373
373
|
readonly colloq: ";";
|
374
374
|
readonly plaintext: "Slightly increases Armor";
|
375
|
-
readonly into: readonly ["1031", "3082", "3076", "3193", "3191", "
|
375
|
+
readonly into: readonly ["1031", "3082", "3076", "3193", "3191", "3047", "3024", "3105", "3023"];
|
376
376
|
readonly image: {
|
377
377
|
readonly full: "1029.png";
|
378
378
|
readonly sprite: "item0.png";
|
@@ -510,7 +510,7 @@ export declare const Item: {
|
|
510
510
|
readonly description: "<mainText><stats><attention>10</attention> Attack Damage</stats></mainText><br>";
|
511
511
|
readonly colloq: ";";
|
512
512
|
readonly plaintext: "Slightly increases Attack Damage";
|
513
|
-
readonly into: readonly ["3071", "1053", "3004", "2015", "3179", "
|
513
|
+
readonly into: readonly ["3071", "1053", "3004", "2015", "3179", "3051", "3094", "3035", "3044", "3814", "3123", "3133", "3134", "3155", "3156", "6670", "6671"];
|
514
514
|
readonly image: {
|
515
515
|
readonly full: "1036.png";
|
516
516
|
readonly sprite: "item0.png";
|
@@ -682,7 +682,7 @@ export declare const Item: {
|
|
682
682
|
readonly description: "<mainText><stats><attention>12%</attention> Attack Speed</stats></mainText><br>";
|
683
683
|
readonly colloq: ";";
|
684
684
|
readonly plaintext: "Slightly increases Attack Speed";
|
685
|
-
readonly into: readonly ["1043", "6677", "3086", "
|
685
|
+
readonly into: readonly ["1043", "6677", "3086", "3051", "3006", "6670"];
|
686
686
|
readonly image: {
|
687
687
|
readonly full: "1042.png";
|
688
688
|
readonly sprite: "item0.png";
|
@@ -2104,7 +2104,7 @@ export declare const Item: {
|
|
2104
2104
|
};
|
2105
2105
|
readonly "2049": {
|
2106
2106
|
readonly name: "Guardian's Amulet";
|
2107
|
-
readonly description: "<mainText><stats><
|
2107
|
+
readonly description: "<mainText><stats><attention>20%</attention> Heal and Shield Power<br><attention>20</attention> Ability Power<br><attention>25</attention> Ability Haste</stats><br><li><passive>Recovery:</passive> Restores <scaleMana>10 Mana</scaleMana> every 5 seconds. If you can't gain mana, restores <healing>3 Health</healing> instead.<li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>";
|
2108
2108
|
readonly colloq: ";";
|
2109
2109
|
readonly plaintext: "Increases Health and provides Stealth Wards over time";
|
2110
2110
|
readonly image: {
|
@@ -2737,6 +2737,38 @@ export declare const Item: {
|
|
2737
2737
|
readonly FlatMPPoolMod: 500;
|
2738
2738
|
};
|
2739
2739
|
};
|
2740
|
+
readonly "223005": {
|
2741
|
+
readonly name: "Ghostcrawlers";
|
2742
|
+
readonly description: "<mainText><stats><attention>55</attention> Move Speed</stats><br><br><active>Active -</active> <active>Wall Walk:</active> Gain the ability to walk through walls for 6 seconds. While inside walls, gain 300 move speed. Casting a spell or attacking will end this effect. (15s ).</mainText><br>";
|
2743
|
+
readonly colloq: "";
|
2744
|
+
readonly plaintext: "";
|
2745
|
+
readonly image: {
|
2746
|
+
readonly full: "223005.png";
|
2747
|
+
readonly sprite: "item0.png";
|
2748
|
+
readonly group: "item";
|
2749
|
+
readonly x: 288;
|
2750
|
+
readonly y: 336;
|
2751
|
+
readonly w: 48;
|
2752
|
+
readonly h: 48;
|
2753
|
+
};
|
2754
|
+
readonly gold: {
|
2755
|
+
readonly base: 1000;
|
2756
|
+
readonly purchasable: true;
|
2757
|
+
readonly total: 1000;
|
2758
|
+
readonly sell: 700;
|
2759
|
+
};
|
2760
|
+
readonly tags: readonly ["Boots"];
|
2761
|
+
readonly maps: {
|
2762
|
+
readonly "11": false;
|
2763
|
+
readonly "12": false;
|
2764
|
+
readonly "21": false;
|
2765
|
+
readonly "22": false;
|
2766
|
+
readonly "30": true;
|
2767
|
+
};
|
2768
|
+
readonly stats: {
|
2769
|
+
readonly FlatMovementSpeedMod: 55;
|
2770
|
+
};
|
2771
|
+
};
|
2740
2772
|
readonly "223006": {
|
2741
2773
|
readonly name: "Berserker's Greaves";
|
2742
2774
|
readonly description: "<mainText><stats><buffedStat>45%</buffedStat> Attack Speed<br><attention>30</attention> Move Speed</stats></mainText><br>";
|
@@ -2746,7 +2778,7 @@ export declare const Item: {
|
|
2746
2778
|
readonly full: "223006.png";
|
2747
2779
|
readonly sprite: "item0.png";
|
2748
2780
|
readonly group: "item";
|
2749
|
-
readonly x:
|
2781
|
+
readonly x: 336;
|
2750
2782
|
readonly y: 336;
|
2751
2783
|
readonly w: 48;
|
2752
2784
|
readonly h: 48;
|
@@ -2779,7 +2811,7 @@ export declare const Item: {
|
|
2779
2811
|
readonly full: "223009.png";
|
2780
2812
|
readonly sprite: "item0.png";
|
2781
2813
|
readonly group: "item";
|
2782
|
-
readonly x:
|
2814
|
+
readonly x: 384;
|
2783
2815
|
readonly y: 336;
|
2784
2816
|
readonly w: 48;
|
2785
2817
|
readonly h: 48;
|
@@ -2814,7 +2846,7 @@ export declare const Item: {
|
|
2814
2846
|
readonly full: "223011.png";
|
2815
2847
|
readonly sprite: "item0.png";
|
2816
2848
|
readonly group: "item";
|
2817
|
-
readonly x:
|
2849
|
+
readonly x: 432;
|
2818
2850
|
readonly y: 336;
|
2819
2851
|
readonly w: 48;
|
2820
2852
|
readonly h: 48;
|
@@ -2846,8 +2878,8 @@ export declare const Item: {
|
|
2846
2878
|
readonly full: "223020.png";
|
2847
2879
|
readonly sprite: "item0.png";
|
2848
2880
|
readonly group: "item";
|
2849
|
-
readonly x:
|
2850
|
-
readonly y:
|
2881
|
+
readonly x: 0;
|
2882
|
+
readonly y: 384;
|
2851
2883
|
readonly w: 48;
|
2852
2884
|
readonly h: 48;
|
2853
2885
|
};
|
@@ -2881,7 +2913,7 @@ export declare const Item: {
|
|
2881
2913
|
readonly full: "223026.png";
|
2882
2914
|
readonly sprite: "item0.png";
|
2883
2915
|
readonly group: "item";
|
2884
|
-
readonly x:
|
2916
|
+
readonly x: 48;
|
2885
2917
|
readonly y: 384;
|
2886
2918
|
readonly w: 48;
|
2887
2919
|
readonly h: 48;
|
@@ -2921,7 +2953,7 @@ export declare const Item: {
|
|
2921
2953
|
readonly full: "223031.png";
|
2922
2954
|
readonly sprite: "item0.png";
|
2923
2955
|
readonly group: "item";
|
2924
|
-
readonly x:
|
2956
|
+
readonly x: 96;
|
2925
2957
|
readonly y: 384;
|
2926
2958
|
readonly w: 48;
|
2927
2959
|
readonly h: 48;
|
@@ -2954,7 +2986,7 @@ export declare const Item: {
|
|
2954
2986
|
readonly full: "223033.png";
|
2955
2987
|
readonly sprite: "item0.png";
|
2956
2988
|
readonly group: "item";
|
2957
|
-
readonly x:
|
2989
|
+
readonly x: 144;
|
2958
2990
|
readonly y: 384;
|
2959
2991
|
readonly w: 48;
|
2960
2992
|
readonly h: 48;
|
@@ -2987,7 +3019,7 @@ export declare const Item: {
|
|
2987
3019
|
readonly full: "223036.png";
|
2988
3020
|
readonly sprite: "item0.png";
|
2989
3021
|
readonly group: "item";
|
2990
|
-
readonly x:
|
3022
|
+
readonly x: 192;
|
2991
3023
|
readonly y: 384;
|
2992
3024
|
readonly w: 48;
|
2993
3025
|
readonly h: 48;
|
@@ -3014,6 +3046,39 @@ export declare const Item: {
|
|
3014
3046
|
readonly Effect1Amount: "0.2";
|
3015
3047
|
};
|
3016
3048
|
};
|
3049
|
+
readonly "223039": {
|
3050
|
+
readonly name: "Atma's Reckoning";
|
3051
|
+
readonly description: "<mainText><stats><attention>700</attention> Health<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Big Hands:</passive> Gain 1% critical chance per 100 bonus health, up to 30%.</mainText><br>";
|
3052
|
+
readonly colloq: "";
|
3053
|
+
readonly plaintext: "";
|
3054
|
+
readonly image: {
|
3055
|
+
readonly full: "223039.png";
|
3056
|
+
readonly sprite: "item0.png";
|
3057
|
+
readonly group: "item";
|
3058
|
+
readonly x: 240;
|
3059
|
+
readonly y: 384;
|
3060
|
+
readonly w: 48;
|
3061
|
+
readonly h: 48;
|
3062
|
+
};
|
3063
|
+
readonly gold: {
|
3064
|
+
readonly base: 3000;
|
3065
|
+
readonly purchasable: true;
|
3066
|
+
readonly total: 3000;
|
3067
|
+
readonly sell: 2100;
|
3068
|
+
};
|
3069
|
+
readonly tags: readonly ["Health", "CriticalStrike", "Lane"];
|
3070
|
+
readonly maps: {
|
3071
|
+
readonly "11": false;
|
3072
|
+
readonly "12": false;
|
3073
|
+
readonly "21": false;
|
3074
|
+
readonly "22": false;
|
3075
|
+
readonly "30": true;
|
3076
|
+
};
|
3077
|
+
readonly stats: {
|
3078
|
+
readonly FlatCritChanceMod: 0.2;
|
3079
|
+
readonly FlatHPPoolMod: 700;
|
3080
|
+
};
|
3081
|
+
};
|
3017
3082
|
readonly "223040": {
|
3018
3083
|
readonly name: "Seraph's Embrace";
|
3019
3084
|
readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>350</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>";
|
@@ -3025,7 +3090,7 @@ export declare const Item: {
|
|
3025
3090
|
readonly full: "223040.png";
|
3026
3091
|
readonly sprite: "item0.png";
|
3027
3092
|
readonly group: "item";
|
3028
|
-
readonly x:
|
3093
|
+
readonly x: 288;
|
3029
3094
|
readonly y: 384;
|
3030
3095
|
readonly w: 48;
|
3031
3096
|
readonly h: 48;
|
@@ -3061,7 +3126,7 @@ export declare const Item: {
|
|
3061
3126
|
readonly full: "223042.png";
|
3062
3127
|
readonly sprite: "item0.png";
|
3063
3128
|
readonly group: "item";
|
3064
|
-
readonly x:
|
3129
|
+
readonly x: 336;
|
3065
3130
|
readonly y: 384;
|
3066
3131
|
readonly w: 48;
|
3067
3132
|
readonly h: 48;
|
@@ -3094,7 +3159,7 @@ export declare const Item: {
|
|
3094
3159
|
readonly full: "223046.png";
|
3095
3160
|
readonly sprite: "item0.png";
|
3096
3161
|
readonly group: "item";
|
3097
|
-
readonly x:
|
3162
|
+
readonly x: 384;
|
3098
3163
|
readonly y: 384;
|
3099
3164
|
readonly w: 48;
|
3100
3165
|
readonly h: 48;
|
@@ -3149,7 +3214,7 @@ export declare const Item: {
|
|
3149
3214
|
readonly full: "223047.png";
|
3150
3215
|
readonly sprite: "item0.png";
|
3151
3216
|
readonly group: "item";
|
3152
|
-
readonly x:
|
3217
|
+
readonly x: 432;
|
3153
3218
|
readonly y: 384;
|
3154
3219
|
readonly w: 48;
|
3155
3220
|
readonly h: 48;
|
@@ -3185,8 +3250,8 @@ export declare const Item: {
|
|
3185
3250
|
readonly full: "223050.png";
|
3186
3251
|
readonly sprite: "item0.png";
|
3187
3252
|
readonly group: "item";
|
3188
|
-
readonly x:
|
3189
|
-
readonly y:
|
3253
|
+
readonly x: 0;
|
3254
|
+
readonly y: 432;
|
3190
3255
|
readonly w: 48;
|
3191
3256
|
readonly h: 48;
|
3192
3257
|
};
|
@@ -3219,8 +3284,8 @@ export declare const Item: {
|
|
3219
3284
|
readonly full: "223053.png";
|
3220
3285
|
readonly sprite: "item0.png";
|
3221
3286
|
readonly group: "item";
|
3222
|
-
readonly x:
|
3223
|
-
readonly y:
|
3287
|
+
readonly x: 48;
|
3288
|
+
readonly y: 432;
|
3224
3289
|
readonly w: 48;
|
3225
3290
|
readonly h: 48;
|
3226
3291
|
};
|
@@ -3251,7 +3316,7 @@ export declare const Item: {
|
|
3251
3316
|
readonly full: "223065.png";
|
3252
3317
|
readonly sprite: "item0.png";
|
3253
3318
|
readonly group: "item";
|
3254
|
-
readonly x:
|
3319
|
+
readonly x: 96;
|
3255
3320
|
readonly y: 432;
|
3256
3321
|
readonly w: 48;
|
3257
3322
|
readonly h: 48;
|
@@ -3284,7 +3349,7 @@ export declare const Item: {
|
|
3284
3349
|
readonly full: "223068.png";
|
3285
3350
|
readonly sprite: "item0.png";
|
3286
3351
|
readonly group: "item";
|
3287
|
-
readonly x:
|
3352
|
+
readonly x: 144;
|
3288
3353
|
readonly y: 432;
|
3289
3354
|
readonly w: 48;
|
3290
3355
|
readonly h: 48;
|
@@ -3317,7 +3382,7 @@ export declare const Item: {
|
|
3317
3382
|
readonly full: "223071.png";
|
3318
3383
|
readonly sprite: "item0.png";
|
3319
3384
|
readonly group: "item";
|
3320
|
-
readonly x:
|
3385
|
+
readonly x: 192;
|
3321
3386
|
readonly y: 432;
|
3322
3387
|
readonly w: 48;
|
3323
3388
|
readonly h: 48;
|
@@ -3362,7 +3427,7 @@ export declare const Item: {
|
|
3362
3427
|
readonly full: "223072.png";
|
3363
3428
|
readonly sprite: "item0.png";
|
3364
3429
|
readonly group: "item";
|
3365
|
-
readonly x:
|
3430
|
+
readonly x: 240;
|
3366
3431
|
readonly y: 432;
|
3367
3432
|
readonly w: 48;
|
3368
3433
|
readonly h: 48;
|
@@ -3396,7 +3461,7 @@ export declare const Item: {
|
|
3396
3461
|
readonly full: "223074.png";
|
3397
3462
|
readonly sprite: "item0.png";
|
3398
3463
|
readonly group: "item";
|
3399
|
-
readonly x:
|
3464
|
+
readonly x: 288;
|
3400
3465
|
readonly y: 432;
|
3401
3466
|
readonly w: 48;
|
3402
3467
|
readonly h: 48;
|
@@ -3429,7 +3494,7 @@ export declare const Item: {
|
|
3429
3494
|
readonly full: "223075.png";
|
3430
3495
|
readonly sprite: "item0.png";
|
3431
3496
|
readonly group: "item";
|
3432
|
-
readonly x:
|
3497
|
+
readonly x: 336;
|
3433
3498
|
readonly y: 432;
|
3434
3499
|
readonly w: 48;
|
3435
3500
|
readonly h: 48;
|
@@ -3463,7 +3528,7 @@ export declare const Item: {
|
|
3463
3528
|
readonly full: "223078.png";
|
3464
3529
|
readonly sprite: "item0.png";
|
3465
3530
|
readonly group: "item";
|
3466
|
-
readonly x:
|
3531
|
+
readonly x: 384;
|
3467
3532
|
readonly y: 432;
|
3468
3533
|
readonly w: 48;
|
3469
3534
|
readonly h: 48;
|
@@ -3505,7 +3570,7 @@ export declare const Item: {
|
|
3505
3570
|
readonly full: "223084.png";
|
3506
3571
|
readonly sprite: "item0.png";
|
3507
3572
|
readonly group: "item";
|
3508
|
-
readonly x:
|
3573
|
+
readonly x: 432;
|
3509
3574
|
readonly y: 432;
|
3510
3575
|
readonly w: 48;
|
3511
3576
|
readonly h: 48;
|
@@ -3535,10 +3600,10 @@ export declare const Item: {
|
|
3535
3600
|
readonly plaintext: "";
|
3536
3601
|
readonly image: {
|
3537
3602
|
readonly full: "223085.png";
|
3538
|
-
readonly sprite: "
|
3603
|
+
readonly sprite: "item1.png";
|
3539
3604
|
readonly group: "item";
|
3540
|
-
readonly x:
|
3541
|
-
readonly y:
|
3605
|
+
readonly x: 0;
|
3606
|
+
readonly y: 0;
|
3542
3607
|
readonly w: 48;
|
3543
3608
|
readonly h: 48;
|
3544
3609
|
};
|
@@ -3572,15 +3637,15 @@ export declare const Item: {
|
|
3572
3637
|
};
|
3573
3638
|
readonly "223087": {
|
3574
3639
|
readonly name: "Statikk Shiv";
|
3575
|
-
readonly description: "<mainText><stats><attention>
|
3640
|
+
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>";
|
3576
3641
|
readonly colloq: "";
|
3577
3642
|
readonly plaintext: "";
|
3578
3643
|
readonly image: {
|
3579
3644
|
readonly full: "223087.png";
|
3580
|
-
readonly sprite: "
|
3645
|
+
readonly sprite: "item1.png";
|
3581
3646
|
readonly group: "item";
|
3582
|
-
readonly x:
|
3583
|
-
readonly y:
|
3647
|
+
readonly x: 48;
|
3648
|
+
readonly y: 0;
|
3584
3649
|
readonly w: 48;
|
3585
3650
|
readonly h: 48;
|
3586
3651
|
};
|
@@ -3599,7 +3664,7 @@ export declare const Item: {
|
|
3599
3664
|
readonly "30": true;
|
3600
3665
|
};
|
3601
3666
|
readonly stats: {
|
3602
|
-
readonly FlatPhysicalDamageMod:
|
3667
|
+
readonly FlatPhysicalDamageMod: 50;
|
3603
3668
|
readonly FlatCritChanceMod: 0.2;
|
3604
3669
|
readonly PercentAttackSpeedMod: 0.3;
|
3605
3670
|
};
|
@@ -3613,7 +3678,7 @@ export declare const Item: {
|
|
3613
3678
|
readonly full: "223089.png";
|
3614
3679
|
readonly sprite: "item1.png";
|
3615
3680
|
readonly group: "item";
|
3616
|
-
readonly x:
|
3681
|
+
readonly x: 96;
|
3617
3682
|
readonly y: 0;
|
3618
3683
|
readonly w: 48;
|
3619
3684
|
readonly h: 48;
|
@@ -3645,7 +3710,7 @@ export declare const Item: {
|
|
3645
3710
|
readonly full: "223091.png";
|
3646
3711
|
readonly sprite: "item1.png";
|
3647
3712
|
readonly group: "item";
|
3648
|
-
readonly x:
|
3713
|
+
readonly x: 144;
|
3649
3714
|
readonly y: 0;
|
3650
3715
|
readonly w: 48;
|
3651
3716
|
readonly h: 48;
|
@@ -3679,7 +3744,7 @@ export declare const Item: {
|
|
3679
3744
|
readonly full: "223094.png";
|
3680
3745
|
readonly sprite: "item1.png";
|
3681
3746
|
readonly group: "item";
|
3682
|
-
readonly x:
|
3747
|
+
readonly x: 192;
|
3683
3748
|
readonly y: 0;
|
3684
3749
|
readonly w: 48;
|
3685
3750
|
readonly h: 48;
|
@@ -3707,14 +3772,14 @@ export declare const Item: {
|
|
3707
3772
|
};
|
3708
3773
|
readonly "223095": {
|
3709
3774
|
readonly name: "Stormrazor";
|
3710
|
-
readonly description: "<mainText><stats><attention>
|
3775
|
+
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 Energized Attack applies bonus magic damage and grants Move Speed.</mainText><br>";
|
3711
3776
|
readonly colloq: "";
|
3712
3777
|
readonly plaintext: "";
|
3713
3778
|
readonly image: {
|
3714
3779
|
readonly full: "223095.png";
|
3715
3780
|
readonly sprite: "item1.png";
|
3716
3781
|
readonly group: "item";
|
3717
|
-
readonly x:
|
3782
|
+
readonly x: 240;
|
3718
3783
|
readonly y: 0;
|
3719
3784
|
readonly w: 48;
|
3720
3785
|
readonly h: 48;
|
@@ -3734,7 +3799,7 @@ export declare const Item: {
|
|
3734
3799
|
readonly "30": true;
|
3735
3800
|
};
|
3736
3801
|
readonly stats: {
|
3737
|
-
readonly FlatPhysicalDamageMod:
|
3802
|
+
readonly FlatPhysicalDamageMod: 55;
|
3738
3803
|
readonly FlatCritChanceMod: 0.2;
|
3739
3804
|
readonly PercentAttackSpeedMod: 0.15;
|
3740
3805
|
};
|
@@ -3748,7 +3813,7 @@ export declare const Item: {
|
|
3748
3813
|
readonly full: "223100.png";
|
3749
3814
|
readonly sprite: "item1.png";
|
3750
3815
|
readonly group: "item";
|
3751
|
-
readonly x:
|
3816
|
+
readonly x: 288;
|
3752
3817
|
readonly y: 0;
|
3753
3818
|
readonly w: 48;
|
3754
3819
|
readonly h: 48;
|
@@ -3781,7 +3846,7 @@ export declare const Item: {
|
|
3781
3846
|
readonly full: "223102.png";
|
3782
3847
|
readonly sprite: "item1.png";
|
3783
3848
|
readonly group: "item";
|
3784
|
-
readonly x:
|
3849
|
+
readonly x: 336;
|
3785
3850
|
readonly y: 0;
|
3786
3851
|
readonly w: 48;
|
3787
3852
|
readonly h: 48;
|
@@ -3815,14 +3880,14 @@ export declare const Item: {
|
|
3815
3880
|
};
|
3816
3881
|
readonly "223107": {
|
3817
3882
|
readonly name: "Redemption";
|
3818
|
-
readonly description: "<mainText><stats><buffedStat>300</buffedStat> Health<br><buffedStat>100%</buffedStat> Base Mana Regen<br><
|
3883
|
+
readonly description: "<mainText><stats><buffedStat>300</buffedStat> Health<br><buffedStat>100%</buffedStat> Base Mana Regen<br><attention>20%</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 <scalemana>25% Base Mana Regeneration</scalemana>.<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>";
|
3819
3884
|
readonly colloq: "";
|
3820
3885
|
readonly plaintext: "";
|
3821
3886
|
readonly image: {
|
3822
3887
|
readonly full: "223107.png";
|
3823
3888
|
readonly sprite: "item1.png";
|
3824
3889
|
readonly group: "item";
|
3825
|
-
readonly x:
|
3890
|
+
readonly x: 384;
|
3826
3891
|
readonly y: 0;
|
3827
3892
|
readonly w: 48;
|
3828
3893
|
readonly h: 48;
|
@@ -3854,7 +3919,7 @@ export declare const Item: {
|
|
3854
3919
|
readonly full: "223109.png";
|
3855
3920
|
readonly sprite: "item1.png";
|
3856
3921
|
readonly group: "item";
|
3857
|
-
readonly x:
|
3922
|
+
readonly x: 432;
|
3858
3923
|
readonly y: 0;
|
3859
3924
|
readonly w: 48;
|
3860
3925
|
readonly h: 48;
|
@@ -3887,8 +3952,8 @@ export declare const Item: {
|
|
3887
3952
|
readonly full: "223110.png";
|
3888
3953
|
readonly sprite: "item1.png";
|
3889
3954
|
readonly group: "item";
|
3890
|
-
readonly x:
|
3891
|
-
readonly y:
|
3955
|
+
readonly x: 0;
|
3956
|
+
readonly y: 48;
|
3892
3957
|
readonly w: 48;
|
3893
3958
|
readonly h: 48;
|
3894
3959
|
};
|
@@ -3920,8 +3985,8 @@ export declare const Item: {
|
|
3920
3985
|
readonly full: "223111.png";
|
3921
3986
|
readonly sprite: "item1.png";
|
3922
3987
|
readonly group: "item";
|
3923
|
-
readonly x:
|
3924
|
-
readonly y:
|
3988
|
+
readonly x: 48;
|
3989
|
+
readonly y: 48;
|
3925
3990
|
readonly w: 48;
|
3926
3991
|
readonly h: 48;
|
3927
3992
|
};
|
@@ -3953,7 +4018,7 @@ export declare const Item: {
|
|
3953
4018
|
readonly full: "223112.png";
|
3954
4019
|
readonly sprite: "item1.png";
|
3955
4020
|
readonly group: "item";
|
3956
|
-
readonly x:
|
4021
|
+
readonly x: 96;
|
3957
4022
|
readonly y: 48;
|
3958
4023
|
readonly w: 48;
|
3959
4024
|
readonly h: 48;
|
@@ -3988,7 +4053,7 @@ export declare const Item: {
|
|
3988
4053
|
readonly full: "223115.png";
|
3989
4054
|
readonly sprite: "item1.png";
|
3990
4055
|
readonly group: "item";
|
3991
|
-
readonly x:
|
4056
|
+
readonly x: 144;
|
3992
4057
|
readonly y: 48;
|
3993
4058
|
readonly w: 48;
|
3994
4059
|
readonly h: 48;
|
@@ -4021,7 +4086,7 @@ export declare const Item: {
|
|
4021
4086
|
readonly full: "223116.png";
|
4022
4087
|
readonly sprite: "item1.png";
|
4023
4088
|
readonly group: "item";
|
4024
|
-
readonly x:
|
4089
|
+
readonly x: 192;
|
4025
4090
|
readonly y: 48;
|
4026
4091
|
readonly w: 48;
|
4027
4092
|
readonly h: 48;
|
@@ -4062,7 +4127,7 @@ export declare const Item: {
|
|
4062
4127
|
readonly full: "223119.png";
|
4063
4128
|
readonly sprite: "item1.png";
|
4064
4129
|
readonly group: "item";
|
4065
|
-
readonly x:
|
4130
|
+
readonly x: 240;
|
4066
4131
|
readonly y: 48;
|
4067
4132
|
readonly w: 48;
|
4068
4133
|
readonly h: 48;
|
@@ -4097,7 +4162,7 @@ export declare const Item: {
|
|
4097
4162
|
readonly full: "223121.png";
|
4098
4163
|
readonly sprite: "item1.png";
|
4099
4164
|
readonly group: "item";
|
4100
|
-
readonly x:
|
4165
|
+
readonly x: 288;
|
4101
4166
|
readonly y: 48;
|
4102
4167
|
readonly w: 48;
|
4103
4168
|
readonly h: 48;
|
@@ -4131,7 +4196,7 @@ export declare const Item: {
|
|
4131
4196
|
readonly full: "223124.png";
|
4132
4197
|
readonly sprite: "item1.png";
|
4133
4198
|
readonly group: "item";
|
4134
|
-
readonly x:
|
4199
|
+
readonly x: 336;
|
4135
4200
|
readonly y: 48;
|
4136
4201
|
readonly w: 48;
|
4137
4202
|
readonly h: 48;
|
@@ -4180,7 +4245,7 @@ export declare const Item: {
|
|
4180
4245
|
readonly full: "223135.png";
|
4181
4246
|
readonly sprite: "item1.png";
|
4182
4247
|
readonly group: "item";
|
4183
|
-
readonly x:
|
4248
|
+
readonly x: 384;
|
4184
4249
|
readonly y: 48;
|
4185
4250
|
readonly w: 48;
|
4186
4251
|
readonly h: 48;
|
@@ -4212,7 +4277,7 @@ export declare const Item: {
|
|
4212
4277
|
readonly full: "223139.png";
|
4213
4278
|
readonly sprite: "item1.png";
|
4214
4279
|
readonly group: "item";
|
4215
|
-
readonly x:
|
4280
|
+
readonly x: 432;
|
4216
4281
|
readonly y: 48;
|
4217
4282
|
readonly w: 48;
|
4218
4283
|
readonly h: 48;
|
@@ -4252,8 +4317,8 @@ export declare const Item: {
|
|
4252
4317
|
readonly full: "223142.png";
|
4253
4318
|
readonly sprite: "item1.png";
|
4254
4319
|
readonly group: "item";
|
4255
|
-
readonly x:
|
4256
|
-
readonly y:
|
4320
|
+
readonly x: 0;
|
4321
|
+
readonly y: 96;
|
4257
4322
|
readonly w: 48;
|
4258
4323
|
readonly h: 48;
|
4259
4324
|
};
|
@@ -4292,8 +4357,8 @@ export declare const Item: {
|
|
4292
4357
|
readonly full: "223143.png";
|
4293
4358
|
readonly sprite: "item1.png";
|
4294
4359
|
readonly group: "item";
|
4295
|
-
readonly x:
|
4296
|
-
readonly y:
|
4360
|
+
readonly x: 48;
|
4361
|
+
readonly y: 96;
|
4297
4362
|
readonly w: 48;
|
4298
4363
|
readonly h: 48;
|
4299
4364
|
};
|
@@ -4316,6 +4381,39 @@ export declare const Item: {
|
|
4316
4381
|
readonly FlatArmorMod: 60;
|
4317
4382
|
};
|
4318
4383
|
};
|
4384
|
+
readonly "223146": {
|
4385
|
+
readonly name: "Hextech Gunblade";
|
4386
|
+
readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>20%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Lightning Bolt:</active> Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds (30 second cooldown).</mainText><br>";
|
4387
|
+
readonly colloq: "";
|
4388
|
+
readonly plaintext: "";
|
4389
|
+
readonly image: {
|
4390
|
+
readonly full: "223146.png";
|
4391
|
+
readonly sprite: "item1.png";
|
4392
|
+
readonly group: "item";
|
4393
|
+
readonly x: 96;
|
4394
|
+
readonly y: 96;
|
4395
|
+
readonly w: 48;
|
4396
|
+
readonly h: 48;
|
4397
|
+
};
|
4398
|
+
readonly gold: {
|
4399
|
+
readonly base: 3000;
|
4400
|
+
readonly purchasable: true;
|
4401
|
+
readonly total: 3000;
|
4402
|
+
readonly sell: 2100;
|
4403
|
+
};
|
4404
|
+
readonly tags: readonly ["Damage", "LifeSteal", "SpellDamage", "Active", "SpellVamp"];
|
4405
|
+
readonly maps: {
|
4406
|
+
readonly "11": false;
|
4407
|
+
readonly "12": false;
|
4408
|
+
readonly "21": false;
|
4409
|
+
readonly "22": false;
|
4410
|
+
readonly "30": true;
|
4411
|
+
};
|
4412
|
+
readonly stats: {
|
4413
|
+
readonly FlatPhysicalDamageMod: 40;
|
4414
|
+
readonly FlatMagicDamageMod: 80;
|
4415
|
+
};
|
4416
|
+
};
|
4319
4417
|
readonly "223152": {
|
4320
4418
|
readonly name: "Hextech Rocketbelt";
|
4321
4419
|
readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>9</attention> Magic Penetration<br><attention>400</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>";
|
@@ -4326,7 +4424,7 @@ export declare const Item: {
|
|
4326
4424
|
readonly full: "223152.png";
|
4327
4425
|
readonly sprite: "item1.png";
|
4328
4426
|
readonly group: "item";
|
4329
|
-
readonly x:
|
4427
|
+
readonly x: 144;
|
4330
4428
|
readonly y: 96;
|
4331
4429
|
readonly w: 48;
|
4332
4430
|
readonly h: 48;
|
@@ -4359,7 +4457,7 @@ export declare const Item: {
|
|
4359
4457
|
readonly full: "223153.png";
|
4360
4458
|
readonly sprite: "item1.png";
|
4361
4459
|
readonly group: "item";
|
4362
|
-
readonly x:
|
4460
|
+
readonly x: 192;
|
4363
4461
|
readonly y: 96;
|
4364
4462
|
readonly w: 48;
|
4365
4463
|
readonly h: 48;
|
@@ -4394,7 +4492,7 @@ export declare const Item: {
|
|
4394
4492
|
readonly full: "223156.png";
|
4395
4493
|
readonly sprite: "item1.png";
|
4396
4494
|
readonly group: "item";
|
4397
|
-
readonly x:
|
4495
|
+
readonly x: 240;
|
4398
4496
|
readonly y: 96;
|
4399
4497
|
readonly w: 48;
|
4400
4498
|
readonly h: 48;
|
@@ -4427,7 +4525,7 @@ export declare const Item: {
|
|
4427
4525
|
readonly full: "223157.png";
|
4428
4526
|
readonly sprite: "item1.png";
|
4429
4527
|
readonly group: "item";
|
4430
|
-
readonly x:
|
4528
|
+
readonly x: 288;
|
4431
4529
|
readonly y: 96;
|
4432
4530
|
readonly w: 48;
|
4433
4531
|
readonly h: 48;
|
@@ -4465,7 +4563,7 @@ export declare const Item: {
|
|
4465
4563
|
readonly full: "223158.png";
|
4466
4564
|
readonly sprite: "item1.png";
|
4467
4565
|
readonly group: "item";
|
4468
|
-
readonly x:
|
4566
|
+
readonly x: 336;
|
4469
4567
|
readonly y: 96;
|
4470
4568
|
readonly w: 48;
|
4471
4569
|
readonly h: 48;
|
@@ -4497,7 +4595,7 @@ export declare const Item: {
|
|
4497
4595
|
readonly full: "223161.png";
|
4498
4596
|
readonly sprite: "item1.png";
|
4499
4597
|
readonly group: "item";
|
4500
|
-
readonly x:
|
4598
|
+
readonly x: 384;
|
4501
4599
|
readonly y: 96;
|
4502
4600
|
readonly w: 48;
|
4503
4601
|
readonly h: 48;
|
@@ -4530,7 +4628,7 @@ export declare const Item: {
|
|
4530
4628
|
readonly full: "223165.png";
|
4531
4629
|
readonly sprite: "item1.png";
|
4532
4630
|
readonly group: "item";
|
4533
|
-
readonly x:
|
4631
|
+
readonly x: 432;
|
4534
4632
|
readonly y: 96;
|
4535
4633
|
readonly w: 48;
|
4536
4634
|
readonly h: 48;
|
@@ -4554,6 +4652,39 @@ export declare const Item: {
|
|
4554
4652
|
readonly FlatMagicDamageMod: 100;
|
4555
4653
|
};
|
4556
4654
|
};
|
4655
|
+
readonly "223172": {
|
4656
|
+
readonly name: "Zephyr";
|
4657
|
+
readonly description: "<mainText><stats><attention>50%</attention> Attack Speed<br><attention>10%</attention> Move Speed<br><attention>25</attention> Ability Haste<br><attention>30%</attention> Tenacity</stats><br><li><passive>Like the Wind:</passive> Gain 5% Attack Speed On-Hit for 6 seconds, stacking up to 30% Attack Speed.<br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>";
|
4658
|
+
readonly colloq: "";
|
4659
|
+
readonly plaintext: "";
|
4660
|
+
readonly image: {
|
4661
|
+
readonly full: "223172.png";
|
4662
|
+
readonly sprite: "item1.png";
|
4663
|
+
readonly group: "item";
|
4664
|
+
readonly x: 0;
|
4665
|
+
readonly y: 144;
|
4666
|
+
readonly w: 48;
|
4667
|
+
readonly h: 48;
|
4668
|
+
};
|
4669
|
+
readonly gold: {
|
4670
|
+
readonly base: 3000;
|
4671
|
+
readonly purchasable: true;
|
4672
|
+
readonly total: 3000;
|
4673
|
+
readonly sell: 2100;
|
4674
|
+
};
|
4675
|
+
readonly tags: readonly ["AttackSpeed", "CooldownReduction", "NonbootsMovement"];
|
4676
|
+
readonly maps: {
|
4677
|
+
readonly "11": false;
|
4678
|
+
readonly "12": false;
|
4679
|
+
readonly "21": false;
|
4680
|
+
readonly "22": false;
|
4681
|
+
readonly "30": true;
|
4682
|
+
};
|
4683
|
+
readonly stats: {
|
4684
|
+
readonly PercentMovementSpeedMod: 0.1;
|
4685
|
+
readonly PercentAttackSpeedMod: 0.5;
|
4686
|
+
};
|
4687
|
+
};
|
4557
4688
|
readonly "223177": {
|
4558
4689
|
readonly name: "Guardian's Blade";
|
4559
4690
|
readonly description: "<mainText><stats><attention>25</attention> Attack Damage<br><attention>300</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>";
|
@@ -4563,8 +4694,8 @@ export declare const Item: {
|
|
4563
4694
|
readonly full: "223177.png";
|
4564
4695
|
readonly sprite: "item1.png";
|
4565
4696
|
readonly group: "item";
|
4566
|
-
readonly x:
|
4567
|
-
readonly y:
|
4697
|
+
readonly x: 48;
|
4698
|
+
readonly y: 144;
|
4568
4699
|
readonly w: 48;
|
4569
4700
|
readonly h: 48;
|
4570
4701
|
};
|
@@ -4599,8 +4730,8 @@ export declare const Item: {
|
|
4599
4730
|
readonly full: "223181.png";
|
4600
4731
|
readonly sprite: "item1.png";
|
4601
4732
|
readonly group: "item";
|
4602
|
-
readonly x:
|
4603
|
-
readonly y:
|
4733
|
+
readonly x: 96;
|
4734
|
+
readonly y: 144;
|
4604
4735
|
readonly w: 48;
|
4605
4736
|
readonly h: 48;
|
4606
4737
|
};
|
@@ -4633,8 +4764,8 @@ export declare const Item: {
|
|
4633
4764
|
readonly full: "223184.png";
|
4634
4765
|
readonly sprite: "item1.png";
|
4635
4766
|
readonly group: "item";
|
4636
|
-
readonly x:
|
4637
|
-
readonly y:
|
4767
|
+
readonly x: 144;
|
4768
|
+
readonly y: 144;
|
4638
4769
|
readonly w: 48;
|
4639
4770
|
readonly h: 48;
|
4640
4771
|
};
|
@@ -4667,7 +4798,7 @@ export declare const Item: {
|
|
4667
4798
|
readonly full: "223185.png";
|
4668
4799
|
readonly sprite: "item1.png";
|
4669
4800
|
readonly group: "item";
|
4670
|
-
readonly x:
|
4801
|
+
readonly x: 192;
|
4671
4802
|
readonly y: 144;
|
4672
4803
|
readonly w: 48;
|
4673
4804
|
readonly h: 48;
|
@@ -4700,7 +4831,7 @@ export declare const Item: {
|
|
4700
4831
|
readonly full: "223190.png";
|
4701
4832
|
readonly sprite: "item1.png";
|
4702
4833
|
readonly group: "item";
|
4703
|
-
readonly x:
|
4834
|
+
readonly x: 240;
|
4704
4835
|
readonly y: 144;
|
4705
4836
|
readonly w: 48;
|
4706
4837
|
readonly h: 48;
|
@@ -4734,7 +4865,7 @@ export declare const Item: {
|
|
4734
4865
|
readonly full: "223193.png";
|
4735
4866
|
readonly sprite: "item1.png";
|
4736
4867
|
readonly group: "item";
|
4737
|
-
readonly x:
|
4868
|
+
readonly x: 288;
|
4738
4869
|
readonly y: 144;
|
4739
4870
|
readonly w: 48;
|
4740
4871
|
readonly h: 48;
|
@@ -4767,7 +4898,7 @@ export declare const Item: {
|
|
4767
4898
|
readonly full: "223222.png";
|
4768
4899
|
readonly sprite: "item1.png";
|
4769
4900
|
readonly group: "item";
|
4770
|
-
readonly x:
|
4901
|
+
readonly x: 336;
|
4771
4902
|
readonly y: 144;
|
4772
4903
|
readonly w: 48;
|
4773
4904
|
readonly h: 48;
|
@@ -4799,7 +4930,7 @@ export declare const Item: {
|
|
4799
4930
|
readonly full: "223504.png";
|
4800
4931
|
readonly sprite: "item1.png";
|
4801
4932
|
readonly group: "item";
|
4802
|
-
readonly x:
|
4933
|
+
readonly x: 384;
|
4803
4934
|
readonly y: 144;
|
4804
4935
|
readonly w: 48;
|
4805
4936
|
readonly h: 48;
|
@@ -4832,7 +4963,7 @@ export declare const Item: {
|
|
4832
4963
|
readonly full: "223508.png";
|
4833
4964
|
readonly sprite: "item1.png";
|
4834
4965
|
readonly group: "item";
|
4835
|
-
readonly x:
|
4966
|
+
readonly x: 432;
|
4836
4967
|
readonly y: 144;
|
4837
4968
|
readonly w: 48;
|
4838
4969
|
readonly h: 48;
|
@@ -4865,8 +4996,8 @@ export declare const Item: {
|
|
4865
4996
|
readonly full: "223742.png";
|
4866
4997
|
readonly sprite: "item1.png";
|
4867
4998
|
readonly group: "item";
|
4868
|
-
readonly x:
|
4869
|
-
readonly y:
|
4999
|
+
readonly x: 0;
|
5000
|
+
readonly y: 192;
|
4870
5001
|
readonly w: 48;
|
4871
5002
|
readonly h: 48;
|
4872
5003
|
};
|
@@ -4899,8 +5030,8 @@ export declare const Item: {
|
|
4899
5030
|
readonly full: "223748.png";
|
4900
5031
|
readonly sprite: "item1.png";
|
4901
5032
|
readonly group: "item";
|
4902
|
-
readonly x:
|
4903
|
-
readonly y:
|
5033
|
+
readonly x: 48;
|
5034
|
+
readonly y: 192;
|
4904
5035
|
readonly w: 48;
|
4905
5036
|
readonly h: 48;
|
4906
5037
|
};
|
@@ -4945,8 +5076,8 @@ export declare const Item: {
|
|
4945
5076
|
readonly full: "223814.png";
|
4946
5077
|
readonly sprite: "item1.png";
|
4947
5078
|
readonly group: "item";
|
4948
|
-
readonly x:
|
4949
|
-
readonly y:
|
5079
|
+
readonly x: 96;
|
5080
|
+
readonly y: 192;
|
4950
5081
|
readonly w: 48;
|
4951
5082
|
readonly h: 48;
|
4952
5083
|
};
|
@@ -4975,6 +5106,38 @@ export declare const Item: {
|
|
4975
5106
|
readonly Effect4Amount: "40";
|
4976
5107
|
};
|
4977
5108
|
};
|
5109
|
+
readonly "224004": {
|
5110
|
+
readonly name: "Spectral Cutlass";
|
5111
|
+
readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>21</attention> Lethality</stats><br><br><active>Active -</active> <active>Soul Anchor:</active> Mark your current location. After 5 seconds, return to that location (30s ).</mainText><br>";
|
5112
|
+
readonly colloq: "";
|
5113
|
+
readonly plaintext: "";
|
5114
|
+
readonly image: {
|
5115
|
+
readonly full: "224004.png";
|
5116
|
+
readonly sprite: "item1.png";
|
5117
|
+
readonly group: "item";
|
5118
|
+
readonly x: 144;
|
5119
|
+
readonly y: 192;
|
5120
|
+
readonly w: 48;
|
5121
|
+
readonly h: 48;
|
5122
|
+
};
|
5123
|
+
readonly gold: {
|
5124
|
+
readonly base: 3000;
|
5125
|
+
readonly purchasable: true;
|
5126
|
+
readonly total: 3000;
|
5127
|
+
readonly sell: 2100;
|
5128
|
+
};
|
5129
|
+
readonly tags: readonly ["Damage", "ArmorPenetration"];
|
5130
|
+
readonly maps: {
|
5131
|
+
readonly "11": false;
|
5132
|
+
readonly "12": false;
|
5133
|
+
readonly "21": false;
|
5134
|
+
readonly "22": false;
|
5135
|
+
readonly "30": true;
|
5136
|
+
};
|
5137
|
+
readonly stats: {
|
5138
|
+
readonly FlatPhysicalDamageMod: 70;
|
5139
|
+
};
|
5140
|
+
};
|
4978
5141
|
readonly "224005": {
|
4979
5142
|
readonly name: "Imperial Mandate";
|
4980
5143
|
readonly description: "<mainText><stats><attention>55</attention> Ability Power<br><buffedStat>30</buffedStat> Ability Haste<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Coordinated Fire:</passive> Abilities that <status>Slow</status> or <status>Immobilize</status> a champion deal <magicDamage>bonus magic damage</magicDamage> and marks them. Ally champion damage detonates the mark, dealing additional magic damage and granting you both Move Speed. </mainText><br>";
|
@@ -4984,8 +5147,8 @@ export declare const Item: {
|
|
4984
5147
|
readonly full: "224005.png";
|
4985
5148
|
readonly sprite: "item1.png";
|
4986
5149
|
readonly group: "item";
|
4987
|
-
readonly x:
|
4988
|
-
readonly y:
|
5150
|
+
readonly x: 192;
|
5151
|
+
readonly y: 192;
|
4989
5152
|
readonly w: 48;
|
4990
5153
|
readonly h: 48;
|
4991
5154
|
};
|
@@ -5016,7 +5179,7 @@ export declare const Item: {
|
|
5016
5179
|
readonly full: "224401.png";
|
5017
5180
|
readonly sprite: "item1.png";
|
5018
5181
|
readonly group: "item";
|
5019
|
-
readonly x:
|
5182
|
+
readonly x: 240;
|
5020
5183
|
readonly y: 192;
|
5021
5184
|
readonly w: 48;
|
5022
5185
|
readonly h: 48;
|
@@ -5052,7 +5215,7 @@ export declare const Item: {
|
|
5052
5215
|
readonly full: "224403.png";
|
5053
5216
|
readonly sprite: "item1.png";
|
5054
5217
|
readonly group: "item";
|
5055
|
-
readonly x:
|
5218
|
+
readonly x: 288;
|
5056
5219
|
readonly y: 192;
|
5057
5220
|
readonly w: 48;
|
5058
5221
|
readonly h: 48;
|
@@ -5094,7 +5257,7 @@ export declare const Item: {
|
|
5094
5257
|
readonly full: "224628.png";
|
5095
5258
|
readonly sprite: "item1.png";
|
5096
5259
|
readonly group: "item";
|
5097
|
-
readonly x:
|
5260
|
+
readonly x: 336;
|
5098
5261
|
readonly y: 192;
|
5099
5262
|
readonly w: 48;
|
5100
5263
|
readonly h: 48;
|
@@ -5127,7 +5290,7 @@ export declare const Item: {
|
|
5127
5290
|
readonly full: "224629.png";
|
5128
5291
|
readonly sprite: "item1.png";
|
5129
5292
|
readonly group: "item";
|
5130
|
-
readonly x:
|
5293
|
+
readonly x: 384;
|
5131
5294
|
readonly y: 192;
|
5132
5295
|
readonly w: 48;
|
5133
5296
|
readonly h: 48;
|
@@ -5161,7 +5324,7 @@ export declare const Item: {
|
|
5161
5324
|
readonly full: "224633.png";
|
5162
5325
|
readonly sprite: "item1.png";
|
5163
5326
|
readonly group: "item";
|
5164
|
-
readonly x:
|
5327
|
+
readonly x: 432;
|
5165
5328
|
readonly y: 192;
|
5166
5329
|
readonly w: 48;
|
5167
5330
|
readonly h: 48;
|
@@ -5195,8 +5358,8 @@ export declare const Item: {
|
|
5195
5358
|
readonly full: "224636.png";
|
5196
5359
|
readonly sprite: "item1.png";
|
5197
5360
|
readonly group: "item";
|
5198
|
-
readonly x:
|
5199
|
-
readonly y:
|
5361
|
+
readonly x: 0;
|
5362
|
+
readonly y: 240;
|
5200
5363
|
readonly w: 48;
|
5201
5364
|
readonly h: 48;
|
5202
5365
|
};
|
@@ -5228,8 +5391,8 @@ export declare const Item: {
|
|
5228
5391
|
readonly full: "224637.png";
|
5229
5392
|
readonly sprite: "item1.png";
|
5230
5393
|
readonly group: "item";
|
5231
|
-
readonly x:
|
5232
|
-
readonly y:
|
5394
|
+
readonly x: 48;
|
5395
|
+
readonly y: 240;
|
5233
5396
|
readonly w: 48;
|
5234
5397
|
readonly h: 48;
|
5235
5398
|
};
|
@@ -5254,7 +5417,7 @@ export declare const Item: {
|
|
5254
5417
|
};
|
5255
5418
|
readonly "224644": {
|
5256
5419
|
readonly name: "Crown of the Shattered Queen";
|
5257
|
-
readonly description: "<mainText><stats><buffedStat>100</buffedStat> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>
|
5420
|
+
readonly description: "<mainText><stats><buffedStat>100</buffedStat> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 2.5 seconds after taking champion damage. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>";
|
5258
5421
|
readonly colloq: "";
|
5259
5422
|
readonly plaintext: "";
|
5260
5423
|
readonly into: readonly ["227024"];
|
@@ -5262,8 +5425,8 @@ export declare const Item: {
|
|
5262
5425
|
readonly full: "224644.png";
|
5263
5426
|
readonly sprite: "item1.png";
|
5264
5427
|
readonly group: "item";
|
5265
|
-
readonly x:
|
5266
|
-
readonly y:
|
5428
|
+
readonly x: 96;
|
5429
|
+
readonly y: 240;
|
5267
5430
|
readonly w: 48;
|
5268
5431
|
readonly h: 48;
|
5269
5432
|
};
|
@@ -5296,8 +5459,8 @@ export declare const Item: {
|
|
5296
5459
|
readonly full: "224645.png";
|
5297
5460
|
readonly sprite: "item1.png";
|
5298
5461
|
readonly group: "item";
|
5299
|
-
readonly x:
|
5300
|
-
readonly y:
|
5462
|
+
readonly x: 144;
|
5463
|
+
readonly y: 240;
|
5301
5464
|
readonly w: 48;
|
5302
5465
|
readonly h: 48;
|
5303
5466
|
};
|
@@ -5329,8 +5492,8 @@ export declare const Item: {
|
|
5329
5492
|
readonly full: "226035.png";
|
5330
5493
|
readonly sprite: "item1.png";
|
5331
5494
|
readonly group: "item";
|
5332
|
-
readonly x:
|
5333
|
-
readonly y:
|
5495
|
+
readonly x: 192;
|
5496
|
+
readonly y: 240;
|
5334
5497
|
readonly w: 48;
|
5335
5498
|
readonly h: 48;
|
5336
5499
|
};
|
@@ -5369,7 +5532,7 @@ export declare const Item: {
|
|
5369
5532
|
readonly full: "226333.png";
|
5370
5533
|
readonly sprite: "item1.png";
|
5371
5534
|
readonly group: "item";
|
5372
|
-
readonly x:
|
5535
|
+
readonly x: 240;
|
5373
5536
|
readonly y: 240;
|
5374
5537
|
readonly w: 48;
|
5375
5538
|
readonly h: 48;
|
@@ -5402,7 +5565,7 @@ export declare const Item: {
|
|
5402
5565
|
readonly full: "226609.png";
|
5403
5566
|
readonly sprite: "item1.png";
|
5404
5567
|
readonly group: "item";
|
5405
|
-
readonly x:
|
5568
|
+
readonly x: 288;
|
5406
5569
|
readonly y: 240;
|
5407
5570
|
readonly w: 48;
|
5408
5571
|
readonly h: 48;
|
@@ -5435,7 +5598,7 @@ export declare const Item: {
|
|
5435
5598
|
readonly full: "226616.png";
|
5436
5599
|
readonly sprite: "item1.png";
|
5437
5600
|
readonly group: "item";
|
5438
|
-
readonly x:
|
5601
|
+
readonly x: 336;
|
5439
5602
|
readonly y: 240;
|
5440
5603
|
readonly w: 48;
|
5441
5604
|
readonly h: 48;
|
@@ -5469,7 +5632,7 @@ export declare const Item: {
|
|
5469
5632
|
readonly full: "226617.png";
|
5470
5633
|
readonly sprite: "item1.png";
|
5471
5634
|
readonly group: "item";
|
5472
|
-
readonly x:
|
5635
|
+
readonly x: 384;
|
5473
5636
|
readonly y: 240;
|
5474
5637
|
readonly w: 48;
|
5475
5638
|
readonly h: 48;
|
@@ -5503,7 +5666,7 @@ export declare const Item: {
|
|
5503
5666
|
readonly full: "226620.png";
|
5504
5667
|
readonly sprite: "item1.png";
|
5505
5668
|
readonly group: "item";
|
5506
|
-
readonly x:
|
5669
|
+
readonly x: 432;
|
5507
5670
|
readonly y: 240;
|
5508
5671
|
readonly w: 48;
|
5509
5672
|
readonly h: 48;
|
@@ -5537,8 +5700,8 @@ export declare const Item: {
|
|
5537
5700
|
readonly full: "226630.png";
|
5538
5701
|
readonly sprite: "item1.png";
|
5539
5702
|
readonly group: "item";
|
5540
|
-
readonly x:
|
5541
|
-
readonly y:
|
5703
|
+
readonly x: 0;
|
5704
|
+
readonly y: 288;
|
5542
5705
|
readonly w: 48;
|
5543
5706
|
readonly h: 48;
|
5544
5707
|
};
|
@@ -5571,8 +5734,8 @@ export declare const Item: {
|
|
5571
5734
|
readonly full: "226631.png";
|
5572
5735
|
readonly sprite: "item1.png";
|
5573
5736
|
readonly group: "item";
|
5574
|
-
readonly x:
|
5575
|
-
readonly y:
|
5737
|
+
readonly x: 48;
|
5738
|
+
readonly y: 288;
|
5576
5739
|
readonly w: 48;
|
5577
5740
|
readonly h: 48;
|
5578
5741
|
};
|
@@ -5613,8 +5776,8 @@ export declare const Item: {
|
|
5613
5776
|
readonly full: "226632.png";
|
5614
5777
|
readonly sprite: "item1.png";
|
5615
5778
|
readonly group: "item";
|
5616
|
-
readonly x:
|
5617
|
-
readonly y:
|
5779
|
+
readonly x: 96;
|
5780
|
+
readonly y: 288;
|
5618
5781
|
readonly w: 48;
|
5619
5782
|
readonly h: 48;
|
5620
5783
|
};
|
@@ -5647,8 +5810,8 @@ export declare const Item: {
|
|
5647
5810
|
readonly full: "226653.png";
|
5648
5811
|
readonly sprite: "item1.png";
|
5649
5812
|
readonly group: "item";
|
5650
|
-
readonly x:
|
5651
|
-
readonly y:
|
5813
|
+
readonly x: 144;
|
5814
|
+
readonly y: 288;
|
5652
5815
|
readonly w: 48;
|
5653
5816
|
readonly h: 48;
|
5654
5817
|
};
|
@@ -5681,8 +5844,8 @@ export declare const Item: {
|
|
5681
5844
|
readonly full: "226655.png";
|
5682
5845
|
readonly sprite: "item1.png";
|
5683
5846
|
readonly group: "item";
|
5684
|
-
readonly x:
|
5685
|
-
readonly y:
|
5847
|
+
readonly x: 192;
|
5848
|
+
readonly y: 288;
|
5686
5849
|
readonly w: 48;
|
5687
5850
|
readonly h: 48;
|
5688
5851
|
};
|
@@ -5715,7 +5878,7 @@ export declare const Item: {
|
|
5715
5878
|
readonly full: "226656.png";
|
5716
5879
|
readonly sprite: "item1.png";
|
5717
5880
|
readonly group: "item";
|
5718
|
-
readonly x:
|
5881
|
+
readonly x: 240;
|
5719
5882
|
readonly y: 288;
|
5720
5883
|
readonly w: 48;
|
5721
5884
|
readonly h: 48;
|
@@ -5750,7 +5913,7 @@ export declare const Item: {
|
|
5750
5913
|
readonly full: "226657.png";
|
5751
5914
|
readonly sprite: "item1.png";
|
5752
5915
|
readonly group: "item";
|
5753
|
-
readonly x:
|
5916
|
+
readonly x: 288;
|
5754
5917
|
readonly y: 288;
|
5755
5918
|
readonly w: 48;
|
5756
5919
|
readonly h: 48;
|
@@ -5785,7 +5948,7 @@ export declare const Item: {
|
|
5785
5948
|
readonly full: "226662.png";
|
5786
5949
|
readonly sprite: "item1.png";
|
5787
5950
|
readonly group: "item";
|
5788
|
-
readonly x:
|
5951
|
+
readonly x: 336;
|
5789
5952
|
readonly y: 288;
|
5790
5953
|
readonly w: 48;
|
5791
5954
|
readonly h: 48;
|
@@ -5818,7 +5981,7 @@ export declare const Item: {
|
|
5818
5981
|
readonly full: "226664.png";
|
5819
5982
|
readonly sprite: "item1.png";
|
5820
5983
|
readonly group: "item";
|
5821
|
-
readonly x:
|
5984
|
+
readonly x: 384;
|
5822
5985
|
readonly y: 288;
|
5823
5986
|
readonly w: 48;
|
5824
5987
|
readonly h: 48;
|
@@ -5852,7 +6015,7 @@ export declare const Item: {
|
|
5852
6015
|
readonly full: "226665.png";
|
5853
6016
|
readonly sprite: "item1.png";
|
5854
6017
|
readonly group: "item";
|
5855
|
-
readonly x:
|
6018
|
+
readonly x: 432;
|
5856
6019
|
readonly y: 288;
|
5857
6020
|
readonly w: 48;
|
5858
6021
|
readonly h: 48;
|
@@ -5887,8 +6050,8 @@ export declare const Item: {
|
|
5887
6050
|
readonly full: "226667.png";
|
5888
6051
|
readonly sprite: "item1.png";
|
5889
6052
|
readonly group: "item";
|
5890
|
-
readonly x:
|
5891
|
-
readonly y:
|
6053
|
+
readonly x: 0;
|
6054
|
+
readonly y: 336;
|
5892
6055
|
readonly w: 48;
|
5893
6056
|
readonly h: 48;
|
5894
6057
|
};
|
@@ -5922,8 +6085,8 @@ export declare const Item: {
|
|
5922
6085
|
readonly full: "226671.png";
|
5923
6086
|
readonly sprite: "item1.png";
|
5924
6087
|
readonly group: "item";
|
5925
|
-
readonly x:
|
5926
|
-
readonly y:
|
6088
|
+
readonly x: 48;
|
6089
|
+
readonly y: 336;
|
5927
6090
|
readonly w: 48;
|
5928
6091
|
readonly h: 48;
|
5929
6092
|
};
|
@@ -5957,8 +6120,8 @@ export declare const Item: {
|
|
5957
6120
|
readonly full: "226672.png";
|
5958
6121
|
readonly sprite: "item1.png";
|
5959
6122
|
readonly group: "item";
|
5960
|
-
readonly x:
|
5961
|
-
readonly y:
|
6123
|
+
readonly x: 96;
|
6124
|
+
readonly y: 336;
|
5962
6125
|
readonly w: 48;
|
5963
6126
|
readonly h: 48;
|
5964
6127
|
};
|
@@ -5991,8 +6154,8 @@ export declare const Item: {
|
|
5991
6154
|
readonly full: "226673.png";
|
5992
6155
|
readonly sprite: "item1.png";
|
5993
6156
|
readonly group: "item";
|
5994
|
-
readonly x:
|
5995
|
-
readonly y:
|
6157
|
+
readonly x: 144;
|
6158
|
+
readonly y: 336;
|
5996
6159
|
readonly w: 48;
|
5997
6160
|
readonly h: 48;
|
5998
6161
|
};
|
@@ -6026,8 +6189,8 @@ export declare const Item: {
|
|
6026
6189
|
readonly full: "226675.png";
|
6027
6190
|
readonly sprite: "item1.png";
|
6028
6191
|
readonly group: "item";
|
6029
|
-
readonly x:
|
6030
|
-
readonly y:
|
6192
|
+
readonly x: 192;
|
6193
|
+
readonly y: 336;
|
6031
6194
|
readonly w: 48;
|
6032
6195
|
readonly h: 48;
|
6033
6196
|
};
|
@@ -6064,7 +6227,7 @@ export declare const Item: {
|
|
6064
6227
|
readonly full: "226676.png";
|
6065
6228
|
readonly sprite: "item1.png";
|
6066
6229
|
readonly group: "item";
|
6067
|
-
readonly x:
|
6230
|
+
readonly x: 240;
|
6068
6231
|
readonly y: 336;
|
6069
6232
|
readonly w: 48;
|
6070
6233
|
readonly h: 48;
|
@@ -6098,7 +6261,7 @@ export declare const Item: {
|
|
6098
6261
|
readonly full: "226691.png";
|
6099
6262
|
readonly sprite: "item1.png";
|
6100
6263
|
readonly group: "item";
|
6101
|
-
readonly x:
|
6264
|
+
readonly x: 288;
|
6102
6265
|
readonly y: 336;
|
6103
6266
|
readonly w: 48;
|
6104
6267
|
readonly h: 48;
|
@@ -6131,7 +6294,7 @@ export declare const Item: {
|
|
6131
6294
|
readonly full: "226692.png";
|
6132
6295
|
readonly sprite: "item1.png";
|
6133
6296
|
readonly group: "item";
|
6134
|
-
readonly x:
|
6297
|
+
readonly x: 336;
|
6135
6298
|
readonly y: 336;
|
6136
6299
|
readonly w: 48;
|
6137
6300
|
readonly h: 48;
|
@@ -6163,7 +6326,7 @@ export declare const Item: {
|
|
6163
6326
|
readonly full: "226693.png";
|
6164
6327
|
readonly sprite: "item1.png";
|
6165
6328
|
readonly group: "item";
|
6166
|
-
readonly x:
|
6329
|
+
readonly x: 384;
|
6167
6330
|
readonly y: 336;
|
6168
6331
|
readonly w: 48;
|
6169
6332
|
readonly h: 48;
|
@@ -6195,7 +6358,7 @@ export declare const Item: {
|
|
6195
6358
|
readonly full: "226694.png";
|
6196
6359
|
readonly sprite: "item1.png";
|
6197
6360
|
readonly group: "item";
|
6198
|
-
readonly x:
|
6361
|
+
readonly x: 432;
|
6199
6362
|
readonly y: 336;
|
6200
6363
|
readonly w: 48;
|
6201
6364
|
readonly h: 48;
|
@@ -6227,8 +6390,8 @@ export declare const Item: {
|
|
6227
6390
|
readonly full: "226695.png";
|
6228
6391
|
readonly sprite: "item1.png";
|
6229
6392
|
readonly group: "item";
|
6230
|
-
readonly x:
|
6231
|
-
readonly y:
|
6393
|
+
readonly x: 0;
|
6394
|
+
readonly y: 384;
|
6232
6395
|
readonly w: 48;
|
6233
6396
|
readonly h: 48;
|
6234
6397
|
};
|
@@ -6259,8 +6422,8 @@ export declare const Item: {
|
|
6259
6422
|
readonly full: "226696.png";
|
6260
6423
|
readonly sprite: "item1.png";
|
6261
6424
|
readonly group: "item";
|
6262
|
-
readonly x:
|
6263
|
-
readonly y:
|
6425
|
+
readonly x: 48;
|
6426
|
+
readonly y: 384;
|
6264
6427
|
readonly w: 48;
|
6265
6428
|
readonly h: 48;
|
6266
6429
|
};
|
@@ -6293,8 +6456,8 @@ export declare const Item: {
|
|
6293
6456
|
readonly full: "227001.png";
|
6294
6457
|
readonly sprite: "item1.png";
|
6295
6458
|
readonly group: "item";
|
6296
|
-
readonly x:
|
6297
|
-
readonly y:
|
6459
|
+
readonly x: 96;
|
6460
|
+
readonly y: 384;
|
6298
6461
|
readonly w: 48;
|
6299
6462
|
readonly h: 48;
|
6300
6463
|
};
|
@@ -6328,8 +6491,8 @@ export declare const Item: {
|
|
6328
6491
|
readonly full: "227002.png";
|
6329
6492
|
readonly sprite: "item1.png";
|
6330
6493
|
readonly group: "item";
|
6331
|
-
readonly x:
|
6332
|
-
readonly y:
|
6494
|
+
readonly x: 144;
|
6495
|
+
readonly y: 384;
|
6333
6496
|
readonly w: 48;
|
6334
6497
|
readonly h: 48;
|
6335
6498
|
};
|
@@ -6363,8 +6526,8 @@ export declare const Item: {
|
|
6363
6526
|
readonly full: "227005.png";
|
6364
6527
|
readonly sprite: "item1.png";
|
6365
6528
|
readonly group: "item";
|
6366
|
-
readonly x:
|
6367
|
-
readonly y:
|
6529
|
+
readonly x: 192;
|
6530
|
+
readonly y: 384;
|
6368
6531
|
readonly w: 48;
|
6369
6532
|
readonly h: 48;
|
6370
6533
|
};
|
@@ -6399,7 +6562,7 @@ export declare const Item: {
|
|
6399
6562
|
readonly full: "227006.png";
|
6400
6563
|
readonly sprite: "item1.png";
|
6401
6564
|
readonly group: "item";
|
6402
|
-
readonly x:
|
6565
|
+
readonly x: 240;
|
6403
6566
|
readonly y: 384;
|
6404
6567
|
readonly w: 48;
|
6405
6568
|
readonly h: 48;
|
@@ -6437,7 +6600,7 @@ export declare const Item: {
|
|
6437
6600
|
readonly full: "227009.png";
|
6438
6601
|
readonly sprite: "item1.png";
|
6439
6602
|
readonly group: "item";
|
6440
|
-
readonly x:
|
6603
|
+
readonly x: 288;
|
6441
6604
|
readonly y: 384;
|
6442
6605
|
readonly w: 48;
|
6443
6606
|
readonly h: 48;
|
@@ -6473,7 +6636,7 @@ export declare const Item: {
|
|
6473
6636
|
readonly full: "227010.png";
|
6474
6637
|
readonly sprite: "item1.png";
|
6475
6638
|
readonly group: "item";
|
6476
|
-
readonly x:
|
6639
|
+
readonly x: 336;
|
6477
6640
|
readonly y: 384;
|
6478
6641
|
readonly w: 48;
|
6479
6642
|
readonly h: 48;
|
@@ -6509,7 +6672,7 @@ export declare const Item: {
|
|
6509
6672
|
readonly full: "227011.png";
|
6510
6673
|
readonly sprite: "item1.png";
|
6511
6674
|
readonly group: "item";
|
6512
|
-
readonly x:
|
6675
|
+
readonly x: 384;
|
6513
6676
|
readonly y: 384;
|
6514
6677
|
readonly w: 48;
|
6515
6678
|
readonly h: 48;
|
@@ -6545,7 +6708,7 @@ export declare const Item: {
|
|
6545
6708
|
readonly full: "227012.png";
|
6546
6709
|
readonly sprite: "item1.png";
|
6547
6710
|
readonly group: "item";
|
6548
|
-
readonly x:
|
6711
|
+
readonly x: 432;
|
6549
6712
|
readonly y: 384;
|
6550
6713
|
readonly w: 48;
|
6551
6714
|
readonly h: 48;
|
@@ -6581,8 +6744,8 @@ export declare const Item: {
|
|
6581
6744
|
readonly full: "227013.png";
|
6582
6745
|
readonly sprite: "item1.png";
|
6583
6746
|
readonly group: "item";
|
6584
|
-
readonly x:
|
6585
|
-
readonly y:
|
6747
|
+
readonly x: 0;
|
6748
|
+
readonly y: 432;
|
6586
6749
|
readonly w: 48;
|
6587
6750
|
readonly h: 48;
|
6588
6751
|
};
|
@@ -6617,8 +6780,8 @@ export declare const Item: {
|
|
6617
6780
|
readonly full: "227014.png";
|
6618
6781
|
readonly sprite: "item1.png";
|
6619
6782
|
readonly group: "item";
|
6620
|
-
readonly x:
|
6621
|
-
readonly y:
|
6783
|
+
readonly x: 48;
|
6784
|
+
readonly y: 432;
|
6622
6785
|
readonly w: 48;
|
6623
6786
|
readonly h: 48;
|
6624
6787
|
};
|
@@ -6654,8 +6817,8 @@ export declare const Item: {
|
|
6654
6817
|
readonly full: "227015.png";
|
6655
6818
|
readonly sprite: "item1.png";
|
6656
6819
|
readonly group: "item";
|
6657
|
-
readonly x:
|
6658
|
-
readonly y:
|
6820
|
+
readonly x: 96;
|
6821
|
+
readonly y: 432;
|
6659
6822
|
readonly w: 48;
|
6660
6823
|
readonly h: 48;
|
6661
6824
|
};
|
@@ -6690,8 +6853,8 @@ export declare const Item: {
|
|
6690
6853
|
readonly full: "227016.png";
|
6691
6854
|
readonly sprite: "item1.png";
|
6692
6855
|
readonly group: "item";
|
6693
|
-
readonly x:
|
6694
|
-
readonly y:
|
6856
|
+
readonly x: 144;
|
6857
|
+
readonly y: 432;
|
6695
6858
|
readonly w: 48;
|
6696
6859
|
readonly h: 48;
|
6697
6860
|
};
|
@@ -6734,8 +6897,8 @@ export declare const Item: {
|
|
6734
6897
|
readonly full: "227017.png";
|
6735
6898
|
readonly sprite: "item1.png";
|
6736
6899
|
readonly group: "item";
|
6737
|
-
readonly x:
|
6738
|
-
readonly y:
|
6900
|
+
readonly x: 192;
|
6901
|
+
readonly y: 432;
|
6739
6902
|
readonly w: 48;
|
6740
6903
|
readonly h: 48;
|
6741
6904
|
};
|
@@ -6770,7 +6933,7 @@ export declare const Item: {
|
|
6770
6933
|
readonly full: "227018.png";
|
6771
6934
|
readonly sprite: "item1.png";
|
6772
6935
|
readonly group: "item";
|
6773
|
-
readonly x:
|
6936
|
+
readonly x: 240;
|
6774
6937
|
readonly y: 432;
|
6775
6938
|
readonly w: 48;
|
6776
6939
|
readonly h: 48;
|
@@ -6814,7 +6977,7 @@ export declare const Item: {
|
|
6814
6977
|
readonly full: "227019.png";
|
6815
6978
|
readonly sprite: "item1.png";
|
6816
6979
|
readonly group: "item";
|
6817
|
-
readonly x:
|
6980
|
+
readonly x: 288;
|
6818
6981
|
readonly y: 432;
|
6819
6982
|
readonly w: 48;
|
6820
6983
|
readonly h: 48;
|
@@ -6851,7 +7014,7 @@ export declare const Item: {
|
|
6851
7014
|
readonly full: "227020.png";
|
6852
7015
|
readonly sprite: "item1.png";
|
6853
7016
|
readonly group: "item";
|
6854
|
-
readonly x:
|
7017
|
+
readonly x: 336;
|
6855
7018
|
readonly y: 432;
|
6856
7019
|
readonly w: 48;
|
6857
7020
|
readonly h: 48;
|
@@ -6887,7 +7050,7 @@ export declare const Item: {
|
|
6887
7050
|
readonly full: "227021.png";
|
6888
7051
|
readonly sprite: "item1.png";
|
6889
7052
|
readonly group: "item";
|
6890
|
-
readonly x:
|
7053
|
+
readonly x: 384;
|
6891
7054
|
readonly y: 432;
|
6892
7055
|
readonly w: 48;
|
6893
7056
|
readonly h: 48;
|
@@ -6923,7 +7086,7 @@ export declare const Item: {
|
|
6923
7086
|
readonly full: "227023.png";
|
6924
7087
|
readonly sprite: "item1.png";
|
6925
7088
|
readonly group: "item";
|
6926
|
-
readonly x:
|
7089
|
+
readonly x: 432;
|
6927
7090
|
readonly y: 432;
|
6928
7091
|
readonly w: 48;
|
6929
7092
|
readonly h: 48;
|
@@ -6951,17 +7114,17 @@ export declare const Item: {
|
|
6951
7114
|
};
|
6952
7115
|
readonly "227024": {
|
6953
7116
|
readonly name: "Caesura";
|
6954
|
-
readonly description: "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>
|
7117
|
+
readonly description: "<mainText><stats><ornnBonus>120</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 2.5 seconds after taking champion damage. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>";
|
6955
7118
|
readonly colloq: "";
|
6956
7119
|
readonly plaintext: "";
|
6957
7120
|
readonly from: readonly ["224644"];
|
6958
7121
|
readonly inStore: false;
|
6959
7122
|
readonly image: {
|
6960
7123
|
readonly full: "227024.png";
|
6961
|
-
readonly sprite: "
|
7124
|
+
readonly sprite: "item2.png";
|
6962
7125
|
readonly group: "item";
|
6963
|
-
readonly x:
|
6964
|
-
readonly y:
|
7126
|
+
readonly x: 0;
|
7127
|
+
readonly y: 0;
|
6965
7128
|
readonly w: 48;
|
6966
7129
|
readonly h: 48;
|
6967
7130
|
};
|
@@ -6995,10 +7158,10 @@ export declare const Item: {
|
|
6995
7158
|
readonly inStore: false;
|
6996
7159
|
readonly image: {
|
6997
7160
|
readonly full: "227025.png";
|
6998
|
-
readonly sprite: "
|
7161
|
+
readonly sprite: "item2.png";
|
6999
7162
|
readonly group: "item";
|
7000
|
-
readonly x:
|
7001
|
-
readonly y:
|
7163
|
+
readonly x: 48;
|
7164
|
+
readonly y: 0;
|
7002
7165
|
readonly w: 48;
|
7003
7166
|
readonly h: 48;
|
7004
7167
|
};
|
@@ -7030,10 +7193,10 @@ export declare const Item: {
|
|
7030
7193
|
readonly inStore: false;
|
7031
7194
|
readonly image: {
|
7032
7195
|
readonly full: "227026.png";
|
7033
|
-
readonly sprite: "
|
7196
|
+
readonly sprite: "item2.png";
|
7034
7197
|
readonly group: "item";
|
7035
|
-
readonly x:
|
7036
|
-
readonly y:
|
7198
|
+
readonly x: 96;
|
7199
|
+
readonly y: 0;
|
7037
7200
|
readonly w: 48;
|
7038
7201
|
readonly h: 48;
|
7039
7202
|
};
|
@@ -7067,10 +7230,10 @@ export declare const Item: {
|
|
7067
7230
|
readonly inStore: false;
|
7068
7231
|
readonly image: {
|
7069
7232
|
readonly full: "227027.png";
|
7070
|
-
readonly sprite: "
|
7233
|
+
readonly sprite: "item2.png";
|
7071
7234
|
readonly group: "item";
|
7072
|
-
readonly x:
|
7073
|
-
readonly y:
|
7235
|
+
readonly x: 144;
|
7236
|
+
readonly y: 0;
|
7074
7237
|
readonly w: 48;
|
7075
7238
|
readonly h: 48;
|
7076
7239
|
};
|
@@ -7104,10 +7267,10 @@ export declare const Item: {
|
|
7104
7267
|
readonly inStore: false;
|
7105
7268
|
readonly image: {
|
7106
7269
|
readonly full: "227028.png";
|
7107
|
-
readonly sprite: "
|
7270
|
+
readonly sprite: "item2.png";
|
7108
7271
|
readonly group: "item";
|
7109
|
-
readonly x:
|
7110
|
-
readonly y:
|
7272
|
+
readonly x: 192;
|
7273
|
+
readonly y: 0;
|
7111
7274
|
readonly w: 48;
|
7112
7275
|
readonly h: 48;
|
7113
7276
|
};
|
@@ -7144,7 +7307,7 @@ export declare const Item: {
|
|
7144
7307
|
readonly full: "227029.png";
|
7145
7308
|
readonly sprite: "item2.png";
|
7146
7309
|
readonly group: "item";
|
7147
|
-
readonly x:
|
7310
|
+
readonly x: 240;
|
7148
7311
|
readonly y: 0;
|
7149
7312
|
readonly w: 48;
|
7150
7313
|
readonly h: 48;
|
@@ -7188,7 +7351,7 @@ export declare const Item: {
|
|
7188
7351
|
readonly full: "227030.png";
|
7189
7352
|
readonly sprite: "item2.png";
|
7190
7353
|
readonly group: "item";
|
7191
|
-
readonly x:
|
7354
|
+
readonly x: 288;
|
7192
7355
|
readonly y: 0;
|
7193
7356
|
readonly w: 48;
|
7194
7357
|
readonly h: 48;
|
@@ -7241,7 +7404,7 @@ export declare const Item: {
|
|
7241
7404
|
readonly full: "227031.png";
|
7242
7405
|
readonly sprite: "item2.png";
|
7243
7406
|
readonly group: "item";
|
7244
|
-
readonly x:
|
7407
|
+
readonly x: 336;
|
7245
7408
|
readonly y: 0;
|
7246
7409
|
readonly w: 48;
|
7247
7410
|
readonly h: 48;
|
@@ -7278,7 +7441,7 @@ export declare const Item: {
|
|
7278
7441
|
readonly full: "227032.png";
|
7279
7442
|
readonly sprite: "item2.png";
|
7280
7443
|
readonly group: "item";
|
7281
|
-
readonly x:
|
7444
|
+
readonly x: 384;
|
7282
7445
|
readonly y: 0;
|
7283
7446
|
readonly w: 48;
|
7284
7447
|
readonly h: 48;
|
@@ -7320,7 +7483,7 @@ export declare const Item: {
|
|
7320
7483
|
readonly full: "227033.png";
|
7321
7484
|
readonly sprite: "item2.png";
|
7322
7485
|
readonly group: "item";
|
7323
|
-
readonly x:
|
7486
|
+
readonly x: 432;
|
7324
7487
|
readonly y: 0;
|
7325
7488
|
readonly w: 48;
|
7326
7489
|
readonly h: 48;
|
@@ -7354,8 +7517,8 @@ export declare const Item: {
|
|
7354
7517
|
readonly full: "228001.png";
|
7355
7518
|
readonly sprite: "item2.png";
|
7356
7519
|
readonly group: "item";
|
7357
|
-
readonly x:
|
7358
|
-
readonly y:
|
7520
|
+
readonly x: 0;
|
7521
|
+
readonly y: 48;
|
7359
7522
|
readonly w: 48;
|
7360
7523
|
readonly h: 48;
|
7361
7524
|
};
|
@@ -7386,8 +7549,8 @@ export declare const Item: {
|
|
7386
7549
|
readonly full: "228020.png";
|
7387
7550
|
readonly sprite: "item2.png";
|
7388
7551
|
readonly group: "item";
|
7389
|
-
readonly x:
|
7390
|
-
readonly y:
|
7552
|
+
readonly x: 48;
|
7553
|
+
readonly y: 48;
|
7391
7554
|
readonly w: 48;
|
7392
7555
|
readonly h: 48;
|
7393
7556
|
};
|
@@ -7423,8 +7586,8 @@ export declare const Item: {
|
|
7423
7586
|
readonly full: "2403.png";
|
7424
7587
|
readonly sprite: "item2.png";
|
7425
7588
|
readonly group: "item";
|
7426
|
-
readonly x:
|
7427
|
-
readonly y:
|
7589
|
+
readonly x: 96;
|
7590
|
+
readonly y: 48;
|
7428
7591
|
readonly w: 48;
|
7429
7592
|
readonly h: 48;
|
7430
7593
|
};
|
@@ -7455,8 +7618,8 @@ export declare const Item: {
|
|
7455
7618
|
readonly full: "2419.png";
|
7456
7619
|
readonly sprite: "item2.png";
|
7457
7620
|
readonly group: "item";
|
7458
|
-
readonly x:
|
7459
|
-
readonly y:
|
7621
|
+
readonly x: 144;
|
7622
|
+
readonly y: 48;
|
7460
7623
|
readonly w: 48;
|
7461
7624
|
readonly h: 48;
|
7462
7625
|
};
|
@@ -7486,8 +7649,8 @@ export declare const Item: {
|
|
7486
7649
|
readonly full: "2420.png";
|
7487
7650
|
readonly sprite: "item2.png";
|
7488
7651
|
readonly group: "item";
|
7489
|
-
readonly x:
|
7490
|
-
readonly y:
|
7652
|
+
readonly x: 192;
|
7653
|
+
readonly y: 48;
|
7491
7654
|
readonly w: 48;
|
7492
7655
|
readonly h: 48;
|
7493
7656
|
};
|
@@ -7522,7 +7685,7 @@ export declare const Item: {
|
|
7522
7685
|
readonly full: "2421.png";
|
7523
7686
|
readonly sprite: "item2.png";
|
7524
7687
|
readonly group: "item";
|
7525
|
-
readonly x:
|
7688
|
+
readonly x: 240;
|
7526
7689
|
readonly y: 48;
|
7527
7690
|
readonly w: 48;
|
7528
7691
|
readonly h: 48;
|
@@ -7561,7 +7724,7 @@ export declare const Item: {
|
|
7561
7724
|
readonly full: "2422.png";
|
7562
7725
|
readonly sprite: "item2.png";
|
7563
7726
|
readonly group: "item";
|
7564
|
-
readonly x:
|
7727
|
+
readonly x: 288;
|
7565
7728
|
readonly y: 48;
|
7566
7729
|
readonly w: 48;
|
7567
7730
|
readonly h: 48;
|
@@ -7595,7 +7758,7 @@ export declare const Item: {
|
|
7595
7758
|
readonly full: "2423.png";
|
7596
7759
|
readonly sprite: "item2.png";
|
7597
7760
|
readonly group: "item";
|
7598
|
-
readonly x:
|
7761
|
+
readonly x: 336;
|
7599
7762
|
readonly y: 48;
|
7600
7763
|
readonly w: 48;
|
7601
7764
|
readonly h: 48;
|
@@ -7632,7 +7795,7 @@ export declare const Item: {
|
|
7632
7795
|
readonly full: "2424.png";
|
7633
7796
|
readonly sprite: "item2.png";
|
7634
7797
|
readonly group: "item";
|
7635
|
-
readonly x:
|
7798
|
+
readonly x: 384;
|
7636
7799
|
readonly y: 48;
|
7637
7800
|
readonly w: 48;
|
7638
7801
|
readonly h: 48;
|
@@ -7671,7 +7834,7 @@ export declare const Item: {
|
|
7671
7834
|
readonly full: "3001.png";
|
7672
7835
|
readonly sprite: "item2.png";
|
7673
7836
|
readonly group: "item";
|
7674
|
-
readonly x:
|
7837
|
+
readonly x: 432;
|
7675
7838
|
readonly y: 48;
|
7676
7839
|
readonly w: 48;
|
7677
7840
|
readonly h: 48;
|
@@ -7707,8 +7870,8 @@ export declare const Item: {
|
|
7707
7870
|
readonly full: "3003.png";
|
7708
7871
|
readonly sprite: "item2.png";
|
7709
7872
|
readonly group: "item";
|
7710
|
-
readonly x:
|
7711
|
-
readonly y:
|
7873
|
+
readonly x: 0;
|
7874
|
+
readonly y: 96;
|
7712
7875
|
readonly w: 48;
|
7713
7876
|
readonly h: 48;
|
7714
7877
|
};
|
@@ -7743,8 +7906,8 @@ export declare const Item: {
|
|
7743
7906
|
readonly full: "3004.png";
|
7744
7907
|
readonly sprite: "item2.png";
|
7745
7908
|
readonly group: "item";
|
7746
|
-
readonly x:
|
7747
|
-
readonly y:
|
7909
|
+
readonly x: 48;
|
7910
|
+
readonly y: 96;
|
7748
7911
|
readonly w: 48;
|
7749
7912
|
readonly h: 48;
|
7750
7913
|
};
|
@@ -7768,38 +7931,6 @@ export declare const Item: {
|
|
7768
7931
|
};
|
7769
7932
|
readonly depth: 3;
|
7770
7933
|
};
|
7771
|
-
readonly "3005": {
|
7772
|
-
readonly name: "Ghostcrawlers";
|
7773
|
-
readonly description: "<mainText><stats><attention>55</attention> Move Speed</stats><br><br><active>Active -</active> <active>Wall Walk:</active> Gain the ability to walk through walls for 6 seconds. While inside walls, gain 300 move speed. Casting a spell or attacking will end this effect. (15s ).</mainText><br>";
|
7774
|
-
readonly colloq: ";wreckoning;Wreckoning";
|
7775
|
-
readonly plaintext: "Increases Attack Damage based on maximum Health";
|
7776
|
-
readonly image: {
|
7777
|
-
readonly full: "3005.png";
|
7778
|
-
readonly sprite: "item2.png";
|
7779
|
-
readonly group: "item";
|
7780
|
-
readonly x: 336;
|
7781
|
-
readonly y: 48;
|
7782
|
-
readonly w: 48;
|
7783
|
-
readonly h: 48;
|
7784
|
-
};
|
7785
|
-
readonly gold: {
|
7786
|
-
readonly base: 1000;
|
7787
|
-
readonly purchasable: true;
|
7788
|
-
readonly total: 1000;
|
7789
|
-
readonly sell: 700;
|
7790
|
-
};
|
7791
|
-
readonly tags: readonly ["Boots"];
|
7792
|
-
readonly maps: {
|
7793
|
-
readonly "11": false;
|
7794
|
-
readonly "12": false;
|
7795
|
-
readonly "21": false;
|
7796
|
-
readonly "22": false;
|
7797
|
-
readonly "30": true;
|
7798
|
-
};
|
7799
|
-
readonly stats: {
|
7800
|
-
readonly FlatMovementSpeedMod: 55;
|
7801
|
-
};
|
7802
|
-
};
|
7803
7934
|
readonly "3006": {
|
7804
7935
|
readonly name: "Berserker's Greaves";
|
7805
7936
|
readonly description: "<mainText><stats><attention>35%</attention> Attack Speed<br><attention>45</attention> Move Speed</stats></mainText><br>";
|
@@ -7810,8 +7941,8 @@ export declare const Item: {
|
|
7810
7941
|
readonly full: "3006.png";
|
7811
7942
|
readonly sprite: "item2.png";
|
7812
7943
|
readonly group: "item";
|
7813
|
-
readonly x:
|
7814
|
-
readonly y:
|
7944
|
+
readonly x: 96;
|
7945
|
+
readonly y: 96;
|
7815
7946
|
readonly w: 48;
|
7816
7947
|
readonly h: 48;
|
7817
7948
|
};
|
@@ -7845,8 +7976,8 @@ export declare const Item: {
|
|
7845
7976
|
readonly full: "3009.png";
|
7846
7977
|
readonly sprite: "item2.png";
|
7847
7978
|
readonly group: "item";
|
7848
|
-
readonly x:
|
7849
|
-
readonly y:
|
7979
|
+
readonly x: 144;
|
7980
|
+
readonly y: 96;
|
7850
7981
|
readonly w: 48;
|
7851
7982
|
readonly h: 48;
|
7852
7983
|
};
|
@@ -7874,7 +8005,7 @@ export declare const Item: {
|
|
7874
8005
|
};
|
7875
8006
|
readonly "3011": {
|
7876
8007
|
readonly name: "Chemtech Putrifier";
|
7877
|
-
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><
|
8008
|
+
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>";
|
7878
8009
|
readonly colloq: "";
|
7879
8010
|
readonly plaintext: "";
|
7880
8011
|
readonly from: readonly ["3916", "3114"];
|
@@ -7882,7 +8013,7 @@ export declare const Item: {
|
|
7882
8013
|
readonly full: "3011.png";
|
7883
8014
|
readonly sprite: "item2.png";
|
7884
8015
|
readonly group: "item";
|
7885
|
-
readonly x:
|
8016
|
+
readonly x: 192;
|
7886
8017
|
readonly y: 96;
|
7887
8018
|
readonly w: 48;
|
7888
8019
|
readonly h: 48;
|
@@ -7917,7 +8048,7 @@ export declare const Item: {
|
|
7917
8048
|
readonly full: "3012.png";
|
7918
8049
|
readonly sprite: "item2.png";
|
7919
8050
|
readonly group: "item";
|
7920
|
-
readonly x:
|
8051
|
+
readonly x: 240;
|
7921
8052
|
readonly y: 96;
|
7922
8053
|
readonly w: 48;
|
7923
8054
|
readonly h: 48;
|
@@ -7951,7 +8082,7 @@ export declare const Item: {
|
|
7951
8082
|
readonly full: "3020.png";
|
7952
8083
|
readonly sprite: "item2.png";
|
7953
8084
|
readonly group: "item";
|
7954
|
-
readonly x:
|
8085
|
+
readonly x: 288;
|
7955
8086
|
readonly y: 96;
|
7956
8087
|
readonly w: 48;
|
7957
8088
|
readonly h: 48;
|
@@ -7989,7 +8120,7 @@ export declare const Item: {
|
|
7989
8120
|
readonly full: "3023.png";
|
7990
8121
|
readonly sprite: "item2.png";
|
7991
8122
|
readonly group: "item";
|
7992
|
-
readonly x:
|
8123
|
+
readonly x: 336;
|
7993
8124
|
readonly y: 96;
|
7994
8125
|
readonly w: 48;
|
7995
8126
|
readonly h: 48;
|
@@ -8025,7 +8156,7 @@ export declare const Item: {
|
|
8025
8156
|
readonly full: "3024.png";
|
8026
8157
|
readonly sprite: "item2.png";
|
8027
8158
|
readonly group: "item";
|
8028
|
-
readonly x:
|
8159
|
+
readonly x: 384;
|
8029
8160
|
readonly y: 96;
|
8030
8161
|
readonly w: 48;
|
8031
8162
|
readonly h: 48;
|
@@ -8060,7 +8191,7 @@ export declare const Item: {
|
|
8060
8191
|
readonly full: "3026.png";
|
8061
8192
|
readonly sprite: "item2.png";
|
8062
8193
|
readonly group: "item";
|
8063
|
-
readonly x:
|
8194
|
+
readonly x: 432;
|
8064
8195
|
readonly y: 96;
|
8065
8196
|
readonly w: 48;
|
8066
8197
|
readonly h: 48;
|
@@ -8102,8 +8233,8 @@ export declare const Item: {
|
|
8102
8233
|
readonly full: "3031.png";
|
8103
8234
|
readonly sprite: "item2.png";
|
8104
8235
|
readonly group: "item";
|
8105
|
-
readonly x:
|
8106
|
-
readonly y:
|
8236
|
+
readonly x: 0;
|
8237
|
+
readonly y: 144;
|
8107
8238
|
readonly w: 48;
|
8108
8239
|
readonly h: 48;
|
8109
8240
|
};
|
@@ -8137,8 +8268,8 @@ export declare const Item: {
|
|
8137
8268
|
readonly full: "3033.png";
|
8138
8269
|
readonly sprite: "item2.png";
|
8139
8270
|
readonly group: "item";
|
8140
|
-
readonly x:
|
8141
|
-
readonly y:
|
8271
|
+
readonly x: 48;
|
8272
|
+
readonly y: 144;
|
8142
8273
|
readonly w: 48;
|
8143
8274
|
readonly h: 48;
|
8144
8275
|
};
|
@@ -8173,8 +8304,8 @@ export declare const Item: {
|
|
8173
8304
|
readonly full: "3035.png";
|
8174
8305
|
readonly sprite: "item2.png";
|
8175
8306
|
readonly group: "item";
|
8176
|
-
readonly x:
|
8177
|
-
readonly y:
|
8307
|
+
readonly x: 96;
|
8308
|
+
readonly y: 144;
|
8178
8309
|
readonly w: 48;
|
8179
8310
|
readonly h: 48;
|
8180
8311
|
};
|
@@ -8207,8 +8338,8 @@ export declare const Item: {
|
|
8207
8338
|
readonly full: "3036.png";
|
8208
8339
|
readonly sprite: "item2.png";
|
8209
8340
|
readonly group: "item";
|
8210
|
-
readonly x:
|
8211
|
-
readonly y:
|
8341
|
+
readonly x: 144;
|
8342
|
+
readonly y: 144;
|
8212
8343
|
readonly w: 48;
|
8213
8344
|
readonly h: 48;
|
8214
8345
|
};
|
@@ -8235,39 +8366,6 @@ export declare const Item: {
|
|
8235
8366
|
};
|
8236
8367
|
readonly depth: 3;
|
8237
8368
|
};
|
8238
|
-
readonly "3039": {
|
8239
|
-
readonly name: "Atma's Reckoning";
|
8240
|
-
readonly description: "<mainText><stats><attention>700</attention> Health<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Big Hands:</passive> Gain 1% critical chance per 100 bonus health, up to 30%.</mainText><br>";
|
8241
|
-
readonly colloq: "";
|
8242
|
-
readonly plaintext: "";
|
8243
|
-
readonly image: {
|
8244
|
-
readonly full: "3039.png";
|
8245
|
-
readonly sprite: "item2.png";
|
8246
|
-
readonly group: "item";
|
8247
|
-
readonly x: 0;
|
8248
|
-
readonly y: 144;
|
8249
|
-
readonly w: 48;
|
8250
|
-
readonly h: 48;
|
8251
|
-
};
|
8252
|
-
readonly gold: {
|
8253
|
-
readonly base: 3000;
|
8254
|
-
readonly purchasable: true;
|
8255
|
-
readonly total: 3000;
|
8256
|
-
readonly sell: 2100;
|
8257
|
-
};
|
8258
|
-
readonly tags: readonly ["Health", "CriticalStrike", "Lane"];
|
8259
|
-
readonly maps: {
|
8260
|
-
readonly "11": false;
|
8261
|
-
readonly "12": false;
|
8262
|
-
readonly "21": false;
|
8263
|
-
readonly "22": false;
|
8264
|
-
readonly "30": true;
|
8265
|
-
};
|
8266
|
-
readonly stats: {
|
8267
|
-
readonly FlatCritChanceMod: 0.2;
|
8268
|
-
readonly FlatHPPoolMod: 700;
|
8269
|
-
};
|
8270
|
-
};
|
8271
8369
|
readonly "3040": {
|
8272
8370
|
readonly name: "Seraph's Embrace";
|
8273
8371
|
readonly description: "<mainText><stats><attention>70</attention> Ability Power<br><attention>860</attention> Mana<br><attention>200</attention> Health<br><attention>10</attention> Ability Haste</stats><br><li><passive>Awe:</passive> Gain Ability Power based on Mana.<li><passive>Lifeline:</passive> Upon taking damage that would reduce your Health below 30%, gain a Shield based on your current Mana.</mainText><br>";
|
@@ -8279,7 +8377,7 @@ export declare const Item: {
|
|
8279
8377
|
readonly full: "3040.png";
|
8280
8378
|
readonly sprite: "item2.png";
|
8281
8379
|
readonly group: "item";
|
8282
|
-
readonly x:
|
8380
|
+
readonly x: 192;
|
8283
8381
|
readonly y: 144;
|
8284
8382
|
readonly w: 48;
|
8285
8383
|
readonly h: 48;
|
@@ -8314,7 +8412,7 @@ export declare const Item: {
|
|
8314
8412
|
readonly full: "3041.png";
|
8315
8413
|
readonly sprite: "item2.png";
|
8316
8414
|
readonly group: "item";
|
8317
|
-
readonly x:
|
8415
|
+
readonly x: 240;
|
8318
8416
|
readonly y: 144;
|
8319
8417
|
readonly w: 48;
|
8320
8418
|
readonly h: 48;
|
@@ -8350,7 +8448,7 @@ export declare const Item: {
|
|
8350
8448
|
readonly full: "3042.png";
|
8351
8449
|
readonly sprite: "item2.png";
|
8352
8450
|
readonly group: "item";
|
8353
|
-
readonly x:
|
8451
|
+
readonly x: 288;
|
8354
8452
|
readonly y: 144;
|
8355
8453
|
readonly w: 48;
|
8356
8454
|
readonly h: 48;
|
@@ -8385,7 +8483,7 @@ export declare const Item: {
|
|
8385
8483
|
readonly full: "3044.png";
|
8386
8484
|
readonly sprite: "item2.png";
|
8387
8485
|
readonly group: "item";
|
8388
|
-
readonly x:
|
8486
|
+
readonly x: 336;
|
8389
8487
|
readonly y: 144;
|
8390
8488
|
readonly w: 48;
|
8391
8489
|
readonly h: 48;
|
@@ -8430,7 +8528,7 @@ export declare const Item: {
|
|
8430
8528
|
readonly full: "3046.png";
|
8431
8529
|
readonly sprite: "item2.png";
|
8432
8530
|
readonly group: "item";
|
8433
|
-
readonly x:
|
8531
|
+
readonly x: 384;
|
8434
8532
|
readonly y: 144;
|
8435
8533
|
readonly w: 48;
|
8436
8534
|
readonly h: 48;
|
@@ -8487,7 +8585,7 @@ export declare const Item: {
|
|
8487
8585
|
readonly full: "3047.png";
|
8488
8586
|
readonly sprite: "item2.png";
|
8489
8587
|
readonly group: "item";
|
8490
|
-
readonly x:
|
8588
|
+
readonly x: 432;
|
8491
8589
|
readonly y: 144;
|
8492
8590
|
readonly w: 48;
|
8493
8591
|
readonly h: 48;
|
@@ -8525,8 +8623,8 @@ export declare const Item: {
|
|
8525
8623
|
readonly full: "3050.png";
|
8526
8624
|
readonly sprite: "item2.png";
|
8527
8625
|
readonly group: "item";
|
8528
|
-
readonly x:
|
8529
|
-
readonly y:
|
8626
|
+
readonly x: 0;
|
8627
|
+
readonly y: 192;
|
8530
8628
|
readonly w: 48;
|
8531
8629
|
readonly h: 48;
|
8532
8630
|
};
|
@@ -8562,8 +8660,8 @@ export declare const Item: {
|
|
8562
8660
|
readonly full: "3051.png";
|
8563
8661
|
readonly sprite: "item2.png";
|
8564
8662
|
readonly group: "item";
|
8565
|
-
readonly x:
|
8566
|
-
readonly y:
|
8663
|
+
readonly x: 48;
|
8664
|
+
readonly y: 192;
|
8567
8665
|
readonly w: 48;
|
8568
8666
|
readonly h: 48;
|
8569
8667
|
};
|
@@ -8602,8 +8700,8 @@ export declare const Item: {
|
|
8602
8700
|
readonly full: "3053.png";
|
8603
8701
|
readonly sprite: "item2.png";
|
8604
8702
|
readonly group: "item";
|
8605
|
-
readonly x:
|
8606
|
-
readonly y:
|
8703
|
+
readonly x: 96;
|
8704
|
+
readonly y: 192;
|
8607
8705
|
readonly w: 48;
|
8608
8706
|
readonly h: 48;
|
8609
8707
|
};
|
@@ -8636,7 +8734,7 @@ export declare const Item: {
|
|
8636
8734
|
readonly full: "3057.png";
|
8637
8735
|
readonly sprite: "item2.png";
|
8638
8736
|
readonly group: "item";
|
8639
|
-
readonly x:
|
8737
|
+
readonly x: 144;
|
8640
8738
|
readonly y: 192;
|
8641
8739
|
readonly w: 48;
|
8642
8740
|
readonly h: 48;
|
@@ -8667,7 +8765,7 @@ export declare const Item: {
|
|
8667
8765
|
readonly full: "3065.png";
|
8668
8766
|
readonly sprite: "item2.png";
|
8669
8767
|
readonly group: "item";
|
8670
|
-
readonly x:
|
8768
|
+
readonly x: 192;
|
8671
8769
|
readonly y: 192;
|
8672
8770
|
readonly w: 48;
|
8673
8771
|
readonly h: 48;
|
@@ -8703,7 +8801,7 @@ export declare const Item: {
|
|
8703
8801
|
readonly full: "3066.png";
|
8704
8802
|
readonly sprite: "item2.png";
|
8705
8803
|
readonly group: "item";
|
8706
|
-
readonly x:
|
8804
|
+
readonly x: 240;
|
8707
8805
|
readonly y: 192;
|
8708
8806
|
readonly w: 48;
|
8709
8807
|
readonly h: 48;
|
@@ -8738,7 +8836,7 @@ export declare const Item: {
|
|
8738
8836
|
readonly full: "3067.png";
|
8739
8837
|
readonly sprite: "item2.png";
|
8740
8838
|
readonly group: "item";
|
8741
|
-
readonly x:
|
8839
|
+
readonly x: 288;
|
8742
8840
|
readonly y: 192;
|
8743
8841
|
readonly w: 48;
|
8744
8842
|
readonly h: 48;
|
@@ -8772,7 +8870,7 @@ export declare const Item: {
|
|
8772
8870
|
readonly full: "3068.png";
|
8773
8871
|
readonly sprite: "item2.png";
|
8774
8872
|
readonly group: "item";
|
8775
|
-
readonly x:
|
8873
|
+
readonly x: 336;
|
8776
8874
|
readonly y: 192;
|
8777
8875
|
readonly w: 48;
|
8778
8876
|
readonly h: 48;
|
@@ -8807,7 +8905,7 @@ export declare const Item: {
|
|
8807
8905
|
readonly full: "3070.png";
|
8808
8906
|
readonly sprite: "item2.png";
|
8809
8907
|
readonly group: "item";
|
8810
|
-
readonly x:
|
8908
|
+
readonly x: 384;
|
8811
8909
|
readonly y: 192;
|
8812
8910
|
readonly w: 48;
|
8813
8911
|
readonly h: 48;
|
@@ -8840,7 +8938,7 @@ export declare const Item: {
|
|
8840
8938
|
readonly full: "3071.png";
|
8841
8939
|
readonly sprite: "item2.png";
|
8842
8940
|
readonly group: "item";
|
8843
|
-
readonly x:
|
8941
|
+
readonly x: 432;
|
8844
8942
|
readonly y: 192;
|
8845
8943
|
readonly w: 48;
|
8846
8944
|
readonly h: 48;
|
@@ -8887,8 +8985,8 @@ export declare const Item: {
|
|
8887
8985
|
readonly full: "3072.png";
|
8888
8986
|
readonly sprite: "item2.png";
|
8889
8987
|
readonly group: "item";
|
8890
|
-
readonly x:
|
8891
|
-
readonly y:
|
8988
|
+
readonly x: 0;
|
8989
|
+
readonly y: 240;
|
8892
8990
|
readonly w: 48;
|
8893
8991
|
readonly h: 48;
|
8894
8992
|
};
|
@@ -8923,8 +9021,8 @@ export declare const Item: {
|
|
8923
9021
|
readonly full: "3074.png";
|
8924
9022
|
readonly sprite: "item2.png";
|
8925
9023
|
readonly group: "item";
|
8926
|
-
readonly x:
|
8927
|
-
readonly y:
|
9024
|
+
readonly x: 48;
|
9025
|
+
readonly y: 240;
|
8928
9026
|
readonly w: 48;
|
8929
9027
|
readonly h: 48;
|
8930
9028
|
};
|
@@ -8958,8 +9056,8 @@ export declare const Item: {
|
|
8958
9056
|
readonly full: "3075.png";
|
8959
9057
|
readonly sprite: "item2.png";
|
8960
9058
|
readonly group: "item";
|
8961
|
-
readonly x:
|
8962
|
-
readonly y:
|
9059
|
+
readonly x: 96;
|
9060
|
+
readonly y: 240;
|
8963
9061
|
readonly w: 48;
|
8964
9062
|
readonly h: 48;
|
8965
9063
|
};
|
@@ -8994,7 +9092,7 @@ export declare const Item: {
|
|
8994
9092
|
readonly full: "3076.png";
|
8995
9093
|
readonly sprite: "item2.png";
|
8996
9094
|
readonly group: "item";
|
8997
|
-
readonly x:
|
9095
|
+
readonly x: 144;
|
8998
9096
|
readonly y: 240;
|
8999
9097
|
readonly w: 48;
|
9000
9098
|
readonly h: 48;
|
@@ -9029,7 +9127,7 @@ export declare const Item: {
|
|
9029
9127
|
readonly full: "3077.png";
|
9030
9128
|
readonly sprite: "item2.png";
|
9031
9129
|
readonly group: "item";
|
9032
|
-
readonly x:
|
9130
|
+
readonly x: 192;
|
9033
9131
|
readonly y: 240;
|
9034
9132
|
readonly w: 48;
|
9035
9133
|
readonly h: 48;
|
@@ -9064,7 +9162,7 @@ export declare const Item: {
|
|
9064
9162
|
readonly full: "3078.png";
|
9065
9163
|
readonly sprite: "item2.png";
|
9066
9164
|
readonly group: "item";
|
9067
|
-
readonly x:
|
9165
|
+
readonly x: 240;
|
9068
9166
|
readonly y: 240;
|
9069
9167
|
readonly w: 48;
|
9070
9168
|
readonly h: 48;
|
@@ -9108,7 +9206,7 @@ export declare const Item: {
|
|
9108
9206
|
readonly full: "3082.png";
|
9109
9207
|
readonly sprite: "item2.png";
|
9110
9208
|
readonly group: "item";
|
9111
|
-
readonly x:
|
9209
|
+
readonly x: 288;
|
9112
9210
|
readonly y: 240;
|
9113
9211
|
readonly w: 48;
|
9114
9212
|
readonly h: 48;
|
@@ -9142,7 +9240,7 @@ export declare const Item: {
|
|
9142
9240
|
readonly full: "3083.png";
|
9143
9241
|
readonly sprite: "item2.png";
|
9144
9242
|
readonly group: "item";
|
9145
|
-
readonly x:
|
9243
|
+
readonly x: 336;
|
9146
9244
|
readonly y: 240;
|
9147
9245
|
readonly w: 48;
|
9148
9246
|
readonly h: 48;
|
@@ -9177,7 +9275,7 @@ export declare const Item: {
|
|
9177
9275
|
readonly full: "3084.png";
|
9178
9276
|
readonly sprite: "item2.png";
|
9179
9277
|
readonly group: "item";
|
9180
|
-
readonly x:
|
9278
|
+
readonly x: 384;
|
9181
9279
|
readonly y: 240;
|
9182
9280
|
readonly w: 48;
|
9183
9281
|
readonly h: 48;
|
@@ -9211,7 +9309,7 @@ export declare const Item: {
|
|
9211
9309
|
readonly full: "3085.png";
|
9212
9310
|
readonly sprite: "item2.png";
|
9213
9311
|
readonly group: "item";
|
9214
|
-
readonly x:
|
9312
|
+
readonly x: 432;
|
9215
9313
|
readonly y: 240;
|
9216
9314
|
readonly w: 48;
|
9217
9315
|
readonly h: 48;
|
@@ -9256,8 +9354,8 @@ export declare const Item: {
|
|
9256
9354
|
readonly full: "3086.png";
|
9257
9355
|
readonly sprite: "item2.png";
|
9258
9356
|
readonly group: "item";
|
9259
|
-
readonly x:
|
9260
|
-
readonly y:
|
9357
|
+
readonly x: 0;
|
9358
|
+
readonly y: 288;
|
9261
9359
|
readonly w: 48;
|
9262
9360
|
readonly h: 48;
|
9263
9361
|
};
|
@@ -9284,7 +9382,7 @@ export declare const Item: {
|
|
9284
9382
|
};
|
9285
9383
|
readonly "3087": {
|
9286
9384
|
readonly name: "Statikk Shiv";
|
9287
|
-
readonly description: "<mainText><stats><attention>
|
9385
|
+
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Energized:</passive> Moving and Attacking will generate an Energized Attack.<li><passive>Electroshock:</passive> Fires chain lightning that bounces to nearby enemies, dealing increased damage to minions.</mainText><br>";
|
9288
9386
|
readonly colloq: ";";
|
9289
9387
|
readonly plaintext: "Movement builds charges that release chain lightning on basic attack";
|
9290
9388
|
readonly from: readonly ["6670", "1018", "2015"];
|
@@ -9292,8 +9390,8 @@ export declare const Item: {
|
|
9292
9390
|
readonly full: "3087.png";
|
9293
9391
|
readonly sprite: "item2.png";
|
9294
9392
|
readonly group: "item";
|
9295
|
-
readonly x:
|
9296
|
-
readonly y:
|
9393
|
+
readonly x: 48;
|
9394
|
+
readonly y: 288;
|
9297
9395
|
readonly w: 48;
|
9298
9396
|
readonly h: 48;
|
9299
9397
|
};
|
@@ -9312,7 +9410,7 @@ export declare const Item: {
|
|
9312
9410
|
readonly "30": false;
|
9313
9411
|
};
|
9314
9412
|
readonly stats: {
|
9315
|
-
readonly FlatPhysicalDamageMod:
|
9413
|
+
readonly FlatPhysicalDamageMod: 50;
|
9316
9414
|
readonly FlatCritChanceMod: 0.2;
|
9317
9415
|
readonly PercentAttackSpeedMod: 0.3;
|
9318
9416
|
};
|
@@ -9328,8 +9426,8 @@ export declare const Item: {
|
|
9328
9426
|
readonly full: "3089.png";
|
9329
9427
|
readonly sprite: "item2.png";
|
9330
9428
|
readonly group: "item";
|
9331
|
-
readonly x:
|
9332
|
-
readonly y:
|
9429
|
+
readonly x: 96;
|
9430
|
+
readonly y: 288;
|
9333
9431
|
readonly w: 48;
|
9334
9432
|
readonly h: 48;
|
9335
9433
|
};
|
@@ -9362,7 +9460,7 @@ export declare const Item: {
|
|
9362
9460
|
readonly full: "3091.png";
|
9363
9461
|
readonly sprite: "item2.png";
|
9364
9462
|
readonly group: "item";
|
9365
|
-
readonly x:
|
9463
|
+
readonly x: 144;
|
9366
9464
|
readonly y: 288;
|
9367
9465
|
readonly w: 48;
|
9368
9466
|
readonly h: 48;
|
@@ -9398,7 +9496,7 @@ export declare const Item: {
|
|
9398
9496
|
readonly full: "3094.png";
|
9399
9497
|
readonly sprite: "item2.png";
|
9400
9498
|
readonly group: "item";
|
9401
|
-
readonly x:
|
9499
|
+
readonly x: 192;
|
9402
9500
|
readonly y: 288;
|
9403
9501
|
readonly w: 48;
|
9404
9502
|
readonly h: 48;
|
@@ -9427,7 +9525,7 @@ export declare const Item: {
|
|
9427
9525
|
};
|
9428
9526
|
readonly "3095": {
|
9429
9527
|
readonly name: "Stormrazor";
|
9430
|
-
readonly description: "<mainText><stats><attention>
|
9528
|
+
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 Energized Attack applies bonus magic damage and grants Move Speed.</mainText><br>";
|
9431
9529
|
readonly colloq: ";Windblade";
|
9432
9530
|
readonly plaintext: "Tremendously empower other Energized effects.";
|
9433
9531
|
readonly from: readonly ["6670", "1018", "2015"];
|
@@ -9435,7 +9533,7 @@ export declare const Item: {
|
|
9435
9533
|
readonly full: "3095.png";
|
9436
9534
|
readonly sprite: "item2.png";
|
9437
9535
|
readonly group: "item";
|
9438
|
-
readonly x:
|
9536
|
+
readonly x: 240;
|
9439
9537
|
readonly y: 288;
|
9440
9538
|
readonly w: 48;
|
9441
9539
|
readonly h: 48;
|
@@ -9455,7 +9553,7 @@ export declare const Item: {
|
|
9455
9553
|
readonly "30": false;
|
9456
9554
|
};
|
9457
9555
|
readonly stats: {
|
9458
|
-
readonly FlatPhysicalDamageMod:
|
9556
|
+
readonly FlatPhysicalDamageMod: 55;
|
9459
9557
|
readonly FlatCritChanceMod: 0.2;
|
9460
9558
|
readonly PercentAttackSpeedMod: 0.15;
|
9461
9559
|
};
|
@@ -9471,7 +9569,7 @@ export declare const Item: {
|
|
9471
9569
|
readonly full: "3100.png";
|
9472
9570
|
readonly sprite: "item2.png";
|
9473
9571
|
readonly group: "item";
|
9474
|
-
readonly x:
|
9572
|
+
readonly x: 288;
|
9475
9573
|
readonly y: 288;
|
9476
9574
|
readonly w: 48;
|
9477
9575
|
readonly h: 48;
|
@@ -9506,7 +9604,7 @@ export declare const Item: {
|
|
9506
9604
|
readonly full: "3102.png";
|
9507
9605
|
readonly sprite: "item2.png";
|
9508
9606
|
readonly group: "item";
|
9509
|
-
readonly x:
|
9607
|
+
readonly x: 336;
|
9510
9608
|
readonly y: 288;
|
9511
9609
|
readonly w: 48;
|
9512
9610
|
readonly h: 48;
|
@@ -9550,7 +9648,7 @@ export declare const Item: {
|
|
9550
9648
|
readonly full: "3105.png";
|
9551
9649
|
readonly sprite: "item2.png";
|
9552
9650
|
readonly group: "item";
|
9553
|
-
readonly x:
|
9651
|
+
readonly x: 384;
|
9554
9652
|
readonly y: 288;
|
9555
9653
|
readonly w: 48;
|
9556
9654
|
readonly h: 48;
|
@@ -9577,7 +9675,7 @@ export declare const Item: {
|
|
9577
9675
|
};
|
9578
9676
|
readonly "3107": {
|
9579
9677
|
readonly name: "Redemption";
|
9580
|
-
readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><
|
9678
|
+
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 <scalemana>25% Base Mana Regeneration</scalemana>.<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>";
|
9581
9679
|
readonly colloq: ";";
|
9582
9680
|
readonly plaintext: "Activate to heal allies and damage enemies in an area";
|
9583
9681
|
readonly from: readonly ["3012", "3114"];
|
@@ -9585,7 +9683,7 @@ export declare const Item: {
|
|
9585
9683
|
readonly full: "3107.png";
|
9586
9684
|
readonly sprite: "item2.png";
|
9587
9685
|
readonly group: "item";
|
9588
|
-
readonly x:
|
9686
|
+
readonly x: 432;
|
9589
9687
|
readonly y: 288;
|
9590
9688
|
readonly w: 48;
|
9591
9689
|
readonly h: 48;
|
@@ -9620,8 +9718,8 @@ export declare const Item: {
|
|
9620
9718
|
readonly full: "3108.png";
|
9621
9719
|
readonly sprite: "item2.png";
|
9622
9720
|
readonly group: "item";
|
9623
|
-
readonly x:
|
9624
|
-
readonly y:
|
9721
|
+
readonly x: 0;
|
9722
|
+
readonly y: 336;
|
9625
9723
|
readonly w: 48;
|
9626
9724
|
readonly h: 48;
|
9627
9725
|
};
|
@@ -9657,8 +9755,8 @@ export declare const Item: {
|
|
9657
9755
|
readonly full: "3109.png";
|
9658
9756
|
readonly sprite: "item2.png";
|
9659
9757
|
readonly group: "item";
|
9660
|
-
readonly x:
|
9661
|
-
readonly y:
|
9758
|
+
readonly x: 48;
|
9759
|
+
readonly y: 336;
|
9662
9760
|
readonly w: 48;
|
9663
9761
|
readonly h: 48;
|
9664
9762
|
};
|
@@ -9692,8 +9790,8 @@ export declare const Item: {
|
|
9692
9790
|
readonly full: "3110.png";
|
9693
9791
|
readonly sprite: "item2.png";
|
9694
9792
|
readonly group: "item";
|
9695
|
-
readonly x:
|
9696
|
-
readonly y:
|
9793
|
+
readonly x: 96;
|
9794
|
+
readonly y: 336;
|
9697
9795
|
readonly w: 48;
|
9698
9796
|
readonly h: 48;
|
9699
9797
|
};
|
@@ -9727,7 +9825,7 @@ export declare const Item: {
|
|
9727
9825
|
readonly full: "3111.png";
|
9728
9826
|
readonly sprite: "item2.png";
|
9729
9827
|
readonly group: "item";
|
9730
|
-
readonly x:
|
9828
|
+
readonly x: 144;
|
9731
9829
|
readonly y: 336;
|
9732
9830
|
readonly w: 48;
|
9733
9831
|
readonly h: 48;
|
@@ -9761,7 +9859,7 @@ export declare const Item: {
|
|
9761
9859
|
readonly full: "3112.png";
|
9762
9860
|
readonly sprite: "item2.png";
|
9763
9861
|
readonly group: "item";
|
9764
|
-
readonly x:
|
9862
|
+
readonly x: 192;
|
9765
9863
|
readonly y: 336;
|
9766
9864
|
readonly w: 48;
|
9767
9865
|
readonly h: 48;
|
@@ -9799,7 +9897,7 @@ export declare const Item: {
|
|
9799
9897
|
readonly full: "3113.png";
|
9800
9898
|
readonly sprite: "item2.png";
|
9801
9899
|
readonly group: "item";
|
9802
|
-
readonly x:
|
9900
|
+
readonly x: 240;
|
9803
9901
|
readonly y: 336;
|
9804
9902
|
readonly w: 48;
|
9805
9903
|
readonly h: 48;
|
@@ -9825,7 +9923,7 @@ export declare const Item: {
|
|
9825
9923
|
};
|
9826
9924
|
readonly "3114": {
|
9827
9925
|
readonly name: "Forbidden Idol";
|
9828
|
-
readonly description: "<mainText><stats><attention>50%</attention> Base Mana Regen<br><
|
9926
|
+
readonly description: "<mainText><stats><attention>50%</attention> Base Mana Regen<br><attention>8%</attention> Heal and Shield Power</stats></mainText><br>";
|
9829
9927
|
readonly colloq: ";";
|
9830
9928
|
readonly plaintext: "Increases Heal and Shield Power, Mana Regeneration, and Cooldown Reduction";
|
9831
9929
|
readonly from: readonly ["1004"];
|
@@ -9834,7 +9932,7 @@ export declare const Item: {
|
|
9834
9932
|
readonly full: "3114.png";
|
9835
9933
|
readonly sprite: "item2.png";
|
9836
9934
|
readonly group: "item";
|
9837
|
-
readonly x:
|
9935
|
+
readonly x: 288;
|
9838
9936
|
readonly y: 336;
|
9839
9937
|
readonly w: 48;
|
9840
9938
|
readonly h: 48;
|
@@ -9866,7 +9964,7 @@ export declare const Item: {
|
|
9866
9964
|
readonly full: "3115.png";
|
9867
9965
|
readonly sprite: "item2.png";
|
9868
9966
|
readonly group: "item";
|
9869
|
-
readonly x:
|
9967
|
+
readonly x: 336;
|
9870
9968
|
readonly y: 336;
|
9871
9969
|
readonly w: 48;
|
9872
9970
|
readonly h: 48;
|
@@ -9901,7 +9999,7 @@ export declare const Item: {
|
|
9901
9999
|
readonly full: "3116.png";
|
9902
10000
|
readonly sprite: "item2.png";
|
9903
10001
|
readonly group: "item";
|
9904
|
-
readonly x:
|
10002
|
+
readonly x: 384;
|
9905
10003
|
readonly y: 336;
|
9906
10004
|
readonly w: 48;
|
9907
10005
|
readonly h: 48;
|
@@ -9944,7 +10042,7 @@ export declare const Item: {
|
|
9944
10042
|
readonly full: "3117.png";
|
9945
10043
|
readonly sprite: "item2.png";
|
9946
10044
|
readonly group: "item";
|
9947
|
-
readonly x:
|
10045
|
+
readonly x: 432;
|
9948
10046
|
readonly y: 336;
|
9949
10047
|
readonly w: 48;
|
9950
10048
|
readonly h: 48;
|
@@ -9988,8 +10086,8 @@ export declare const Item: {
|
|
9988
10086
|
readonly full: "3119.png";
|
9989
10087
|
readonly sprite: "item2.png";
|
9990
10088
|
readonly group: "item";
|
9991
|
-
readonly x:
|
9992
|
-
readonly y:
|
10089
|
+
readonly x: 0;
|
10090
|
+
readonly y: 384;
|
9993
10091
|
readonly w: 48;
|
9994
10092
|
readonly h: 48;
|
9995
10093
|
};
|
@@ -10024,8 +10122,8 @@ export declare const Item: {
|
|
10024
10122
|
readonly full: "3121.png";
|
10025
10123
|
readonly sprite: "item2.png";
|
10026
10124
|
readonly group: "item";
|
10027
|
-
readonly x:
|
10028
|
-
readonly y:
|
10125
|
+
readonly x: 48;
|
10126
|
+
readonly y: 384;
|
10029
10127
|
readonly w: 48;
|
10030
10128
|
readonly h: 48;
|
10031
10129
|
};
|
@@ -10059,8 +10157,8 @@ export declare const Item: {
|
|
10059
10157
|
readonly full: "3123.png";
|
10060
10158
|
readonly sprite: "item2.png";
|
10061
10159
|
readonly group: "item";
|
10062
|
-
readonly x:
|
10063
|
-
readonly y:
|
10160
|
+
readonly x: 96;
|
10161
|
+
readonly y: 384;
|
10064
10162
|
readonly w: 48;
|
10065
10163
|
readonly h: 48;
|
10066
10164
|
};
|
@@ -10097,7 +10195,7 @@ export declare const Item: {
|
|
10097
10195
|
readonly full: "3124.png";
|
10098
10196
|
readonly sprite: "item2.png";
|
10099
10197
|
readonly group: "item";
|
10100
|
-
readonly x:
|
10198
|
+
readonly x: 144;
|
10101
10199
|
readonly y: 384;
|
10102
10200
|
readonly w: 48;
|
10103
10201
|
readonly h: 48;
|
@@ -10147,7 +10245,7 @@ export declare const Item: {
|
|
10147
10245
|
readonly full: "3128.png";
|
10148
10246
|
readonly sprite: "item2.png";
|
10149
10247
|
readonly group: "item";
|
10150
|
-
readonly x:
|
10248
|
+
readonly x: 192;
|
10151
10249
|
readonly y: 384;
|
10152
10250
|
readonly w: 48;
|
10153
10251
|
readonly h: 48;
|
@@ -10182,7 +10280,7 @@ export declare const Item: {
|
|
10182
10280
|
readonly full: "3133.png";
|
10183
10281
|
readonly sprite: "item2.png";
|
10184
10282
|
readonly group: "item";
|
10185
|
-
readonly x:
|
10283
|
+
readonly x: 240;
|
10186
10284
|
readonly y: 384;
|
10187
10285
|
readonly w: 48;
|
10188
10286
|
readonly h: 48;
|
@@ -10218,7 +10316,7 @@ export declare const Item: {
|
|
10218
10316
|
readonly full: "3134.png";
|
10219
10317
|
readonly sprite: "item2.png";
|
10220
10318
|
readonly group: "item";
|
10221
|
-
readonly x:
|
10319
|
+
readonly x: 288;
|
10222
10320
|
readonly y: 384;
|
10223
10321
|
readonly w: 48;
|
10224
10322
|
readonly h: 48;
|
@@ -10255,7 +10353,7 @@ export declare const Item: {
|
|
10255
10353
|
readonly full: "3135.png";
|
10256
10354
|
readonly sprite: "item2.png";
|
10257
10355
|
readonly group: "item";
|
10258
|
-
readonly x:
|
10356
|
+
readonly x: 336;
|
10259
10357
|
readonly y: 384;
|
10260
10358
|
readonly w: 48;
|
10261
10359
|
readonly h: 48;
|
@@ -10289,7 +10387,7 @@ export declare const Item: {
|
|
10289
10387
|
readonly full: "3139.png";
|
10290
10388
|
readonly sprite: "item2.png";
|
10291
10389
|
readonly group: "item";
|
10292
|
-
readonly x:
|
10390
|
+
readonly x: 384;
|
10293
10391
|
readonly y: 384;
|
10294
10392
|
readonly w: 48;
|
10295
10393
|
readonly h: 48;
|
@@ -10331,7 +10429,7 @@ export declare const Item: {
|
|
10331
10429
|
readonly full: "3140.png";
|
10332
10430
|
readonly sprite: "item2.png";
|
10333
10431
|
readonly group: "item";
|
10334
|
-
readonly x:
|
10432
|
+
readonly x: 432;
|
10335
10433
|
readonly y: 384;
|
10336
10434
|
readonly w: 48;
|
10337
10435
|
readonly h: 48;
|
@@ -10366,8 +10464,8 @@ export declare const Item: {
|
|
10366
10464
|
readonly full: "3142.png";
|
10367
10465
|
readonly sprite: "item2.png";
|
10368
10466
|
readonly group: "item";
|
10369
|
-
readonly x:
|
10370
|
-
readonly y:
|
10467
|
+
readonly x: 0;
|
10468
|
+
readonly y: 432;
|
10371
10469
|
readonly w: 48;
|
10372
10470
|
readonly h: 48;
|
10373
10471
|
};
|
@@ -10408,16 +10506,16 @@ export declare const Item: {
|
|
10408
10506
|
readonly full: "3143.png";
|
10409
10507
|
readonly sprite: "item2.png";
|
10410
10508
|
readonly group: "item";
|
10411
|
-
readonly x:
|
10412
|
-
readonly y:
|
10509
|
+
readonly x: 48;
|
10510
|
+
readonly y: 432;
|
10413
10511
|
readonly w: 48;
|
10414
10512
|
readonly h: 48;
|
10415
10513
|
};
|
10416
10514
|
readonly gold: {
|
10417
|
-
readonly base:
|
10515
|
+
readonly base: 800;
|
10418
10516
|
readonly purchasable: true;
|
10419
|
-
readonly total:
|
10420
|
-
readonly sell:
|
10517
|
+
readonly total: 2700;
|
10518
|
+
readonly sell: 1890;
|
10421
10519
|
};
|
10422
10520
|
readonly tags: readonly ["Health", "Armor", "Active", "Slow"];
|
10423
10521
|
readonly maps: {
|
@@ -10444,8 +10542,8 @@ export declare const Item: {
|
|
10444
10542
|
readonly full: "3145.png";
|
10445
10543
|
readonly sprite: "item2.png";
|
10446
10544
|
readonly group: "item";
|
10447
|
-
readonly x:
|
10448
|
-
readonly y:
|
10545
|
+
readonly x: 96;
|
10546
|
+
readonly y: 432;
|
10449
10547
|
readonly w: 48;
|
10450
10548
|
readonly h: 48;
|
10451
10549
|
};
|
@@ -10469,39 +10567,6 @@ export declare const Item: {
|
|
10469
10567
|
};
|
10470
10568
|
readonly depth: 2;
|
10471
10569
|
};
|
10472
|
-
readonly "3146": {
|
10473
|
-
readonly name: "Hextech Gunblade";
|
10474
|
-
readonly description: "<mainText><stats><attention>80</attention> Ability Power<br><attention>40</attention> Attack Damage<br><attention>20%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Lightning Bolt:</active> Shocks the target enemy champion, dealing 0 magic damage and slowing them by 40% for 2 seconds (30 second cooldown).</mainText><br>";
|
10475
|
-
readonly colloq: ";";
|
10476
|
-
readonly plaintext: "Increases Attack Damage and Ability Power, activate to slow a target";
|
10477
|
-
readonly image: {
|
10478
|
-
readonly full: "3146.png";
|
10479
|
-
readonly sprite: "item2.png";
|
10480
|
-
readonly group: "item";
|
10481
|
-
readonly x: 0;
|
10482
|
-
readonly y: 432;
|
10483
|
-
readonly w: 48;
|
10484
|
-
readonly h: 48;
|
10485
|
-
};
|
10486
|
-
readonly gold: {
|
10487
|
-
readonly base: 3000;
|
10488
|
-
readonly purchasable: true;
|
10489
|
-
readonly total: 3000;
|
10490
|
-
readonly sell: 2100;
|
10491
|
-
};
|
10492
|
-
readonly tags: readonly ["Damage", "LifeSteal", "SpellDamage", "Active", "SpellVamp"];
|
10493
|
-
readonly maps: {
|
10494
|
-
readonly "11": false;
|
10495
|
-
readonly "12": false;
|
10496
|
-
readonly "21": false;
|
10497
|
-
readonly "22": false;
|
10498
|
-
readonly "30": true;
|
10499
|
-
};
|
10500
|
-
readonly stats: {
|
10501
|
-
readonly FlatPhysicalDamageMod: 40;
|
10502
|
-
readonly FlatMagicDamageMod: 80;
|
10503
|
-
};
|
10504
|
-
};
|
10505
10570
|
readonly "3152": {
|
10506
10571
|
readonly name: "Hextech Rocketbelt";
|
10507
10572
|
readonly description: "<mainText><stats><attention>90</attention> Ability Power<br><attention>6</attention> Magic Penetration<br><attention>250</attention> Health<br><attention>15</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Supersonic:</active> Dash in target direction, unleashing an arc of magic missiles that deal damage. Then, gain Move Speed towards enemy champions.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Magic Penetration.</mainText><br>";
|
@@ -10513,7 +10578,7 @@ export declare const Item: {
|
|
10513
10578
|
readonly full: "3152.png";
|
10514
10579
|
readonly sprite: "item2.png";
|
10515
10580
|
readonly group: "item";
|
10516
|
-
readonly x:
|
10581
|
+
readonly x: 144;
|
10517
10582
|
readonly y: 432;
|
10518
10583
|
readonly w: 48;
|
10519
10584
|
readonly h: 48;
|
@@ -10548,7 +10613,7 @@ export declare const Item: {
|
|
10548
10613
|
readonly full: "3153.png";
|
10549
10614
|
readonly sprite: "item2.png";
|
10550
10615
|
readonly group: "item";
|
10551
|
-
readonly x:
|
10616
|
+
readonly x: 192;
|
10552
10617
|
readonly y: 432;
|
10553
10618
|
readonly w: 48;
|
10554
10619
|
readonly h: 48;
|
@@ -10586,7 +10651,7 @@ export declare const Item: {
|
|
10586
10651
|
readonly full: "3155.png";
|
10587
10652
|
readonly sprite: "item2.png";
|
10588
10653
|
readonly group: "item";
|
10589
|
-
readonly x:
|
10654
|
+
readonly x: 240;
|
10590
10655
|
readonly y: 432;
|
10591
10656
|
readonly w: 48;
|
10592
10657
|
readonly h: 48;
|
@@ -10622,7 +10687,7 @@ export declare const Item: {
|
|
10622
10687
|
readonly full: "3156.png";
|
10623
10688
|
readonly sprite: "item2.png";
|
10624
10689
|
readonly group: "item";
|
10625
|
-
readonly x:
|
10690
|
+
readonly x: 288;
|
10626
10691
|
readonly y: 432;
|
10627
10692
|
readonly w: 48;
|
10628
10693
|
readonly h: 48;
|
@@ -10657,7 +10722,7 @@ export declare const Item: {
|
|
10657
10722
|
readonly full: "3157.png";
|
10658
10723
|
readonly sprite: "item2.png";
|
10659
10724
|
readonly group: "item";
|
10660
|
-
readonly x:
|
10725
|
+
readonly x: 336;
|
10661
10726
|
readonly y: 432;
|
10662
10727
|
readonly w: 48;
|
10663
10728
|
readonly h: 48;
|
@@ -10697,7 +10762,7 @@ export declare const Item: {
|
|
10697
10762
|
readonly full: "3158.png";
|
10698
10763
|
readonly sprite: "item2.png";
|
10699
10764
|
readonly group: "item";
|
10700
|
-
readonly x:
|
10765
|
+
readonly x: 384;
|
10701
10766
|
readonly y: 432;
|
10702
10767
|
readonly w: 48;
|
10703
10768
|
readonly h: 48;
|
@@ -10723,7 +10788,7 @@ export declare const Item: {
|
|
10723
10788
|
};
|
10724
10789
|
readonly "3161": {
|
10725
10790
|
readonly name: "Spear Of Shojin";
|
10726
|
-
readonly description: "<mainText><stats><attention>
|
10791
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>500</attention> Health<br><attention>20</attention> Ability Haste</stats><br><li><passive>Dragonforce:</passive> Your Non-Ultimate spells gain (16 (+0.04 per 100 Bonus AD) | 12 (+0.03 per 100 Bonus AD)) Ability Haste, reduced to (8 (+0.02 per 100 Bonus AD) | 6 (+0.015 per 100 Bonus AD))) Ability Haste for Immobilizing spells.<li><passive>Exigency:</passive> Gain up to (0.15 | 0.1) increased move speed, based on your missing health (Maxed when below 33% Health).<br><br>Item performance differs for melee and ranged users.</mainText><br>";
|
10727
10792
|
readonly colloq: ";";
|
10728
10793
|
readonly plaintext: "Reduce damage taken from champions by a flat amount. Attack while near multiple enemy champions to increase this amount for a short time.";
|
10729
10794
|
readonly from: readonly ["1037", "3133", "3067"];
|
@@ -10731,7 +10796,7 @@ export declare const Item: {
|
|
10731
10796
|
readonly full: "3161.png";
|
10732
10797
|
readonly sprite: "item2.png";
|
10733
10798
|
readonly group: "item";
|
10734
|
-
readonly x:
|
10799
|
+
readonly x: 432;
|
10735
10800
|
readonly y: 432;
|
10736
10801
|
readonly w: 48;
|
10737
10802
|
readonly h: 48;
|
@@ -10751,7 +10816,7 @@ export declare const Item: {
|
|
10751
10816
|
readonly "30": false;
|
10752
10817
|
};
|
10753
10818
|
readonly stats: {
|
10754
|
-
readonly FlatPhysicalDamageMod:
|
10819
|
+
readonly FlatPhysicalDamageMod: 55;
|
10755
10820
|
readonly FlatHPPoolMod: 500;
|
10756
10821
|
};
|
10757
10822
|
readonly depth: 3;
|
@@ -10764,10 +10829,10 @@ export declare const Item: {
|
|
10764
10829
|
readonly from: readonly ["3916", "3145", "1052"];
|
10765
10830
|
readonly image: {
|
10766
10831
|
readonly full: "3165.png";
|
10767
|
-
readonly sprite: "
|
10832
|
+
readonly sprite: "item3.png";
|
10768
10833
|
readonly group: "item";
|
10769
|
-
readonly x:
|
10770
|
-
readonly y:
|
10834
|
+
readonly x: 0;
|
10835
|
+
readonly y: 0;
|
10771
10836
|
readonly w: 48;
|
10772
10837
|
readonly h: 48;
|
10773
10838
|
};
|
@@ -10791,39 +10856,6 @@ export declare const Item: {
|
|
10791
10856
|
};
|
10792
10857
|
readonly depth: 3;
|
10793
10858
|
};
|
10794
|
-
readonly "3172": {
|
10795
|
-
readonly name: "Zephyr";
|
10796
|
-
readonly description: "<mainText><stats><attention>50%</attention> Attack Speed<br><attention>10%</attention> Move Speed<br><attention>25</attention> Ability Haste<br><attention>30%</attention> Tenacity</stats><br><li><passive>Like the Wind:</passive> Gain 5% Attack Speed On-Hit for 6 seconds, stacking up to 30% Attack Speed.<br><br><rules>Tenacity reduces the duration of <status>Stun</status>, <status>Slow</status>, <status>Taunt</status>, <status>Fear</status>, <status>Silence</status>, <status>Blind</status>, <status>Polymorph</status> and <status>Immobilizing</status> effects. It has no effect on <status>Airborne</status> or <status>Suppression</status>.</rules></mainText><br>";
|
10797
|
-
readonly colloq: ";";
|
10798
|
-
readonly plaintext: "Mobility and Tenacity";
|
10799
|
-
readonly image: {
|
10800
|
-
readonly full: "3172.png";
|
10801
|
-
readonly sprite: "item2.png";
|
10802
|
-
readonly group: "item";
|
10803
|
-
readonly x: 432;
|
10804
|
-
readonly y: 432;
|
10805
|
-
readonly w: 48;
|
10806
|
-
readonly h: 48;
|
10807
|
-
};
|
10808
|
-
readonly gold: {
|
10809
|
-
readonly base: 3000;
|
10810
|
-
readonly purchasable: true;
|
10811
|
-
readonly total: 3000;
|
10812
|
-
readonly sell: 2100;
|
10813
|
-
};
|
10814
|
-
readonly tags: readonly ["AttackSpeed", "CooldownReduction", "NonbootsMovement"];
|
10815
|
-
readonly maps: {
|
10816
|
-
readonly "11": false;
|
10817
|
-
readonly "12": false;
|
10818
|
-
readonly "21": false;
|
10819
|
-
readonly "22": false;
|
10820
|
-
readonly "30": true;
|
10821
|
-
};
|
10822
|
-
readonly stats: {
|
10823
|
-
readonly PercentMovementSpeedMod: 0.1;
|
10824
|
-
readonly PercentAttackSpeedMod: 0.5;
|
10825
|
-
};
|
10826
|
-
};
|
10827
10859
|
readonly "3177": {
|
10828
10860
|
readonly name: "Guardian's Blade";
|
10829
10861
|
readonly description: "<mainText><stats><attention>30</attention> Attack Damage<br><attention>150</attention> Health<br><attention>15</attention> Ability Haste</stats><br><li><passive>Legendary:</passive> This item counts as a <rarityLegendary>Legendary</rarityLegendary> item.</mainText><br>";
|
@@ -10833,7 +10865,7 @@ export declare const Item: {
|
|
10833
10865
|
readonly full: "3177.png";
|
10834
10866
|
readonly sprite: "item3.png";
|
10835
10867
|
readonly group: "item";
|
10836
|
-
readonly x:
|
10868
|
+
readonly x: 48;
|
10837
10869
|
readonly y: 0;
|
10838
10870
|
readonly w: 48;
|
10839
10871
|
readonly h: 48;
|
@@ -10870,7 +10902,7 @@ export declare const Item: {
|
|
10870
10902
|
readonly full: "3179.png";
|
10871
10903
|
readonly sprite: "item3.png";
|
10872
10904
|
readonly group: "item";
|
10873
|
-
readonly x:
|
10905
|
+
readonly x: 96;
|
10874
10906
|
readonly y: 0;
|
10875
10907
|
readonly w: 48;
|
10876
10908
|
readonly h: 48;
|
@@ -10909,7 +10941,7 @@ export declare const Item: {
|
|
10909
10941
|
readonly full: "3181.png";
|
10910
10942
|
readonly sprite: "item3.png";
|
10911
10943
|
readonly group: "item";
|
10912
|
-
readonly x:
|
10944
|
+
readonly x: 144;
|
10913
10945
|
readonly y: 0;
|
10914
10946
|
readonly w: 48;
|
10915
10947
|
readonly h: 48;
|
@@ -10944,7 +10976,7 @@ export declare const Item: {
|
|
10944
10976
|
readonly full: "3184.png";
|
10945
10977
|
readonly sprite: "item3.png";
|
10946
10978
|
readonly group: "item";
|
10947
|
-
readonly x:
|
10979
|
+
readonly x: 192;
|
10948
10980
|
readonly y: 0;
|
10949
10981
|
readonly w: 48;
|
10950
10982
|
readonly h: 48;
|
@@ -10980,7 +11012,7 @@ export declare const Item: {
|
|
10980
11012
|
readonly full: "3190.png";
|
10981
11013
|
readonly sprite: "item3.png";
|
10982
11014
|
readonly group: "item";
|
10983
|
-
readonly x:
|
11015
|
+
readonly x: 240;
|
10984
11016
|
readonly y: 0;
|
10985
11017
|
readonly w: 48;
|
10986
11018
|
readonly h: 48;
|
@@ -11008,7 +11040,7 @@ export declare const Item: {
|
|
11008
11040
|
};
|
11009
11041
|
readonly "3191": {
|
11010
11042
|
readonly name: "Seeker's Armguard";
|
11011
|
-
readonly description: "<mainText><stats><attention>30</attention> Ability Power<br><attention>
|
11043
|
+
readonly description: "<mainText><stats><attention>30</attention> Ability Power<br><attention>20</attention> Armor</stats><br><li><passive>Witch's Path:</passive> Killing a unit grants <scaleArmor>0.5 Armor</scaleArmor> (max <scaleArmor>15</scaleArmor>).</mainText><br>";
|
11012
11044
|
readonly colloq: ";";
|
11013
11045
|
readonly plaintext: "Increases Armor and Ability Power";
|
11014
11046
|
readonly from: readonly ["1052", "1029"];
|
@@ -11017,7 +11049,7 @@ export declare const Item: {
|
|
11017
11049
|
readonly full: "3191.png";
|
11018
11050
|
readonly sprite: "item3.png";
|
11019
11051
|
readonly group: "item";
|
11020
|
-
readonly x:
|
11052
|
+
readonly x: 288;
|
11021
11053
|
readonly y: 0;
|
11022
11054
|
readonly w: 48;
|
11023
11055
|
readonly h: 48;
|
@@ -11038,7 +11070,7 @@ export declare const Item: {
|
|
11038
11070
|
};
|
11039
11071
|
readonly stats: {
|
11040
11072
|
readonly FlatMagicDamageMod: 30;
|
11041
|
-
readonly FlatArmorMod:
|
11073
|
+
readonly FlatArmorMod: 20;
|
11042
11074
|
};
|
11043
11075
|
readonly effect: {
|
11044
11076
|
readonly Effect1Amount: "0.5";
|
@@ -11056,7 +11088,7 @@ export declare const Item: {
|
|
11056
11088
|
readonly full: "3193.png";
|
11057
11089
|
readonly sprite: "item3.png";
|
11058
11090
|
readonly group: "item";
|
11059
|
-
readonly x:
|
11091
|
+
readonly x: 336;
|
11060
11092
|
readonly y: 0;
|
11061
11093
|
readonly w: 48;
|
11062
11094
|
readonly h: 48;
|
@@ -11092,7 +11124,7 @@ export declare const Item: {
|
|
11092
11124
|
readonly full: "3211.png";
|
11093
11125
|
readonly sprite: "item3.png";
|
11094
11126
|
readonly group: "item";
|
11095
|
-
readonly x:
|
11127
|
+
readonly x: 384;
|
11096
11128
|
readonly y: 0;
|
11097
11129
|
readonly w: 48;
|
11098
11130
|
readonly h: 48;
|
@@ -11119,7 +11151,7 @@ export declare const Item: {
|
|
11119
11151
|
};
|
11120
11152
|
readonly "3222": {
|
11121
11153
|
readonly name: "Mikael's Blessing";
|
11122
|
-
readonly description: "<mainText><stats><attention>250</attention> Health<br><attention>100%</attention> Base Mana Regen<br><
|
11154
|
+
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 <scalemana>25% Base Mana Regeneration</scalemana>.</mainText><br>";
|
11123
11155
|
readonly colloq: ";";
|
11124
11156
|
readonly plaintext: "Activate to remove all disabling effects from an allied champion";
|
11125
11157
|
readonly from: readonly ["3012", "3114"];
|
@@ -11127,7 +11159,7 @@ export declare const Item: {
|
|
11127
11159
|
readonly full: "3222.png";
|
11128
11160
|
readonly sprite: "item3.png";
|
11129
11161
|
readonly group: "item";
|
11130
|
-
readonly x:
|
11162
|
+
readonly x: 432;
|
11131
11163
|
readonly y: 0;
|
11132
11164
|
readonly w: 48;
|
11133
11165
|
readonly h: 48;
|
@@ -11161,8 +11193,8 @@ export declare const Item: {
|
|
11161
11193
|
readonly full: "3330.png";
|
11162
11194
|
readonly sprite: "item3.png";
|
11163
11195
|
readonly group: "item";
|
11164
|
-
readonly x:
|
11165
|
-
readonly y:
|
11196
|
+
readonly x: 0;
|
11197
|
+
readonly y: 48;
|
11166
11198
|
readonly w: 48;
|
11167
11199
|
readonly h: 48;
|
11168
11200
|
};
|
@@ -11201,7 +11233,7 @@ export declare const Item: {
|
|
11201
11233
|
readonly full: "3340.png";
|
11202
11234
|
readonly sprite: "item3.png";
|
11203
11235
|
readonly group: "item";
|
11204
|
-
readonly x:
|
11236
|
+
readonly x: 48;
|
11205
11237
|
readonly y: 48;
|
11206
11238
|
readonly w: 48;
|
11207
11239
|
readonly h: 48;
|
@@ -11242,7 +11274,7 @@ export declare const Item: {
|
|
11242
11274
|
readonly full: "3348.png";
|
11243
11275
|
readonly sprite: "item3.png";
|
11244
11276
|
readonly group: "item";
|
11245
|
-
readonly x:
|
11277
|
+
readonly x: 96;
|
11246
11278
|
readonly y: 48;
|
11247
11279
|
readonly w: 48;
|
11248
11280
|
readonly h: 48;
|
@@ -11273,7 +11305,7 @@ export declare const Item: {
|
|
11273
11305
|
readonly full: "3349.png";
|
11274
11306
|
readonly sprite: "item3.png";
|
11275
11307
|
readonly group: "item";
|
11276
|
-
readonly x:
|
11308
|
+
readonly x: 144;
|
11277
11309
|
readonly y: 48;
|
11278
11310
|
readonly w: 48;
|
11279
11311
|
readonly h: 48;
|
@@ -11303,7 +11335,7 @@ export declare const Item: {
|
|
11303
11335
|
readonly full: "3363.png";
|
11304
11336
|
readonly sprite: "item3.png";
|
11305
11337
|
readonly group: "item";
|
11306
|
-
readonly x:
|
11338
|
+
readonly x: 192;
|
11307
11339
|
readonly y: 48;
|
11308
11340
|
readonly w: 48;
|
11309
11341
|
readonly h: 48;
|
@@ -11350,7 +11382,7 @@ export declare const Item: {
|
|
11350
11382
|
readonly full: "3364.png";
|
11351
11383
|
readonly sprite: "item3.png";
|
11352
11384
|
readonly group: "item";
|
11353
|
-
readonly x:
|
11385
|
+
readonly x: 240;
|
11354
11386
|
readonly y: 48;
|
11355
11387
|
readonly w: 48;
|
11356
11388
|
readonly h: 48;
|
@@ -11394,7 +11426,7 @@ export declare const Item: {
|
|
11394
11426
|
readonly full: "3400.png";
|
11395
11427
|
readonly sprite: "item3.png";
|
11396
11428
|
readonly group: "item";
|
11397
|
-
readonly x:
|
11429
|
+
readonly x: 288;
|
11398
11430
|
readonly y: 48;
|
11399
11431
|
readonly w: 48;
|
11400
11432
|
readonly h: 48;
|
@@ -11424,7 +11456,7 @@ export declare const Item: {
|
|
11424
11456
|
readonly full: "3430.png";
|
11425
11457
|
readonly sprite: "item3.png";
|
11426
11458
|
readonly group: "item";
|
11427
|
-
readonly x:
|
11459
|
+
readonly x: 336;
|
11428
11460
|
readonly y: 48;
|
11429
11461
|
readonly w: 48;
|
11430
11462
|
readonly h: 48;
|
@@ -11450,7 +11482,7 @@ export declare const Item: {
|
|
11450
11482
|
};
|
11451
11483
|
readonly "3504": {
|
11452
11484
|
readonly name: "Ardent Censer";
|
11453
|
-
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><
|
11485
|
+
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>";
|
11454
11486
|
readonly colloq: "";
|
11455
11487
|
readonly plaintext: "Shield and heal effects on other units grant both of you Attack Speed and their attacks deal additional on-hit magic damage.";
|
11456
11488
|
readonly from: readonly ["3113", "3114"];
|
@@ -11458,7 +11490,7 @@ export declare const Item: {
|
|
11458
11490
|
readonly full: "3504.png";
|
11459
11491
|
readonly sprite: "item3.png";
|
11460
11492
|
readonly group: "item";
|
11461
|
-
readonly x:
|
11493
|
+
readonly x: 384;
|
11462
11494
|
readonly y: 48;
|
11463
11495
|
readonly w: 48;
|
11464
11496
|
readonly h: 48;
|
@@ -11493,7 +11525,7 @@ export declare const Item: {
|
|
11493
11525
|
readonly full: "3508.png";
|
11494
11526
|
readonly sprite: "item3.png";
|
11495
11527
|
readonly group: "item";
|
11496
|
-
readonly x:
|
11528
|
+
readonly x: 432;
|
11497
11529
|
readonly y: 48;
|
11498
11530
|
readonly w: 48;
|
11499
11531
|
readonly h: 48;
|
@@ -11529,8 +11561,8 @@ export declare const Item: {
|
|
11529
11561
|
readonly full: "3513.png";
|
11530
11562
|
readonly sprite: "item3.png";
|
11531
11563
|
readonly group: "item";
|
11532
|
-
readonly x:
|
11533
|
-
readonly y:
|
11564
|
+
readonly x: 0;
|
11565
|
+
readonly y: 96;
|
11534
11566
|
readonly w: 48;
|
11535
11567
|
readonly h: 48;
|
11536
11568
|
};
|
@@ -11566,7 +11598,7 @@ export declare const Item: {
|
|
11566
11598
|
readonly full: "3599.png";
|
11567
11599
|
readonly sprite: "item3.png";
|
11568
11600
|
readonly group: "item";
|
11569
|
-
readonly x:
|
11601
|
+
readonly x: 48;
|
11570
11602
|
readonly y: 96;
|
11571
11603
|
readonly w: 48;
|
11572
11604
|
readonly h: 48;
|
@@ -11597,7 +11629,7 @@ export declare const Item: {
|
|
11597
11629
|
readonly full: "3600.png";
|
11598
11630
|
readonly sprite: "item3.png";
|
11599
11631
|
readonly group: "item";
|
11600
|
-
readonly x:
|
11632
|
+
readonly x: 96;
|
11601
11633
|
readonly y: 96;
|
11602
11634
|
readonly w: 48;
|
11603
11635
|
readonly h: 48;
|
@@ -11628,7 +11660,7 @@ export declare const Item: {
|
|
11628
11660
|
readonly full: "3742.png";
|
11629
11661
|
readonly sprite: "item3.png";
|
11630
11662
|
readonly group: "item";
|
11631
|
-
readonly x:
|
11663
|
+
readonly x: 144;
|
11632
11664
|
readonly y: 96;
|
11633
11665
|
readonly w: 48;
|
11634
11666
|
readonly h: 48;
|
@@ -11664,7 +11696,7 @@ export declare const Item: {
|
|
11664
11696
|
readonly full: "3748.png";
|
11665
11697
|
readonly sprite: "item3.png";
|
11666
11698
|
readonly group: "item";
|
11667
|
-
readonly x:
|
11699
|
+
readonly x: 192;
|
11668
11700
|
readonly y: 96;
|
11669
11701
|
readonly w: 48;
|
11670
11702
|
readonly h: 48;
|
@@ -11712,7 +11744,7 @@ export declare const Item: {
|
|
11712
11744
|
readonly full: "3801.png";
|
11713
11745
|
readonly sprite: "item3.png";
|
11714
11746
|
readonly group: "item";
|
11715
|
-
readonly x:
|
11747
|
+
readonly x: 240;
|
11716
11748
|
readonly y: 96;
|
11717
11749
|
readonly w: 48;
|
11718
11750
|
readonly h: 48;
|
@@ -11747,7 +11779,7 @@ export declare const Item: {
|
|
11747
11779
|
readonly full: "3802.png";
|
11748
11780
|
readonly sprite: "item3.png";
|
11749
11781
|
readonly group: "item";
|
11750
|
-
readonly x:
|
11782
|
+
readonly x: 288;
|
11751
11783
|
readonly y: 96;
|
11752
11784
|
readonly w: 48;
|
11753
11785
|
readonly h: 48;
|
@@ -11783,7 +11815,7 @@ export declare const Item: {
|
|
11783
11815
|
readonly full: "3803.png";
|
11784
11816
|
readonly sprite: "item3.png";
|
11785
11817
|
readonly group: "item";
|
11786
|
-
readonly x:
|
11818
|
+
readonly x: 336;
|
11787
11819
|
readonly y: 96;
|
11788
11820
|
readonly w: 48;
|
11789
11821
|
readonly h: 48;
|
@@ -11819,7 +11851,7 @@ export declare const Item: {
|
|
11819
11851
|
readonly full: "3814.png";
|
11820
11852
|
readonly sprite: "item3.png";
|
11821
11853
|
readonly group: "item";
|
11822
|
-
readonly x:
|
11854
|
+
readonly x: 384;
|
11823
11855
|
readonly y: 96;
|
11824
11856
|
readonly w: 48;
|
11825
11857
|
readonly h: 48;
|
@@ -11859,7 +11891,7 @@ export declare const Item: {
|
|
11859
11891
|
readonly full: "3850.png";
|
11860
11892
|
readonly sprite: "item3.png";
|
11861
11893
|
readonly group: "item";
|
11862
|
-
readonly x:
|
11894
|
+
readonly x: 432;
|
11863
11895
|
readonly y: 96;
|
11864
11896
|
readonly w: 48;
|
11865
11897
|
readonly h: 48;
|
@@ -11903,8 +11935,8 @@ export declare const Item: {
|
|
11903
11935
|
readonly full: "3851.png";
|
11904
11936
|
readonly sprite: "item3.png";
|
11905
11937
|
readonly group: "item";
|
11906
|
-
readonly x:
|
11907
|
-
readonly y:
|
11938
|
+
readonly x: 0;
|
11939
|
+
readonly y: 144;
|
11908
11940
|
readonly w: 48;
|
11909
11941
|
readonly h: 48;
|
11910
11942
|
};
|
@@ -11947,7 +11979,7 @@ export declare const Item: {
|
|
11947
11979
|
readonly full: "3853.png";
|
11948
11980
|
readonly sprite: "item3.png";
|
11949
11981
|
readonly group: "item";
|
11950
|
-
readonly x:
|
11982
|
+
readonly x: 48;
|
11951
11983
|
readonly y: 144;
|
11952
11984
|
readonly w: 48;
|
11953
11985
|
readonly h: 48;
|
@@ -11983,7 +12015,7 @@ export declare const Item: {
|
|
11983
12015
|
readonly full: "3854.png";
|
11984
12016
|
readonly sprite: "item3.png";
|
11985
12017
|
readonly group: "item";
|
11986
|
-
readonly x:
|
12018
|
+
readonly x: 96;
|
11987
12019
|
readonly y: 144;
|
11988
12020
|
readonly w: 48;
|
11989
12021
|
readonly h: 48;
|
@@ -12026,7 +12058,7 @@ export declare const Item: {
|
|
12026
12058
|
readonly full: "3855.png";
|
12027
12059
|
readonly sprite: "item3.png";
|
12028
12060
|
readonly group: "item";
|
12029
|
-
readonly x:
|
12061
|
+
readonly x: 144;
|
12030
12062
|
readonly y: 144;
|
12031
12063
|
readonly w: 48;
|
12032
12064
|
readonly h: 48;
|
@@ -12069,7 +12101,7 @@ export declare const Item: {
|
|
12069
12101
|
readonly full: "3857.png";
|
12070
12102
|
readonly sprite: "item3.png";
|
12071
12103
|
readonly group: "item";
|
12072
|
-
readonly x:
|
12104
|
+
readonly x: 192;
|
12073
12105
|
readonly y: 144;
|
12074
12106
|
readonly w: 48;
|
12075
12107
|
readonly h: 48;
|
@@ -12105,7 +12137,7 @@ export declare const Item: {
|
|
12105
12137
|
readonly full: "3858.png";
|
12106
12138
|
readonly sprite: "item3.png";
|
12107
12139
|
readonly group: "item";
|
12108
|
-
readonly x:
|
12140
|
+
readonly x: 240;
|
12109
12141
|
readonly y: 144;
|
12110
12142
|
readonly w: 48;
|
12111
12143
|
readonly h: 48;
|
@@ -12148,7 +12180,7 @@ export declare const Item: {
|
|
12148
12180
|
readonly full: "3859.png";
|
12149
12181
|
readonly sprite: "item3.png";
|
12150
12182
|
readonly group: "item";
|
12151
|
-
readonly x:
|
12183
|
+
readonly x: 288;
|
12152
12184
|
readonly y: 144;
|
12153
12185
|
readonly w: 48;
|
12154
12186
|
readonly h: 48;
|
@@ -12191,7 +12223,7 @@ export declare const Item: {
|
|
12191
12223
|
readonly full: "3860.png";
|
12192
12224
|
readonly sprite: "item3.png";
|
12193
12225
|
readonly group: "item";
|
12194
|
-
readonly x:
|
12226
|
+
readonly x: 336;
|
12195
12227
|
readonly y: 144;
|
12196
12228
|
readonly w: 48;
|
12197
12229
|
readonly h: 48;
|
@@ -12227,7 +12259,7 @@ export declare const Item: {
|
|
12227
12259
|
readonly full: "3862.png";
|
12228
12260
|
readonly sprite: "item3.png";
|
12229
12261
|
readonly group: "item";
|
12230
|
-
readonly x:
|
12262
|
+
readonly x: 384;
|
12231
12263
|
readonly y: 144;
|
12232
12264
|
readonly w: 48;
|
12233
12265
|
readonly h: 48;
|
@@ -12271,7 +12303,7 @@ export declare const Item: {
|
|
12271
12303
|
readonly full: "3863.png";
|
12272
12304
|
readonly sprite: "item3.png";
|
12273
12305
|
readonly group: "item";
|
12274
|
-
readonly x:
|
12306
|
+
readonly x: 432;
|
12275
12307
|
readonly y: 144;
|
12276
12308
|
readonly w: 48;
|
12277
12309
|
readonly h: 48;
|
@@ -12315,8 +12347,8 @@ export declare const Item: {
|
|
12315
12347
|
readonly full: "3864.png";
|
12316
12348
|
readonly sprite: "item3.png";
|
12317
12349
|
readonly group: "item";
|
12318
|
-
readonly x:
|
12319
|
-
readonly y:
|
12350
|
+
readonly x: 0;
|
12351
|
+
readonly y: 192;
|
12320
12352
|
readonly w: 48;
|
12321
12353
|
readonly h: 48;
|
12322
12354
|
};
|
@@ -12355,7 +12387,7 @@ export declare const Item: {
|
|
12355
12387
|
readonly full: "3901.png";
|
12356
12388
|
readonly sprite: "item3.png";
|
12357
12389
|
readonly group: "item";
|
12358
|
-
readonly x:
|
12390
|
+
readonly x: 48;
|
12359
12391
|
readonly y: 192;
|
12360
12392
|
readonly w: 48;
|
12361
12393
|
readonly h: 48;
|
@@ -12389,7 +12421,7 @@ export declare const Item: {
|
|
12389
12421
|
readonly full: "3902.png";
|
12390
12422
|
readonly sprite: "item3.png";
|
12391
12423
|
readonly group: "item";
|
12392
|
-
readonly x:
|
12424
|
+
readonly x: 96;
|
12393
12425
|
readonly y: 192;
|
12394
12426
|
readonly w: 48;
|
12395
12427
|
readonly h: 48;
|
@@ -12423,7 +12455,7 @@ export declare const Item: {
|
|
12423
12455
|
readonly full: "3903.png";
|
12424
12456
|
readonly sprite: "item3.png";
|
12425
12457
|
readonly group: "item";
|
12426
|
-
readonly x:
|
12458
|
+
readonly x: 144;
|
12427
12459
|
readonly y: 192;
|
12428
12460
|
readonly w: 48;
|
12429
12461
|
readonly h: 48;
|
@@ -12456,7 +12488,7 @@ export declare const Item: {
|
|
12456
12488
|
readonly full: "3916.png";
|
12457
12489
|
readonly sprite: "item3.png";
|
12458
12490
|
readonly group: "item";
|
12459
|
-
readonly x:
|
12491
|
+
readonly x: 192;
|
12460
12492
|
readonly y: 192;
|
12461
12493
|
readonly w: 48;
|
12462
12494
|
readonly h: 48;
|
@@ -12480,38 +12512,6 @@ export declare const Item: {
|
|
12480
12512
|
};
|
12481
12513
|
readonly depth: 2;
|
12482
12514
|
};
|
12483
|
-
readonly "4004": {
|
12484
|
-
readonly name: "Spectral Cutlass";
|
12485
|
-
readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>21</attention> Lethality</stats><br><br><active>Active -</active> <active>Soul Anchor:</active> Mark your current location. After 5 seconds, return to that location (30s ).</mainText><br>";
|
12486
|
-
readonly colloq: ";lethality";
|
12487
|
-
readonly plaintext: "Marks the ground, and returns you there after a few moments";
|
12488
|
-
readonly image: {
|
12489
|
-
readonly full: "4004.png";
|
12490
|
-
readonly sprite: "item3.png";
|
12491
|
-
readonly group: "item";
|
12492
|
-
readonly x: 192;
|
12493
|
-
readonly y: 192;
|
12494
|
-
readonly w: 48;
|
12495
|
-
readonly h: 48;
|
12496
|
-
};
|
12497
|
-
readonly gold: {
|
12498
|
-
readonly base: 3000;
|
12499
|
-
readonly purchasable: true;
|
12500
|
-
readonly total: 3000;
|
12501
|
-
readonly sell: 2100;
|
12502
|
-
};
|
12503
|
-
readonly tags: readonly ["Damage", "ArmorPenetration"];
|
12504
|
-
readonly maps: {
|
12505
|
-
readonly "11": false;
|
12506
|
-
readonly "12": false;
|
12507
|
-
readonly "21": false;
|
12508
|
-
readonly "22": false;
|
12509
|
-
readonly "30": true;
|
12510
|
-
};
|
12511
|
-
readonly stats: {
|
12512
|
-
readonly FlatPhysicalDamageMod: 70;
|
12513
|
-
};
|
12514
|
-
};
|
12515
12515
|
readonly "4005": {
|
12516
12516
|
readonly name: "Imperial Mandate";
|
12517
12517
|
readonly description: "";
|
@@ -13086,7 +13086,7 @@ export declare const Item: {
|
|
13086
13086
|
};
|
13087
13087
|
readonly "4644": {
|
13088
13088
|
readonly name: "Crown of the Shattered Queen";
|
13089
|
-
readonly description: "<mainText><stats><attention>
|
13089
|
+
readonly description: "<mainText><stats><attention>85</attention> Ability Power<br><attention>250</attention> Health<br><attention>600</attention> Mana<br><attention>20</attention> Ability Haste</stats><br><li><passive>Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 2.5 seconds after taking champion damage. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>";
|
13090
13090
|
readonly colloq: "";
|
13091
13091
|
readonly plaintext: "";
|
13092
13092
|
readonly from: readonly ["3067", "3802", "1052"];
|
@@ -13117,7 +13117,7 @@ export declare const Item: {
|
|
13117
13117
|
readonly stats: {
|
13118
13118
|
readonly FlatHPPoolMod: 250;
|
13119
13119
|
readonly FlatMPPoolMod: 600;
|
13120
|
-
readonly FlatMagicDamageMod:
|
13120
|
+
readonly FlatMagicDamageMod: 85;
|
13121
13121
|
};
|
13122
13122
|
readonly depth: 3;
|
13123
13123
|
};
|
@@ -13305,7 +13305,7 @@ export declare const Item: {
|
|
13305
13305
|
};
|
13306
13306
|
readonly "6616": {
|
13307
13307
|
readonly name: "Staff of Flowing Water";
|
13308
|
-
readonly description: "<mainText><stats><attention>35</attention> Ability Power<br><
|
13308
|
+
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>";
|
13309
13309
|
readonly colloq: "";
|
13310
13310
|
readonly plaintext: "Your heals and shields reduce crowd control and grant Move Speed";
|
13311
13311
|
readonly from: readonly ["3113", "3114"];
|
@@ -15038,7 +15038,7 @@ export declare const Item: {
|
|
15038
15038
|
};
|
15039
15039
|
readonly "7024": {
|
15040
15040
|
readonly name: "Caesura";
|
15041
|
-
readonly description: "<mainText><stats><ornnBonus>
|
15041
|
+
readonly description: "<mainText><stats><ornnBonus>105</ornnBonus> Ability Power<br><ornnBonus>350</ornnBonus> Health<br><ornnBonus>800</ornnBonus> Mana<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Safeguard:</passive> You are <keywordMajor>Safeguarded</keywordMajor>, reducing incoming champion damage. <keywordMajor>Safeguard</keywordMajor> persists for 2.5 seconds after taking champion damage. <br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed and Ability Power.</mainText><br>";
|
15042
15042
|
readonly colloq: "";
|
15043
15043
|
readonly plaintext: "";
|
15044
15044
|
readonly from: readonly ["4644"];
|
@@ -15070,7 +15070,7 @@ export declare const Item: {
|
|
15070
15070
|
readonly stats: {
|
15071
15071
|
readonly FlatHPPoolMod: 350;
|
15072
15072
|
readonly FlatMPPoolMod: 800;
|
15073
|
-
readonly FlatMagicDamageMod:
|
15073
|
+
readonly FlatMagicDamageMod: 105;
|
15074
15074
|
};
|
15075
15075
|
readonly depth: 4;
|
15076
15076
|
};
|