lol-constants 2.9.0 → 2.10.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 +1 -1
- package/assets/constants/Champion.d.ts +195 -195
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +215 -202
- package/assets/constants/Item.js +1 -1
- package/assets/constants/Summoner.d.ts +1 -1
- package/assets/constants/Summoner.js +1 -1
- package/core/constants/DataDragonUrls.js +2 -2
- package/core/constants/Items/ItemKeys.d.ts +1 -2
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +1 -2
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +1 -1
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/QueueTypes.d.ts +7 -0
- package/core/constants/QueueTypes.js +12 -0
- package/core/constants/Runes/RuneIconFileNames.d.ts +3 -2
- package/core/constants/Runes/RuneIconFileNames.js +6 -4
- package/core/helpers/Runes/getRuneCdnUrl.d.ts +1 -1
- package/core/helpers/Runes/getRuneCdnUrl.js +4 -1
- package/core/index.d.ts +1 -1
- package/core/index.js +1 -1
- package/package.json +4 -4
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const Item: {
|
2
2
|
readonly type: "item";
|
3
|
-
readonly version: "13.
|
3
|
+
readonly version: "13.17.1";
|
4
4
|
readonly basic: {
|
5
5
|
readonly name: "";
|
6
6
|
readonly rune: {
|
@@ -543,7 +543,7 @@ export declare const Item: {
|
|
543
543
|
readonly description: "<mainText><stats><attention>25</attention> Attack Damage</stats></mainText><br>";
|
544
544
|
readonly colloq: ";";
|
545
545
|
readonly plaintext: "Moderately increases Attack Damage";
|
546
|
-
readonly into: readonly ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "6029", "3181", "6333", "6673", "6695"];
|
546
|
+
readonly into: readonly ["6035", "3077", "3124", "6676", "2019", "3031", "3053", "3139", "3153", "3156", "3161", "6029", "3181", "6333", "6673", "6695"];
|
547
547
|
readonly image: {
|
548
548
|
readonly full: "1037.png";
|
549
549
|
readonly sprite: "item0.png";
|
@@ -576,7 +576,7 @@ export declare const Item: {
|
|
576
576
|
readonly description: "<mainText><stats><attention>40</attention> Attack Damage</stats></mainText><br>";
|
577
577
|
readonly colloq: ";bf";
|
578
578
|
readonly plaintext: "Greatly increases Attack Damage";
|
579
|
-
readonly into: readonly ["4403", "3026", "3031", "3072", "
|
579
|
+
readonly into: readonly ["224403", "4403", "3026", "3031", "3072", "6671", "6675"];
|
580
580
|
readonly image: {
|
581
581
|
readonly full: "1038.png";
|
582
582
|
readonly sprite: "item0.png";
|
@@ -784,7 +784,7 @@ export declare const Item: {
|
|
784
784
|
readonly colloq: ";";
|
785
785
|
readonly plaintext: "Basic attacks restore Health";
|
786
786
|
readonly from: readonly ["1036"];
|
787
|
-
readonly into: readonly ["3074", "4403", "3072", "3153", "6673"];
|
787
|
+
readonly into: readonly ["3074", "224403", "4403", "3072", "3153", "6673"];
|
788
788
|
readonly image: {
|
789
789
|
readonly full: "1053.png";
|
790
790
|
readonly sprite: "item0.png";
|
@@ -959,7 +959,7 @@ export declare const Item: {
|
|
959
959
|
readonly description: "<mainText><stats><attention>60</attention> Ability Power</stats></mainText><br>";
|
960
960
|
readonly colloq: ";nlr";
|
961
961
|
readonly plaintext: "Greatly increases Ability Power";
|
962
|
-
readonly into: readonly ["3089", "4645", "4403", "3003"];
|
962
|
+
readonly into: readonly ["3089", "4645", "224403", "4403", "3003"];
|
963
963
|
readonly image: {
|
964
964
|
readonly full: "1058.png";
|
965
965
|
readonly sprite: "item0.png";
|
@@ -1377,37 +1377,6 @@ export declare const Item: {
|
|
1377
1377
|
readonly Effect4Amount: "300";
|
1378
1378
|
};
|
1379
1379
|
};
|
1380
|
-
readonly "1505": {
|
1381
|
-
readonly name: "Lightning Rod";
|
1382
|
-
readonly description: "";
|
1383
|
-
readonly colloq: "";
|
1384
|
-
readonly plaintext: "";
|
1385
|
-
readonly inStore: false;
|
1386
|
-
readonly image: {
|
1387
|
-
readonly full: "1505.png";
|
1388
|
-
readonly sprite: "item0.png";
|
1389
|
-
readonly group: "item";
|
1390
|
-
readonly x: 336;
|
1391
|
-
readonly y: 144;
|
1392
|
-
readonly w: 48;
|
1393
|
-
readonly h: 48;
|
1394
|
-
};
|
1395
|
-
readonly gold: {
|
1396
|
-
readonly base: 0;
|
1397
|
-
readonly purchasable: false;
|
1398
|
-
readonly total: 0;
|
1399
|
-
readonly sell: 0;
|
1400
|
-
};
|
1401
|
-
readonly tags: readonly ["Armor", "ManaRegen", "OnHit"];
|
1402
|
-
readonly maps: {
|
1403
|
-
readonly "11": false;
|
1404
|
-
readonly "12": false;
|
1405
|
-
readonly "21": false;
|
1406
|
-
readonly "22": false;
|
1407
|
-
readonly "30": false;
|
1408
|
-
};
|
1409
|
-
readonly stats: {};
|
1410
|
-
};
|
1411
1380
|
readonly "1506": {
|
1412
1381
|
readonly name: "Reinforced Armor";
|
1413
1382
|
readonly description: "<mainText><stats></stats><unique>UNIQUE Passive - Base Turret Reinforced Armor:</unique> Reduces incoming damage by 0% and becomes immune to True Damage when no enemy minions are nearby. Base turrets have health regeneration, but cannot regenerate past their current segment. Base turrets are segmented at 33%, 66% and 100% health.</mainText><br>";
|
@@ -1418,7 +1387,7 @@ export declare const Item: {
|
|
1418
1387
|
readonly full: "1506.png";
|
1419
1388
|
readonly sprite: "item0.png";
|
1420
1389
|
readonly group: "item";
|
1421
|
-
readonly x:
|
1390
|
+
readonly x: 336;
|
1422
1391
|
readonly y: 144;
|
1423
1392
|
readonly w: 48;
|
1424
1393
|
readonly h: 48;
|
@@ -1453,7 +1422,7 @@ export declare const Item: {
|
|
1453
1422
|
readonly full: "1507.png";
|
1454
1423
|
readonly sprite: "item0.png";
|
1455
1424
|
readonly group: "item";
|
1456
|
-
readonly x:
|
1425
|
+
readonly x: 384;
|
1457
1426
|
readonly y: 144;
|
1458
1427
|
readonly w: 48;
|
1459
1428
|
readonly h: 48;
|
@@ -1488,8 +1457,8 @@ export declare const Item: {
|
|
1488
1457
|
readonly full: "1508.png";
|
1489
1458
|
readonly sprite: "item0.png";
|
1490
1459
|
readonly group: "item";
|
1491
|
-
readonly x:
|
1492
|
-
readonly y:
|
1460
|
+
readonly x: 432;
|
1461
|
+
readonly y: 144;
|
1493
1462
|
readonly w: 48;
|
1494
1463
|
readonly h: 48;
|
1495
1464
|
};
|
@@ -1519,7 +1488,7 @@ export declare const Item: {
|
|
1519
1488
|
readonly full: "1509.png";
|
1520
1489
|
readonly sprite: "item0.png";
|
1521
1490
|
readonly group: "item";
|
1522
|
-
readonly x:
|
1491
|
+
readonly x: 0;
|
1523
1492
|
readonly y: 192;
|
1524
1493
|
readonly w: 48;
|
1525
1494
|
readonly h: 48;
|
@@ -1550,7 +1519,7 @@ export declare const Item: {
|
|
1550
1519
|
readonly full: "1510.png";
|
1551
1520
|
readonly sprite: "item0.png";
|
1552
1521
|
readonly group: "item";
|
1553
|
-
readonly x:
|
1522
|
+
readonly x: 48;
|
1554
1523
|
readonly y: 192;
|
1555
1524
|
readonly w: 48;
|
1556
1525
|
readonly h: 48;
|
@@ -1581,7 +1550,7 @@ export declare const Item: {
|
|
1581
1550
|
readonly full: "1511.png";
|
1582
1551
|
readonly sprite: "item0.png";
|
1583
1552
|
readonly group: "item";
|
1584
|
-
readonly x:
|
1553
|
+
readonly x: 96;
|
1585
1554
|
readonly y: 192;
|
1586
1555
|
readonly w: 48;
|
1587
1556
|
readonly h: 48;
|
@@ -1612,7 +1581,7 @@ export declare const Item: {
|
|
1612
1581
|
readonly full: "1512.png";
|
1613
1582
|
readonly sprite: "item0.png";
|
1614
1583
|
readonly group: "item";
|
1615
|
-
readonly x:
|
1584
|
+
readonly x: 144;
|
1616
1585
|
readonly y: 192;
|
1617
1586
|
readonly w: 48;
|
1618
1587
|
readonly h: 48;
|
@@ -1643,7 +1612,7 @@ export declare const Item: {
|
|
1643
1612
|
readonly full: "1515.png";
|
1644
1613
|
readonly sprite: "item0.png";
|
1645
1614
|
readonly group: "item";
|
1646
|
-
readonly x:
|
1615
|
+
readonly x: 192;
|
1647
1616
|
readonly y: 192;
|
1648
1617
|
readonly w: 48;
|
1649
1618
|
readonly h: 48;
|
@@ -1681,7 +1650,7 @@ export declare const Item: {
|
|
1681
1650
|
readonly full: "1516.png";
|
1682
1651
|
readonly sprite: "item0.png";
|
1683
1652
|
readonly group: "item";
|
1684
|
-
readonly x:
|
1653
|
+
readonly x: 240;
|
1685
1654
|
readonly y: 192;
|
1686
1655
|
readonly w: 48;
|
1687
1656
|
readonly h: 48;
|
@@ -1718,7 +1687,7 @@ export declare const Item: {
|
|
1718
1687
|
readonly full: "1517.png";
|
1719
1688
|
readonly sprite: "item0.png";
|
1720
1689
|
readonly group: "item";
|
1721
|
-
readonly x:
|
1690
|
+
readonly x: 288;
|
1722
1691
|
readonly y: 192;
|
1723
1692
|
readonly w: 48;
|
1724
1693
|
readonly h: 48;
|
@@ -1755,7 +1724,7 @@ export declare const Item: {
|
|
1755
1724
|
readonly full: "1518.png";
|
1756
1725
|
readonly sprite: "item0.png";
|
1757
1726
|
readonly group: "item";
|
1758
|
-
readonly x:
|
1727
|
+
readonly x: 336;
|
1759
1728
|
readonly y: 192;
|
1760
1729
|
readonly w: 48;
|
1761
1730
|
readonly h: 48;
|
@@ -1792,7 +1761,7 @@ export declare const Item: {
|
|
1792
1761
|
readonly full: "1519.png";
|
1793
1762
|
readonly sprite: "item0.png";
|
1794
1763
|
readonly group: "item";
|
1795
|
-
readonly x:
|
1764
|
+
readonly x: 384;
|
1796
1765
|
readonly y: 192;
|
1797
1766
|
readonly w: 48;
|
1798
1767
|
readonly h: 48;
|
@@ -1829,8 +1798,8 @@ export declare const Item: {
|
|
1829
1798
|
readonly full: "1520.png";
|
1830
1799
|
readonly sprite: "item0.png";
|
1831
1800
|
readonly group: "item";
|
1832
|
-
readonly x:
|
1833
|
-
readonly y:
|
1801
|
+
readonly x: 432;
|
1802
|
+
readonly y: 192;
|
1834
1803
|
readonly w: 48;
|
1835
1804
|
readonly h: 48;
|
1836
1805
|
};
|
@@ -1864,7 +1833,7 @@ export declare const Item: {
|
|
1864
1833
|
readonly full: "1521.png";
|
1865
1834
|
readonly sprite: "item0.png";
|
1866
1835
|
readonly group: "item";
|
1867
|
-
readonly x:
|
1836
|
+
readonly x: 0;
|
1868
1837
|
readonly y: 240;
|
1869
1838
|
readonly w: 48;
|
1870
1839
|
readonly h: 48;
|
@@ -1900,7 +1869,7 @@ export declare const Item: {
|
|
1900
1869
|
readonly full: "1522.png";
|
1901
1870
|
readonly sprite: "item0.png";
|
1902
1871
|
readonly group: "item";
|
1903
|
-
readonly x:
|
1872
|
+
readonly x: 48;
|
1904
1873
|
readonly y: 240;
|
1905
1874
|
readonly w: 48;
|
1906
1875
|
readonly h: 48;
|
@@ -1942,7 +1911,7 @@ export declare const Item: {
|
|
1942
1911
|
readonly full: "2003.png";
|
1943
1912
|
readonly sprite: "item0.png";
|
1944
1913
|
readonly group: "item";
|
1945
|
-
readonly x:
|
1914
|
+
readonly x: 96;
|
1946
1915
|
readonly y: 240;
|
1947
1916
|
readonly w: 48;
|
1948
1917
|
readonly h: 48;
|
@@ -1976,7 +1945,7 @@ export declare const Item: {
|
|
1976
1945
|
readonly full: "2010.png";
|
1977
1946
|
readonly sprite: "item0.png";
|
1978
1947
|
readonly group: "item";
|
1979
|
-
readonly x:
|
1948
|
+
readonly x: 144;
|
1980
1949
|
readonly y: 240;
|
1981
1950
|
readonly w: 48;
|
1982
1951
|
readonly h: 48;
|
@@ -2011,7 +1980,7 @@ export declare const Item: {
|
|
2011
1980
|
readonly full: "2015.png";
|
2012
1981
|
readonly sprite: "item0.png";
|
2013
1982
|
readonly group: "item";
|
2014
|
-
readonly x:
|
1983
|
+
readonly x: 192;
|
2015
1984
|
readonly y: 240;
|
2016
1985
|
readonly w: 48;
|
2017
1986
|
readonly h: 48;
|
@@ -2046,7 +2015,7 @@ export declare const Item: {
|
|
2046
2015
|
readonly full: "2019.png";
|
2047
2016
|
readonly sprite: "item0.png";
|
2048
2017
|
readonly group: "item";
|
2049
|
-
readonly x:
|
2018
|
+
readonly x: 240;
|
2050
2019
|
readonly y: 240;
|
2051
2020
|
readonly w: 48;
|
2052
2021
|
readonly h: 48;
|
@@ -2080,7 +2049,7 @@ export declare const Item: {
|
|
2080
2049
|
readonly full: "2031.png";
|
2081
2050
|
readonly sprite: "item0.png";
|
2082
2051
|
readonly group: "item";
|
2083
|
-
readonly x:
|
2052
|
+
readonly x: 288;
|
2084
2053
|
readonly y: 240;
|
2085
2054
|
readonly w: 48;
|
2086
2055
|
readonly h: 48;
|
@@ -2111,7 +2080,7 @@ export declare const Item: {
|
|
2111
2080
|
readonly full: "2033.png";
|
2112
2081
|
readonly sprite: "item0.png";
|
2113
2082
|
readonly group: "item";
|
2114
|
-
readonly x:
|
2083
|
+
readonly x: 336;
|
2115
2084
|
readonly y: 240;
|
2116
2085
|
readonly w: 48;
|
2117
2086
|
readonly h: 48;
|
@@ -2142,7 +2111,7 @@ export declare const Item: {
|
|
2142
2111
|
readonly full: "2049.png";
|
2143
2112
|
readonly sprite: "item0.png";
|
2144
2113
|
readonly group: "item";
|
2145
|
-
readonly x:
|
2114
|
+
readonly x: 384;
|
2146
2115
|
readonly y: 240;
|
2147
2116
|
readonly w: 48;
|
2148
2117
|
readonly h: 48;
|
@@ -2174,8 +2143,8 @@ export declare const Item: {
|
|
2174
2143
|
readonly full: "2050.png";
|
2175
2144
|
readonly sprite: "item0.png";
|
2176
2145
|
readonly group: "item";
|
2177
|
-
readonly x:
|
2178
|
-
readonly y:
|
2146
|
+
readonly x: 432;
|
2147
|
+
readonly y: 240;
|
2179
2148
|
readonly w: 48;
|
2180
2149
|
readonly h: 48;
|
2181
2150
|
};
|
@@ -2207,7 +2176,7 @@ export declare const Item: {
|
|
2207
2176
|
readonly full: "2051.png";
|
2208
2177
|
readonly sprite: "item0.png";
|
2209
2178
|
readonly group: "item";
|
2210
|
-
readonly x:
|
2179
|
+
readonly x: 0;
|
2211
2180
|
readonly y: 288;
|
2212
2181
|
readonly w: 48;
|
2213
2182
|
readonly h: 48;
|
@@ -2247,7 +2216,7 @@ export declare const Item: {
|
|
2247
2216
|
readonly full: "2052.png";
|
2248
2217
|
readonly sprite: "item0.png";
|
2249
2218
|
readonly group: "item";
|
2250
|
-
readonly x:
|
2219
|
+
readonly x: 48;
|
2251
2220
|
readonly y: 288;
|
2252
2221
|
readonly w: 48;
|
2253
2222
|
readonly h: 48;
|
@@ -2280,7 +2249,7 @@ export declare const Item: {
|
|
2280
2249
|
readonly full: "2055.png";
|
2281
2250
|
readonly sprite: "item0.png";
|
2282
2251
|
readonly group: "item";
|
2283
|
-
readonly x:
|
2252
|
+
readonly x: 96;
|
2284
2253
|
readonly y: 288;
|
2285
2254
|
readonly w: 48;
|
2286
2255
|
readonly h: 48;
|
@@ -2316,7 +2285,7 @@ export declare const Item: {
|
|
2316
2285
|
readonly full: "2065.png";
|
2317
2286
|
readonly sprite: "item0.png";
|
2318
2287
|
readonly group: "item";
|
2319
|
-
readonly x:
|
2288
|
+
readonly x: 144;
|
2320
2289
|
readonly y: 288;
|
2321
2290
|
readonly w: 48;
|
2322
2291
|
readonly h: 48;
|
@@ -2352,7 +2321,7 @@ export declare const Item: {
|
|
2352
2321
|
readonly full: "2138.png";
|
2353
2322
|
readonly sprite: "item0.png";
|
2354
2323
|
readonly group: "item";
|
2355
|
-
readonly x:
|
2324
|
+
readonly x: 192;
|
2356
2325
|
readonly y: 288;
|
2357
2326
|
readonly w: 48;
|
2358
2327
|
readonly h: 48;
|
@@ -2394,7 +2363,7 @@ export declare const Item: {
|
|
2394
2363
|
readonly full: "2139.png";
|
2395
2364
|
readonly sprite: "item0.png";
|
2396
2365
|
readonly group: "item";
|
2397
|
-
readonly x:
|
2366
|
+
readonly x: 240;
|
2398
2367
|
readonly y: 288;
|
2399
2368
|
readonly w: 48;
|
2400
2369
|
readonly h: 48;
|
@@ -2436,7 +2405,7 @@ export declare const Item: {
|
|
2436
2405
|
readonly full: "2140.png";
|
2437
2406
|
readonly sprite: "item0.png";
|
2438
2407
|
readonly group: "item";
|
2439
|
-
readonly x:
|
2408
|
+
readonly x: 288;
|
2440
2409
|
readonly y: 288;
|
2441
2410
|
readonly w: 48;
|
2442
2411
|
readonly h: 48;
|
@@ -2478,7 +2447,7 @@ export declare const Item: {
|
|
2478
2447
|
readonly full: "2141.png";
|
2479
2448
|
readonly sprite: "item0.png";
|
2480
2449
|
readonly group: "item";
|
2481
|
-
readonly x:
|
2450
|
+
readonly x: 336;
|
2482
2451
|
readonly y: 288;
|
2483
2452
|
readonly w: 48;
|
2484
2453
|
readonly h: 48;
|
@@ -2510,7 +2479,7 @@ export declare const Item: {
|
|
2510
2479
|
readonly full: "2142.png";
|
2511
2480
|
readonly sprite: "item0.png";
|
2512
2481
|
readonly group: "item";
|
2513
|
-
readonly x:
|
2482
|
+
readonly x: 384;
|
2514
2483
|
readonly y: 288;
|
2515
2484
|
readonly w: 48;
|
2516
2485
|
readonly h: 48;
|
@@ -2542,8 +2511,8 @@ export declare const Item: {
|
|
2542
2511
|
readonly full: "2143.png";
|
2543
2512
|
readonly sprite: "item0.png";
|
2544
2513
|
readonly group: "item";
|
2545
|
-
readonly x:
|
2546
|
-
readonly y:
|
2514
|
+
readonly x: 432;
|
2515
|
+
readonly y: 288;
|
2547
2516
|
readonly w: 48;
|
2548
2517
|
readonly h: 48;
|
2549
2518
|
};
|
@@ -2574,7 +2543,7 @@ export declare const Item: {
|
|
2574
2543
|
readonly full: "2144.png";
|
2575
2544
|
readonly sprite: "item0.png";
|
2576
2545
|
readonly group: "item";
|
2577
|
-
readonly x:
|
2546
|
+
readonly x: 0;
|
2578
2547
|
readonly y: 336;
|
2579
2548
|
readonly w: 48;
|
2580
2549
|
readonly h: 48;
|
@@ -2604,7 +2573,7 @@ export declare const Item: {
|
|
2604
2573
|
readonly full: "222051.png";
|
2605
2574
|
readonly sprite: "item0.png";
|
2606
2575
|
readonly group: "item";
|
2607
|
-
readonly x:
|
2576
|
+
readonly x: 48;
|
2608
2577
|
readonly y: 336;
|
2609
2578
|
readonly w: 48;
|
2610
2579
|
readonly h: 48;
|
@@ -2642,7 +2611,7 @@ export declare const Item: {
|
|
2642
2611
|
readonly full: "222065.png";
|
2643
2612
|
readonly sprite: "item0.png";
|
2644
2613
|
readonly group: "item";
|
2645
|
-
readonly x:
|
2614
|
+
readonly x: 96;
|
2646
2615
|
readonly y: 336;
|
2647
2616
|
readonly w: 48;
|
2648
2617
|
readonly h: 48;
|
@@ -2676,7 +2645,7 @@ export declare const Item: {
|
|
2676
2645
|
readonly full: "223001.png";
|
2677
2646
|
readonly sprite: "item0.png";
|
2678
2647
|
readonly group: "item";
|
2679
|
-
readonly x:
|
2648
|
+
readonly x: 144;
|
2680
2649
|
readonly y: 336;
|
2681
2650
|
readonly w: 48;
|
2682
2651
|
readonly h: 48;
|
@@ -2710,7 +2679,7 @@ export declare const Item: {
|
|
2710
2679
|
readonly full: "223003.png";
|
2711
2680
|
readonly sprite: "item0.png";
|
2712
2681
|
readonly group: "item";
|
2713
|
-
readonly x:
|
2682
|
+
readonly x: 192;
|
2714
2683
|
readonly y: 336;
|
2715
2684
|
readonly w: 48;
|
2716
2685
|
readonly h: 48;
|
@@ -2744,7 +2713,7 @@ export declare const Item: {
|
|
2744
2713
|
readonly full: "223004.png";
|
2745
2714
|
readonly sprite: "item0.png";
|
2746
2715
|
readonly group: "item";
|
2747
|
-
readonly x:
|
2716
|
+
readonly x: 240;
|
2748
2717
|
readonly y: 336;
|
2749
2718
|
readonly w: 48;
|
2750
2719
|
readonly h: 48;
|
@@ -2777,7 +2746,7 @@ export declare const Item: {
|
|
2777
2746
|
readonly full: "223006.png";
|
2778
2747
|
readonly sprite: "item0.png";
|
2779
2748
|
readonly group: "item";
|
2780
|
-
readonly x:
|
2749
|
+
readonly x: 288;
|
2781
2750
|
readonly y: 336;
|
2782
2751
|
readonly w: 48;
|
2783
2752
|
readonly h: 48;
|
@@ -2810,7 +2779,7 @@ export declare const Item: {
|
|
2810
2779
|
readonly full: "223009.png";
|
2811
2780
|
readonly sprite: "item0.png";
|
2812
2781
|
readonly group: "item";
|
2813
|
-
readonly x:
|
2782
|
+
readonly x: 336;
|
2814
2783
|
readonly y: 336;
|
2815
2784
|
readonly w: 48;
|
2816
2785
|
readonly h: 48;
|
@@ -2845,7 +2814,7 @@ export declare const Item: {
|
|
2845
2814
|
readonly full: "223011.png";
|
2846
2815
|
readonly sprite: "item0.png";
|
2847
2816
|
readonly group: "item";
|
2848
|
-
readonly x:
|
2817
|
+
readonly x: 384;
|
2849
2818
|
readonly y: 336;
|
2850
2819
|
readonly w: 48;
|
2851
2820
|
readonly h: 48;
|
@@ -2877,8 +2846,8 @@ export declare const Item: {
|
|
2877
2846
|
readonly full: "223020.png";
|
2878
2847
|
readonly sprite: "item0.png";
|
2879
2848
|
readonly group: "item";
|
2880
|
-
readonly x:
|
2881
|
-
readonly y:
|
2849
|
+
readonly x: 432;
|
2850
|
+
readonly y: 336;
|
2882
2851
|
readonly w: 48;
|
2883
2852
|
readonly h: 48;
|
2884
2853
|
};
|
@@ -2912,7 +2881,7 @@ export declare const Item: {
|
|
2912
2881
|
readonly full: "223026.png";
|
2913
2882
|
readonly sprite: "item0.png";
|
2914
2883
|
readonly group: "item";
|
2915
|
-
readonly x:
|
2884
|
+
readonly x: 0;
|
2916
2885
|
readonly y: 384;
|
2917
2886
|
readonly w: 48;
|
2918
2887
|
readonly h: 48;
|
@@ -2952,7 +2921,7 @@ export declare const Item: {
|
|
2952
2921
|
readonly full: "223031.png";
|
2953
2922
|
readonly sprite: "item0.png";
|
2954
2923
|
readonly group: "item";
|
2955
|
-
readonly x:
|
2924
|
+
readonly x: 48;
|
2956
2925
|
readonly y: 384;
|
2957
2926
|
readonly w: 48;
|
2958
2927
|
readonly h: 48;
|
@@ -2985,7 +2954,7 @@ export declare const Item: {
|
|
2985
2954
|
readonly full: "223033.png";
|
2986
2955
|
readonly sprite: "item0.png";
|
2987
2956
|
readonly group: "item";
|
2988
|
-
readonly x:
|
2957
|
+
readonly x: 96;
|
2989
2958
|
readonly y: 384;
|
2990
2959
|
readonly w: 48;
|
2991
2960
|
readonly h: 48;
|
@@ -3018,7 +2987,7 @@ export declare const Item: {
|
|
3018
2987
|
readonly full: "223036.png";
|
3019
2988
|
readonly sprite: "item0.png";
|
3020
2989
|
readonly group: "item";
|
3021
|
-
readonly x:
|
2990
|
+
readonly x: 144;
|
3022
2991
|
readonly y: 384;
|
3023
2992
|
readonly w: 48;
|
3024
2993
|
readonly h: 48;
|
@@ -3056,7 +3025,7 @@ export declare const Item: {
|
|
3056
3025
|
readonly full: "223040.png";
|
3057
3026
|
readonly sprite: "item0.png";
|
3058
3027
|
readonly group: "item";
|
3059
|
-
readonly x:
|
3028
|
+
readonly x: 192;
|
3060
3029
|
readonly y: 384;
|
3061
3030
|
readonly w: 48;
|
3062
3031
|
readonly h: 48;
|
@@ -3092,7 +3061,7 @@ export declare const Item: {
|
|
3092
3061
|
readonly full: "223042.png";
|
3093
3062
|
readonly sprite: "item0.png";
|
3094
3063
|
readonly group: "item";
|
3095
|
-
readonly x:
|
3064
|
+
readonly x: 240;
|
3096
3065
|
readonly y: 384;
|
3097
3066
|
readonly w: 48;
|
3098
3067
|
readonly h: 48;
|
@@ -3125,7 +3094,7 @@ export declare const Item: {
|
|
3125
3094
|
readonly full: "223046.png";
|
3126
3095
|
readonly sprite: "item0.png";
|
3127
3096
|
readonly group: "item";
|
3128
|
-
readonly x:
|
3097
|
+
readonly x: 288;
|
3129
3098
|
readonly y: 384;
|
3130
3099
|
readonly w: 48;
|
3131
3100
|
readonly h: 48;
|
@@ -3180,7 +3149,7 @@ export declare const Item: {
|
|
3180
3149
|
readonly full: "223047.png";
|
3181
3150
|
readonly sprite: "item0.png";
|
3182
3151
|
readonly group: "item";
|
3183
|
-
readonly x:
|
3152
|
+
readonly x: 336;
|
3184
3153
|
readonly y: 384;
|
3185
3154
|
readonly w: 48;
|
3186
3155
|
readonly h: 48;
|
@@ -3216,7 +3185,7 @@ export declare const Item: {
|
|
3216
3185
|
readonly full: "223050.png";
|
3217
3186
|
readonly sprite: "item0.png";
|
3218
3187
|
readonly group: "item";
|
3219
|
-
readonly x:
|
3188
|
+
readonly x: 384;
|
3220
3189
|
readonly y: 384;
|
3221
3190
|
readonly w: 48;
|
3222
3191
|
readonly h: 48;
|
@@ -3250,8 +3219,8 @@ export declare const Item: {
|
|
3250
3219
|
readonly full: "223053.png";
|
3251
3220
|
readonly sprite: "item0.png";
|
3252
3221
|
readonly group: "item";
|
3253
|
-
readonly x:
|
3254
|
-
readonly y:
|
3222
|
+
readonly x: 432;
|
3223
|
+
readonly y: 384;
|
3255
3224
|
readonly w: 48;
|
3256
3225
|
readonly h: 48;
|
3257
3226
|
};
|
@@ -3282,7 +3251,7 @@ export declare const Item: {
|
|
3282
3251
|
readonly full: "223065.png";
|
3283
3252
|
readonly sprite: "item0.png";
|
3284
3253
|
readonly group: "item";
|
3285
|
-
readonly x:
|
3254
|
+
readonly x: 0;
|
3286
3255
|
readonly y: 432;
|
3287
3256
|
readonly w: 48;
|
3288
3257
|
readonly h: 48;
|
@@ -3315,7 +3284,7 @@ export declare const Item: {
|
|
3315
3284
|
readonly full: "223068.png";
|
3316
3285
|
readonly sprite: "item0.png";
|
3317
3286
|
readonly group: "item";
|
3318
|
-
readonly x:
|
3287
|
+
readonly x: 48;
|
3319
3288
|
readonly y: 432;
|
3320
3289
|
readonly w: 48;
|
3321
3290
|
readonly h: 48;
|
@@ -3348,7 +3317,7 @@ export declare const Item: {
|
|
3348
3317
|
readonly full: "223071.png";
|
3349
3318
|
readonly sprite: "item0.png";
|
3350
3319
|
readonly group: "item";
|
3351
|
-
readonly x:
|
3320
|
+
readonly x: 96;
|
3352
3321
|
readonly y: 432;
|
3353
3322
|
readonly w: 48;
|
3354
3323
|
readonly h: 48;
|
@@ -3393,7 +3362,7 @@ export declare const Item: {
|
|
3393
3362
|
readonly full: "223072.png";
|
3394
3363
|
readonly sprite: "item0.png";
|
3395
3364
|
readonly group: "item";
|
3396
|
-
readonly x:
|
3365
|
+
readonly x: 144;
|
3397
3366
|
readonly y: 432;
|
3398
3367
|
readonly w: 48;
|
3399
3368
|
readonly h: 48;
|
@@ -3427,7 +3396,7 @@ export declare const Item: {
|
|
3427
3396
|
readonly full: "223074.png";
|
3428
3397
|
readonly sprite: "item0.png";
|
3429
3398
|
readonly group: "item";
|
3430
|
-
readonly x:
|
3399
|
+
readonly x: 192;
|
3431
3400
|
readonly y: 432;
|
3432
3401
|
readonly w: 48;
|
3433
3402
|
readonly h: 48;
|
@@ -3460,7 +3429,7 @@ export declare const Item: {
|
|
3460
3429
|
readonly full: "223075.png";
|
3461
3430
|
readonly sprite: "item0.png";
|
3462
3431
|
readonly group: "item";
|
3463
|
-
readonly x:
|
3432
|
+
readonly x: 240;
|
3464
3433
|
readonly y: 432;
|
3465
3434
|
readonly w: 48;
|
3466
3435
|
readonly h: 48;
|
@@ -3494,7 +3463,7 @@ export declare const Item: {
|
|
3494
3463
|
readonly full: "223078.png";
|
3495
3464
|
readonly sprite: "item0.png";
|
3496
3465
|
readonly group: "item";
|
3497
|
-
readonly x:
|
3466
|
+
readonly x: 288;
|
3498
3467
|
readonly y: 432;
|
3499
3468
|
readonly w: 48;
|
3500
3469
|
readonly h: 48;
|
@@ -3536,7 +3505,7 @@ export declare const Item: {
|
|
3536
3505
|
readonly full: "223084.png";
|
3537
3506
|
readonly sprite: "item0.png";
|
3538
3507
|
readonly group: "item";
|
3539
|
-
readonly x:
|
3508
|
+
readonly x: 336;
|
3540
3509
|
readonly y: 432;
|
3541
3510
|
readonly w: 48;
|
3542
3511
|
readonly h: 48;
|
@@ -3568,7 +3537,7 @@ export declare const Item: {
|
|
3568
3537
|
readonly full: "223085.png";
|
3569
3538
|
readonly sprite: "item0.png";
|
3570
3539
|
readonly group: "item";
|
3571
|
-
readonly x:
|
3540
|
+
readonly x: 384;
|
3572
3541
|
readonly y: 432;
|
3573
3542
|
readonly w: 48;
|
3574
3543
|
readonly h: 48;
|
@@ -3608,10 +3577,10 @@ export declare const Item: {
|
|
3608
3577
|
readonly plaintext: "";
|
3609
3578
|
readonly image: {
|
3610
3579
|
readonly full: "223087.png";
|
3611
|
-
readonly sprite: "
|
3580
|
+
readonly sprite: "item0.png";
|
3612
3581
|
readonly group: "item";
|
3613
|
-
readonly x:
|
3614
|
-
readonly y:
|
3582
|
+
readonly x: 432;
|
3583
|
+
readonly y: 432;
|
3615
3584
|
readonly w: 48;
|
3616
3585
|
readonly h: 48;
|
3617
3586
|
};
|
@@ -3644,7 +3613,7 @@ export declare const Item: {
|
|
3644
3613
|
readonly full: "223089.png";
|
3645
3614
|
readonly sprite: "item1.png";
|
3646
3615
|
readonly group: "item";
|
3647
|
-
readonly x:
|
3616
|
+
readonly x: 0;
|
3648
3617
|
readonly y: 0;
|
3649
3618
|
readonly w: 48;
|
3650
3619
|
readonly h: 48;
|
@@ -3676,7 +3645,7 @@ export declare const Item: {
|
|
3676
3645
|
readonly full: "223091.png";
|
3677
3646
|
readonly sprite: "item1.png";
|
3678
3647
|
readonly group: "item";
|
3679
|
-
readonly x:
|
3648
|
+
readonly x: 48;
|
3680
3649
|
readonly y: 0;
|
3681
3650
|
readonly w: 48;
|
3682
3651
|
readonly h: 48;
|
@@ -3710,7 +3679,7 @@ export declare const Item: {
|
|
3710
3679
|
readonly full: "223094.png";
|
3711
3680
|
readonly sprite: "item1.png";
|
3712
3681
|
readonly group: "item";
|
3713
|
-
readonly x:
|
3682
|
+
readonly x: 96;
|
3714
3683
|
readonly y: 0;
|
3715
3684
|
readonly w: 48;
|
3716
3685
|
readonly h: 48;
|
@@ -3745,7 +3714,7 @@ export declare const Item: {
|
|
3745
3714
|
readonly full: "223095.png";
|
3746
3715
|
readonly sprite: "item1.png";
|
3747
3716
|
readonly group: "item";
|
3748
|
-
readonly x:
|
3717
|
+
readonly x: 144;
|
3749
3718
|
readonly y: 0;
|
3750
3719
|
readonly w: 48;
|
3751
3720
|
readonly h: 48;
|
@@ -3779,7 +3748,7 @@ export declare const Item: {
|
|
3779
3748
|
readonly full: "223100.png";
|
3780
3749
|
readonly sprite: "item1.png";
|
3781
3750
|
readonly group: "item";
|
3782
|
-
readonly x:
|
3751
|
+
readonly x: 192;
|
3783
3752
|
readonly y: 0;
|
3784
3753
|
readonly w: 48;
|
3785
3754
|
readonly h: 48;
|
@@ -3812,7 +3781,7 @@ export declare const Item: {
|
|
3812
3781
|
readonly full: "223102.png";
|
3813
3782
|
readonly sprite: "item1.png";
|
3814
3783
|
readonly group: "item";
|
3815
|
-
readonly x:
|
3784
|
+
readonly x: 240;
|
3816
3785
|
readonly y: 0;
|
3817
3786
|
readonly w: 48;
|
3818
3787
|
readonly h: 48;
|
@@ -3853,7 +3822,7 @@ export declare const Item: {
|
|
3853
3822
|
readonly full: "223107.png";
|
3854
3823
|
readonly sprite: "item1.png";
|
3855
3824
|
readonly group: "item";
|
3856
|
-
readonly x:
|
3825
|
+
readonly x: 288;
|
3857
3826
|
readonly y: 0;
|
3858
3827
|
readonly w: 48;
|
3859
3828
|
readonly h: 48;
|
@@ -3885,7 +3854,7 @@ export declare const Item: {
|
|
3885
3854
|
readonly full: "223109.png";
|
3886
3855
|
readonly sprite: "item1.png";
|
3887
3856
|
readonly group: "item";
|
3888
|
-
readonly x:
|
3857
|
+
readonly x: 336;
|
3889
3858
|
readonly y: 0;
|
3890
3859
|
readonly w: 48;
|
3891
3860
|
readonly h: 48;
|
@@ -3918,7 +3887,7 @@ export declare const Item: {
|
|
3918
3887
|
readonly full: "223110.png";
|
3919
3888
|
readonly sprite: "item1.png";
|
3920
3889
|
readonly group: "item";
|
3921
|
-
readonly x:
|
3890
|
+
readonly x: 384;
|
3922
3891
|
readonly y: 0;
|
3923
3892
|
readonly w: 48;
|
3924
3893
|
readonly h: 48;
|
@@ -3951,8 +3920,8 @@ export declare const Item: {
|
|
3951
3920
|
readonly full: "223111.png";
|
3952
3921
|
readonly sprite: "item1.png";
|
3953
3922
|
readonly group: "item";
|
3954
|
-
readonly x:
|
3955
|
-
readonly y:
|
3923
|
+
readonly x: 432;
|
3924
|
+
readonly y: 0;
|
3956
3925
|
readonly w: 48;
|
3957
3926
|
readonly h: 48;
|
3958
3927
|
};
|
@@ -3984,7 +3953,7 @@ export declare const Item: {
|
|
3984
3953
|
readonly full: "223112.png";
|
3985
3954
|
readonly sprite: "item1.png";
|
3986
3955
|
readonly group: "item";
|
3987
|
-
readonly x:
|
3956
|
+
readonly x: 0;
|
3988
3957
|
readonly y: 48;
|
3989
3958
|
readonly w: 48;
|
3990
3959
|
readonly h: 48;
|
@@ -4019,7 +3988,7 @@ export declare const Item: {
|
|
4019
3988
|
readonly full: "223115.png";
|
4020
3989
|
readonly sprite: "item1.png";
|
4021
3990
|
readonly group: "item";
|
4022
|
-
readonly x:
|
3991
|
+
readonly x: 48;
|
4023
3992
|
readonly y: 48;
|
4024
3993
|
readonly w: 48;
|
4025
3994
|
readonly h: 48;
|
@@ -4052,7 +4021,7 @@ export declare const Item: {
|
|
4052
4021
|
readonly full: "223116.png";
|
4053
4022
|
readonly sprite: "item1.png";
|
4054
4023
|
readonly group: "item";
|
4055
|
-
readonly x:
|
4024
|
+
readonly x: 96;
|
4056
4025
|
readonly y: 48;
|
4057
4026
|
readonly w: 48;
|
4058
4027
|
readonly h: 48;
|
@@ -4093,7 +4062,7 @@ export declare const Item: {
|
|
4093
4062
|
readonly full: "223119.png";
|
4094
4063
|
readonly sprite: "item1.png";
|
4095
4064
|
readonly group: "item";
|
4096
|
-
readonly x:
|
4065
|
+
readonly x: 144;
|
4097
4066
|
readonly y: 48;
|
4098
4067
|
readonly w: 48;
|
4099
4068
|
readonly h: 48;
|
@@ -4128,7 +4097,7 @@ export declare const Item: {
|
|
4128
4097
|
readonly full: "223121.png";
|
4129
4098
|
readonly sprite: "item1.png";
|
4130
4099
|
readonly group: "item";
|
4131
|
-
readonly x:
|
4100
|
+
readonly x: 192;
|
4132
4101
|
readonly y: 48;
|
4133
4102
|
readonly w: 48;
|
4134
4103
|
readonly h: 48;
|
@@ -4162,7 +4131,7 @@ export declare const Item: {
|
|
4162
4131
|
readonly full: "223124.png";
|
4163
4132
|
readonly sprite: "item1.png";
|
4164
4133
|
readonly group: "item";
|
4165
|
-
readonly x:
|
4134
|
+
readonly x: 240;
|
4166
4135
|
readonly y: 48;
|
4167
4136
|
readonly w: 48;
|
4168
4137
|
readonly h: 48;
|
@@ -4211,7 +4180,7 @@ export declare const Item: {
|
|
4211
4180
|
readonly full: "223135.png";
|
4212
4181
|
readonly sprite: "item1.png";
|
4213
4182
|
readonly group: "item";
|
4214
|
-
readonly x:
|
4183
|
+
readonly x: 288;
|
4215
4184
|
readonly y: 48;
|
4216
4185
|
readonly w: 48;
|
4217
4186
|
readonly h: 48;
|
@@ -4243,7 +4212,7 @@ export declare const Item: {
|
|
4243
4212
|
readonly full: "223139.png";
|
4244
4213
|
readonly sprite: "item1.png";
|
4245
4214
|
readonly group: "item";
|
4246
|
-
readonly x:
|
4215
|
+
readonly x: 336;
|
4247
4216
|
readonly y: 48;
|
4248
4217
|
readonly w: 48;
|
4249
4218
|
readonly h: 48;
|
@@ -4283,7 +4252,7 @@ export declare const Item: {
|
|
4283
4252
|
readonly full: "223142.png";
|
4284
4253
|
readonly sprite: "item1.png";
|
4285
4254
|
readonly group: "item";
|
4286
|
-
readonly x:
|
4255
|
+
readonly x: 384;
|
4287
4256
|
readonly y: 48;
|
4288
4257
|
readonly w: 48;
|
4289
4258
|
readonly h: 48;
|
@@ -4323,8 +4292,8 @@ export declare const Item: {
|
|
4323
4292
|
readonly full: "223143.png";
|
4324
4293
|
readonly sprite: "item1.png";
|
4325
4294
|
readonly group: "item";
|
4326
|
-
readonly x:
|
4327
|
-
readonly y:
|
4295
|
+
readonly x: 432;
|
4296
|
+
readonly y: 48;
|
4328
4297
|
readonly w: 48;
|
4329
4298
|
readonly h: 48;
|
4330
4299
|
};
|
@@ -4357,7 +4326,7 @@ export declare const Item: {
|
|
4357
4326
|
readonly full: "223152.png";
|
4358
4327
|
readonly sprite: "item1.png";
|
4359
4328
|
readonly group: "item";
|
4360
|
-
readonly x:
|
4329
|
+
readonly x: 0;
|
4361
4330
|
readonly y: 96;
|
4362
4331
|
readonly w: 48;
|
4363
4332
|
readonly h: 48;
|
@@ -4383,14 +4352,14 @@ export declare const Item: {
|
|
4383
4352
|
};
|
4384
4353
|
readonly "223153": {
|
4385
4354
|
readonly name: "Blade of The Ruined King";
|
4386
|
-
readonly description: "<mainText><stats><
|
4355
|
+
readonly description: "<mainText><stats><nerfedStat>40</nerfedStat> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>8%</attention> Life Steal</stats><br><li><passive>Mist's Edge:</passive> Attacks apply physical damage based off of the target's current Health. <li><passive>Siphon:</passive> Attacking a champion 3 times deals magic damage and steals Move Speed.<br><br>Item performance differs for melee and ranged users.</mainText><br>";
|
4387
4356
|
readonly colloq: "";
|
4388
4357
|
readonly plaintext: "";
|
4389
4358
|
readonly image: {
|
4390
4359
|
readonly full: "223153.png";
|
4391
4360
|
readonly sprite: "item1.png";
|
4392
4361
|
readonly group: "item";
|
4393
|
-
readonly x:
|
4362
|
+
readonly x: 48;
|
4394
4363
|
readonly y: 96;
|
4395
4364
|
readonly w: 48;
|
4396
4365
|
readonly h: 48;
|
@@ -4425,7 +4394,7 @@ export declare const Item: {
|
|
4425
4394
|
readonly full: "223156.png";
|
4426
4395
|
readonly sprite: "item1.png";
|
4427
4396
|
readonly group: "item";
|
4428
|
-
readonly x:
|
4397
|
+
readonly x: 96;
|
4429
4398
|
readonly y: 96;
|
4430
4399
|
readonly w: 48;
|
4431
4400
|
readonly h: 48;
|
@@ -4458,7 +4427,7 @@ export declare const Item: {
|
|
4458
4427
|
readonly full: "223157.png";
|
4459
4428
|
readonly sprite: "item1.png";
|
4460
4429
|
readonly group: "item";
|
4461
|
-
readonly x:
|
4430
|
+
readonly x: 144;
|
4462
4431
|
readonly y: 96;
|
4463
4432
|
readonly w: 48;
|
4464
4433
|
readonly h: 48;
|
@@ -4489,14 +4458,14 @@ export declare const Item: {
|
|
4489
4458
|
};
|
4490
4459
|
readonly "223158": {
|
4491
4460
|
readonly name: "Ionian Boots of Lucidity";
|
4492
|
-
readonly description: "<mainText><stats><buffedStat>40</buffedStat> Ability Haste<br><attention>
|
4461
|
+
readonly description: "<mainText><stats><buffedStat>40</buffedStat> Ability Haste<br><attention>45</attention> Move Speed</stats><br><li>Gain 12 Summoner Spell Haste.<br><br><flavorText>''This item is dedicated in honor of Ionia's victory over Noxus in the Rematch for the Southern Provinces on 10 December, 20 CLE.'</flavorText></mainText><br>";
|
4493
4462
|
readonly colloq: "";
|
4494
4463
|
readonly plaintext: "";
|
4495
4464
|
readonly image: {
|
4496
4465
|
readonly full: "223158.png";
|
4497
4466
|
readonly sprite: "item1.png";
|
4498
4467
|
readonly group: "item";
|
4499
|
-
readonly x:
|
4468
|
+
readonly x: 192;
|
4500
4469
|
readonly y: 96;
|
4501
4470
|
readonly w: 48;
|
4502
4471
|
readonly h: 48;
|
@@ -4516,7 +4485,7 @@ export declare const Item: {
|
|
4516
4485
|
readonly "30": true;
|
4517
4486
|
};
|
4518
4487
|
readonly stats: {
|
4519
|
-
readonly FlatMovementSpeedMod:
|
4488
|
+
readonly FlatMovementSpeedMod: 45;
|
4520
4489
|
};
|
4521
4490
|
};
|
4522
4491
|
readonly "223161": {
|
@@ -4528,7 +4497,7 @@ export declare const Item: {
|
|
4528
4497
|
readonly full: "223161.png";
|
4529
4498
|
readonly sprite: "item1.png";
|
4530
4499
|
readonly group: "item";
|
4531
|
-
readonly x:
|
4500
|
+
readonly x: 240;
|
4532
4501
|
readonly y: 96;
|
4533
4502
|
readonly w: 48;
|
4534
4503
|
readonly h: 48;
|
@@ -4561,7 +4530,7 @@ export declare const Item: {
|
|
4561
4530
|
readonly full: "223165.png";
|
4562
4531
|
readonly sprite: "item1.png";
|
4563
4532
|
readonly group: "item";
|
4564
|
-
readonly x:
|
4533
|
+
readonly x: 288;
|
4565
4534
|
readonly y: 96;
|
4566
4535
|
readonly w: 48;
|
4567
4536
|
readonly h: 48;
|
@@ -4594,7 +4563,7 @@ export declare const Item: {
|
|
4594
4563
|
readonly full: "223177.png";
|
4595
4564
|
readonly sprite: "item1.png";
|
4596
4565
|
readonly group: "item";
|
4597
|
-
readonly x:
|
4566
|
+
readonly x: 336;
|
4598
4567
|
readonly y: 96;
|
4599
4568
|
readonly w: 48;
|
4600
4569
|
readonly h: 48;
|
@@ -4630,7 +4599,7 @@ export declare const Item: {
|
|
4630
4599
|
readonly full: "223181.png";
|
4631
4600
|
readonly sprite: "item1.png";
|
4632
4601
|
readonly group: "item";
|
4633
|
-
readonly x:
|
4602
|
+
readonly x: 384;
|
4634
4603
|
readonly y: 96;
|
4635
4604
|
readonly w: 48;
|
4636
4605
|
readonly h: 48;
|
@@ -4664,8 +4633,8 @@ export declare const Item: {
|
|
4664
4633
|
readonly full: "223184.png";
|
4665
4634
|
readonly sprite: "item1.png";
|
4666
4635
|
readonly group: "item";
|
4667
|
-
readonly x:
|
4668
|
-
readonly y:
|
4636
|
+
readonly x: 432;
|
4637
|
+
readonly y: 96;
|
4669
4638
|
readonly w: 48;
|
4670
4639
|
readonly h: 48;
|
4671
4640
|
};
|
@@ -4698,7 +4667,7 @@ export declare const Item: {
|
|
4698
4667
|
readonly full: "223185.png";
|
4699
4668
|
readonly sprite: "item1.png";
|
4700
4669
|
readonly group: "item";
|
4701
|
-
readonly x:
|
4670
|
+
readonly x: 0;
|
4702
4671
|
readonly y: 144;
|
4703
4672
|
readonly w: 48;
|
4704
4673
|
readonly h: 48;
|
@@ -4731,7 +4700,7 @@ export declare const Item: {
|
|
4731
4700
|
readonly full: "223190.png";
|
4732
4701
|
readonly sprite: "item1.png";
|
4733
4702
|
readonly group: "item";
|
4734
|
-
readonly x:
|
4703
|
+
readonly x: 48;
|
4735
4704
|
readonly y: 144;
|
4736
4705
|
readonly w: 48;
|
4737
4706
|
readonly h: 48;
|
@@ -4765,7 +4734,7 @@ export declare const Item: {
|
|
4765
4734
|
readonly full: "223193.png";
|
4766
4735
|
readonly sprite: "item1.png";
|
4767
4736
|
readonly group: "item";
|
4768
|
-
readonly x:
|
4737
|
+
readonly x: 96;
|
4769
4738
|
readonly y: 144;
|
4770
4739
|
readonly w: 48;
|
4771
4740
|
readonly h: 48;
|
@@ -4798,7 +4767,7 @@ export declare const Item: {
|
|
4798
4767
|
readonly full: "223222.png";
|
4799
4768
|
readonly sprite: "item1.png";
|
4800
4769
|
readonly group: "item";
|
4801
|
-
readonly x:
|
4770
|
+
readonly x: 144;
|
4802
4771
|
readonly y: 144;
|
4803
4772
|
readonly w: 48;
|
4804
4773
|
readonly h: 48;
|
@@ -4809,7 +4778,7 @@ export declare const Item: {
|
|
4809
4778
|
readonly total: 3000;
|
4810
4779
|
readonly sell: 2100;
|
4811
4780
|
};
|
4812
|
-
readonly tags: readonly ["
|
4781
|
+
readonly tags: readonly ["Health", "Mana", "ManaRegen", "Active", "Tenacity"];
|
4813
4782
|
readonly maps: {
|
4814
4783
|
readonly "11": false;
|
4815
4784
|
readonly "12": false;
|
@@ -4830,7 +4799,7 @@ export declare const Item: {
|
|
4830
4799
|
readonly full: "223504.png";
|
4831
4800
|
readonly sprite: "item1.png";
|
4832
4801
|
readonly group: "item";
|
4833
|
-
readonly x:
|
4802
|
+
readonly x: 192;
|
4834
4803
|
readonly y: 144;
|
4835
4804
|
readonly w: 48;
|
4836
4805
|
readonly h: 48;
|
@@ -4863,7 +4832,7 @@ export declare const Item: {
|
|
4863
4832
|
readonly full: "223508.png";
|
4864
4833
|
readonly sprite: "item1.png";
|
4865
4834
|
readonly group: "item";
|
4866
|
-
readonly x:
|
4835
|
+
readonly x: 240;
|
4867
4836
|
readonly y: 144;
|
4868
4837
|
readonly w: 48;
|
4869
4838
|
readonly h: 48;
|
@@ -4896,7 +4865,7 @@ export declare const Item: {
|
|
4896
4865
|
readonly full: "223742.png";
|
4897
4866
|
readonly sprite: "item1.png";
|
4898
4867
|
readonly group: "item";
|
4899
|
-
readonly x:
|
4868
|
+
readonly x: 288;
|
4900
4869
|
readonly y: 144;
|
4901
4870
|
readonly w: 48;
|
4902
4871
|
readonly h: 48;
|
@@ -4930,7 +4899,7 @@ export declare const Item: {
|
|
4930
4899
|
readonly full: "223748.png";
|
4931
4900
|
readonly sprite: "item1.png";
|
4932
4901
|
readonly group: "item";
|
4933
|
-
readonly x:
|
4902
|
+
readonly x: 336;
|
4934
4903
|
readonly y: 144;
|
4935
4904
|
readonly w: 48;
|
4936
4905
|
readonly h: 48;
|
@@ -4968,7 +4937,7 @@ export declare const Item: {
|
|
4968
4937
|
};
|
4969
4938
|
readonly "223814": {
|
4970
4939
|
readonly name: "Edge of Night";
|
4971
|
-
readonly description: "<mainText><stats><buffedStat>55</buffedStat> Attack Damage<br><buffedStat>17</buffedStat> Lethality<br><attention>
|
4940
|
+
readonly description: "<mainText><stats><buffedStat>55</buffedStat> Attack Damage<br><buffedStat>17</buffedStat> Lethality<br><attention>400</attention> Health</stats><br><li><passive>Annul:</passive> Gain a Spell Shield that blocks the next enemy Ability.<br><br><rules>Item's cooldown is restarted if you take damage before it is completed.</rules></mainText><br>";
|
4972
4941
|
readonly colloq: "";
|
4973
4942
|
readonly plaintext: "";
|
4974
4943
|
readonly stacks: 0;
|
@@ -4976,7 +4945,7 @@ export declare const Item: {
|
|
4976
4945
|
readonly full: "223814.png";
|
4977
4946
|
readonly sprite: "item1.png";
|
4978
4947
|
readonly group: "item";
|
4979
|
-
readonly x:
|
4948
|
+
readonly x: 384;
|
4980
4949
|
readonly y: 144;
|
4981
4950
|
readonly w: 48;
|
4982
4951
|
readonly h: 48;
|
@@ -4997,7 +4966,7 @@ export declare const Item: {
|
|
4997
4966
|
};
|
4998
4967
|
readonly stats: {
|
4999
4968
|
readonly FlatPhysicalDamageMod: 55;
|
5000
|
-
readonly FlatHPPoolMod:
|
4969
|
+
readonly FlatHPPoolMod: 400;
|
5001
4970
|
};
|
5002
4971
|
readonly effect: {
|
5003
4972
|
readonly Effect1Amount: "0";
|
@@ -5015,8 +4984,8 @@ export declare const Item: {
|
|
5015
4984
|
readonly full: "224005.png";
|
5016
4985
|
readonly sprite: "item1.png";
|
5017
4986
|
readonly group: "item";
|
5018
|
-
readonly x:
|
5019
|
-
readonly y:
|
4987
|
+
readonly x: 432;
|
4988
|
+
readonly y: 144;
|
5020
4989
|
readonly w: 48;
|
5021
4990
|
readonly h: 48;
|
5022
4991
|
};
|
@@ -5047,7 +5016,7 @@ export declare const Item: {
|
|
5047
5016
|
readonly full: "224401.png";
|
5048
5017
|
readonly sprite: "item1.png";
|
5049
5018
|
readonly group: "item";
|
5050
|
-
readonly x:
|
5019
|
+
readonly x: 0;
|
5051
5020
|
readonly y: 192;
|
5052
5021
|
readonly w: 48;
|
5053
5022
|
readonly h: 48;
|
@@ -5072,6 +5041,50 @@ export declare const Item: {
|
|
5072
5041
|
readonly FlatSpellBlockMod: 60;
|
5073
5042
|
};
|
5074
5043
|
};
|
5044
|
+
readonly "224403": {
|
5045
|
+
readonly name: "The Golden Spatula";
|
5046
|
+
readonly description: "<mainText><stats><attention>70</attention> Attack Damage<br><attention>120</attention> Ability Power<br><attention>50%</attention> Attack Speed<br><attention>30%</attention> Critical Strike Chance<br><attention>250</attention> Health<br><attention>30</attention> Armor<br><attention>30</attention> Magic Resist<br><attention>250</attention> Mana<br><attention>20</attention> Ability Haste<br><attention>10%</attention> Move Speed<br><attention>10%</attention> Life Steal<br><attention>100%</attention> Base Health Regen<br><attention>100%</attention> Base Mana Regen</stats><br><li><passive>Doing Something:</passive> You are permanently On Fire!</mainText><br>";
|
5047
|
+
readonly colloq: "";
|
5048
|
+
readonly plaintext: "";
|
5049
|
+
readonly from: readonly ["1038", "1053", "3086", "1058", "3067", "3105"];
|
5050
|
+
readonly inStore: false;
|
5051
|
+
readonly image: {
|
5052
|
+
readonly full: "224403.png";
|
5053
|
+
readonly sprite: "item1.png";
|
5054
|
+
readonly group: "item";
|
5055
|
+
readonly x: 48;
|
5056
|
+
readonly y: 192;
|
5057
|
+
readonly w: 48;
|
5058
|
+
readonly h: 48;
|
5059
|
+
};
|
5060
|
+
readonly gold: {
|
5061
|
+
readonly base: 687;
|
5062
|
+
readonly purchasable: false;
|
5063
|
+
readonly total: 7237;
|
5064
|
+
readonly sell: 5066;
|
5065
|
+
};
|
5066
|
+
readonly tags: readonly ["Health", "SpellBlock", "HealthRegen", "Armor", "Damage", "CriticalStrike", "AttackSpeed", "LifeSteal", "SpellDamage", "Mana", "ManaRegen", "CooldownReduction", "NonbootsMovement"];
|
5067
|
+
readonly maps: {
|
5068
|
+
readonly "11": false;
|
5069
|
+
readonly "12": false;
|
5070
|
+
readonly "21": false;
|
5071
|
+
readonly "22": false;
|
5072
|
+
readonly "30": true;
|
5073
|
+
};
|
5074
|
+
readonly stats: {
|
5075
|
+
readonly FlatPhysicalDamageMod: 70;
|
5076
|
+
readonly FlatCritChanceMod: 0.3;
|
5077
|
+
readonly PercentMovementSpeedMod: 0.1;
|
5078
|
+
readonly FlatHPPoolMod: 250;
|
5079
|
+
readonly FlatSpellBlockMod: 30;
|
5080
|
+
readonly FlatMPPoolMod: 250;
|
5081
|
+
readonly FlatMagicDamageMod: 120;
|
5082
|
+
readonly FlatArmorMod: 30;
|
5083
|
+
readonly PercentAttackSpeedMod: 0.5;
|
5084
|
+
readonly PercentLifeStealMod: 0.1;
|
5085
|
+
};
|
5086
|
+
readonly depth: 3;
|
5087
|
+
};
|
5075
5088
|
readonly "224628": {
|
5076
5089
|
readonly name: "Horizon Focus";
|
5077
5090
|
readonly description: "<mainText><stats><attention>100</attention> Ability Power<br><buffedStat>300</buffedStat> Health<br><buffedStat>20</buffedStat> Ability Haste</stats><br><li><passive>Hypershot:</passive> Damaging a champion with a non-targeted Ability at over 700 range or <status>Slowing or Immobilizing</status> them <keywordStealth>Reveals</keywordStealth> them and increases their damage taken from you.<br><br><rules>The Ability that triggers <passive>Hypershot</passive> also benefits from the damage increase. Pets and non-immobilizing traps do not trigger this effect. Only the initial placement of zone Abilities will trigger this effect. Distance is measured from the Ability cast position. </rules></mainText><br>";
|
@@ -5516,7 +5529,7 @@ export declare const Item: {
|
|
5516
5529
|
};
|
5517
5530
|
readonly "226630": {
|
5518
5531
|
readonly name: "Goredrinker";
|
5519
|
-
readonly description: "<mainText><stats><
|
5532
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>400</attention> Health<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>";
|
5520
5533
|
readonly colloq: "";
|
5521
5534
|
readonly plaintext: "";
|
5522
5535
|
readonly into: readonly ["227015"];
|
@@ -5544,13 +5557,13 @@ export declare const Item: {
|
|
5544
5557
|
readonly "30": true;
|
5545
5558
|
};
|
5546
5559
|
readonly stats: {
|
5547
|
-
readonly FlatPhysicalDamageMod:
|
5548
|
-
readonly FlatHPPoolMod:
|
5560
|
+
readonly FlatPhysicalDamageMod: 55;
|
5561
|
+
readonly FlatHPPoolMod: 400;
|
5549
5562
|
};
|
5550
5563
|
};
|
5551
5564
|
readonly "226631": {
|
5552
5565
|
readonly name: "Stridebreaker";
|
5553
|
-
readonly description: "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>
|
5566
|
+
readonly description: "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>375</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>";
|
5554
5567
|
readonly colloq: "";
|
5555
5568
|
readonly plaintext: "";
|
5556
5569
|
readonly into: readonly ["227016"];
|
@@ -5579,7 +5592,7 @@ export declare const Item: {
|
|
5579
5592
|
};
|
5580
5593
|
readonly stats: {
|
5581
5594
|
readonly FlatPhysicalDamageMod: 50;
|
5582
|
-
readonly FlatHPPoolMod:
|
5595
|
+
readonly FlatHPPoolMod: 375;
|
5583
5596
|
readonly PercentAttackSpeedMod: 0.2;
|
5584
5597
|
};
|
5585
5598
|
readonly effect: {
|
@@ -5901,7 +5914,7 @@ export declare const Item: {
|
|
5901
5914
|
};
|
5902
5915
|
readonly "226671": {
|
5903
5916
|
readonly name: "Galeforce";
|
5904
|
-
readonly description: "<mainText><stats><nerfedStat>55</nerfedStat> Attack Damage<br><attention>
|
5917
|
+
readonly description: "<mainText><stats><nerfedStat>55</nerfedStat> Attack Damage<br><attention>25%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><attention>7%</attention> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>";
|
5905
5918
|
readonly colloq: "";
|
5906
5919
|
readonly plaintext: "";
|
5907
5920
|
readonly into: readonly ["227006"];
|
@@ -5932,12 +5945,12 @@ export declare const Item: {
|
|
5932
5945
|
readonly FlatPhysicalDamageMod: 55;
|
5933
5946
|
readonly FlatCritChanceMod: 0.2;
|
5934
5947
|
readonly PercentMovementSpeedMod: 0.07;
|
5935
|
-
readonly PercentAttackSpeedMod: 0.
|
5948
|
+
readonly PercentAttackSpeedMod: 0.25;
|
5936
5949
|
};
|
5937
5950
|
};
|
5938
5951
|
readonly "226672": {
|
5939
5952
|
readonly name: "Kraken Slayer";
|
5940
|
-
readonly description: "<mainText><stats><
|
5953
|
+
readonly description: "<mainText><stats><attention>40</attention> Attack Damage<br><attention>30%</attention> Attack Speed<br><attention>20%</attention> Critical Strike Chance</stats><br><li><passive>Bring It Down:</passive> Every third Attack deals additional physical damage. Repeated triggers on the same target increase the damage dealt.</mainText><br>";
|
5941
5954
|
readonly colloq: "";
|
5942
5955
|
readonly plaintext: "";
|
5943
5956
|
readonly image: {
|
@@ -5964,7 +5977,7 @@ export declare const Item: {
|
|
5964
5977
|
readonly "30": true;
|
5965
5978
|
};
|
5966
5979
|
readonly stats: {
|
5967
|
-
readonly FlatPhysicalDamageMod:
|
5980
|
+
readonly FlatPhysicalDamageMod: 40;
|
5968
5981
|
readonly FlatCritChanceMod: 0.2;
|
5969
5982
|
readonly PercentAttackSpeedMod: 0.3;
|
5970
5983
|
};
|
@@ -6110,7 +6123,7 @@ export declare const Item: {
|
|
6110
6123
|
};
|
6111
6124
|
readonly "226692": {
|
6112
6125
|
readonly name: "Eclipse";
|
6113
|
-
readonly description: "<mainText><stats><
|
6126
|
+
readonly description: "<mainText><stats><nerfedStat>50</nerfedStat> Attack Damage<br><buffedStat>15</buffedStat> Lethality<br><attention>15</attention> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>";
|
6114
6127
|
readonly colloq: "";
|
6115
6128
|
readonly plaintext: "";
|
6116
6129
|
readonly into: readonly ["227001"];
|
@@ -6138,7 +6151,7 @@ export declare const Item: {
|
|
6138
6151
|
readonly "30": true;
|
6139
6152
|
};
|
6140
6153
|
readonly stats: {
|
6141
|
-
readonly FlatPhysicalDamageMod:
|
6154
|
+
readonly FlatPhysicalDamageMod: 50;
|
6142
6155
|
};
|
6143
6156
|
};
|
6144
6157
|
readonly "226693": {
|
@@ -6271,7 +6284,7 @@ export declare const Item: {
|
|
6271
6284
|
};
|
6272
6285
|
readonly "227001": {
|
6273
6286
|
readonly name: "Syzygy";
|
6274
|
-
readonly description: "<mainText><stats><ornnBonus>
|
6287
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>20</ornnBonus> Lethality<br><ornnBonus>20</ornnBonus> Ability Haste</stats><br><br><li><passive>Ever Rising Moon:</passive> Hitting a champion with 2 separate Attacks or Abilities within 1.5 seconds deals additional damage, grants you Move Speed and a Shield.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Armor Penetration and Move Speed.</mainText><br>";
|
6275
6288
|
readonly colloq: "";
|
6276
6289
|
readonly plaintext: "";
|
6277
6290
|
readonly from: readonly ["226692"];
|
@@ -6300,7 +6313,7 @@ export declare const Item: {
|
|
6300
6313
|
readonly "30": true;
|
6301
6314
|
};
|
6302
6315
|
readonly stats: {
|
6303
|
-
readonly FlatPhysicalDamageMod:
|
6316
|
+
readonly FlatPhysicalDamageMod: 70;
|
6304
6317
|
};
|
6305
6318
|
readonly depth: 2;
|
6306
6319
|
};
|
@@ -6377,7 +6390,7 @@ export declare const Item: {
|
|
6377
6390
|
};
|
6378
6391
|
readonly "227006": {
|
6379
6392
|
readonly name: "Typhoon";
|
6380
|
-
readonly description: "<mainText><stats><nerfedStat>70</nerfedStat> Attack Damage<br><ornnBonus>
|
6393
|
+
readonly description: "<mainText><stats><nerfedStat>70</nerfedStat> Attack Damage<br><ornnBonus>40%</ornnBonus> Attack Speed<br><attention>20%</attention> Critical Strike Chance<br><ornnBonus>10%</ornnBonus> Move Speed</stats><br><br><active>Active -</active> <active>Cloudburst:</active> Dash in target direction, firing three missiles at the lowest Health enemy near your destination. Deals physical damage, increased against low Health targets.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>5</attention> Attack Damage.<br><br><rules>Maximum missile damage dealt when enemy Health is below 25%.<br>Cloudburst's dash cannot pass through terrain.</rules></mainText><br>";
|
6381
6394
|
readonly colloq: "";
|
6382
6395
|
readonly plaintext: "";
|
6383
6396
|
readonly from: readonly ["226671"];
|
@@ -6409,7 +6422,7 @@ export declare const Item: {
|
|
6409
6422
|
readonly FlatPhysicalDamageMod: 70;
|
6410
6423
|
readonly FlatCritChanceMod: 0.2;
|
6411
6424
|
readonly PercentMovementSpeedMod: 0.1;
|
6412
|
-
readonly PercentAttackSpeedMod: 0.
|
6425
|
+
readonly PercentAttackSpeedMod: 0.4;
|
6413
6426
|
};
|
6414
6427
|
readonly depth: 2;
|
6415
6428
|
};
|
@@ -6632,7 +6645,7 @@ export declare const Item: {
|
|
6632
6645
|
};
|
6633
6646
|
readonly "227015": {
|
6634
6647
|
readonly name: "Ceaseless Hunger";
|
6635
|
-
readonly description: "<mainText><stats><
|
6648
|
+
readonly description: "<mainText><stats><attention>65</attention> Attack Damage<br><attention>600</attention> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>12%</ornnBonus> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>";
|
6636
6649
|
readonly colloq: "";
|
6637
6650
|
readonly plaintext: "";
|
6638
6651
|
readonly from: readonly ["226630"];
|
@@ -6662,7 +6675,7 @@ export declare const Item: {
|
|
6662
6675
|
};
|
6663
6676
|
readonly stats: {
|
6664
6677
|
readonly FlatPhysicalDamageMod: 65;
|
6665
|
-
readonly FlatHPPoolMod:
|
6678
|
+
readonly FlatHPPoolMod: 600;
|
6666
6679
|
};
|
6667
6680
|
readonly depth: 2;
|
6668
6681
|
};
|
@@ -6865,7 +6878,7 @@ export declare const Item: {
|
|
6865
6878
|
};
|
6866
6879
|
readonly "227021": {
|
6867
6880
|
readonly name: "Starcaster";
|
6868
|
-
readonly description: "<mainText><stats><ornnBonus>80</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><
|
6881
|
+
readonly description: "<mainText><stats><ornnBonus>80</ornnBonus> Ability Power<br><ornnBonus>300</ornnBonus> Health<br><ornnBonus>35</ornnBonus> Ability Haste<br><ornnBonus>200%</ornnBonus> Base Mana Regen</stats><br><li><passive>Starlit Grace:</passive> Healing or shielding an ally chains to the nearest ally champion (excluding yourself), healing or shielding based on the original amount<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items <attention>Heal and Shield Power.</attention></mainText><br>";
|
6869
6882
|
readonly colloq: "";
|
6870
6883
|
readonly plaintext: "";
|
6871
6884
|
readonly from: readonly ["226617"];
|
@@ -8367,7 +8380,7 @@ export declare const Item: {
|
|
8367
8380
|
readonly colloq: ";";
|
8368
8381
|
readonly plaintext: "Attacks and kills give a small burst of speed";
|
8369
8382
|
readonly from: readonly ["1028", "1036"];
|
8370
|
-
readonly into: readonly ["3053", "3181"];
|
8383
|
+
readonly into: readonly ["6630", "3053", "3181"];
|
8371
8384
|
readonly image: {
|
8372
8385
|
readonly full: "3044.png";
|
8373
8386
|
readonly sprite: "item2.png";
|
@@ -8720,7 +8733,7 @@ export declare const Item: {
|
|
8720
8733
|
readonly colloq: ";";
|
8721
8734
|
readonly plaintext: "Increases Health and Cooldown Reduction";
|
8722
8735
|
readonly from: readonly ["1028"];
|
8723
|
-
readonly into: readonly ["3065", "3071", "3084", "3083", "2065", "6617", "8001", "4403", "6630", "3003", "3078", "3119", "6664", "6665", "3161", "8020", "4644", "6631", "6632", "6656", "6662"];
|
8736
|
+
readonly into: readonly ["3065", "3071", "3084", "3083", "2065", "6617", "8001", "224403", "4403", "6630", "3003", "3078", "3119", "6664", "6665", "3161", "8020", "4644", "6631", "6632", "6656", "6662"];
|
8724
8737
|
readonly image: {
|
8725
8738
|
readonly full: "3067.png";
|
8726
8739
|
readonly sprite: "item2.png";
|
@@ -8866,7 +8879,7 @@ export declare const Item: {
|
|
8866
8879
|
};
|
8867
8880
|
readonly "3072": {
|
8868
8881
|
readonly name: "Bloodthirster";
|
8869
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above
|
8882
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>20%</attention> Critical Strike Chance<br><attention>18%</attention> Life Steal</stats><br><li><passive>Engorge:</passive> While above 70% Health, gain additional Attack Damage.</mainText><br>";
|
8870
8883
|
readonly colloq: ";bt";
|
8871
8884
|
readonly plaintext: "Grants Attack Damage, Life Steal and Life Steal now overheals";
|
8872
8885
|
readonly from: readonly ["1038", "1018", "1053"];
|
@@ -9238,7 +9251,7 @@ export declare const Item: {
|
|
9238
9251
|
readonly colloq: ";";
|
9239
9252
|
readonly plaintext: "Slight bonuses to Critical Strike Chance, Move Speed and Attack Speed";
|
9240
9253
|
readonly from: readonly ["1018", "1042"];
|
9241
|
-
readonly into: readonly ["3085", "3094", "4403", "3046", "6671"];
|
9254
|
+
readonly into: readonly ["3085", "224403", "3094", "4403", "3046", "6671"];
|
9242
9255
|
readonly image: {
|
9243
9256
|
readonly full: "3086.png";
|
9244
9257
|
readonly sprite: "item2.png";
|
@@ -9532,7 +9545,7 @@ export declare const Item: {
|
|
9532
9545
|
readonly colloq: ";";
|
9533
9546
|
readonly plaintext: "Grants Armor and Magic Resistance";
|
9534
9547
|
readonly from: readonly ["1033", "1029"];
|
9535
|
-
readonly into: readonly ["3193", "4403", "6665", "6667"];
|
9548
|
+
readonly into: readonly ["3193", "224403", "4403", "6665", "6667"];
|
9536
9549
|
readonly image: {
|
9537
9550
|
readonly full: "3105.png";
|
9538
9551
|
readonly sprite: "item2.png";
|
@@ -10164,7 +10177,7 @@ export declare const Item: {
|
|
10164
10177
|
readonly plaintext: "Attack Damage and Cooldown Reduction";
|
10165
10178
|
readonly stacks: 0;
|
10166
10179
|
readonly from: readonly ["1036", "1036"];
|
10167
|
-
readonly into: readonly ["6609", "3071", "3004", "3074", "6692", "6691", "
|
10180
|
+
readonly into: readonly ["6609", "3071", "3004", "3074", "6692", "6691", "3142", "3161", "3508", "6333", "6632", "6675", "6693", "6694", "6696"];
|
10168
10181
|
readonly image: {
|
10169
10182
|
readonly full: "3133.png";
|
10170
10183
|
readonly sprite: "item2.png";
|
@@ -10710,10 +10723,10 @@ export declare const Item: {
|
|
10710
10723
|
};
|
10711
10724
|
readonly "3161": {
|
10712
10725
|
readonly name: "Spear Of Shojin";
|
10713
|
-
readonly description: "<mainText><stats><attention>
|
10726
|
+
readonly description: "<mainText><stats><attention>60</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>";
|
10714
10727
|
readonly colloq: ";";
|
10715
10728
|
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.";
|
10716
|
-
readonly from: readonly ["
|
10729
|
+
readonly from: readonly ["1037", "3133", "3067"];
|
10717
10730
|
readonly image: {
|
10718
10731
|
readonly full: "3161.png";
|
10719
10732
|
readonly sprite: "item2.png";
|
@@ -10724,7 +10737,7 @@ export declare const Item: {
|
|
10724
10737
|
readonly h: 48;
|
10725
10738
|
};
|
10726
10739
|
readonly gold: {
|
10727
|
-
readonly base:
|
10740
|
+
readonly base: 525;
|
10728
10741
|
readonly purchasable: true;
|
10729
10742
|
readonly total: 3300;
|
10730
10743
|
readonly sell: 2310;
|
@@ -10738,8 +10751,8 @@ export declare const Item: {
|
|
10738
10751
|
readonly "30": false;
|
10739
10752
|
};
|
10740
10753
|
readonly stats: {
|
10741
|
-
readonly FlatPhysicalDamageMod:
|
10742
|
-
readonly FlatHPPoolMod:
|
10754
|
+
readonly FlatPhysicalDamageMod: 60;
|
10755
|
+
readonly FlatHPPoolMod: 500;
|
10743
10756
|
};
|
10744
10757
|
readonly depth: 3;
|
10745
10758
|
};
|
@@ -10849,7 +10862,7 @@ export declare const Item: {
|
|
10849
10862
|
};
|
10850
10863
|
readonly "3179": {
|
10851
10864
|
readonly name: "Umbral Glaive";
|
10852
|
-
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>
|
10865
|
+
readonly description: "<mainText><stats><attention>50</attention> Attack Damage<br><attention>13</attention> Lethality<br><attention>15</attention> Ability Haste</stats><br><li><passive>Blackout:</passive> When spotted by an enemy Ward, reveal traps and disable Wards around you. Your Attacks do increased damage to Wards.</mainText><br>";
|
10853
10866
|
readonly colloq: ";lethality";
|
10854
10867
|
readonly plaintext: "Provides trap and ward detection periodically";
|
10855
10868
|
readonly from: readonly ["1036", "3134", "1036"];
|
@@ -11125,7 +11138,7 @@ export declare const Item: {
|
|
11125
11138
|
readonly total: 2300;
|
11126
11139
|
readonly sell: 1610;
|
11127
11140
|
};
|
11128
|
-
readonly tags: readonly ["
|
11141
|
+
readonly tags: readonly ["Health", "Mana", "ManaRegen", "Active", "Tenacity"];
|
11129
11142
|
readonly maps: {
|
11130
11143
|
readonly "11": true;
|
11131
11144
|
readonly "12": true;
|
@@ -12631,7 +12644,7 @@ export declare const Item: {
|
|
12631
12644
|
readonly "12": false;
|
12632
12645
|
readonly "21": true;
|
12633
12646
|
readonly "22": false;
|
12634
|
-
readonly "30":
|
12647
|
+
readonly "30": false;
|
12635
12648
|
};
|
12636
12649
|
readonly stats: {
|
12637
12650
|
readonly FlatPhysicalDamageMod: 70;
|
@@ -13399,10 +13412,10 @@ export declare const Item: {
|
|
13399
13412
|
};
|
13400
13413
|
readonly "6630": {
|
13401
13414
|
readonly name: "Goredrinker";
|
13402
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>
|
13415
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>400</attention> Health<br><attention>20</attention> Ability Haste<br><attention>8%</attention> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>";
|
13403
13416
|
readonly colloq: "";
|
13404
13417
|
readonly plaintext: "";
|
13405
|
-
readonly from: readonly ["6029", "
|
13418
|
+
readonly from: readonly ["6029", "3044", "3067"];
|
13406
13419
|
readonly into: readonly ["7015"];
|
13407
13420
|
readonly image: {
|
13408
13421
|
readonly full: "6630.png";
|
@@ -13429,13 +13442,13 @@ export declare const Item: {
|
|
13429
13442
|
};
|
13430
13443
|
readonly stats: {
|
13431
13444
|
readonly FlatPhysicalDamageMod: 55;
|
13432
|
-
readonly FlatHPPoolMod:
|
13445
|
+
readonly FlatHPPoolMod: 400;
|
13433
13446
|
};
|
13434
13447
|
readonly depth: 3;
|
13435
13448
|
};
|
13436
13449
|
readonly "6631": {
|
13437
13450
|
readonly name: "Stridebreaker";
|
13438
|
-
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>
|
13451
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>20%</attention> Attack Speed<br><attention>375</attention> Health<br><attention>20</attention> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>";
|
13439
13452
|
readonly colloq: "";
|
13440
13453
|
readonly plaintext: "";
|
13441
13454
|
readonly from: readonly ["6029", "3051", "3067"];
|
@@ -13465,7 +13478,7 @@ export declare const Item: {
|
|
13465
13478
|
};
|
13466
13479
|
readonly stats: {
|
13467
13480
|
readonly FlatPhysicalDamageMod: 60;
|
13468
|
-
readonly FlatHPPoolMod:
|
13481
|
+
readonly FlatHPPoolMod: 375;
|
13469
13482
|
readonly PercentAttackSpeedMod: 0.2;
|
13470
13483
|
};
|
13471
13484
|
readonly effect: {
|
@@ -14098,7 +14111,7 @@ export declare const Item: {
|
|
14098
14111
|
};
|
14099
14112
|
readonly "6691": {
|
14100
14113
|
readonly name: "Duskblade of Draktharr";
|
14101
|
-
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (
|
14114
|
+
readonly description: "<mainText><stats><attention>60</attention> Attack Damage<br><attention>18</attention> Lethality<br><attention>20</attention> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
|
14102
14115
|
readonly colloq: "";
|
14103
14116
|
readonly plaintext: "";
|
14104
14117
|
readonly from: readonly ["3134", "3133"];
|
@@ -14237,7 +14250,7 @@ export declare const Item: {
|
|
14237
14250
|
};
|
14238
14251
|
readonly "6695": {
|
14239
14252
|
readonly name: "Serpent's Fang";
|
14240
|
-
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>
|
14253
|
+
readonly description: "<mainText><stats><attention>55</attention> Attack Damage<br><attention>15</attention> Lethality</stats><br><li><passive>Shield Reaver:</passive> Dealing damage to an enemy champion reduces any shields they gain. When you damage an enemy who is unaffected by Shield Reaver, reduce all shields on them.<br><br>Item performance differs for melee and ranged users.</mainText><br>";
|
14241
14254
|
readonly colloq: "";
|
14242
14255
|
readonly plaintext: "";
|
14243
14256
|
readonly from: readonly ["3134", "1037"];
|
@@ -14377,7 +14390,7 @@ export declare const Item: {
|
|
14377
14390
|
};
|
14378
14391
|
readonly "7002": {
|
14379
14392
|
readonly name: "Draktharr's Shadowcarver";
|
14380
|
-
readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (
|
14393
|
+
readonly description: "<mainText><stats><ornnBonus>75</ornnBonus> Attack Damage<br><ornnBonus>26</ornnBonus> Lethality<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><li><passive>Nightstalker:</passive> Your Abilities deal up to an additional percent damage based on the target's missing health. When a champion that you have damaged within the last 3 seconds dies, you become <keywordStealth>Untargetable</keywordStealth> from non-structures for 1.5 seconds (30s ).<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Ability Haste and Move Speed.<br></mainText><br>";
|
14381
14394
|
readonly colloq: "";
|
14382
14395
|
readonly plaintext: "";
|
14383
14396
|
readonly from: readonly ["6691"];
|
@@ -14712,7 +14725,7 @@ export declare const Item: {
|
|
14712
14725
|
};
|
14713
14726
|
readonly "7015": {
|
14714
14727
|
readonly name: "Ceaseless Hunger";
|
14715
|
-
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>
|
14728
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>550</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste<br><ornnBonus>12%</ornnBonus> Omnivamp</stats><br><br><active>Active -</active> <active>Thirsting Slash:</active> Deal damage to nearby enemies. Restore Health for each champion hit.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Health and Ability Haste.</mainText><br>";
|
14716
14729
|
readonly colloq: "";
|
14717
14730
|
readonly plaintext: "";
|
14718
14731
|
readonly from: readonly ["6630"];
|
@@ -14743,13 +14756,13 @@ export declare const Item: {
|
|
14743
14756
|
};
|
14744
14757
|
readonly stats: {
|
14745
14758
|
readonly FlatPhysicalDamageMod: 70;
|
14746
|
-
readonly FlatHPPoolMod:
|
14759
|
+
readonly FlatHPPoolMod: 550;
|
14747
14760
|
};
|
14748
14761
|
readonly depth: 4;
|
14749
14762
|
};
|
14750
14763
|
readonly "7016": {
|
14751
14764
|
readonly name: "Dreamshatter";
|
14752
|
-
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>
|
14765
|
+
readonly description: "<mainText><stats><ornnBonus>70</ornnBonus> Attack Damage<br><ornnBonus>30%</ornnBonus> Attack Speed<br><ornnBonus>475</ornnBonus> Health<br><ornnBonus>25</ornnBonus> Ability Haste</stats><br><br><active>Active -</active> <active>Halting Slash:</active> Deal damage to nearby enemies, <status>Slowing</status> them. Can be cast while moving.<br><li><passive>Heroic Gait:</passive> Dealing physical damage grants Move Speed.<br><br><rarityMythic>Mythic Passive:</rarityMythic> Grants all other <rarityLegendary>Legendary</rarityLegendary> items Move Speed.</mainText><br>";
|
14753
14766
|
readonly colloq: "";
|
14754
14767
|
readonly plaintext: "";
|
14755
14768
|
readonly from: readonly ["6631"];
|
@@ -14780,7 +14793,7 @@ export declare const Item: {
|
|
14780
14793
|
};
|
14781
14794
|
readonly stats: {
|
14782
14795
|
readonly FlatPhysicalDamageMod: 70;
|
14783
|
-
readonly FlatHPPoolMod:
|
14796
|
+
readonly FlatHPPoolMod: 475;
|
14784
14797
|
readonly PercentAttackSpeedMod: 0.3;
|
14785
14798
|
};
|
14786
14799
|
readonly effect: {
|