lol-constants 2.3.1 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. package/README.md +17 -0
  2. package/assets/constants/BootsItemNames.d.ts +1 -1
  3. package/assets/constants/BootsItemNames.js +1 -1
  4. package/assets/constants/Champion.d.ts +164 -164
  5. package/assets/constants/Champion.js +1 -1
  6. package/assets/constants/Item.d.ts +1051 -647
  7. package/assets/constants/Item.js +1 -1
  8. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  9. package/assets/constants/LegendaryItemNames.js +4 -4
  10. package/assets/constants/MythicItemNames.d.ts +1 -1
  11. package/assets/constants/MythicItemNames.js +34 -3
  12. package/assets/constants/RunesReforged.d.ts +1 -1
  13. package/assets/constants/RunesReforged.js +1 -1
  14. package/assets/constants/Summoner.d.ts +2 -2
  15. package/assets/constants/Summoner.js +1 -1
  16. package/assets/scripts/constants/RuneIdComment.d.ts +1 -1
  17. package/assets/scripts/constants/RuneIdComment.js +14 -6
  18. package/assets/scripts/generate-all.d.ts +3 -3
  19. package/assets/scripts/generate-all.js +3 -3
  20. package/assets/scripts/generate-non-stat-rune-ids-num.d.ts +1 -0
  21. package/assets/scripts/generate-non-stat-rune-ids-num.js +23 -0
  22. package/assets/scripts/generate-non-stat-rune-ids.d.ts +1 -0
  23. package/assets/scripts/generate-non-stat-rune-ids.js +24 -0
  24. package/assets/scripts/generate-non-stat-rune-names.d.ts +1 -0
  25. package/assets/scripts/generate-non-stat-rune-names.js +22 -0
  26. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +16 -11
  27. package/assets/scripts/generate-rune-sets-by-rune-names.js +11 -11
  28. package/assets/scripts/generate-rune-sets.js +11 -11
  29. package/core/constants/Continents.d.ts +8 -0
  30. package/core/constants/Continents.js +13 -0
  31. package/core/constants/DataDragonUrls.d.ts +11 -0
  32. package/core/constants/DataDragonUrls.js +14 -2
  33. package/core/constants/Items/ItemKeys.d.ts +10 -0
  34. package/core/constants/Items/ItemKeys.js +1 -1
  35. package/core/constants/Items/ItemKeysNum.d.ts +10 -0
  36. package/core/constants/Items/ItemKeysNum.js +1 -1
  37. package/core/constants/Items/ItemNames.d.ts +10 -0
  38. package/core/constants/Items/ItemNames.js +1 -1
  39. package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
  40. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  41. package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
  42. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  43. package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
  44. package/core/constants/Items/LegendaryItemNames.js +1 -1
  45. package/core/constants/Items/MythicItemKeys.d.ts +33 -3
  46. package/core/constants/Items/MythicItemKeys.js +1 -1
  47. package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
  48. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  49. package/core/constants/Items/MythicItemNames.d.ts +33 -3
  50. package/core/constants/Items/MythicItemNames.js +1 -1
  51. package/core/constants/Locales.d.ts +29 -1
  52. package/core/constants/Locales.js +29 -1
  53. package/core/constants/MapIds.d.ts +17 -0
  54. package/core/constants/MapIds.js +22 -0
  55. package/core/constants/ParticipantIds.d.ts +14 -0
  56. package/core/constants/ParticipantIds.js +19 -0
  57. package/core/constants/PlatformApiUris.d.ts +20 -0
  58. package/core/constants/PlatformApiUris.js +25 -0
  59. package/core/constants/PlatformIds.d.ts +8 -0
  60. package/core/constants/PlatformIds.js +11 -1
  61. package/core/constants/QueueIds.d.ts +56 -0
  62. package/core/constants/QueueIds.js +61 -0
  63. package/core/constants/RegionalApiUris.d.ts +8 -0
  64. package/core/constants/RegionalApiUris.js +13 -0
  65. package/core/constants/Regions.d.ts +8 -0
  66. package/core/constants/Regions.js +11 -8
  67. package/core/constants/Runes/NonStatRuneIds.d.ts +88 -0
  68. package/core/constants/Runes/NonStatRuneIds.js +4 -0
  69. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +66 -0
  70. package/core/constants/Runes/NonStatRuneIdsNum.js +4 -0
  71. package/core/constants/Runes/NonStatRuneNames.d.ts +66 -0
  72. package/core/constants/Runes/NonStatRuneNames.js +4 -0
  73. package/core/constants/Runes/RuneSets.d.ts +2 -2
  74. package/core/constants/Runes/RuneSets.js +3 -3
  75. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +30 -14
  76. package/core/constants/Runes/RuneSetsByRuneNames.js +3 -3
  77. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +48 -2
  78. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +3 -3
  79. package/core/constants/Runes/TreeRuneIds.d.ts +5 -5
  80. package/core/constants/SkillSlots.d.ts +1 -1
  81. package/core/constants/SkillSlots.js +1 -1
  82. package/core/constants/TeamIds.d.ts +6 -0
  83. package/core/constants/TeamIds.js +11 -0
  84. package/core/helpers/Champions/isChampionKeyNum.d.ts +2 -0
  85. package/core/helpers/Champions/isChampionKeyNum.js +8 -0
  86. package/core/helpers/Items/isItemKeyNum.d.ts +2 -0
  87. package/core/helpers/Items/isItemKeyNum.js +8 -0
  88. package/core/helpers/Runes/getNonStatRuneIdByName.d.ts +3 -0
  89. package/core/helpers/Runes/getNonStatRuneIdByName.js +8 -0
  90. package/core/helpers/Runes/getNonStatRuneNameById.d.ts +3 -0
  91. package/core/helpers/Runes/getNonStatRuneNameById.js +8 -0
  92. package/core/helpers/Runes/isDominationRuneId.d.ts +2 -0
  93. package/core/helpers/Runes/isDominationRuneId.js +8 -0
  94. package/core/helpers/Runes/isDominationRuneIdNum.d.ts +2 -0
  95. package/core/helpers/Runes/isDominationRuneIdNum.js +8 -0
  96. package/core/helpers/Runes/isDominationRuneName.d.ts +2 -0
  97. package/core/helpers/Runes/isDominationRuneName.js +8 -0
  98. package/core/helpers/Runes/isInspirationRuneId.d.ts +2 -0
  99. package/core/helpers/Runes/isInspirationRuneId.js +8 -0
  100. package/core/helpers/Runes/isInspirationRuneIdNum.d.ts +2 -0
  101. package/core/helpers/Runes/isInspirationRuneIdNum.js +8 -0
  102. package/core/helpers/Runes/isInspirationRuneName.d.ts +2 -0
  103. package/core/helpers/Runes/isInspirationRuneName.js +8 -0
  104. package/core/helpers/Runes/isKeystoneRuneIdNum.d.ts +2 -0
  105. package/core/helpers/Runes/isKeystoneRuneIdNum.js +8 -0
  106. package/core/helpers/Runes/isKeystoneRuneName.d.ts +2 -0
  107. package/core/helpers/Runes/isKeystoneRuneName.js +8 -0
  108. package/core/helpers/Runes/isNonStatRuneId.d.ts +2 -0
  109. package/core/helpers/Runes/isNonStatRuneId.js +8 -0
  110. package/core/helpers/Runes/isNonStatRuneIdNum.d.ts +2 -0
  111. package/core/helpers/Runes/isNonStatRuneIdNum.js +8 -0
  112. package/core/helpers/Runes/isNonStatRuneName.d.ts +2 -0
  113. package/core/helpers/Runes/isNonStatRuneName.js +8 -0
  114. package/core/helpers/Runes/isPrecisionRuneId.d.ts +2 -0
  115. package/core/helpers/Runes/isPrecisionRuneId.js +8 -0
  116. package/core/helpers/Runes/isPrecisionRuneIdNum.d.ts +2 -0
  117. package/core/helpers/Runes/isPrecisionRuneIdNum.js +8 -0
  118. package/core/helpers/Runes/isPrecisionRuneName.d.ts +2 -0
  119. package/core/helpers/Runes/isPrecisionRuneName.js +8 -0
  120. package/core/helpers/Runes/isResolveRuneId.d.ts +2 -0
  121. package/core/helpers/Runes/isResolveRuneId.js +8 -0
  122. package/core/helpers/Runes/isResolveRuneIdNum.d.ts +2 -0
  123. package/core/helpers/Runes/isResolveRuneIdNum.js +8 -0
  124. package/core/helpers/Runes/isResolveRuneName.d.ts +2 -0
  125. package/core/helpers/Runes/isResolveRuneName.js +8 -0
  126. package/core/helpers/Runes/isRuneIdNum.d.ts +2 -0
  127. package/core/helpers/Runes/isRuneIdNum.js +8 -0
  128. package/core/helpers/Runes/isSorceryRuneId.d.ts +2 -0
  129. package/core/helpers/Runes/isSorceryRuneId.js +8 -0
  130. package/core/helpers/Runes/isSorceryRuneIdNum.d.ts +2 -0
  131. package/core/helpers/Runes/isSorceryRuneIdNum.js +8 -0
  132. package/core/helpers/Runes/isSorceryRuneName.d.ts +2 -0
  133. package/core/helpers/Runes/isSorceryRuneName.js +8 -0
  134. package/core/helpers/Runes/isStatRuneIdNum.d.ts +2 -0
  135. package/core/helpers/Runes/isStatRuneIdNum.js +8 -0
  136. package/core/helpers/Spells/isSpellKeyNum.d.ts +2 -0
  137. package/core/helpers/Spells/isSpellKeyNum.js +8 -0
  138. package/core/index.d.ts +33 -12
  139. package/core/index.js +33 -12
  140. package/core/types/types.d.ts +199 -82
  141. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ItemNames = void 0;
4
- exports.ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "1521": "Fortification", "1522": "Tower Power-Up", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2015": "Kircheis Shard", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4005": "Imperial Mandate", "4401": "Force of Nature", "4403": "The Golden Spatula", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
4
+ exports.ItemNames = { "1001": "Boots", "1004": "Faerie Charm", "1006": "Rejuvenation Bead", "1011": "Giant's Belt", "1018": "Cloak of Agility", "1026": "Blasting Wand", "1027": "Sapphire Crystal", "1028": "Ruby Crystal", "1029": "Cloth Armor", "1031": "Chain Vest", "1033": "Null-Magic Mantle", "1035": "Emberknife", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "1039": "Hailblade", "1040": "Obsidian Edge", "1042": "Dagger", "1043": "Recurve Bow", "1052": "Amplifying Tome", "1053": "Vampiric Scepter", "1054": "Doran's Shield", "1055": "Doran's Blade", "1056": "Doran's Ring", "1057": "Negatron Cloak", "1058": "Needlessly Large Rod", "1082": "Dark Seal", "1083": "Cull", "1101": "Scorchclaw Pup", "1102": "Gustwalker Hatchling", "1103": "Mosstomper Seedling", "1104": "Eye of the Herald", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "1504": "Vanguard", "1505": "Lightning Rod", "1506": "Reinforced Armor", "1507": "Overcharged", "1508": "Anti-tower Socks", "1509": "Gusto", "1510": "Phreakish Gusto", "1511": "Super Mech Armor", "1512": "Super Mech Power Field", "1515": "Turret Plating", "1516": "Structure Bounty", "1517": "Structure Bounty", "1518": "Structure Bounty", "1519": "Structure Bounty", "1520": "OvererchargedHA", "1521": "Fortification", "1522": "Tower Power-Up", "2003": "Health Potion", "2010": "Total Biscuit of Everlasting Will", "2015": "Kircheis Shard", "2019": "Steel Sigil", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2051": "Guardian's Horn", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Stopwatch", "2421": "Broken Stopwatch", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2424": "Broken Stopwatch", "3001": "Evenshroud", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3011": "Chemtech Putrifier", "3012": "Chalice of Blessing", "3020": "Sorcerer's Shoes", "3023": "Lifewell Pendant", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3035": "Last Whisper", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3044": "Phage", "3046": "Phantom Dancer", "3047": "Plated Steelcaps", "3050": "Zeke's Convergence", "3051": "Hearthbound Axe", "3053": "Sterak's Gage", "3057": "Sheen", "3065": "Spirit Visage", "3066": "Winged Moonplate", "3067": "Kindlegem", "3068": "Sunfire Aegis", "3070": "Tear of the Goddess", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3076": "Bramble Vest", "3077": "Tiamat", "3078": "Trinity Force", "3082": "Warden's Mail", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3086": "Zeal", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3105": "Aegis of the Legion", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3112": "Guardian's Orb", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3152": "Hextech Rocketbelt", "3153": "Blade of The Ruined King", "3155": "Hexdrinker", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3158": "Ionian Boots of Lucidity", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3177": "Guardian's Blade", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3184": "Guardian's Hammer", "3190": "Locket of the Iron Solari", "3191": "Seeker's Armguard", "3193": "Gargoyle Stoneplate", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "3513": "Eye of the Herald", "3599": "Kalista's Black Spear", "3600": "Kalista's Black Spear", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3801": "Crystalline Bracer", "3802": "Lost Chapter", "3803": "Catalyst of Aeons", "3814": "Edge of Night", "3850": "Spellthief's Edge", "3851": "Frostfang", "3853": "Shard of True Ice", "3854": "Steel Shoulderguards", "3855": "Runesteel Spaulders", "3857": "Pauldrons of Whiterock", "3858": "Relic Shield", "3859": "Targon's Buckler", "3860": "Bulwark of the Mountain", "3862": "Spectral Sickle", "3863": "Harrowing Crescent", "3864": "Black Mist Scythe", "3901": "Fire at Will500 Silver Serpents", "3902": "Death's Daughter500 Silver Serpents", "3903": "Raise Morale500 Silver Serpents", "3916": "Oblivion Orb", "4005": "Imperial Mandate", "4401": "Force of Nature", "4403": "The Golden Spatula", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4630": "Blighting Jewel", "4632": "Verdant Barrier", "4633": "Riftmaker", "4635": "Leeching Leer", "4636": "Night Harvester", "4637": "Demonic Embrace", "4638": "Watchful Wardstone", "4641": "Stirring Wardstone", "4642": "Bandleglass Mirror", "4643": "Vigilant Wardstone", "4644": "Crown of the Shattered Queen", "4645": "Shadowflame", "6029": "Ironspike Whip", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6670": "Noonquiver", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6677": "Rageknife", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "7000": "Sandshrike's Claw", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Wyrmfallen Sacrifice", "7008": "Bloodward", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Seat of Command", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -23,11 +23,11 @@ export declare const LegendaryItemKeys: {
23
23
  readonly "Frozen Heart": "3110";
24
24
  readonly "Gargoyle Stoneplate": "3193";
25
25
  readonly "Guardian Angel": "3026";
26
- readonly "Guinsoo's Rageblade": "3124";
27
26
  readonly "Horizon Focus": "4628";
28
27
  readonly Hullbreaker: "3181";
29
- readonly "Infinity Edge": "3031";
28
+ readonly "Immortal Shieldbow": "6673";
30
29
  readonly "Knight's Vow": "3109";
30
+ readonly "Kraken Slayer": "6672";
31
31
  readonly "Lich Bane": "3100";
32
32
  readonly "Lord Dominik's Regards": "3036";
33
33
  readonly Manamune: "3004";
@@ -39,9 +39,9 @@ export declare const LegendaryItemKeys: {
39
39
  readonly "Mortal Reminder": "3033";
40
40
  readonly Muramana: "3042";
41
41
  readonly "Nashor's Tooth": "3115";
42
- readonly "Navori Quickblades": "6675";
43
42
  readonly "Pauldrons of Whiterock": "3857";
44
43
  readonly "Phantom Dancer": "3046";
44
+ readonly "Prowler's Claw": "6693";
45
45
  readonly "Rabadon's Deathcap": "3089";
46
46
  readonly "Randuin's Omen": "3143";
47
47
  readonly "Rapid Firecannon": "3094";
@@ -68,10 +68,10 @@ export declare const LegendaryItemKeys: {
68
68
  readonly "Warmog's Armor": "3083";
69
69
  readonly "Winter's Approach": "3119";
70
70
  readonly "Wit's End": "3091";
71
- readonly "Youmuu's Ghostblade": "3142";
72
71
  readonly "Zeke's Convergence": "3050";
73
72
  readonly "Zhonya's Hourglass": "3157";
74
73
  readonly "Sunfire Aegis": "3068";
75
74
  readonly "Spear Of Shojin": "3161";
75
+ readonly "Statikk Shiv": "3087";
76
76
  };
77
77
  export type LegendaryItemKey = typeof LegendaryItemKeys[keyof typeof LegendaryItemKeys];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemKeys = void 0;
4
- exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Guinsoo's Rageblade": "3124", "Horizon Focus": "4628", "Hullbreaker": "3181", "Infinity Edge": "3031", "Knight's Vow": "3109", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Navori Quickblades": "6675", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Youmuu's Ghostblade": "3142", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161" };
4
+ exports.LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Black Mist Scythe": "3864", "Blade of The Ruined King": "3153", "Bloodthirster": "3072", "Bulwark of the Mountain": "3860", "Chempunk Chainsword": "6609", "Chemtech Putrifier": "3011", "Cosmic Drive": "4629", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Edge of Night": "3814", "Essence Reaver": "3508", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Gargoyle Stoneplate": "3193", "Guardian Angel": "3026", "Horizon Focus": "4628", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Pauldrons of Whiterock": "3857", "Phantom Dancer": "3046", "Prowler's Claw": "6693", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shard of True Ice": "3853", "Silvermere Dawn": "6035", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Sterak's Gage": "3053", "Stormrazor": "3095", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Umbral Glaive": "3179", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Sunfire Aegis": "3068", "Spear Of Shojin": "3161", "Statikk Shiv": "3087" };
@@ -23,11 +23,11 @@ export declare const LegendaryItemKeysNum: {
23
23
  readonly "Frozen Heart": 3110;
24
24
  readonly "Gargoyle Stoneplate": 3193;
25
25
  readonly "Guardian Angel": 3026;
26
- readonly "Guinsoo's Rageblade": 3124;
27
26
  readonly "Horizon Focus": 4628;
28
27
  readonly Hullbreaker: 3181;
29
- readonly "Infinity Edge": 3031;
28
+ readonly "Immortal Shieldbow": 6673;
30
29
  readonly "Knight's Vow": 3109;
30
+ readonly "Kraken Slayer": 6672;
31
31
  readonly "Lich Bane": 3100;
32
32
  readonly "Lord Dominik's Regards": 3036;
33
33
  readonly Manamune: 3004;
@@ -39,9 +39,9 @@ export declare const LegendaryItemKeysNum: {
39
39
  readonly "Mortal Reminder": 3033;
40
40
  readonly Muramana: 3042;
41
41
  readonly "Nashor's Tooth": 3115;
42
- readonly "Navori Quickblades": 6675;
43
42
  readonly "Pauldrons of Whiterock": 3857;
44
43
  readonly "Phantom Dancer": 3046;
44
+ readonly "Prowler's Claw": 6693;
45
45
  readonly "Rabadon's Deathcap": 3089;
46
46
  readonly "Randuin's Omen": 3143;
47
47
  readonly "Rapid Firecannon": 3094;
@@ -68,10 +68,10 @@ export declare const LegendaryItemKeysNum: {
68
68
  readonly "Warmog's Armor": 3083;
69
69
  readonly "Winter's Approach": 3119;
70
70
  readonly "Wit's End": 3091;
71
- readonly "Youmuu's Ghostblade": 3142;
72
71
  readonly "Zeke's Convergence": 3050;
73
72
  readonly "Zhonya's Hourglass": 3157;
74
73
  readonly "Sunfire Aegis": 3068;
75
74
  readonly "Spear Of Shojin": 3161;
75
+ readonly "Statikk Shiv": 3087;
76
76
  };
77
77
  export type LegendaryItemKeyNum = typeof LegendaryItemKeysNum[keyof typeof LegendaryItemKeysNum];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemKeysNum = void 0;
4
- exports.LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Black Mist Scythe": 3864, "Blade of The Ruined King": 3153, "Bloodthirster": 3072, "Bulwark of the Mountain": 3860, "Chempunk Chainsword": 6609, "Chemtech Putrifier": 3011, "Cosmic Drive": 4629, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Edge of Night": 3814, "Essence Reaver": 3508, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Gargoyle Stoneplate": 3193, "Guardian Angel": 3026, "Guinsoo's Rageblade": 3124, "Horizon Focus": 4628, "Hullbreaker": 3181, "Infinity Edge": 3031, "Knight's Vow": 3109, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Manamune": 3004, "Maw of Malmortius": 3156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 3139, "Mikael's Blessing": 3222, "Morellonomicon": 3165, "Mortal Reminder": 3033, "Muramana": 3042, "Nashor's Tooth": 3115, "Navori Quickblades": 6675, "Pauldrons of Whiterock": 3857, "Phantom Dancer": 3046, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Redemption": 3107, "Runaan's Hurricane": 3085, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shard of True Ice": 3853, "Silvermere Dawn": 6035, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Sterak's Gage": 3053, "Stormrazor": 3095, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Umbral Glaive": 3179, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "Youmuu's Ghostblade": 3142, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Sunfire Aegis": 3068, "Spear Of Shojin": 3161 };
4
+ exports.LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Black Mist Scythe": 3864, "Blade of The Ruined King": 3153, "Bloodthirster": 3072, "Bulwark of the Mountain": 3860, "Chempunk Chainsword": 6609, "Chemtech Putrifier": 3011, "Cosmic Drive": 4629, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Edge of Night": 3814, "Essence Reaver": 3508, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Gargoyle Stoneplate": 3193, "Guardian Angel": 3026, "Horizon Focus": 4628, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Manamune": 3004, "Maw of Malmortius": 3156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 3139, "Mikael's Blessing": 3222, "Morellonomicon": 3165, "Mortal Reminder": 3033, "Muramana": 3042, "Nashor's Tooth": 3115, "Pauldrons of Whiterock": 3857, "Phantom Dancer": 3046, "Prowler's Claw": 6693, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Redemption": 3107, "Runaan's Hurricane": 3085, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shard of True Ice": 3853, "Silvermere Dawn": 6035, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Sterak's Gage": 3053, "Stormrazor": 3095, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Umbral Glaive": 3179, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Sunfire Aegis": 3068, "Spear Of Shojin": 3161, "Statikk Shiv": 3087 };
@@ -3,7 +3,6 @@ export declare const LegendaryItemNames: {
3
3
  readonly "3004": "Manamune";
4
4
  readonly "3011": "Chemtech Putrifier";
5
5
  readonly "3026": "Guardian Angel";
6
- readonly "3031": "Infinity Edge";
7
6
  readonly "3033": "Mortal Reminder";
8
7
  readonly "3036": "Lord Dominik's Regards";
9
8
  readonly "3040": "Seraph's Embrace";
@@ -20,6 +19,7 @@ export declare const LegendaryItemNames: {
20
19
  readonly "3075": "Thornmail";
21
20
  readonly "3083": "Warmog's Armor";
22
21
  readonly "3085": "Runaan's Hurricane";
22
+ readonly "3087": "Statikk Shiv";
23
23
  readonly "3089": "Rabadon's Deathcap";
24
24
  readonly "3091": "Wit's End";
25
25
  readonly "3094": "Rapid Firecannon";
@@ -33,10 +33,8 @@ export declare const LegendaryItemNames: {
33
33
  readonly "3116": "Rylai's Crystal Scepter";
34
34
  readonly "3119": "Winter's Approach";
35
35
  readonly "3121": "Fimbulwinter";
36
- readonly "3124": "Guinsoo's Rageblade";
37
36
  readonly "3135": "Void Staff";
38
37
  readonly "3139": "Mercurial Scimitar";
39
- readonly "3142": "Youmuu's Ghostblade";
40
38
  readonly "3143": "Randuin's Omen";
41
39
  readonly "3153": "Blade of The Ruined King";
42
40
  readonly "3156": "Maw of Malmortius";
@@ -66,8 +64,10 @@ export declare const LegendaryItemNames: {
66
64
  readonly "6333": "Death's Dance";
67
65
  readonly "6609": "Chempunk Chainsword";
68
66
  readonly "6616": "Staff of Flowing Water";
69
- readonly "6675": "Navori Quickblades";
67
+ readonly "6672": "Kraken Slayer";
68
+ readonly "6673": "Immortal Shieldbow";
70
69
  readonly "6676": "The Collector";
70
+ readonly "6693": "Prowler's Claw";
71
71
  readonly "6694": "Serylda's Grudge";
72
72
  readonly "6695": "Serpent's Fang";
73
73
  readonly "6696": "Axiom Arc";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LegendaryItemNames = void 0;
4
- exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3083": "Warmog's Armor", "3085": "Runaan's Hurricane", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3193": "Gargoyle Stoneplate", "3222": "Mikael's Blessing", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3853": "Shard of True Ice", "3857": "Pauldrons of Whiterock", "3860": "Bulwark of the Mountain", "3864": "Black Mist Scythe", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6675": "Navori Quickblades", "6676": "The Collector", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
4
+ exports.LegendaryItemNames = { "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3074": "Ravenous Hydra", "3075": "Thornmail", "3083": "Warmog's Armor", "3085": "Runaan's Hurricane", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3095": "Stormrazor", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3135": "Void Staff", "3139": "Mercurial Scimitar", "3143": "Randuin's Omen", "3153": "Blade of The Ruined King", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear Of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3193": "Gargoyle Stoneplate", "3222": "Mikael's Blessing", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3853": "Shard of True Ice", "3857": "Pauldrons of Whiterock", "3860": "Bulwark of the Mountain", "3864": "Black Mist Scythe", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "6035": "Silvermere Dawn", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6616": "Staff of Flowing Water", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6676": "The Collector", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,10 +1,11 @@
1
1
  export declare const MythicItemKeys: {
2
+ readonly "Echoes of Helia": "6620";
2
3
  readonly "Liandry's Anguish": "6653";
3
4
  readonly "Locket of the Iron Solari": "3190";
4
5
  readonly "Luden's Tempest": "6655";
5
6
  readonly "Moonstone Renewer": "6617";
7
+ readonly "Navori Quickblades": "6675";
6
8
  readonly "Night Harvester": "4636";
7
- readonly "Prowler's Claw": "6693";
8
9
  readonly Riftmaker: "4633";
9
10
  readonly "Shurelya's Battlesong": "2065";
10
11
  readonly Stridebreaker: "6631";
@@ -17,15 +18,44 @@ export declare const MythicItemKeys: {
17
18
  readonly Evenshroud: "3001";
18
19
  readonly Everfrost: "6656";
19
20
  readonly "Iceborn Gauntlet": "6662";
21
+ readonly "Infinity Edge": "3031";
20
22
  readonly Galeforce: "6671";
21
23
  readonly Goredrinker: "6630";
24
+ readonly "Guinsoo's Rageblade": "3124";
22
25
  readonly "Hextech Rocketbelt": "3152";
23
- readonly "Immortal Shieldbow": "6673";
24
26
  readonly "Imperial Mandate": "4005";
25
- readonly "Kraken Slayer": "6672";
26
27
  readonly "Jak'Sho, The Protean": "6665";
27
28
  readonly "Radiant Virtue": "6667";
28
29
  readonly Heartsteel: "3084";
29
30
  readonly "Rod of Ages": "6657";
31
+ readonly "Youmuu's Ghostblade": "3142";
32
+ readonly "Cry of the Shrieking City": "7033";
33
+ readonly "Ceaseless Hunger": "7015";
34
+ readonly Caesura: "7024";
35
+ readonly "Draktharr's Shadowcarver": "7002";
36
+ readonly Deicide: "7017";
37
+ readonly Dreamshatter: "7016";
38
+ readonly Equinox: "7023";
39
+ readonly "Edge of Finality": "7031";
40
+ readonly "Eye of Luden": "7013";
41
+ readonly "Eternal Winter": "7014";
42
+ readonly "Frozen Fist": "7005";
43
+ readonly Flicker: "7032";
44
+ readonly "Infinite Convergence": "7028";
45
+ readonly "Icathia's Curse": "7009";
46
+ readonly "Infinity Force": "7018";
47
+ readonly Leviathan: "7025";
48
+ readonly "Liandry's Lament": "7012";
49
+ readonly "Primordial Dawn": "7027";
50
+ readonly "Reliquary of the Golden Dawn": "7019";
51
+ readonly Syzygy: "7001";
52
+ readonly "Shurelya's Requiem": "7020";
53
+ readonly Starcaster: "7021";
54
+ readonly "Seething Sorrow": "7030";
55
+ readonly "The Unspoken Parasite": "7026";
56
+ readonly Typhoon: "7006";
57
+ readonly "Upgraded Aeropack": "7011";
58
+ readonly Vespertide: "7010";
59
+ readonly "Youmuu's Wake": "7029";
30
60
  };
31
61
  export type MythicItemKey = typeof MythicItemKeys[keyof typeof MythicItemKeys];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MythicItemKeys = void 0;
4
- exports.MythicItemKeys = { "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Night Harvester": "4636", "Prowler's Claw": "6693", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Galeforce": "6671", "Goredrinker": "6630", "Hextech Rocketbelt": "3152", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kraken Slayer": "6672", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657" };
4
+ exports.MythicItemKeys = { "Echoes of Helia": "6620", "Liandry's Anguish": "6653", "Locket of the Iron Solari": "3190", "Luden's Tempest": "6655", "Moonstone Renewer": "6617", "Navori Quickblades": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Turbo Chemtank": "6664", "Crown of the Shattered Queen": "4644", "Divine Sunderer": "6632", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Evenshroud": "3001", "Everfrost": "6656", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Galeforce": "6671", "Goredrinker": "6630", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Imperial Mandate": "4005", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Cry of the Shrieking City": "7033", "Ceaseless Hunger": "7015", "Caesura": "7024", "Draktharr's Shadowcarver": "7002", "Deicide": "7017", "Dreamshatter": "7016", "Equinox": "7023", "Edge of Finality": "7031", "Eye of Luden": "7013", "Eternal Winter": "7014", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "Primordial Dawn": "7027", "Reliquary of the Golden Dawn": "7019", "Syzygy": "7001", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seething Sorrow": "7030", "The Unspoken Parasite": "7026", "Typhoon": "7006", "Upgraded Aeropack": "7011", "Vespertide": "7010", "Youmuu's Wake": "7029" };
@@ -1,10 +1,11 @@
1
1
  export declare const MythicItemKeysNum: {
2
+ readonly "Echoes of Helia": 6620;
2
3
  readonly "Liandry's Anguish": 6653;
3
4
  readonly "Locket of the Iron Solari": 3190;
4
5
  readonly "Luden's Tempest": 6655;
5
6
  readonly "Moonstone Renewer": 6617;
7
+ readonly "Navori Quickblades": 6675;
6
8
  readonly "Night Harvester": 4636;
7
- readonly "Prowler's Claw": 6693;
8
9
  readonly Riftmaker: 4633;
9
10
  readonly "Shurelya's Battlesong": 2065;
10
11
  readonly Stridebreaker: 6631;
@@ -17,15 +18,44 @@ export declare const MythicItemKeysNum: {
17
18
  readonly Evenshroud: 3001;
18
19
  readonly Everfrost: 6656;
19
20
  readonly "Iceborn Gauntlet": 6662;
21
+ readonly "Infinity Edge": 3031;
20
22
  readonly Galeforce: 6671;
21
23
  readonly Goredrinker: 6630;
24
+ readonly "Guinsoo's Rageblade": 3124;
22
25
  readonly "Hextech Rocketbelt": 3152;
23
- readonly "Immortal Shieldbow": 6673;
24
26
  readonly "Imperial Mandate": 4005;
25
- readonly "Kraken Slayer": 6672;
26
27
  readonly "Jak'Sho, The Protean": 6665;
27
28
  readonly "Radiant Virtue": 6667;
28
29
  readonly Heartsteel: 3084;
29
30
  readonly "Rod of Ages": 6657;
31
+ readonly "Youmuu's Ghostblade": 3142;
32
+ readonly "Cry of the Shrieking City": 7033;
33
+ readonly "Ceaseless Hunger": 7015;
34
+ readonly Caesura: 7024;
35
+ readonly "Draktharr's Shadowcarver": 7002;
36
+ readonly Deicide: 7017;
37
+ readonly Dreamshatter: 7016;
38
+ readonly Equinox: 7023;
39
+ readonly "Edge of Finality": 7031;
40
+ readonly "Eye of Luden": 7013;
41
+ readonly "Eternal Winter": 7014;
42
+ readonly "Frozen Fist": 7005;
43
+ readonly Flicker: 7032;
44
+ readonly "Infinite Convergence": 7028;
45
+ readonly "Icathia's Curse": 7009;
46
+ readonly "Infinity Force": 7018;
47
+ readonly Leviathan: 7025;
48
+ readonly "Liandry's Lament": 7012;
49
+ readonly "Primordial Dawn": 7027;
50
+ readonly "Reliquary of the Golden Dawn": 7019;
51
+ readonly Syzygy: 7001;
52
+ readonly "Shurelya's Requiem": 7020;
53
+ readonly Starcaster: 7021;
54
+ readonly "Seething Sorrow": 7030;
55
+ readonly "The Unspoken Parasite": 7026;
56
+ readonly Typhoon: 7006;
57
+ readonly "Upgraded Aeropack": 7011;
58
+ readonly Vespertide: 7010;
59
+ readonly "Youmuu's Wake": 7029;
30
60
  };
31
61
  export type MythicItemKeyNum = typeof MythicItemKeysNum[keyof typeof MythicItemKeysNum];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MythicItemKeysNum = void 0;
4
- exports.MythicItemKeysNum = { "Liandry's Anguish": 6653, "Locket of the Iron Solari": 3190, "Luden's Tempest": 6655, "Moonstone Renewer": 6617, "Night Harvester": 4636, "Prowler's Claw": 6693, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Turbo Chemtank": 6664, "Crown of the Shattered Queen": 4644, "Divine Sunderer": 6632, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Evenshroud": 3001, "Everfrost": 6656, "Iceborn Gauntlet": 6662, "Galeforce": 6671, "Goredrinker": 6630, "Hextech Rocketbelt": 3152, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kraken Slayer": 6672, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Heartsteel": 3084, "Rod of Ages": 6657 };
4
+ exports.MythicItemKeysNum = { "Echoes of Helia": 6620, "Liandry's Anguish": 6653, "Locket of the Iron Solari": 3190, "Luden's Tempest": 6655, "Moonstone Renewer": 6617, "Navori Quickblades": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Turbo Chemtank": 6664, "Crown of the Shattered Queen": 4644, "Divine Sunderer": 6632, "Duskblade of Draktharr": 6691, "Eclipse": 6692, "Evenshroud": 3001, "Everfrost": 6656, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Galeforce": 6671, "Goredrinker": 6630, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Imperial Mandate": 4005, "Jak'Sho, The Protean": 6665, "Radiant Virtue": 6667, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Cry of the Shrieking City": 7033, "Ceaseless Hunger": 7015, "Caesura": 7024, "Draktharr's Shadowcarver": 7002, "Deicide": 7017, "Dreamshatter": 7016, "Equinox": 7023, "Edge of Finality": 7031, "Eye of Luden": 7013, "Eternal Winter": 7014, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "Primordial Dawn": 7027, "Reliquary of the Golden Dawn": 7019, "Syzygy": 7001, "Shurelya's Requiem": 7020, "Starcaster": 7021, "Seething Sorrow": 7030, "The Unspoken Parasite": 7026, "Typhoon": 7006, "Upgraded Aeropack": 7011, "Vespertide": 7010, "Youmuu's Wake": 7029 };
@@ -1,8 +1,11 @@
1
1
  export declare const MythicItemNames: {
2
2
  readonly "2065": "Shurelya's Battlesong";
3
3
  readonly "3001": "Evenshroud";
4
+ readonly "3031": "Infinity Edge";
4
5
  readonly "3078": "Trinity Force";
5
6
  readonly "3084": "Heartsteel";
7
+ readonly "3124": "Guinsoo's Rageblade";
8
+ readonly "3142": "Youmuu's Ghostblade";
6
9
  readonly "3152": "Hextech Rocketbelt";
7
10
  readonly "3190": "Locket of the Iron Solari";
8
11
  readonly "4005": "Imperial Mandate";
@@ -10,6 +13,7 @@ export declare const MythicItemNames: {
10
13
  readonly "4636": "Night Harvester";
11
14
  readonly "4644": "Crown of the Shattered Queen";
12
15
  readonly "6617": "Moonstone Renewer";
16
+ readonly "6620": "Echoes of Helia";
13
17
  readonly "6630": "Goredrinker";
14
18
  readonly "6631": "Stridebreaker";
15
19
  readonly "6632": "Divine Sunderer";
@@ -22,10 +26,36 @@ export declare const MythicItemNames: {
22
26
  readonly "6665": "Jak'Sho, The Protean";
23
27
  readonly "6667": "Radiant Virtue";
24
28
  readonly "6671": "Galeforce";
25
- readonly "6672": "Kraken Slayer";
26
- readonly "6673": "Immortal Shieldbow";
29
+ readonly "6675": "Navori Quickblades";
27
30
  readonly "6691": "Duskblade of Draktharr";
28
31
  readonly "6692": "Eclipse";
29
- readonly "6693": "Prowler's Claw";
32
+ readonly "7001": "Syzygy";
33
+ readonly "7002": "Draktharr's Shadowcarver";
34
+ readonly "7005": "Frozen Fist";
35
+ readonly "7006": "Typhoon";
36
+ readonly "7009": "Icathia's Curse";
37
+ readonly "7010": "Vespertide";
38
+ readonly "7011": "Upgraded Aeropack";
39
+ readonly "7012": "Liandry's Lament";
40
+ readonly "7013": "Eye of Luden";
41
+ readonly "7014": "Eternal Winter";
42
+ readonly "7015": "Ceaseless Hunger";
43
+ readonly "7016": "Dreamshatter";
44
+ readonly "7017": "Deicide";
45
+ readonly "7018": "Infinity Force";
46
+ readonly "7019": "Reliquary of the Golden Dawn";
47
+ readonly "7020": "Shurelya's Requiem";
48
+ readonly "7021": "Starcaster";
49
+ readonly "7023": "Equinox";
50
+ readonly "7024": "Caesura";
51
+ readonly "7025": "Leviathan";
52
+ readonly "7026": "The Unspoken Parasite";
53
+ readonly "7027": "Primordial Dawn";
54
+ readonly "7028": "Infinite Convergence";
55
+ readonly "7029": "Youmuu's Wake";
56
+ readonly "7030": "Seething Sorrow";
57
+ readonly "7031": "Edge of Finality";
58
+ readonly "7032": "Flicker";
59
+ readonly "7033": "Cry of the Shrieking City";
30
60
  };
31
61
  export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MythicItemNames = void 0;
4
- exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw" };
4
+ exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3031": "Infinity Edge", "3078": "Trinity Force", "3084": "Heartsteel", "3124": "Guinsoo's Rageblade", "3142": "Youmuu's Ghostblade", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6675": "Navori Quickblades", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City" };
@@ -1,31 +1,59 @@
1
1
  export declare const Locales: {
2
+ /** Czech (Czech Republic) */
2
3
  readonly cs_CZ: "cs_CZ";
4
+ /** Greek (Greece) */
3
5
  readonly el_GR: "el_GR";
6
+ /** Polish (Poland) */
4
7
  readonly pl_PL: "pl_PL";
8
+ /** Romanian (Romania) */
5
9
  readonly ro_RO: "ro_RO";
10
+ /** Hungarian (Hungary) */
6
11
  readonly hu_HU: "hu_HU";
12
+ /** English (United Kingdom) */
7
13
  readonly en_GB: "en_GB";
14
+ /** German (Germany) */
8
15
  readonly de_DE: "de_DE";
16
+ /** Spanish (Spain) */
9
17
  readonly es_ES: "es_ES";
18
+ /** Italian (Italy) */
10
19
  readonly it_IT: "it_IT";
20
+ /** French (France) */
11
21
  readonly fr_FR: "fr_FR";
22
+ /** Japanese (Japan) */
12
23
  readonly ja_JP: "ja_JP";
24
+ /** Korean (Korea) */
13
25
  readonly ko_KR: "ko_KR";
26
+ /** Spanish (Mexico) */
14
27
  readonly es_MX: "es_MX";
28
+ /** Spanish (Argentina) */
15
29
  readonly es_AR: "es_AR";
30
+ /** Portuguese (Brazil) */
16
31
  readonly pt_BR: "pt_BR";
32
+ /** English (United States) */
17
33
  readonly en_US: "en_US";
34
+ /** English (Australia) */
18
35
  readonly en_AU: "en_AU";
36
+ /** Russian (Russia) */
19
37
  readonly ru_RU: "ru_RU";
38
+ /** Turkish (Turkey) */
20
39
  readonly tr_TR: "tr_TR";
40
+ /** Malay (Malaysia) */
21
41
  readonly ms_MY: "ms_MY";
42
+ /** English (Republic of the Philippines) */
22
43
  readonly en_PH: "en_PH";
44
+ /** English (Singapore) */
23
45
  readonly en_SG: "en_SG";
46
+ /** Thai (Thailand) */
24
47
  readonly th_TH: "th_TH";
25
- readonly vn_VN: "vn_VN";
48
+ /** Vietnamese (Viet Nam) */
49
+ readonly vi_VN: "vi_VN";
50
+ /** Indonesian (Indonesia) */
26
51
  readonly id_ID: "id_ID";
52
+ /** Chinese (Malaysia) */
27
53
  readonly zh_MY: "zh_MY";
54
+ /** Chinese (China) */
28
55
  readonly zh_CN: "zh_CN";
56
+ /** Chinese (Taiwan) */
29
57
  readonly zh_TW: "zh_TW";
30
58
  };
31
59
  export type Locale = typeof Locales[keyof typeof Locales];
@@ -2,33 +2,61 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isLocale = exports.Locales = void 0;
4
4
  exports.Locales = {
5
+ /** Czech (Czech Republic) */
5
6
  'cs_CZ': 'cs_CZ',
7
+ /** Greek (Greece) */
6
8
  'el_GR': 'el_GR',
9
+ /** Polish (Poland) */
7
10
  'pl_PL': 'pl_PL',
11
+ /** Romanian (Romania) */
8
12
  'ro_RO': 'ro_RO',
13
+ /** Hungarian (Hungary) */
9
14
  'hu_HU': 'hu_HU',
15
+ /** English (United Kingdom) */
10
16
  'en_GB': 'en_GB',
17
+ /** German (Germany) */
11
18
  'de_DE': 'de_DE',
19
+ /** Spanish (Spain) */
12
20
  'es_ES': 'es_ES',
21
+ /** Italian (Italy) */
13
22
  'it_IT': 'it_IT',
23
+ /** French (France) */
14
24
  'fr_FR': 'fr_FR',
25
+ /** Japanese (Japan) */
15
26
  'ja_JP': 'ja_JP',
27
+ /** Korean (Korea) */
16
28
  'ko_KR': 'ko_KR',
29
+ /** Spanish (Mexico) */
17
30
  'es_MX': 'es_MX',
31
+ /** Spanish (Argentina) */
18
32
  'es_AR': 'es_AR',
33
+ /** Portuguese (Brazil) */
19
34
  'pt_BR': 'pt_BR',
35
+ /** English (United States) */
20
36
  'en_US': 'en_US',
37
+ /** English (Australia) */
21
38
  'en_AU': 'en_AU',
39
+ /** Russian (Russia) */
22
40
  'ru_RU': 'ru_RU',
41
+ /** Turkish (Turkey) */
23
42
  'tr_TR': 'tr_TR',
43
+ /** Malay (Malaysia) */
24
44
  'ms_MY': 'ms_MY',
45
+ /** English (Republic of the Philippines) */
25
46
  'en_PH': 'en_PH',
47
+ /** English (Singapore) */
26
48
  'en_SG': 'en_SG',
49
+ /** Thai (Thailand) */
27
50
  'th_TH': 'th_TH',
28
- 'vn_VN': 'vn_VN',
51
+ /** Vietnamese (Viet Nam) */
52
+ 'vi_VN': 'vi_VN',
53
+ /** Indonesian (Indonesia) */
29
54
  'id_ID': 'id_ID',
55
+ /** Chinese (Malaysia) */
30
56
  'zh_MY': 'zh_MY',
57
+ /** Chinese (China) */
31
58
  'zh_CN': 'zh_CN',
59
+ /** Chinese (Taiwan) */
32
60
  'zh_TW': 'zh_TW',
33
61
  };
34
62
  function isLocale(value) {
@@ -0,0 +1,17 @@
1
+ /**
2
+ * 11 — Summoner's Rift
3
+ *
4
+ * 12 — Howling Abyss
5
+ *
6
+ * 21 — Nexus Blitz
7
+ *
8
+ * 22 — Convergence
9
+ */
10
+ export declare const MapIds: {
11
+ readonly 11: 11;
12
+ readonly 12: 12;
13
+ readonly 21: 21;
14
+ readonly 22: 22;
15
+ };
16
+ export type MapId = typeof MapIds[keyof typeof MapIds];
17
+ export declare function isMapId(value: number): value is MapId;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isMapId = exports.MapIds = void 0;
4
+ /**
5
+ * 11 — Summoner's Rift
6
+ *
7
+ * 12 — Howling Abyss
8
+ *
9
+ * 21 — Nexus Blitz
10
+ *
11
+ * 22 — Convergence
12
+ */
13
+ exports.MapIds = {
14
+ 11: 11,
15
+ 12: 12,
16
+ 21: 21,
17
+ 22: 22,
18
+ };
19
+ function isMapId(value) {
20
+ return value in exports.MapIds;
21
+ }
22
+ exports.isMapId = isMapId;