lol-constants 2.20.0 → 2.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. package/assets/constants/BootsItemNames.d.ts +1 -1
  2. package/assets/constants/BootsItemNames.js +3 -1
  3. package/assets/constants/Champion.d.ts +437 -390
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +8408 -5935
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +5 -5
  9. package/assets/constants/RunesReforged.d.ts +45 -66
  10. package/assets/constants/RunesReforged.js +1 -1
  11. package/assets/constants/StatRunes.d.ts +28 -11
  12. package/assets/constants/StatRunes.js +11 -11
  13. package/assets/constants/StatRunesByRow.d.ts +6 -6
  14. package/assets/constants/StatRunesByRow.js +6 -6
  15. package/assets/constants/Summoner.d.ts +36 -36
  16. package/assets/constants/Summoner.js +1 -1
  17. package/assets/scripts/generate-rune-ids.js +2 -4
  18. package/assets/scripts/generate-rune-names.js +2 -4
  19. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  20. package/assets/scripts/generate-stat-rune-names.js +2 -4
  21. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  22. package/core/constants/Champions/ChampionIds.js +1 -1
  23. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  25. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  26. package/core/constants/Champions/ChampionKeys.js +1 -1
  27. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  29. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  30. package/core/constants/Champions/ChampionNames.js +1 -1
  31. package/core/constants/DataDragonUrls.d.ts +16 -16
  32. package/core/constants/DataDragonUrls.js +2 -2
  33. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  34. package/core/constants/Items/BootsItemKeys.js +1 -1
  35. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  36. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  37. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  38. package/core/constants/Items/BootsItemNames.js +1 -1
  39. package/core/constants/Items/ItemKeys.d.ts +9 -6
  40. package/core/constants/Items/ItemKeys.js +1 -1
  41. package/core/constants/Items/ItemKeysNum.d.ts +9 -6
  42. package/core/constants/Items/ItemKeysNum.js +1 -1
  43. package/core/constants/Items/ItemNames.d.ts +9 -6
  44. package/core/constants/Items/ItemNames.js +1 -1
  45. package/core/constants/Items/LegendaryItemKeys.d.ts +6 -5
  46. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  47. package/core/constants/Items/LegendaryItemKeysNum.d.ts +6 -5
  48. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  49. package/core/constants/Items/LegendaryItemNames.d.ts +6 -5
  50. package/core/constants/Items/LegendaryItemNames.js +1 -1
  51. package/core/constants/QueueIds.d.ts +31 -0
  52. package/core/constants/QueueIds.js +57 -1
  53. package/core/constants/Runes/NonStatRuneIds.d.ts +5 -8
  54. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  55. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +5 -8
  56. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  57. package/core/constants/Runes/NonStatRuneNames.d.ts +4 -7
  58. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  59. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  60. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  61. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  62. package/core/constants/Runes/RuneSets.d.ts +67 -91
  63. package/core/constants/Runes/RuneSets.js +7 -7
  64. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +73 -97
  65. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  66. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +73 -97
  67. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  68. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  69. package/core/index.d.ts +0 -1
  70. package/core/index.js +0 -1
  71. package/package.json +27 -27
  72. package/assets/constants/MythicItemNames.d.ts +0 -1
  73. package/assets/constants/MythicItemNames.js +0 -37
  74. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  75. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  76. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  77. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  78. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  79. package/assets/scripts/generate-tree-rune-names.js +0 -22
  80. package/assets/scripts/helpers/getComment.d.ts +0 -1
  81. package/assets/scripts/helpers/getComment.js +0 -8
  82. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  83. package/core/constants/Items/MythicItemKeys.js +0 -4
  84. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  85. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  86. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  87. package/core/constants/Items/MythicItemNames.js +0 -4
  88. package/core/constants/Queues.d.ts +0 -7
  89. package/core/constants/Queues.js +0 -12
  90. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  91. package/core/constants/Runes/TreeRuneIds.js +0 -4
  92. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  93. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  94. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  95. package/core/constants/Runes/TreeRuneNames.js +0 -4
  96. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  97. package/core/helpers/Items/isMythicItemKey.js +0 -8
  98. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  99. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  100. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  101. package/core/helpers/Items/isMythicItemName.js +0 -8
  102. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  103. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  104. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  105. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  106. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  107. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  108. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  109. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  110. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  111. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  112. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  113. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  114. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  115. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  116. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  117. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  118. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  119. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -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", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "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", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "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", "2020": "The Brutalizer", "2021": "Tunneler", "2022": "Glowing Mote", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2150": "Elixir of Skill", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2403": "Minion Dematerializer", "2419": "Commencing Stopwatch", "2420": "Seeker's Armguard", "2421": "Shattered Armguard", "2422": "Slightly Magical Footwear", "2423": "Perfectly Timed Stopwatch", "2502": "Unending Despair", "2504": "Kaenic Rookern", "3002": "Trailblazer", "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", "3073": "Experimental Hexplate", "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", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3145": "Hextech Alternator", "3147": "Haunting Guise", "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", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3302": "Terminus", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "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", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "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", "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", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6670": "Noonquiver", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7003": "Rabadon's Deathcrown", "7004": "Enmity of the Masses", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Swordnado", "7008": "Ataraxia", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Force of Arms", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Certainty", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7034": "Hope Adrift", "7035": "Daybreak", "7036": "T.U.R.B.O.", "7037": "Obsidian Cleaver", "7038": "Shojin's Resolve", "7039": "Heavensfall", "7040": "Eye of the Storm", "7041": "Wyrmfallen Sacrifice", "7042": "The Baron's Gift", "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", "1036": "Long Sword", "1037": "Pickaxe", "1038": "B. F. Sword", "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", "1500": "Penetrating Bullets", "1501": "Fortification", "1502": "Reinforced Armor", "1503": "Warden's Eye", "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", "2019": "Steel Sigil", "2020": "The Brutalizer", "2021": "Tunneler", "2022": "Glowing Mote", "2031": "Refillable Potion", "2033": "Corrupting Potion", "2052": "Poro-Snax", "2055": "Control Ward", "2065": "Shurelya's Battlesong", "2138": "Elixir of Iron", "2139": "Elixir of Sorcery", "2140": "Elixir of Wrath", "2150": "Elixir of Skill", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2403": "Minion Dematerializer", "2420": "Seeker's Armguard", "2421": "Shattered Armguard", "2422": "Slightly Magical Footwear", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "2508": "Fated Ashes", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3010": "Symbiotic Soles", "3011": "Chemtech Putrifier", "3013": "Synchronized Souls", "3020": "Sorcerer's Shoes", "3024": "Glacial Buckler", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "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", "3073": "Experimental Hexplate", "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", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3108": "Fiendish Codex", "3109": "Knight's Vow", "3110": "Frozen Heart", "3111": "Mercury's Treads", "3113": "Aether Wisp", "3114": "Forbidden Idol", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3117": "Mobility Boots", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3123": "Executioner's Calling", "3124": "Guinsoo's Rageblade", "3133": "Caulfield's Warhammer", "3134": "Serrated Dirk", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3140": "Quicksilver Sash", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3144": "Scout's Slingshot", "3145": "Hextech Alternator", "3147": "Haunting Guise", "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", "3172": "Zephyr", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3211": "Spectre's Cowl", "3222": "Mikael's Blessing", "3302": "Terminus", "3330": "Scarecrow Effigy", "3340": "Stealth Ward", "3363": "Farsight Alteration", "3364": "Oracle Lens", "3400": "Your Cut", "3504": "Ardent Censer", "3508": "Essence Reaver", "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", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "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", "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", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6660": "Bami's Cinder", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6670": "Noonquiver", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Flickerblade", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6693": "Prowler's Claw", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7003": "Rabadon's Deathcrown", "7004": "Enmity of the Masses", "7005": "Frozen Fist", "7006": "Typhoon", "7007": "Swordnado", "7008": "Ataraxia", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Force of Arms", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7022": "Certainty", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "7034": "Hope Adrift", "7035": "Daybreak", "7036": "T.U.R.B.O.", "7037": "Obsidian Cleaver", "7038": "Shojin's Resolve", "7039": "Heavensfall", "7041": "Wyrmfallen Sacrifice", "7042": "The Baron's Gift", "7050": "Gangplank Placeholder", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -6,6 +6,7 @@ export declare const LegendaryItemKeys: {
6
6
  readonly "Axiom Arc": "6696";
7
7
  readonly "Banshee's Veil": "3102";
8
8
  readonly "Black Cleaver": "3071";
9
+ readonly "Blackfire Torch": "2503";
9
10
  readonly Bloodsong: "3877";
10
11
  readonly Bloodthirster: "3072";
11
12
  readonly "Bounty of Worlds": "3867";
@@ -51,6 +52,7 @@ export declare const LegendaryItemKeys: {
51
52
  readonly Muramana: "3042";
52
53
  readonly "Nashor's Tooth": "3115";
53
54
  readonly Opportunity: "6701";
55
+ readonly "Overlord's Bloodmail": "2501";
54
56
  readonly "Phantom Dancer": "3046";
55
57
  readonly "Profane Hydra": "6698";
56
58
  readonly "Rabadon's Deathcap": "3089";
@@ -60,7 +62,6 @@ export declare const LegendaryItemKeys: {
60
62
  readonly Rectrix: "6690";
61
63
  readonly Redemption: "3107";
62
64
  readonly "Runaan's Hurricane": "3085";
63
- readonly "Runic Compass": "3866";
64
65
  readonly "Rylai's Crystal Scepter": "3116";
65
66
  readonly "Seraph's Embrace": "3040";
66
67
  readonly "Serpent's Fang": "6695";
@@ -72,9 +73,7 @@ export declare const LegendaryItemKeys: {
72
73
  readonly "Spirit Visage": "3065";
73
74
  readonly "Staff of Flowing Water": "6616";
74
75
  readonly "Statikk Shiv": "3087";
75
- readonly "Steel Sigil": "2019";
76
76
  readonly "Sterak's Gage": "3053";
77
- readonly Stormrazor: "3095";
78
77
  readonly Stormsurge: "4646";
79
78
  readonly "Sundered Sky": "6610";
80
79
  readonly "Sunfire Aegis": "3068";
@@ -83,7 +82,6 @@ export declare const LegendaryItemKeys: {
83
82
  readonly Thornmail: "3075";
84
83
  readonly "Titanic Hydra": "3748";
85
84
  readonly Trailblazer: "3002";
86
- readonly Tunneler: "2021";
87
85
  readonly "Umbral Glaive": "3179";
88
86
  readonly "Unending Despair": "2502";
89
87
  readonly "Vigilant Wardstone": "4643";
@@ -95,11 +93,13 @@ export declare const LegendaryItemKeys: {
95
93
  readonly "World Atlas": "3865";
96
94
  readonly "Zaz'Zak's Realmspike": "3871";
97
95
  readonly "Zeke's Convergence": "3050";
96
+ readonly Zephyr: "3172";
98
97
  readonly "Zhonya's Hourglass": "3157";
99
98
  readonly "Echoes of Helia": "6620";
99
+ readonly "Liandry's Torment": "6653";
100
100
  readonly "Locket of the Iron Solari": "3190";
101
101
  readonly "Moonstone Renewer": "6617";
102
- readonly "Navori Quickblades": "6675";
102
+ readonly "Navori Flickerblade": "6675";
103
103
  readonly "Night Harvester": "4636";
104
104
  readonly Riftmaker: "4633";
105
105
  readonly "Shurelya's Battlesong": "2065";
@@ -114,6 +114,7 @@ export declare const LegendaryItemKeys: {
114
114
  readonly Heartsteel: "3084";
115
115
  readonly "Rod of Ages": "6657";
116
116
  readonly "Youmuu's Ghostblade": "3142";
117
+ readonly "Yun Tal Wildarrows": "3032";
117
118
  readonly "Cry of the Shrieking City": "7033";
118
119
  readonly Dreamshatter: "7016";
119
120
  readonly "Edge of Finality": "7031";
@@ -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", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Dream Maker": "3870", "Edge of Night": "3814", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Glowing Mote": "2022", "Guardian Angel": "3026", "Hollow Radiance": "6664", "Horizon Focus": "4628", "Hubris": "6697", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kaenic Rookern": "2504", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Luden's Companion": "6655", "Malignance": "3118", "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", "Opportunity": "6701", "Phantom Dancer": "3046", "Profane Hydra": "6698", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Rectrix": "6690", "Redemption": "3107", "Runaan's Hurricane": "3085", "Runic Compass": "3866", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shattered Armguard": "2421", "Solstice Sleigh": "3876", "Spear of Shojin": "3161", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Statikk Shiv": "3087", "Steel Sigil": "2019", "Sterak's Gage": "3053", "Stormrazor": "3095", "Stormsurge": "4646", "Sundered Sky": "6610", "Sunfire Aegis": "3068", "Terminus": "3302", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Trailblazer": "3002", "Tunneler": "2021", "Umbral Glaive": "3179", "Unending Despair": "2502", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Voltaic Cyclosword": "6699", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "World Atlas": "3865", "Zaz'Zak's Realmspike": "3871", "Zeke's Convergence": "3050", "Zhonya's Hourglass": "3157", "Echoes of Helia": "6620", "Locket of the Iron Solari": "3190", "Moonstone Renewer": "6617", "Navori Quickblades": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Eclipse": "6692", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Jak'Sho, The Protean": "6665", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Cry of the Shrieking City": "7033", "Dreamshatter": "7016", "Edge of Finality": "7031", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "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" };
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", "Blackfire Torch": "2503", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Dream Maker": "3870", "Edge of Night": "3814", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Glowing Mote": "2022", "Guardian Angel": "3026", "Hollow Radiance": "6664", "Horizon Focus": "4628", "Hubris": "6697", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kaenic Rookern": "2504", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Luden's Companion": "6655", "Malignance": "3118", "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", "Opportunity": "6701", "Overlord's Bloodmail": "2501", "Phantom Dancer": "3046", "Profane Hydra": "6698", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Rectrix": "6690", "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", "Shattered Armguard": "2421", "Solstice Sleigh": "3876", "Spear of Shojin": "3161", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Statikk Shiv": "3087", "Sterak's Gage": "3053", "Stormsurge": "4646", "Sundered Sky": "6610", "Sunfire Aegis": "3068", "Terminus": "3302", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Trailblazer": "3002", "Umbral Glaive": "3179", "Unending Despair": "2502", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Voltaic Cyclosword": "6699", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "World Atlas": "3865", "Zaz'Zak's Realmspike": "3871", "Zeke's Convergence": "3050", "Zephyr": "3172", "Zhonya's Hourglass": "3157", "Echoes of Helia": "6620", "Liandry's Torment": "6653", "Locket of the Iron Solari": "3190", "Moonstone Renewer": "6617", "Navori Flickerblade": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Eclipse": "6692", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Jak'Sho, The Protean": "6665", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Yun Tal Wildarrows": "3032", "Cry of the Shrieking City": "7033", "Dreamshatter": "7016", "Edge of Finality": "7031", "Frozen Fist": "7005", "Flicker": "7032", "Infinite Convergence": "7028", "Icathia's Curse": "7009", "Infinity Force": "7018", "Leviathan": "7025", "Liandry's Lament": "7012", "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" };
@@ -6,6 +6,7 @@ export declare const LegendaryItemKeysNum: {
6
6
  readonly "Axiom Arc": 6696;
7
7
  readonly "Banshee's Veil": 3102;
8
8
  readonly "Black Cleaver": 3071;
9
+ readonly "Blackfire Torch": 2503;
9
10
  readonly Bloodsong: 3877;
10
11
  readonly Bloodthirster: 3072;
11
12
  readonly "Bounty of Worlds": 3867;
@@ -51,6 +52,7 @@ export declare const LegendaryItemKeysNum: {
51
52
  readonly Muramana: 3042;
52
53
  readonly "Nashor's Tooth": 3115;
53
54
  readonly Opportunity: 6701;
55
+ readonly "Overlord's Bloodmail": 2501;
54
56
  readonly "Phantom Dancer": 3046;
55
57
  readonly "Profane Hydra": 6698;
56
58
  readonly "Rabadon's Deathcap": 3089;
@@ -60,7 +62,6 @@ export declare const LegendaryItemKeysNum: {
60
62
  readonly Rectrix: 6690;
61
63
  readonly Redemption: 3107;
62
64
  readonly "Runaan's Hurricane": 3085;
63
- readonly "Runic Compass": 3866;
64
65
  readonly "Rylai's Crystal Scepter": 3116;
65
66
  readonly "Seraph's Embrace": 3040;
66
67
  readonly "Serpent's Fang": 6695;
@@ -72,9 +73,7 @@ export declare const LegendaryItemKeysNum: {
72
73
  readonly "Spirit Visage": 3065;
73
74
  readonly "Staff of Flowing Water": 6616;
74
75
  readonly "Statikk Shiv": 3087;
75
- readonly "Steel Sigil": 2019;
76
76
  readonly "Sterak's Gage": 3053;
77
- readonly Stormrazor: 3095;
78
77
  readonly Stormsurge: 4646;
79
78
  readonly "Sundered Sky": 6610;
80
79
  readonly "Sunfire Aegis": 3068;
@@ -83,7 +82,6 @@ export declare const LegendaryItemKeysNum: {
83
82
  readonly Thornmail: 3075;
84
83
  readonly "Titanic Hydra": 3748;
85
84
  readonly Trailblazer: 3002;
86
- readonly Tunneler: 2021;
87
85
  readonly "Umbral Glaive": 3179;
88
86
  readonly "Unending Despair": 2502;
89
87
  readonly "Vigilant Wardstone": 4643;
@@ -95,11 +93,13 @@ export declare const LegendaryItemKeysNum: {
95
93
  readonly "World Atlas": 3865;
96
94
  readonly "Zaz'Zak's Realmspike": 3871;
97
95
  readonly "Zeke's Convergence": 3050;
96
+ readonly Zephyr: 3172;
98
97
  readonly "Zhonya's Hourglass": 3157;
99
98
  readonly "Echoes of Helia": 6620;
99
+ readonly "Liandry's Torment": 6653;
100
100
  readonly "Locket of the Iron Solari": 3190;
101
101
  readonly "Moonstone Renewer": 6617;
102
- readonly "Navori Quickblades": 6675;
102
+ readonly "Navori Flickerblade": 6675;
103
103
  readonly "Night Harvester": 4636;
104
104
  readonly Riftmaker: 4633;
105
105
  readonly "Shurelya's Battlesong": 2065;
@@ -114,6 +114,7 @@ export declare const LegendaryItemKeysNum: {
114
114
  readonly Heartsteel: 3084;
115
115
  readonly "Rod of Ages": 6657;
116
116
  readonly "Youmuu's Ghostblade": 3142;
117
+ readonly "Yun Tal Wildarrows": 3032;
117
118
  readonly "Cry of the Shrieking City": 7033;
118
119
  readonly Dreamshatter: 7016;
119
120
  readonly "Edge of Finality": 7031;
@@ -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, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Dream Maker": 3870, "Edge of Night": 3814, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Glowing Mote": 2022, "Guardian Angel": 3026, "Hollow Radiance": 6664, "Horizon Focus": 4628, "Hubris": 6697, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kaenic Rookern": 2504, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Luden's Companion": 6655, "Malignance": 3118, "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, "Opportunity": 6701, "Phantom Dancer": 3046, "Profane Hydra": 6698, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Rectrix": 6690, "Redemption": 3107, "Runaan's Hurricane": 3085, "Runic Compass": 3866, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shattered Armguard": 2421, "Solstice Sleigh": 3876, "Spear of Shojin": 3161, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Statikk Shiv": 3087, "Steel Sigil": 2019, "Sterak's Gage": 3053, "Stormrazor": 3095, "Stormsurge": 4646, "Sundered Sky": 6610, "Sunfire Aegis": 3068, "Terminus": 3302, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Trailblazer": 3002, "Tunneler": 2021, "Umbral Glaive": 3179, "Unending Despair": 2502, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Voltaic Cyclosword": 6699, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "World Atlas": 3865, "Zaz'Zak's Realmspike": 3871, "Zeke's Convergence": 3050, "Zhonya's Hourglass": 3157, "Echoes of Helia": 6620, "Locket of the Iron Solari": 3190, "Moonstone Renewer": 6617, "Navori Quickblades": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Eclipse": 6692, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Jak'Sho, The Protean": 6665, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Cry of the Shrieking City": 7033, "Dreamshatter": 7016, "Edge of Finality": 7031, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "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 };
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, "Blackfire Torch": 2503, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Dream Maker": 3870, "Edge of Night": 3814, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Glowing Mote": 2022, "Guardian Angel": 3026, "Hollow Radiance": 6664, "Horizon Focus": 4628, "Hubris": 6697, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kaenic Rookern": 2504, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Luden's Companion": 6655, "Malignance": 3118, "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, "Opportunity": 6701, "Overlord's Bloodmail": 2501, "Phantom Dancer": 3046, "Profane Hydra": 6698, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Rectrix": 6690, "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, "Shattered Armguard": 2421, "Solstice Sleigh": 3876, "Spear of Shojin": 3161, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Statikk Shiv": 3087, "Sterak's Gage": 3053, "Stormsurge": 4646, "Sundered Sky": 6610, "Sunfire Aegis": 3068, "Terminus": 3302, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Trailblazer": 3002, "Umbral Glaive": 3179, "Unending Despair": 2502, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Voltaic Cyclosword": 6699, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "World Atlas": 3865, "Zaz'Zak's Realmspike": 3871, "Zeke's Convergence": 3050, "Zephyr": 3172, "Zhonya's Hourglass": 3157, "Echoes of Helia": 6620, "Liandry's Torment": 6653, "Locket of the Iron Solari": 3190, "Moonstone Renewer": 6617, "Navori Flickerblade": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Eclipse": 6692, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Jak'Sho, The Protean": 6665, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Yun Tal Wildarrows": 3032, "Cry of the Shrieking City": 7033, "Dreamshatter": 7016, "Edge of Finality": 7031, "Frozen Fist": 7005, "Flicker": 7032, "Infinite Convergence": 7028, "Icathia's Curse": 7009, "Infinity Force": 7018, "Leviathan": 7025, "Liandry's Lament": 7012, "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,18 +1,19 @@
1
1
  export declare const LegendaryItemNames: {
2
- readonly "2019": "Steel Sigil";
3
- readonly "2021": "Tunneler";
4
2
  readonly "2022": "Glowing Mote";
5
3
  readonly "2065": "Shurelya's Battlesong";
6
4
  readonly "2151": "Elixir of Avarice";
7
5
  readonly "2152": "Elixir of Force";
8
6
  readonly "2421": "Shattered Armguard";
7
+ readonly "2501": "Overlord's Bloodmail";
9
8
  readonly "2502": "Unending Despair";
9
+ readonly "2503": "Blackfire Torch";
10
10
  readonly "2504": "Kaenic Rookern";
11
11
  readonly "3002": "Trailblazer";
12
12
  readonly "3003": "Archangel's Staff";
13
13
  readonly "3004": "Manamune";
14
14
  readonly "3026": "Guardian Angel";
15
15
  readonly "3031": "Infinity Edge";
16
+ readonly "3032": "Yun Tal Wildarrows";
16
17
  readonly "3033": "Mortal Reminder";
17
18
  readonly "3036": "Lord Dominik's Regards";
18
19
  readonly "3040": "Seraph's Embrace";
@@ -36,7 +37,6 @@ export declare const LegendaryItemNames: {
36
37
  readonly "3089": "Rabadon's Deathcap";
37
38
  readonly "3091": "Wit's End";
38
39
  readonly "3094": "Rapid Firecannon";
39
- readonly "3095": "Stormrazor";
40
40
  readonly "3100": "Lich Bane";
41
41
  readonly "3102": "Banshee's Veil";
42
42
  readonly "3107": "Redemption";
@@ -58,6 +58,7 @@ export declare const LegendaryItemNames: {
58
58
  readonly "3157": "Zhonya's Hourglass";
59
59
  readonly "3161": "Spear of Shojin";
60
60
  readonly "3165": "Morellonomicon";
61
+ readonly "3172": "Zephyr";
61
62
  readonly "3179": "Umbral Glaive";
62
63
  readonly "3181": "Hullbreaker";
63
64
  readonly "3190": "Locket of the Iron Solari";
@@ -69,7 +70,6 @@ export declare const LegendaryItemNames: {
69
70
  readonly "3748": "Titanic Hydra";
70
71
  readonly "3814": "Edge of Night";
71
72
  readonly "3865": "World Atlas";
72
- readonly "3866": "Runic Compass";
73
73
  readonly "3867": "Bounty of Worlds";
74
74
  readonly "3869": "Celestial Opposition";
75
75
  readonly "3870": "Dream Maker";
@@ -94,6 +94,7 @@ export declare const LegendaryItemNames: {
94
94
  readonly "6620": "Echoes of Helia";
95
95
  readonly "6621": "Dawncore";
96
96
  readonly "6631": "Stridebreaker";
97
+ readonly "6653": "Liandry's Torment";
97
98
  readonly "6655": "Luden's Companion";
98
99
  readonly "6657": "Rod of Ages";
99
100
  readonly "6662": "Iceborn Gauntlet";
@@ -101,7 +102,7 @@ export declare const LegendaryItemNames: {
101
102
  readonly "6665": "Jak'Sho, The Protean";
102
103
  readonly "6672": "Kraken Slayer";
103
104
  readonly "6673": "Immortal Shieldbow";
104
- readonly "6675": "Navori Quickblades";
105
+ readonly "6675": "Navori Flickerblade";
105
106
  readonly "6676": "The Collector";
106
107
  readonly "6690": "Rectrix";
107
108
  readonly "6692": "Eclipse";
@@ -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 = { "2019": "Steel Sigil", "2021": "Tunneler", "2022": "Glowing Mote", "2065": "Shurelya's Battlesong", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2421": "Shattered Armguard", "2502": "Unending Despair", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "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", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3078": "Trinity Force", "3083": "Warmog's Armor", "3084": "Heartsteel", "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", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3152": "Hextech Rocketbelt", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3222": "Mikael's Blessing", "3302": "Terminus", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3865": "World Atlas", "3866": "Runic Compass", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4633": "Riftmaker", "4636": "Night Harvester", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6655": "Luden's Companion", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Quickblades", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
4
+ exports.LegendaryItemNames = { "2022": "Glowing Mote", "2065": "Shurelya's Battlesong", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2421": "Shattered Armguard", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "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", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3078": "Trinity Force", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "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", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3152": "Hextech Rocketbelt", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3172": "Zephyr", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3222": "Mikael's Blessing", "3302": "Terminus", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3865": "World Atlas", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4633": "Riftmaker", "4636": "Night Harvester", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Flickerblade", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "7001": "Syzygy", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7016": "Dreamshatter", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -81,3 +81,34 @@ export declare const QueueIds: {
81
81
  };
82
82
  export type QueueId = typeof QueueIds[keyof typeof QueueIds];
83
83
  export declare function isQueueId(value: number): value is QueueId;
84
+ export declare const QueueDescriptions: {
85
+ [queueId in QueueId]: string;
86
+ };
87
+ export declare const QueueDescriptionsToIds: {
88
+ readonly Custom: 0;
89
+ readonly '5v5 Draft Pick': 400;
90
+ readonly '5v5 Ranked Solo': 420;
91
+ readonly '5v5 Blind Pick': 430;
92
+ readonly '5v5 Ranked Flex': 440;
93
+ readonly '5v5 ARAM': 450;
94
+ readonly Clash: 700;
95
+ readonly 'ARAM Clash': 720;
96
+ readonly 'Co-op vs. AI Intro Bots': 830;
97
+ readonly 'Co-op vs. AI Beginner Bots': 840;
98
+ readonly 'Co-op vs. AI Intermediate Bots': 850;
99
+ readonly ARURF: 900;
100
+ readonly 'Legend of the Poro King': 920;
101
+ readonly 'Snow ARURF': 1010;
102
+ readonly 'One for All': 1020;
103
+ readonly 'Teamfight Tactics': 1090;
104
+ readonly 'Ranked Teamfight Tactics': 1100;
105
+ readonly 'Teamfight Tactics Tutorial': 1110;
106
+ readonly 'Teamfight Tactics test': 1111;
107
+ readonly 'Nexus Blitz': 1300;
108
+ readonly 'Ultimate Spellbook': 1400;
109
+ readonly 'Arena 2v2v2v2': 1700;
110
+ readonly URF: 1900;
111
+ readonly 'Tutorial 1': 2000;
112
+ readonly 'Tutorial 2': 2010;
113
+ readonly 'Tutorial 3': 2020;
114
+ };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isQueueId = exports.QueueIds = void 0;
3
+ exports.QueueDescriptionsToIds = exports.QueueDescriptions = exports.isQueueId = exports.QueueIds = void 0;
4
4
  /**
5
5
  * 0 — Custom games
6
6
  *
@@ -86,3 +86,59 @@ function isQueueId(value) {
86
86
  return value in exports.QueueIds;
87
87
  }
88
88
  exports.isQueueId = isQueueId;
89
+ exports.QueueDescriptions = {
90
+ 0: 'Custom',
91
+ 400: '5v5 Draft Pick',
92
+ 420: '5v5 Ranked Solo',
93
+ 430: '5v5 Blind Pick',
94
+ 440: '5v5 Ranked Flex',
95
+ 450: '5v5 ARAM',
96
+ 700: 'Clash',
97
+ 720: 'ARAM Clash',
98
+ 830: 'Co-op vs. AI Intro Bots',
99
+ 840: 'Co-op vs. AI Beginner Bots',
100
+ 850: 'Co-op vs. AI Intermediate Bots',
101
+ 900: 'ARURF',
102
+ 920: 'Legend of the Poro King',
103
+ 1010: 'Snow ARURF',
104
+ 1020: 'One for All',
105
+ 1090: 'Teamfight Tactics',
106
+ 1100: 'Ranked Teamfight Tactics',
107
+ 1110: 'Teamfight Tactics Tutorial',
108
+ 1111: 'Teamfight Tactics test',
109
+ 1300: 'Nexus Blitz',
110
+ 1400: 'Ultimate Spellbook',
111
+ 1700: 'Arena 2v2v2v2',
112
+ 1900: 'URF',
113
+ 2000: 'Tutorial 1',
114
+ 2010: 'Tutorial 2',
115
+ 2020: 'Tutorial 3',
116
+ };
117
+ exports.QueueDescriptionsToIds = {
118
+ 'Custom': 0,
119
+ '5v5 Draft Pick': 400,
120
+ '5v5 Ranked Solo': 420,
121
+ '5v5 Blind Pick': 430,
122
+ '5v5 Ranked Flex': 440,
123
+ '5v5 ARAM': 450,
124
+ 'Clash': 700,
125
+ 'ARAM Clash': 720,
126
+ 'Co-op vs. AI Intro Bots': 830,
127
+ 'Co-op vs. AI Beginner Bots': 840,
128
+ 'Co-op vs. AI Intermediate Bots': 850,
129
+ 'ARURF': 900,
130
+ 'Legend of the Poro King': 920,
131
+ 'Snow ARURF': 1010,
132
+ 'One for All': 1020,
133
+ 'Teamfight Tactics': 1090,
134
+ 'Ranked Teamfight Tactics': 1100,
135
+ 'Teamfight Tactics Tutorial': 1110,
136
+ 'Teamfight Tactics test': 1111,
137
+ 'Nexus Blitz': 1300,
138
+ 'Ultimate Spellbook': 1400,
139
+ 'Arena 2v2v2v2': 1700,
140
+ 'URF': 1900,
141
+ 'Tutorial 1': 2000,
142
+ 'Tutorial 2': 2010,
143
+ 'Tutorial 3': 2020,
144
+ };
@@ -1,6 +1,5 @@
1
1
  export declare const NonStatRuneIds: {
2
2
  readonly Electrocute: "8112";
3
- readonly Predator: "8124";
4
3
  readonly "Dark Harvest": "8128";
5
4
  readonly "Hail of Blades": "9923";
6
5
  readonly "Cheap Shot": "8126";
@@ -10,7 +9,6 @@ export declare const NonStatRuneIds: {
10
9
  readonly "Ghost Poro": "8120";
11
10
  readonly "Eyeball Collection": "8138";
12
11
  readonly "Treasure Hunter": "8135";
13
- readonly "Ingenious Hunter": "8134";
14
12
  readonly "Relentless Hunter": "8105";
15
13
  readonly "Ultimate Hunter": "8106";
16
14
  readonly "Glacial Augment": "8351";
@@ -18,22 +16,21 @@ export declare const NonStatRuneIds: {
18
16
  readonly "First Strike": "8369";
19
17
  readonly "Hextech Flashtraption": "8306";
20
18
  readonly "Magical Footwear": "8304";
19
+ readonly "Cash Back": "8321";
21
20
  readonly "Triple Tonic": "8313";
22
- readonly "Future's Market": "8321";
23
- readonly "Minion Dematerializer": "8316";
21
+ readonly "Time Warp Tonic": "8352";
24
22
  readonly "Biscuit Delivery": "8345";
25
23
  readonly "Cosmic Insight": "8347";
26
24
  readonly "Approach Velocity": "8410";
27
- readonly "Time Warp Tonic": "8352";
25
+ readonly "Jack Of All Trades": "8316";
28
26
  readonly "Press the Attack": "8005";
29
- readonly "Lethal Tempo": "8008";
30
27
  readonly "Fleet Footwork": "8021";
31
28
  readonly Conqueror: "8010";
32
- readonly Overheal: "9101";
29
+ readonly "Absorb Life": "9101";
33
30
  readonly Triumph: "9111";
34
31
  readonly "Presence of Mind": "8009";
35
32
  readonly "Legend: Alacrity": "9104";
36
- readonly "Legend: Tenacity": "9105";
33
+ readonly "Legend: Haste": "9105";
37
34
  readonly "Legend: Bloodline": "9103";
38
35
  readonly "Coup de Grace": "8014";
39
36
  readonly "Cut Down": "8017";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneIds = void 0;
4
- exports.NonStatRuneIds = { "Electrocute": "8112", "Predator": "8124", "Dark Harvest": "8128", "Hail of Blades": "9923", "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Ingenious Hunter": "8134", "Relentless Hunter": "8105", "Ultimate Hunter": "8106", "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Triple Tonic": "8313", "Future's Market": "8321", "Minion Dematerializer": "8316", "Biscuit Delivery": "8345", "Cosmic Insight": "8347", "Approach Velocity": "8410", "Time Warp Tonic": "8352", "Press the Attack": "8005", "Lethal Tempo": "8008", "Fleet Footwork": "8021", "Conqueror": "8010", "Overheal": "9101", "Triumph": "9111", "Presence of Mind": "8009", "Legend: Alacrity": "9104", "Legend: Tenacity": "9105", "Legend: Bloodline": "9103", "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299", "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465", "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401", "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473", "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242", "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230", "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275", "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233", "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" };
4
+ exports.NonStatRuneIds = { "Electrocute": "8112", "Dark Harvest": "8128", "Hail of Blades": "9923", "Cheap Shot": "8126", "Taste of Blood": "8139", "Sudden Impact": "8143", "Zombie Ward": "8136", "Ghost Poro": "8120", "Eyeball Collection": "8138", "Treasure Hunter": "8135", "Relentless Hunter": "8105", "Ultimate Hunter": "8106", "Glacial Augment": "8351", "Unsealed Spellbook": "8360", "First Strike": "8369", "Hextech Flashtraption": "8306", "Magical Footwear": "8304", "Cash Back": "8321", "Triple Tonic": "8313", "Time Warp Tonic": "8352", "Biscuit Delivery": "8345", "Cosmic Insight": "8347", "Approach Velocity": "8410", "Jack Of All Trades": "8316", "Press the Attack": "8005", "Fleet Footwork": "8021", "Conqueror": "8010", "Absorb Life": "9101", "Triumph": "9111", "Presence of Mind": "8009", "Legend: Alacrity": "9104", "Legend: Haste": "9105", "Legend: Bloodline": "9103", "Coup de Grace": "8014", "Cut Down": "8017", "Last Stand": "8299", "Grasp of the Undying": "8437", "Aftershock": "8439", "Guardian": "8465", "Demolish": "8446", "Font of Life": "8463", "Shield Bash": "8401", "Conditioning": "8429", "Second Wind": "8444", "Bone Plating": "8473", "Overgrowth": "8451", "Revitalize": "8453", "Unflinching": "8242", "Summon Aery": "8214", "Arcane Comet": "8229", "Phase Rush": "8230", "Nullifying Orb": "8224", "Manaflow Band": "8226", "Nimbus Cloak": "8275", "Transcendence": "8210", "Celerity": "8234", "Absolute Focus": "8233", "Scorch": "8237", "Waterwalking": "8232", "Gathering Storm": "8236" };
@@ -1,6 +1,5 @@
1
1
  export declare const NonStatRuneIdsNum: {
2
2
  readonly Electrocute: 8112;
3
- readonly Predator: 8124;
4
3
  readonly "Dark Harvest": 8128;
5
4
  readonly "Hail of Blades": 9923;
6
5
  readonly "Cheap Shot": 8126;
@@ -10,7 +9,6 @@ export declare const NonStatRuneIdsNum: {
10
9
  readonly "Ghost Poro": 8120;
11
10
  readonly "Eyeball Collection": 8138;
12
11
  readonly "Treasure Hunter": 8135;
13
- readonly "Ingenious Hunter": 8134;
14
12
  readonly "Relentless Hunter": 8105;
15
13
  readonly "Ultimate Hunter": 8106;
16
14
  readonly "Glacial Augment": 8351;
@@ -18,22 +16,21 @@ export declare const NonStatRuneIdsNum: {
18
16
  readonly "First Strike": 8369;
19
17
  readonly "Hextech Flashtraption": 8306;
20
18
  readonly "Magical Footwear": 8304;
19
+ readonly "Cash Back": 8321;
21
20
  readonly "Triple Tonic": 8313;
22
- readonly "Future's Market": 8321;
23
- readonly "Minion Dematerializer": 8316;
21
+ readonly "Time Warp Tonic": 8352;
24
22
  readonly "Biscuit Delivery": 8345;
25
23
  readonly "Cosmic Insight": 8347;
26
24
  readonly "Approach Velocity": 8410;
27
- readonly "Time Warp Tonic": 8352;
25
+ readonly "Jack Of All Trades": 8316;
28
26
  readonly "Press the Attack": 8005;
29
- readonly "Lethal Tempo": 8008;
30
27
  readonly "Fleet Footwork": 8021;
31
28
  readonly Conqueror: 8010;
32
- readonly Overheal: 9101;
29
+ readonly "Absorb Life": 9101;
33
30
  readonly Triumph: 9111;
34
31
  readonly "Presence of Mind": 8009;
35
32
  readonly "Legend: Alacrity": 9104;
36
- readonly "Legend: Tenacity": 9105;
33
+ readonly "Legend: Haste": 9105;
37
34
  readonly "Legend: Bloodline": 9103;
38
35
  readonly "Coup de Grace": 8014;
39
36
  readonly "Cut Down": 8017;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneIdsNum = void 0;
4
- exports.NonStatRuneIdsNum = { "Electrocute": 8112, "Predator": 8124, "Dark Harvest": 8128, "Hail of Blades": 9923, "Cheap Shot": 8126, "Taste of Blood": 8139, "Sudden Impact": 8143, "Zombie Ward": 8136, "Ghost Poro": 8120, "Eyeball Collection": 8138, "Treasure Hunter": 8135, "Ingenious Hunter": 8134, "Relentless Hunter": 8105, "Ultimate Hunter": 8106, "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Triple Tonic": 8313, "Future's Market": 8321, "Minion Dematerializer": 8316, "Biscuit Delivery": 8345, "Cosmic Insight": 8347, "Approach Velocity": 8410, "Time Warp Tonic": 8352, "Press the Attack": 8005, "Lethal Tempo": 8008, "Fleet Footwork": 8021, "Conqueror": 8010, "Overheal": 9101, "Triumph": 9111, "Presence of Mind": 8009, "Legend: Alacrity": 9104, "Legend: Tenacity": 9105, "Legend: Bloodline": 9103, "Coup de Grace": 8014, "Cut Down": 8017, "Last Stand": 8299, "Grasp of the Undying": 8437, "Aftershock": 8439, "Guardian": 8465, "Demolish": 8446, "Font of Life": 8463, "Shield Bash": 8401, "Conditioning": 8429, "Second Wind": 8444, "Bone Plating": 8473, "Overgrowth": 8451, "Revitalize": 8453, "Unflinching": 8242, "Summon Aery": 8214, "Arcane Comet": 8229, "Phase Rush": 8230, "Nullifying Orb": 8224, "Manaflow Band": 8226, "Nimbus Cloak": 8275, "Transcendence": 8210, "Celerity": 8234, "Absolute Focus": 8233, "Scorch": 8237, "Waterwalking": 8232, "Gathering Storm": 8236 };
4
+ exports.NonStatRuneIdsNum = { "Electrocute": 8112, "Dark Harvest": 8128, "Hail of Blades": 9923, "Cheap Shot": 8126, "Taste of Blood": 8139, "Sudden Impact": 8143, "Zombie Ward": 8136, "Ghost Poro": 8120, "Eyeball Collection": 8138, "Treasure Hunter": 8135, "Relentless Hunter": 8105, "Ultimate Hunter": 8106, "Glacial Augment": 8351, "Unsealed Spellbook": 8360, "First Strike": 8369, "Hextech Flashtraption": 8306, "Magical Footwear": 8304, "Cash Back": 8321, "Triple Tonic": 8313, "Time Warp Tonic": 8352, "Biscuit Delivery": 8345, "Cosmic Insight": 8347, "Approach Velocity": 8410, "Jack Of All Trades": 8316, "Press the Attack": 8005, "Fleet Footwork": 8021, "Conqueror": 8010, "Absorb Life": 9101, "Triumph": 9111, "Presence of Mind": 8009, "Legend: Alacrity": 9104, "Legend: Haste": 9105, "Legend: Bloodline": 9103, "Coup de Grace": 8014, "Cut Down": 8017, "Last Stand": 8299, "Grasp of the Undying": 8437, "Aftershock": 8439, "Guardian": 8465, "Demolish": 8446, "Font of Life": 8463, "Shield Bash": 8401, "Conditioning": 8429, "Second Wind": 8444, "Bone Plating": 8473, "Overgrowth": 8451, "Revitalize": 8453, "Unflinching": 8242, "Summon Aery": 8214, "Arcane Comet": 8229, "Phase Rush": 8230, "Nullifying Orb": 8224, "Manaflow Band": 8226, "Nimbus Cloak": 8275, "Transcendence": 8210, "Celerity": 8234, "Absolute Focus": 8233, "Scorch": 8237, "Waterwalking": 8232, "Gathering Storm": 8236 };
@@ -1,6 +1,5 @@
1
1
  export declare const NonStatRuneNames: {
2
2
  readonly "8005": "Press the Attack";
3
- readonly "8008": "Lethal Tempo";
4
3
  readonly "8009": "Presence of Mind";
5
4
  readonly "8010": "Conqueror";
6
5
  readonly "8014": "Coup de Grace";
@@ -10,10 +9,8 @@ export declare const NonStatRuneNames: {
10
9
  readonly "8106": "Ultimate Hunter";
11
10
  readonly "8112": "Electrocute";
12
11
  readonly "8120": "Ghost Poro";
13
- readonly "8124": "Predator";
14
12
  readonly "8126": "Cheap Shot";
15
13
  readonly "8128": "Dark Harvest";
16
- readonly "8134": "Ingenious Hunter";
17
14
  readonly "8135": "Treasure Hunter";
18
15
  readonly "8136": "Zombie Ward";
19
16
  readonly "8138": "Eyeball Collection";
@@ -36,8 +33,8 @@ export declare const NonStatRuneNames: {
36
33
  readonly "8304": "Magical Footwear";
37
34
  readonly "8306": "Hextech Flashtraption";
38
35
  readonly "8313": "Triple Tonic";
39
- readonly "8316": "Minion Dematerializer";
40
- readonly "8321": "Future's Market";
36
+ readonly "8316": "Jack Of All Trades";
37
+ readonly "8321": "Cash Back";
41
38
  readonly "8345": "Biscuit Delivery";
42
39
  readonly "8347": "Cosmic Insight";
43
40
  readonly "8351": "Glacial Augment";
@@ -56,10 +53,10 @@ export declare const NonStatRuneNames: {
56
53
  readonly "8463": "Font of Life";
57
54
  readonly "8465": "Guardian";
58
55
  readonly "8473": "Bone Plating";
59
- readonly "9101": "Overheal";
56
+ readonly "9101": "Absorb Life";
60
57
  readonly "9103": "Legend: Bloodline";
61
58
  readonly "9104": "Legend: Alacrity";
62
- readonly "9105": "Legend: Tenacity";
59
+ readonly "9105": "Legend: Haste";
63
60
  readonly "9111": "Triumph";
64
61
  readonly "9923": "Hail of Blades";
65
62
  };