lol-constants 2.7.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/BootsItemNames.d.ts +0 -5
- package/assets/constants/BootsItemNames.js +1 -8
- package/assets/constants/Champion.d.ts +345 -298
- package/assets/constants/Champion.js +1 -1
- package/assets/constants/Item.d.ts +6491 -994
- package/assets/constants/Item.js +1 -1
- package/assets/constants/LegendaryItemNames.d.ts +0 -5
- package/assets/constants/LegendaryItemNames.js +1 -8
- package/assets/constants/MythicItemNames.d.ts +0 -5
- package/assets/constants/MythicItemNames.js +3 -37
- package/assets/constants/OrnnItemNames.d.ts +1 -0
- package/assets/constants/OrnnItemNames.js +33 -0
- package/assets/constants/RunesReforged.d.ts +2 -2
- package/assets/constants/RunesReforged.js +1 -1
- package/assets/constants/StatRunes.d.ts +0 -4
- package/assets/constants/StatRunes.js +0 -3
- package/assets/constants/StatRunesByRow.d.ts +0 -3
- package/assets/constants/StatRunesByRow.js +0 -3
- package/assets/constants/Summoner.d.ts +96 -32
- package/assets/constants/Summoner.js +1 -1
- package/assets/index.d.ts +0 -5
- package/assets/index.js +6 -5
- 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.js +2 -2
- package/core/constants/Items/BootsItemKeys.d.ts +6 -6
- package/core/constants/Items/BootsItemKeys.js +1 -1
- package/core/constants/Items/BootsItemKeysNum.d.ts +6 -6
- package/core/constants/Items/BootsItemKeysNum.js +1 -1
- package/core/constants/Items/BootsItemNames.d.ts +6 -0
- package/core/constants/Items/BootsItemNames.js +1 -1
- package/core/constants/Items/ItemKeys.d.ts +151 -137
- package/core/constants/Items/ItemKeys.js +1 -1
- package/core/constants/Items/ItemKeysNum.d.ts +151 -137
- package/core/constants/Items/ItemKeysNum.js +1 -1
- package/core/constants/Items/ItemNames.d.ts +151 -3
- package/core/constants/Items/ItemNames.js +1 -1
- package/core/constants/Items/LegendaryItemKeys.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +66 -66
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +66 -0
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/constants/Items/MythicItemKeys.d.ts +58 -58
- package/core/constants/Items/MythicItemKeys.js +1 -1
- package/core/constants/Items/MythicItemKeysNum.d.ts +58 -58
- package/core/constants/Items/MythicItemKeysNum.js +1 -1
- package/core/constants/Items/MythicItemNames.d.ts +58 -0
- package/core/constants/Items/MythicItemNames.js +1 -1
- package/core/constants/Spells/SpellIds.d.ts +2 -0
- package/core/constants/Spells/SpellIds.js +1 -1
- package/core/constants/Spells/SpellIdsByName.d.ts +2 -1
- package/core/constants/Spells/SpellIdsByName.js +1 -1
- package/core/constants/Spells/SpellKeys.d.ts +2 -0
- package/core/constants/Spells/SpellKeys.js +1 -1
- package/core/constants/Spells/SpellKeysNum.d.ts +2 -0
- package/core/constants/Spells/SpellKeysNum.js +1 -1
- package/core/constants/Spells/SpellNames.d.ts +2 -0
- package/core/constants/Spells/SpellNames.js +1 -1
- package/core/helpers/Champions/getChampionIdByKey.d.ts +2 -1
- package/core/helpers/Champions/getChampionNameByKey.d.ts +2 -1
- package/core/helpers/Items/getItemNameByKey.d.ts +2 -1
- package/core/helpers/Items/isBootsItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isBootsItemKeyNum.js +8 -0
- package/core/helpers/Items/isBootsItemName.d.ts +1 -1
- package/core/helpers/Items/isLegendaryItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isLegendaryItemKeyNum.js +8 -0
- package/core/helpers/Items/isLegendaryItemName.d.ts +1 -1
- package/core/helpers/Items/isMythicItemKeyNum.d.ts +2 -0
- package/core/helpers/Items/isMythicItemKeyNum.js +8 -0
- package/core/helpers/Items/isMythicItemName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneIdByName.d.ts +1 -1
- package/core/helpers/Runes/getStatRuneNameById.d.ts +1 -1
- package/core/helpers/Runes/isStatRuneName.d.ts +1 -1
- package/core/helpers/Spells/getSpellIdByKey.d.ts +2 -1
- package/core/helpers/Spells/getSpellNameByKey.d.ts +2 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ChampionKeys = void 0;
|
4
|
-
exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };
|
4
|
+
exports.ChampionKeys = { "Aatrox": "266", "Ahri": "103", "Akali": "84", "Akshan": "166", "Alistar": "12", "Amumu": "32", "Anivia": "34", "Annie": "1", "Aphelios": "523", "Ashe": "22", "AurelionSol": "136", "Azir": "268", "Bard": "432", "Belveth": "200", "Blitzcrank": "53", "Brand": "63", "Braum": "201", "Caitlyn": "51", "Camille": "164", "Cassiopeia": "69", "Chogath": "31", "Corki": "42", "Darius": "122", "Diana": "131", "Draven": "119", "DrMundo": "36", "Ekko": "245", "Elise": "60", "Evelynn": "28", "Ezreal": "81", "Fiddlesticks": "9", "Fiora": "114", "Fizz": "105", "Galio": "3", "Gangplank": "41", "Garen": "86", "Gnar": "150", "Gragas": "79", "Graves": "104", "Gwen": "887", "Hecarim": "120", "Heimerdinger": "74", "Illaoi": "420", "Irelia": "39", "Ivern": "427", "Janna": "40", "JarvanIV": "59", "Jax": "24", "Jayce": "126", "Jhin": "202", "Jinx": "222", "Kaisa": "145", "Kalista": "429", "Karma": "43", "Karthus": "30", "Kassadin": "38", "Katarina": "55", "Kayle": "10", "Kayn": "141", "Kennen": "85", "Khazix": "121", "Kindred": "203", "Kled": "240", "KogMaw": "96", "KSante": "897", "Leblanc": "7", "LeeSin": "64", "Leona": "89", "Lillia": "876", "Lissandra": "127", "Lucian": "236", "Lulu": "117", "Lux": "99", "Malphite": "54", "Malzahar": "90", "Maokai": "57", "MasterYi": "11", "Milio": "902", "MissFortune": "21", "MonkeyKing": "62", "Mordekaiser": "82", "Morgana": "25", "Naafiri": "950", "Nami": "267", "Nasus": "75", "Nautilus": "111", "Neeko": "518", "Nidalee": "76", "Nilah": "895", "Nocturne": "56", "Nunu": "20", "Olaf": "2", "Orianna": "61", "Ornn": "516", "Pantheon": "80", "Poppy": "78", "Pyke": "555", "Qiyana": "246", "Quinn": "133", "Rakan": "497", "Rammus": "33", "RekSai": "421", "Rell": "526", "Renata": "888", "Renekton": "58", "Rengar": "107", "Riven": "92", "Rumble": "68", "Ryze": "13", "Samira": "360", "Sejuani": "113", "Senna": "235", "Seraphine": "147", "Sett": "875", "Shaco": "35", "Shen": "98", "Shyvana": "102", "Singed": "27", "Sion": "14", "Sivir": "15", "Skarner": "72", "Sona": "37", "Soraka": "16", "Swain": "50", "Sylas": "517", "Syndra": "134", "TahmKench": "223", "Taliyah": "163", "Talon": "91", "Taric": "44", "Teemo": "17", "Thresh": "412", "Tristana": "18", "Trundle": "48", "Tryndamere": "23", "TwistedFate": "4", "Twitch": "29", "Udyr": "77", "Urgot": "6", "Varus": "110", "Vayne": "67", "Veigar": "45", "Velkoz": "161", "Vex": "711", "Vi": "254", "Viego": "234", "Viktor": "112", "Vladimir": "8", "Volibear": "106", "Warwick": "19", "Xayah": "498", "Xerath": "101", "XinZhao": "5", "Yasuo": "157", "Yone": "777", "Yorick": "83", "Yuumi": "350", "Zac": "154", "Zed": "238", "Zeri": "221", "Ziggs": "115", "Zilean": "26", "Zoe": "142", "Zyra": "143" };
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ChampionKeysNum = void 0;
|
4
|
-
exports.ChampionKeysNum = { "Aatrox": 266, "Ahri": 103, "Akali": 84, "Akshan": 166, "Alistar": 12, "Amumu": 32, "Anivia": 34, "Annie": 1, "Aphelios": 523, "Ashe": 22, "AurelionSol": 136, "Azir": 268, "Bard": 432, "Belveth": 200, "Blitzcrank": 53, "Brand": 63, "Braum": 201, "Caitlyn": 51, "Camille": 164, "Cassiopeia": 69, "Chogath": 31, "Corki": 42, "Darius": 122, "Diana": 131, "Draven": 119, "DrMundo": 36, "Ekko": 245, "Elise": 60, "Evelynn": 28, "Ezreal": 81, "Fiddlesticks": 9, "Fiora": 114, "Fizz": 105, "Galio": 3, "Gangplank": 41, "Garen": 86, "Gnar": 150, "Gragas": 79, "Graves": 104, "Gwen": 887, "Hecarim": 120, "Heimerdinger": 74, "Illaoi": 420, "Irelia": 39, "Ivern": 427, "Janna": 40, "JarvanIV": 59, "Jax": 24, "Jayce": 126, "Jhin": 202, "Jinx": 222, "Kaisa": 145, "Kalista": 429, "Karma": 43, "Karthus": 30, "Kassadin": 38, "Katarina": 55, "Kayle": 10, "Kayn": 141, "Kennen": 85, "Khazix": 121, "Kindred": 203, "Kled": 240, "KogMaw": 96, "KSante": 897, "Leblanc": 7, "LeeSin": 64, "Leona": 89, "Lillia": 876, "Lissandra": 127, "Lucian": 236, "Lulu": 117, "Lux": 99, "Malphite": 54, "Malzahar": 90, "Maokai": 57, "MasterYi": 11, "Milio": 902, "MissFortune": 21, "MonkeyKing": 62, "Mordekaiser": 82, "Morgana": 25, "Nami": 267, "Nasus": 75, "Nautilus": 111, "Neeko": 518, "Nidalee": 76, "Nilah": 895, "Nocturne": 56, "Nunu": 20, "Olaf": 2, "Orianna": 61, "Ornn": 516, "Pantheon": 80, "Poppy": 78, "Pyke": 555, "Qiyana": 246, "Quinn": 133, "Rakan": 497, "Rammus": 33, "RekSai": 421, "Rell": 526, "Renata": 888, "Renekton": 58, "Rengar": 107, "Riven": 92, "Rumble": 68, "Ryze": 13, "Samira": 360, "Sejuani": 113, "Senna": 235, "Seraphine": 147, "Sett": 875, "Shaco": 35, "Shen": 98, "Shyvana": 102, "Singed": 27, "Sion": 14, "Sivir": 15, "Skarner": 72, "Sona": 37, "Soraka": 16, "Swain": 50, "Sylas": 517, "Syndra": 134, "TahmKench": 223, "Taliyah": 163, "Talon": 91, "Taric": 44, "Teemo": 17, "Thresh": 412, "Tristana": 18, "Trundle": 48, "Tryndamere": 23, "TwistedFate": 4, "Twitch": 29, "Udyr": 77, "Urgot": 6, "Varus": 110, "Vayne": 67, "Veigar": 45, "Velkoz": 161, "Vex": 711, "Vi": 254, "Viego": 234, "Viktor": 112, "Vladimir": 8, "Volibear": 106, "Warwick": 19, "Xayah": 498, "Xerath": 101, "XinZhao": 5, "Yasuo": 157, "Yone": 777, "Yorick": 83, "Yuumi": 350, "Zac": 154, "Zed": 238, "Zeri": 221, "Ziggs": 115, "Zilean": 26, "Zoe": 142, "Zyra": 143 };
|
4
|
+
exports.ChampionKeysNum = { "Aatrox": 266, "Ahri": 103, "Akali": 84, "Akshan": 166, "Alistar": 12, "Amumu": 32, "Anivia": 34, "Annie": 1, "Aphelios": 523, "Ashe": 22, "AurelionSol": 136, "Azir": 268, "Bard": 432, "Belveth": 200, "Blitzcrank": 53, "Brand": 63, "Braum": 201, "Caitlyn": 51, "Camille": 164, "Cassiopeia": 69, "Chogath": 31, "Corki": 42, "Darius": 122, "Diana": 131, "Draven": 119, "DrMundo": 36, "Ekko": 245, "Elise": 60, "Evelynn": 28, "Ezreal": 81, "Fiddlesticks": 9, "Fiora": 114, "Fizz": 105, "Galio": 3, "Gangplank": 41, "Garen": 86, "Gnar": 150, "Gragas": 79, "Graves": 104, "Gwen": 887, "Hecarim": 120, "Heimerdinger": 74, "Illaoi": 420, "Irelia": 39, "Ivern": 427, "Janna": 40, "JarvanIV": 59, "Jax": 24, "Jayce": 126, "Jhin": 202, "Jinx": 222, "Kaisa": 145, "Kalista": 429, "Karma": 43, "Karthus": 30, "Kassadin": 38, "Katarina": 55, "Kayle": 10, "Kayn": 141, "Kennen": 85, "Khazix": 121, "Kindred": 203, "Kled": 240, "KogMaw": 96, "KSante": 897, "Leblanc": 7, "LeeSin": 64, "Leona": 89, "Lillia": 876, "Lissandra": 127, "Lucian": 236, "Lulu": 117, "Lux": 99, "Malphite": 54, "Malzahar": 90, "Maokai": 57, "MasterYi": 11, "Milio": 902, "MissFortune": 21, "MonkeyKing": 62, "Mordekaiser": 82, "Morgana": 25, "Naafiri": 950, "Nami": 267, "Nasus": 75, "Nautilus": 111, "Neeko": 518, "Nidalee": 76, "Nilah": 895, "Nocturne": 56, "Nunu": 20, "Olaf": 2, "Orianna": 61, "Ornn": 516, "Pantheon": 80, "Poppy": 78, "Pyke": 555, "Qiyana": 246, "Quinn": 133, "Rakan": 497, "Rammus": 33, "RekSai": 421, "Rell": 526, "Renata": 888, "Renekton": 58, "Rengar": 107, "Riven": 92, "Rumble": 68, "Ryze": 13, "Samira": 360, "Sejuani": 113, "Senna": 235, "Seraphine": 147, "Sett": 875, "Shaco": 35, "Shen": 98, "Shyvana": 102, "Singed": 27, "Sion": 14, "Sivir": 15, "Skarner": 72, "Sona": 37, "Soraka": 16, "Swain": 50, "Sylas": 517, "Syndra": 134, "TahmKench": 223, "Taliyah": 163, "Talon": 91, "Taric": 44, "Teemo": 17, "Thresh": 412, "Tristana": 18, "Trundle": 48, "Tryndamere": 23, "TwistedFate": 4, "Twitch": 29, "Udyr": 77, "Urgot": 6, "Varus": 110, "Vayne": 67, "Veigar": 45, "Velkoz": 161, "Vex": 711, "Vi": 254, "Viego": 234, "Viktor": 112, "Vladimir": 8, "Volibear": 106, "Warwick": 19, "Xayah": 498, "Xerath": 101, "XinZhao": 5, "Yasuo": 157, "Yone": 777, "Yorick": 83, "Yuumi": 350, "Zac": 154, "Zed": 238, "Zeri": 221, "Ziggs": 115, "Zilean": 26, "Zoe": 142, "Zyra": 143 };
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ChampionNames = void 0;
|
4
|
-
exports.ChampionNames = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "Twisted Fate", "5": "Xin Zhao", "6": "Urgot", "7": "LeBlanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "Master Yi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu & Willump", "21": "Miss Fortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Cho'Gath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "Dr. Mundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "Jarvan IV", "60": "Elise", "61": "Orianna", "62": "Wukong", "63": "Brand", "64": "Lee Sin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "Kog'Maw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Kha'Zix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "Aurelion Sol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kai'Sa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Vel'Koz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Bel'Veth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "Tahm Kench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "Rek'Sai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata Glasc", "895": "Nilah", "897": "K'Sante", "902": "Milio" };
|
4
|
+
exports.ChampionNames = { "1": "Annie", "2": "Olaf", "3": "Galio", "4": "Twisted Fate", "5": "Xin Zhao", "6": "Urgot", "7": "LeBlanc", "8": "Vladimir", "9": "Fiddlesticks", "10": "Kayle", "11": "Master Yi", "12": "Alistar", "13": "Ryze", "14": "Sion", "15": "Sivir", "16": "Soraka", "17": "Teemo", "18": "Tristana", "19": "Warwick", "20": "Nunu & Willump", "21": "Miss Fortune", "22": "Ashe", "23": "Tryndamere", "24": "Jax", "25": "Morgana", "26": "Zilean", "27": "Singed", "28": "Evelynn", "29": "Twitch", "30": "Karthus", "31": "Cho'Gath", "32": "Amumu", "33": "Rammus", "34": "Anivia", "35": "Shaco", "36": "Dr. Mundo", "37": "Sona", "38": "Kassadin", "39": "Irelia", "40": "Janna", "41": "Gangplank", "42": "Corki", "43": "Karma", "44": "Taric", "45": "Veigar", "48": "Trundle", "50": "Swain", "51": "Caitlyn", "53": "Blitzcrank", "54": "Malphite", "55": "Katarina", "56": "Nocturne", "57": "Maokai", "58": "Renekton", "59": "Jarvan IV", "60": "Elise", "61": "Orianna", "62": "Wukong", "63": "Brand", "64": "Lee Sin", "67": "Vayne", "68": "Rumble", "69": "Cassiopeia", "72": "Skarner", "74": "Heimerdinger", "75": "Nasus", "76": "Nidalee", "77": "Udyr", "78": "Poppy", "79": "Gragas", "80": "Pantheon", "81": "Ezreal", "82": "Mordekaiser", "83": "Yorick", "84": "Akali", "85": "Kennen", "86": "Garen", "89": "Leona", "90": "Malzahar", "91": "Talon", "92": "Riven", "96": "Kog'Maw", "98": "Shen", "99": "Lux", "101": "Xerath", "102": "Shyvana", "103": "Ahri", "104": "Graves", "105": "Fizz", "106": "Volibear", "107": "Rengar", "110": "Varus", "111": "Nautilus", "112": "Viktor", "113": "Sejuani", "114": "Fiora", "115": "Ziggs", "117": "Lulu", "119": "Draven", "120": "Hecarim", "121": "Kha'Zix", "122": "Darius", "126": "Jayce", "127": "Lissandra", "131": "Diana", "133": "Quinn", "134": "Syndra", "136": "Aurelion Sol", "141": "Kayn", "142": "Zoe", "143": "Zyra", "145": "Kai'Sa", "147": "Seraphine", "150": "Gnar", "154": "Zac", "157": "Yasuo", "161": "Vel'Koz", "163": "Taliyah", "164": "Camille", "166": "Akshan", "200": "Bel'Veth", "201": "Braum", "202": "Jhin", "203": "Kindred", "221": "Zeri", "222": "Jinx", "223": "Tahm Kench", "234": "Viego", "235": "Senna", "236": "Lucian", "238": "Zed", "240": "Kled", "245": "Ekko", "246": "Qiyana", "254": "Vi", "266": "Aatrox", "267": "Nami", "268": "Azir", "350": "Yuumi", "360": "Samira", "412": "Thresh", "420": "Illaoi", "421": "Rek'Sai", "427": "Ivern", "429": "Kalista", "432": "Bard", "497": "Rakan", "498": "Xayah", "516": "Ornn", "517": "Sylas", "518": "Neeko", "523": "Aphelios", "526": "Rell", "555": "Pyke", "711": "Vex", "777": "Yone", "875": "Sett", "876": "Lillia", "887": "Gwen", "888": "Renata Glasc", "895": "Nilah", "897": "K'Sante", "902": "Milio", "950": "Naafiri" };
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DataDragonUrls = void 0;
|
4
|
-
const version = '13.
|
5
|
-
const cdragonVersion = '13.
|
4
|
+
const version = '13.15.1';
|
5
|
+
const cdragonVersion = '13.15';
|
6
6
|
const base = `https://ddragon.leagueoflegends.com/cdn/${version}`;
|
7
7
|
const cdragonBase = `https://raw.communitydragon.org/${cdragonVersion}`;
|
8
8
|
const locale = 'en_US';
|
@@ -1,12 +1,12 @@
|
|
1
1
|
export declare const BootsItemKeys: {
|
2
2
|
readonly Boots: "1001";
|
3
|
-
readonly "Berserker's Greaves": "
|
4
|
-
readonly "Boots of Swiftness": "
|
5
|
-
readonly "Ionian Boots of Lucidity": "
|
6
|
-
readonly "Mercury's Treads": "
|
3
|
+
readonly "Berserker's Greaves": "223006";
|
4
|
+
readonly "Boots of Swiftness": "223009";
|
5
|
+
readonly "Ionian Boots of Lucidity": "223158";
|
6
|
+
readonly "Mercury's Treads": "223111";
|
7
7
|
readonly "Mobility Boots": "3117";
|
8
|
-
readonly "Plated Steelcaps": "
|
9
|
-
readonly "Sorcerer's Shoes": "
|
8
|
+
readonly "Plated Steelcaps": "223047";
|
9
|
+
readonly "Sorcerer's Shoes": "223020";
|
10
10
|
readonly "Slightly Magical Footwear": "2422";
|
11
11
|
};
|
12
12
|
export type BootsItemKey = typeof BootsItemKeys[keyof typeof BootsItemKeys];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemKeys = void 0;
|
4
|
-
exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "
|
4
|
+
exports.BootsItemKeys = { "Boots": "1001", "Berserker's Greaves": "223006", "Boots of Swiftness": "223009", "Ionian Boots of Lucidity": "223158", "Mercury's Treads": "223111", "Mobility Boots": "3117", "Plated Steelcaps": "223047", "Sorcerer's Shoes": "223020", "Slightly Magical Footwear": "2422" };
|
@@ -1,12 +1,12 @@
|
|
1
1
|
export declare const BootsItemKeysNum: {
|
2
2
|
readonly Boots: 1001;
|
3
|
-
readonly "Berserker's Greaves":
|
4
|
-
readonly "Boots of Swiftness":
|
5
|
-
readonly "Ionian Boots of Lucidity":
|
6
|
-
readonly "Mercury's Treads":
|
3
|
+
readonly "Berserker's Greaves": 223006;
|
4
|
+
readonly "Boots of Swiftness": 223009;
|
5
|
+
readonly "Ionian Boots of Lucidity": 223158;
|
6
|
+
readonly "Mercury's Treads": 223111;
|
7
7
|
readonly "Mobility Boots": 3117;
|
8
|
-
readonly "Plated Steelcaps":
|
9
|
-
readonly "Sorcerer's Shoes":
|
8
|
+
readonly "Plated Steelcaps": 223047;
|
9
|
+
readonly "Sorcerer's Shoes": 223020;
|
10
10
|
readonly "Slightly Magical Footwear": 2422;
|
11
11
|
};
|
12
12
|
export type BootsItemKeyNum = typeof BootsItemKeysNum[keyof typeof BootsItemKeysNum];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemKeysNum = void 0;
|
4
|
-
exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves":
|
4
|
+
exports.BootsItemKeysNum = { "Boots": 1001, "Berserker's Greaves": 223006, "Boots of Swiftness": 223009, "Ionian Boots of Lucidity": 223158, "Mercury's Treads": 223111, "Mobility Boots": 3117, "Plated Steelcaps": 223047, "Sorcerer's Shoes": 223020, "Slightly Magical Footwear": 2422 };
|
@@ -8,5 +8,11 @@ export declare const BootsItemNames: {
|
|
8
8
|
readonly "3111": "Mercury's Treads";
|
9
9
|
readonly "3117": "Mobility Boots";
|
10
10
|
readonly "3158": "Ionian Boots of Lucidity";
|
11
|
+
readonly "223006": "Berserker's Greaves";
|
12
|
+
readonly "223009": "Boots of Swiftness";
|
13
|
+
readonly "223020": "Sorcerer's Shoes";
|
14
|
+
readonly "223047": "Plated Steelcaps";
|
15
|
+
readonly "223111": "Mercury's Treads";
|
16
|
+
readonly "223158": "Ionian Boots of Lucidity";
|
11
17
|
};
|
12
18
|
export type BootsItemName = typeof BootsItemNames[keyof typeof BootsItemNames];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BootsItemNames = void 0;
|
4
|
-
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity" };
|
4
|
+
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity", "223006": "Berserker's Greaves", "223009": "Boots of Swiftness", "223020": "Sorcerer's Shoes", "223047": "Plated Steelcaps", "223111": "Mercury's Treads", "223158": "Ionian Boots of Lucidity" };
|
@@ -53,123 +53,137 @@ export declare const ItemKeys: {
|
|
53
53
|
readonly "Steel Sigil": "2019";
|
54
54
|
readonly "Refillable Potion": "2031";
|
55
55
|
readonly "Corrupting Potion": "2033";
|
56
|
-
readonly "Guardian's
|
56
|
+
readonly "Guardian's Amulet": "2049";
|
57
|
+
readonly "Guardian's Shroud": "2050";
|
58
|
+
readonly "Guardian's Horn": "222051";
|
57
59
|
readonly "Poro-Snax": "2052";
|
58
60
|
readonly "Control Ward": "2055";
|
59
|
-
readonly "Shurelya's Battlesong": "
|
61
|
+
readonly "Shurelya's Battlesong": "222065";
|
60
62
|
readonly "Elixir of Iron": "2138";
|
61
63
|
readonly "Elixir of Sorcery": "2139";
|
62
64
|
readonly "Elixir of Wrath": "2140";
|
65
|
+
readonly "Cappa Juice": "2141";
|
66
|
+
readonly "Juice of Power": "2142";
|
67
|
+
readonly "Juice of Vitality": "2143";
|
68
|
+
readonly "Juice of Haste": "2144";
|
63
69
|
readonly "Minion Dematerializer": "2403";
|
64
70
|
readonly "Commencing Stopwatch": "2419";
|
65
71
|
readonly Stopwatch: "2420";
|
66
72
|
readonly "Broken Stopwatch": "2424";
|
67
73
|
readonly "Slightly Magical Footwear": "2422";
|
68
74
|
readonly "Perfectly Timed Stopwatch": "2423";
|
69
|
-
readonly Evenshroud: "
|
70
|
-
readonly "Archangel's Staff": "
|
71
|
-
readonly Manamune: "
|
72
|
-
readonly
|
73
|
-
readonly "
|
74
|
-
readonly "
|
75
|
+
readonly Evenshroud: "223001";
|
76
|
+
readonly "Archangel's Staff": "223003";
|
77
|
+
readonly Manamune: "223004";
|
78
|
+
readonly Ghostcrawlers: "3005";
|
79
|
+
readonly "Berserker's Greaves": "223006";
|
80
|
+
readonly "Boots of Swiftness": "223009";
|
81
|
+
readonly "Chemtech Putrifier": "223011";
|
75
82
|
readonly "Chalice of Blessing": "3012";
|
76
|
-
readonly "Sorcerer's Shoes": "
|
83
|
+
readonly "Sorcerer's Shoes": "223020";
|
77
84
|
readonly "Lifewell Pendant": "3023";
|
78
85
|
readonly "Glacial Buckler": "3024";
|
79
|
-
readonly "Guardian Angel": "
|
80
|
-
readonly "Infinity Edge": "
|
81
|
-
readonly "Mortal Reminder": "
|
86
|
+
readonly "Guardian Angel": "223026";
|
87
|
+
readonly "Infinity Edge": "223031";
|
88
|
+
readonly "Mortal Reminder": "223033";
|
82
89
|
readonly "Last Whisper": "3035";
|
83
|
-
readonly "Lord Dominik's Regards": "
|
84
|
-
readonly "
|
90
|
+
readonly "Lord Dominik's Regards": "223036";
|
91
|
+
readonly "Atma's Reckoning": "3039";
|
92
|
+
readonly "Seraph's Embrace": "223040";
|
85
93
|
readonly "Mejai's Soulstealer": "3041";
|
86
|
-
readonly Muramana: "
|
94
|
+
readonly Muramana: "223042";
|
87
95
|
readonly Phage: "3044";
|
88
|
-
readonly "Phantom Dancer": "
|
89
|
-
readonly "Plated Steelcaps": "
|
90
|
-
readonly "Zeke's Convergence": "
|
96
|
+
readonly "Phantom Dancer": "223046";
|
97
|
+
readonly "Plated Steelcaps": "223047";
|
98
|
+
readonly "Zeke's Convergence": "223050";
|
91
99
|
readonly "Hearthbound Axe": "3051";
|
92
|
-
readonly "Sterak's Gage": "
|
100
|
+
readonly "Sterak's Gage": "223053";
|
93
101
|
readonly Sheen: "3057";
|
94
|
-
readonly "Spirit Visage": "
|
102
|
+
readonly "Spirit Visage": "223065";
|
95
103
|
readonly "Winged Moonplate": "3066";
|
96
104
|
readonly Kindlegem: "3067";
|
97
|
-
readonly "Sunfire Aegis": "
|
105
|
+
readonly "Sunfire Aegis": "223068";
|
98
106
|
readonly "Tear of the Goddess": "3070";
|
99
|
-
readonly "Black Cleaver": "
|
100
|
-
readonly Bloodthirster: "
|
101
|
-
readonly "Ravenous Hydra": "
|
102
|
-
readonly Thornmail: "
|
107
|
+
readonly "Black Cleaver": "223071";
|
108
|
+
readonly Bloodthirster: "223072";
|
109
|
+
readonly "Ravenous Hydra": "223074";
|
110
|
+
readonly Thornmail: "223075";
|
103
111
|
readonly "Bramble Vest": "3076";
|
104
112
|
readonly Tiamat: "3077";
|
105
|
-
readonly "Trinity Force": "
|
113
|
+
readonly "Trinity Force": "223078";
|
106
114
|
readonly "Warden's Mail": "3082";
|
107
115
|
readonly "Warmog's Armor": "3083";
|
108
|
-
readonly Heartsteel: "
|
109
|
-
readonly "Runaan's Hurricane": "
|
116
|
+
readonly Heartsteel: "223084";
|
117
|
+
readonly "Runaan's Hurricane": "223085";
|
110
118
|
readonly Zeal: "3086";
|
111
|
-
readonly "Statikk Shiv": "
|
112
|
-
readonly "Rabadon's Deathcap": "
|
113
|
-
readonly "Wit's End": "
|
114
|
-
readonly "Rapid Firecannon": "
|
115
|
-
readonly Stormrazor: "
|
116
|
-
readonly "Lich Bane": "
|
117
|
-
readonly "Banshee's Veil": "
|
119
|
+
readonly "Statikk Shiv": "223087";
|
120
|
+
readonly "Rabadon's Deathcap": "223089";
|
121
|
+
readonly "Wit's End": "223091";
|
122
|
+
readonly "Rapid Firecannon": "223094";
|
123
|
+
readonly Stormrazor: "223095";
|
124
|
+
readonly "Lich Bane": "223100";
|
125
|
+
readonly "Banshee's Veil": "223102";
|
118
126
|
readonly "Aegis of the Legion": "3105";
|
119
|
-
readonly Redemption: "
|
127
|
+
readonly Redemption: "223107";
|
120
128
|
readonly "Fiendish Codex": "3108";
|
121
|
-
readonly "Knight's Vow": "
|
122
|
-
readonly "Frozen Heart": "
|
123
|
-
readonly "Mercury's Treads": "
|
124
|
-
readonly "Guardian's Orb": "
|
129
|
+
readonly "Knight's Vow": "223109";
|
130
|
+
readonly "Frozen Heart": "223110";
|
131
|
+
readonly "Mercury's Treads": "223111";
|
132
|
+
readonly "Guardian's Orb": "223112";
|
125
133
|
readonly "Aether Wisp": "3113";
|
126
134
|
readonly "Forbidden Idol": "3114";
|
127
|
-
readonly "Nashor's Tooth": "
|
128
|
-
readonly "Rylai's Crystal Scepter": "
|
135
|
+
readonly "Nashor's Tooth": "223115";
|
136
|
+
readonly "Rylai's Crystal Scepter": "223116";
|
129
137
|
readonly "Mobility Boots": "3117";
|
130
|
-
readonly "Winter's Approach": "
|
131
|
-
readonly Fimbulwinter: "
|
138
|
+
readonly "Winter's Approach": "223119";
|
139
|
+
readonly Fimbulwinter: "223121";
|
132
140
|
readonly "Executioner's Calling": "3123";
|
133
|
-
readonly "Guinsoo's Rageblade": "
|
141
|
+
readonly "Guinsoo's Rageblade": "223124";
|
142
|
+
readonly "Deathfire Grasp": "3128";
|
134
143
|
readonly "Caulfield's Warhammer": "3133";
|
135
144
|
readonly "Serrated Dirk": "3134";
|
136
|
-
readonly "Void Staff": "
|
137
|
-
readonly "Mercurial Scimitar": "
|
145
|
+
readonly "Void Staff": "223135";
|
146
|
+
readonly "Mercurial Scimitar": "223139";
|
138
147
|
readonly "Quicksilver Sash": "3140";
|
139
|
-
readonly "Youmuu's Ghostblade": "
|
140
|
-
readonly "Randuin's Omen": "
|
148
|
+
readonly "Youmuu's Ghostblade": "223142";
|
149
|
+
readonly "Randuin's Omen": "223143";
|
141
150
|
readonly "Hextech Alternator": "3145";
|
142
|
-
readonly "Hextech
|
143
|
-
readonly "
|
151
|
+
readonly "Hextech Gunblade": "3146";
|
152
|
+
readonly "Hextech Rocketbelt": "223152";
|
153
|
+
readonly "Blade of The Ruined King": "223153";
|
144
154
|
readonly Hexdrinker: "3155";
|
145
|
-
readonly "Maw of Malmortius": "
|
146
|
-
readonly "Zhonya's Hourglass": "
|
147
|
-
readonly "Ionian Boots of Lucidity": "
|
148
|
-
readonly "Spear Of Shojin": "
|
149
|
-
readonly Morellonomicon: "
|
150
|
-
readonly
|
155
|
+
readonly "Maw of Malmortius": "223156";
|
156
|
+
readonly "Zhonya's Hourglass": "223157";
|
157
|
+
readonly "Ionian Boots of Lucidity": "223158";
|
158
|
+
readonly "Spear Of Shojin": "223161";
|
159
|
+
readonly Morellonomicon: "223165";
|
160
|
+
readonly Zephyr: "3172";
|
161
|
+
readonly "Guardian's Blade": "223177";
|
151
162
|
readonly "Umbral Glaive": "3179";
|
152
|
-
readonly Hullbreaker: "
|
153
|
-
readonly "Guardian's Hammer": "
|
154
|
-
readonly "Locket of the Iron Solari": "
|
163
|
+
readonly Hullbreaker: "223181";
|
164
|
+
readonly "Guardian's Hammer": "223184";
|
165
|
+
readonly "Locket of the Iron Solari": "223190";
|
155
166
|
readonly "Seeker's Armguard": "3191";
|
156
|
-
readonly "Gargoyle Stoneplate": "
|
167
|
+
readonly "Gargoyle Stoneplate": "223193";
|
157
168
|
readonly "Spectre's Cowl": "3211";
|
158
|
-
readonly "Mikael's Blessing": "
|
169
|
+
readonly "Mikael's Blessing": "223222";
|
159
170
|
readonly "Scarecrow Effigy": "3330";
|
160
171
|
readonly "Stealth Ward": "3340";
|
172
|
+
readonly "Arcane Sweeper": "3348";
|
173
|
+
readonly "Lucent Singularity": "3349";
|
161
174
|
readonly "Farsight Alteration": "3363";
|
162
175
|
readonly "Oracle Lens": "3364";
|
163
176
|
readonly "Your Cut": "3400";
|
164
|
-
readonly "
|
165
|
-
readonly "
|
177
|
+
readonly "Rite Of Ruin": "3430";
|
178
|
+
readonly "Ardent Censer": "223504";
|
179
|
+
readonly "Essence Reaver": "223508";
|
166
180
|
readonly "Kalista's Black Spear": "3600";
|
167
|
-
readonly "Dead Man's Plate": "
|
168
|
-
readonly "Titanic Hydra": "
|
181
|
+
readonly "Dead Man's Plate": "223742";
|
182
|
+
readonly "Titanic Hydra": "223748";
|
169
183
|
readonly "Crystalline Bracer": "3801";
|
170
184
|
readonly "Lost Chapter": "3802";
|
171
185
|
readonly "Catalyst of Aeons": "3803";
|
172
|
-
readonly "Edge of Night": "
|
186
|
+
readonly "Edge of Night": "223814";
|
173
187
|
readonly "Spellthief's Edge": "3850";
|
174
188
|
readonly Frostfang: "3851";
|
175
189
|
readonly "Shard of True Ice": "3853";
|
@@ -186,89 +200,89 @@ export declare const ItemKeys: {
|
|
186
200
|
readonly "Death's Daughter500 Silver Serpents": "3902";
|
187
201
|
readonly "Raise Morale500 Silver Serpents": "3903";
|
188
202
|
readonly "Oblivion Orb": "3916";
|
189
|
-
readonly "
|
190
|
-
readonly "
|
203
|
+
readonly "Spectral Cutlass": "4004";
|
204
|
+
readonly "Imperial Mandate": "224005";
|
205
|
+
readonly "Bloodletter's Curse": "4010";
|
206
|
+
readonly "Force of Nature": "224401";
|
191
207
|
readonly "The Golden Spatula": "4403";
|
192
|
-
readonly "Horizon Focus": "
|
193
|
-
readonly "Cosmic Drive": "
|
208
|
+
readonly "Horizon Focus": "224628";
|
209
|
+
readonly "Cosmic Drive": "224629";
|
194
210
|
readonly "Blighting Jewel": "4630";
|
195
211
|
readonly "Verdant Barrier": "4632";
|
196
|
-
readonly Riftmaker: "
|
212
|
+
readonly Riftmaker: "224633";
|
197
213
|
readonly "Leeching Leer": "4635";
|
198
|
-
readonly "Night Harvester": "
|
199
|
-
readonly "Demonic Embrace": "
|
214
|
+
readonly "Night Harvester": "224636";
|
215
|
+
readonly "Demonic Embrace": "224637";
|
200
216
|
readonly "Watchful Wardstone": "4638";
|
201
217
|
readonly "Stirring Wardstone": "4641";
|
202
218
|
readonly "Bandleglass Mirror": "4642";
|
203
219
|
readonly "Vigilant Wardstone": "4643";
|
204
|
-
readonly "Crown of the Shattered Queen": "
|
205
|
-
readonly Shadowflame: "
|
220
|
+
readonly "Crown of the Shattered Queen": "224644";
|
221
|
+
readonly Shadowflame: "224645";
|
206
222
|
readonly "Ironspike Whip": "6029";
|
207
|
-
readonly "Silvermere Dawn": "
|
208
|
-
readonly "Death's Dance": "
|
209
|
-
readonly "Chempunk Chainsword": "
|
210
|
-
readonly "Staff of Flowing Water": "
|
211
|
-
readonly "Moonstone Renewer": "
|
212
|
-
readonly "Echoes of Helia": "
|
213
|
-
readonly Goredrinker: "
|
214
|
-
readonly Stridebreaker: "
|
215
|
-
readonly "Divine Sunderer": "
|
216
|
-
readonly "Liandry's Anguish": "
|
217
|
-
readonly "Luden's Tempest": "
|
218
|
-
readonly Everfrost: "
|
219
|
-
readonly "Rod of Ages": "
|
223
|
+
readonly "Silvermere Dawn": "226035";
|
224
|
+
readonly "Death's Dance": "226333";
|
225
|
+
readonly "Chempunk Chainsword": "226609";
|
226
|
+
readonly "Staff of Flowing Water": "226616";
|
227
|
+
readonly "Moonstone Renewer": "226617";
|
228
|
+
readonly "Echoes of Helia": "226620";
|
229
|
+
readonly Goredrinker: "226630";
|
230
|
+
readonly Stridebreaker: "226631";
|
231
|
+
readonly "Divine Sunderer": "226632";
|
232
|
+
readonly "Liandry's Anguish": "226653";
|
233
|
+
readonly "Luden's Tempest": "226655";
|
234
|
+
readonly Everfrost: "226656";
|
235
|
+
readonly "Rod of Ages": "226657";
|
220
236
|
readonly "Bami's Cinder": "6660";
|
221
|
-
readonly "Iceborn Gauntlet": "
|
222
|
-
readonly "Turbo Chemtank": "
|
223
|
-
readonly "Jak'Sho, The Protean": "
|
224
|
-
readonly "Radiant Virtue": "
|
237
|
+
readonly "Iceborn Gauntlet": "226662";
|
238
|
+
readonly "Turbo Chemtank": "226664";
|
239
|
+
readonly "Jak'Sho, The Protean": "226665";
|
240
|
+
readonly "Radiant Virtue": "226667";
|
225
241
|
readonly Noonquiver: "6670";
|
226
|
-
readonly Galeforce: "
|
227
|
-
readonly "Kraken Slayer": "
|
228
|
-
readonly "Immortal Shieldbow": "
|
229
|
-
readonly "Navori Quickblades": "
|
230
|
-
readonly "The Collector": "
|
242
|
+
readonly Galeforce: "226671";
|
243
|
+
readonly "Kraken Slayer": "226672";
|
244
|
+
readonly "Immortal Shieldbow": "226673";
|
245
|
+
readonly "Navori Quickblades": "226675";
|
246
|
+
readonly "The Collector": "226676";
|
231
247
|
readonly Rageknife: "6677";
|
232
|
-
readonly "Duskblade of Draktharr": "
|
233
|
-
readonly Eclipse: "
|
234
|
-
readonly "Prowler's Claw": "
|
235
|
-
readonly "Serylda's Grudge": "
|
236
|
-
readonly "Serpent's Fang": "
|
237
|
-
readonly "Axiom Arc": "
|
248
|
+
readonly "Duskblade of Draktharr": "226691";
|
249
|
+
readonly Eclipse: "226692";
|
250
|
+
readonly "Prowler's Claw": "226693";
|
251
|
+
readonly "Serylda's Grudge": "226694";
|
252
|
+
readonly "Serpent's Fang": "226695";
|
253
|
+
readonly "Axiom Arc": "226696";
|
238
254
|
readonly "Sandshrike's Claw": "7000";
|
239
|
-
readonly Syzygy: "
|
240
|
-
readonly "Draktharr's Shadowcarver": "
|
241
|
-
readonly "Frozen Fist": "
|
242
|
-
readonly Typhoon: "
|
243
|
-
readonly "
|
244
|
-
readonly
|
245
|
-
readonly "
|
246
|
-
readonly
|
247
|
-
readonly "
|
248
|
-
readonly "
|
249
|
-
readonly "
|
250
|
-
readonly
|
251
|
-
readonly
|
252
|
-
readonly
|
253
|
-
readonly
|
254
|
-
readonly "
|
255
|
-
readonly
|
256
|
-
readonly
|
257
|
-
readonly
|
258
|
-
readonly
|
259
|
-
readonly
|
260
|
-
readonly
|
261
|
-
readonly
|
262
|
-
readonly "
|
263
|
-
readonly "
|
264
|
-
readonly "
|
265
|
-
readonly
|
266
|
-
readonly "
|
267
|
-
readonly "Edge of Finality": "7031";
|
268
|
-
readonly Flicker: "7032";
|
269
|
-
readonly "Cry of the Shrieking City": "7033";
|
255
|
+
readonly Syzygy: "227001";
|
256
|
+
readonly "Draktharr's Shadowcarver": "227002";
|
257
|
+
readonly "Frozen Fist": "227005";
|
258
|
+
readonly Typhoon: "227006";
|
259
|
+
readonly "Icathia's Curse": "227009";
|
260
|
+
readonly Vespertide: "227010";
|
261
|
+
readonly "Upgraded Aeropack": "227011";
|
262
|
+
readonly "Liandry's Lament": "227012";
|
263
|
+
readonly "Eye of Luden": "227013";
|
264
|
+
readonly "Eternal Winter": "227014";
|
265
|
+
readonly "Ceaseless Hunger": "227015";
|
266
|
+
readonly Dreamshatter: "227016";
|
267
|
+
readonly Deicide: "227017";
|
268
|
+
readonly "Infinity Force": "227018";
|
269
|
+
readonly "Reliquary of the Golden Dawn": "227019";
|
270
|
+
readonly "Shurelya's Requiem": "227020";
|
271
|
+
readonly Starcaster: "227021";
|
272
|
+
readonly Equinox: "227023";
|
273
|
+
readonly Caesura: "227024";
|
274
|
+
readonly Leviathan: "227025";
|
275
|
+
readonly "The Unspoken Parasite": "227026";
|
276
|
+
readonly "Primordial Dawn": "227027";
|
277
|
+
readonly "Infinite Convergence": "227028";
|
278
|
+
readonly "Youmuu's Wake": "227029";
|
279
|
+
readonly "Seething Sorrow": "227030";
|
280
|
+
readonly "Edge of Finality": "227031";
|
281
|
+
readonly Flicker: "227032";
|
282
|
+
readonly "Cry of the Shrieking City": "227033";
|
270
283
|
readonly "Gangplank Placeholder": "7050";
|
271
|
-
readonly "Anathema's Chains": "
|
272
|
-
readonly "Abyssal Mask": "
|
284
|
+
readonly "Anathema's Chains": "228001";
|
285
|
+
readonly "Abyssal Mask": "228020";
|
286
|
+
readonly "Guardian's Dirk": "223185";
|
273
287
|
};
|
274
288
|
export type ItemKey = typeof ItemKeys[keyof typeof ItemKeys];
|