lol-constants 2.19.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. package/README.md +1 -1
  2. package/assets/constants/BootsItemNames.d.ts +1 -1
  3. package/assets/constants/BootsItemNames.js +11 -9
  4. package/assets/constants/Champion.d.ts +584 -490
  5. package/assets/constants/Champion.js +1 -1
  6. package/assets/constants/Item.d.ts +10805 -6625
  7. package/assets/constants/Item.js +1 -1
  8. package/assets/constants/LegendaryItemNames.d.ts +4 -1
  9. package/assets/constants/LegendaryItemNames.js +138 -74
  10. package/assets/constants/RunesReforged.d.ts +48 -69
  11. package/assets/constants/RunesReforged.js +1 -1
  12. package/assets/constants/StatRunes.d.ts +28 -11
  13. package/assets/constants/StatRunes.js +11 -11
  14. package/assets/constants/StatRunesByRow.d.ts +6 -6
  15. package/assets/constants/StatRunesByRow.js +6 -6
  16. package/assets/constants/Summoner.d.ts +36 -36
  17. package/assets/constants/Summoner.js +1 -1
  18. package/assets/index.js +0 -1
  19. package/assets/scripts/generate-categorized-item-keys-num.js +0 -20
  20. package/assets/scripts/generate-categorized-item-keys.js +1 -22
  21. package/assets/scripts/generate-categorized-item-names.js +0 -20
  22. package/assets/scripts/generate-rune-ids.js +2 -4
  23. package/assets/scripts/generate-rune-names.js +2 -4
  24. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  25. package/assets/scripts/generate-stat-rune-names.js +2 -4
  26. package/core/constants/Champions/ChampionIds.d.ts +2 -0
  27. package/core/constants/Champions/ChampionIds.js +1 -1
  28. package/core/constants/Champions/ChampionIdsByName.d.ts +2 -0
  29. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  30. package/core/constants/Champions/ChampionKeys.d.ts +2 -0
  31. package/core/constants/Champions/ChampionKeys.js +1 -1
  32. package/core/constants/Champions/ChampionKeysNum.d.ts +2 -0
  33. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  34. package/core/constants/Champions/ChampionNames.d.ts +2 -0
  35. package/core/constants/Champions/ChampionNames.js +1 -1
  36. package/core/constants/DataDragonUrls.d.ts +16 -16
  37. package/core/constants/DataDragonUrls.js +2 -2
  38. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  39. package/core/constants/Items/BootsItemKeys.js +1 -1
  40. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  41. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  42. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  43. package/core/constants/Items/BootsItemNames.js +1 -1
  44. package/core/constants/Items/ItemKeys.d.ts +58 -47
  45. package/core/constants/Items/ItemKeys.js +1 -1
  46. package/core/constants/Items/ItemKeysNum.d.ts +58 -47
  47. package/core/constants/Items/ItemKeysNum.js +1 -1
  48. package/core/constants/Items/ItemNames.d.ts +58 -48
  49. package/core/constants/Items/ItemNames.js +1 -1
  50. package/core/constants/Items/ItemTypes.d.ts +0 -1
  51. package/core/constants/Items/ItemTypes.js +0 -1
  52. package/core/constants/Items/LegendaryItemKeys.d.ts +75 -12
  53. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  54. package/core/constants/Items/LegendaryItemKeysNum.d.ts +75 -12
  55. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  56. package/core/constants/Items/LegendaryItemNames.d.ts +73 -10
  57. package/core/constants/Items/LegendaryItemNames.js +1 -1
  58. package/core/constants/Items/OrnnItemKeys.d.ts +0 -8
  59. package/core/constants/Items/OrnnItemKeys.js +1 -1
  60. package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -8
  61. package/core/constants/Items/OrnnItemKeysNum.js +1 -1
  62. package/core/constants/Items/OrnnItemNames.d.ts +0 -8
  63. package/core/constants/Items/OrnnItemNames.js +1 -1
  64. package/core/constants/Runes/NonStatRuneIds.d.ts +6 -9
  65. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  66. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +6 -9
  67. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  68. package/core/constants/Runes/NonStatRuneNames.d.ts +5 -8
  69. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  70. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  71. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  72. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  73. package/core/constants/Runes/RuneSets.d.ts +73 -97
  74. package/core/constants/Runes/RuneSets.js +7 -7
  75. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +79 -103
  76. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  77. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +79 -103
  78. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  79. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  80. package/core/helpers/makeRiotId.d.ts +4 -0
  81. package/core/helpers/makeRiotId.js +9 -0
  82. package/core/helpers/splitRiotId.d.ts +2 -2
  83. package/core/index.d.ts +1 -5
  84. package/core/index.js +1 -5
  85. package/package.json +28 -27
  86. package/assets/constants/MythicItemNames.d.ts +0 -1
  87. package/assets/constants/MythicItemNames.js +0 -37
  88. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  89. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  90. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  91. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  92. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  93. package/assets/scripts/generate-tree-rune-names.js +0 -22
  94. package/assets/scripts/helpers/getComment.d.ts +0 -1
  95. package/assets/scripts/helpers/getComment.js +0 -8
  96. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  97. package/core/constants/Items/MythicItemKeys.js +0 -4
  98. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  99. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  100. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  101. package/core/constants/Items/MythicItemNames.js +0 -4
  102. package/core/constants/Queues.d.ts +0 -7
  103. package/core/constants/Queues.js +0 -12
  104. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  105. package/core/constants/Runes/TreeRuneIds.js +0 -4
  106. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  107. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  108. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  109. package/core/constants/Runes/TreeRuneNames.js +0 -4
  110. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  111. package/core/helpers/Items/isMythicItemKey.js +0 -8
  112. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  113. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  114. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  115. package/core/helpers/Items/isMythicItemName.js +0 -8
  116. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  117. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  118. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  119. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  120. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  121. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  122. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  123. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  124. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  125. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  126. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  127. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  128. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  129. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  130. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  131. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  132. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  133. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -6,30 +6,42 @@ 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 "Black Mist Scythe": "3864";
10
- readonly "Blade of The Ruined King": "3153";
9
+ readonly "Blackfire Torch": "2503";
10
+ readonly Bloodsong: "3877";
11
11
  readonly Bloodthirster: "3072";
12
- readonly "Bulwark of the Mountain": "3860";
12
+ readonly "Bounty of Worlds": "3867";
13
+ readonly "Celestial Opposition": "3869";
13
14
  readonly "Chempunk Chainsword": "6609";
14
- readonly "Chemtech Putrifier": "3011";
15
15
  readonly "Cosmic Drive": "4629";
16
+ readonly Cryptbloom: "3137";
17
+ readonly Dawncore: "6621";
16
18
  readonly "Dead Man's Plate": "3742";
17
19
  readonly "Death's Dance": "6333";
18
20
  readonly "Demonic Embrace": "4637";
21
+ readonly "Dream Maker": "3870";
19
22
  readonly "Edge of Night": "3814";
23
+ readonly "Elixir of Avarice": "2151";
24
+ readonly "Elixir of Force": "2152";
20
25
  readonly "Essence Reaver": "3508";
26
+ readonly "Experimental Hexplate": "3073";
21
27
  readonly Fimbulwinter: "3121";
22
28
  readonly "Force of Nature": "4401";
23
29
  readonly "Frozen Heart": "3110";
24
- readonly "Gargoyle Stoneplate": "3193";
30
+ readonly "Glowing Mote": "2022";
25
31
  readonly "Guardian Angel": "3026";
32
+ readonly "Hollow Radiance": "6664";
26
33
  readonly "Horizon Focus": "4628";
34
+ readonly Hubris: "6697";
27
35
  readonly Hullbreaker: "3181";
28
36
  readonly "Immortal Shieldbow": "6673";
37
+ readonly "Imperial Mandate": "4005";
38
+ readonly "Kaenic Rookern": "2504";
29
39
  readonly "Knight's Vow": "3109";
30
40
  readonly "Kraken Slayer": "6672";
31
41
  readonly "Lich Bane": "3100";
32
42
  readonly "Lord Dominik's Regards": "3036";
43
+ readonly "Luden's Companion": "6655";
44
+ readonly Malignance: "3118";
33
45
  readonly Manamune: "3004";
34
46
  readonly "Maw of Malmortius": "3156";
35
47
  readonly "Mejai's Soulstealer": "3041";
@@ -39,13 +51,15 @@ export declare const LegendaryItemKeys: {
39
51
  readonly "Mortal Reminder": "3033";
40
52
  readonly Muramana: "3042";
41
53
  readonly "Nashor's Tooth": "3115";
42
- readonly "Pauldrons of Whiterock": "3857";
54
+ readonly Opportunity: "6701";
55
+ readonly "Overlord's Bloodmail": "2501";
43
56
  readonly "Phantom Dancer": "3046";
44
- readonly "Prowler's Claw": "6693";
57
+ readonly "Profane Hydra": "6698";
45
58
  readonly "Rabadon's Deathcap": "3089";
46
59
  readonly "Randuin's Omen": "3143";
47
60
  readonly "Rapid Firecannon": "3094";
48
61
  readonly "Ravenous Hydra": "3074";
62
+ readonly Rectrix: "6690";
49
63
  readonly Redemption: "3107";
50
64
  readonly "Runaan's Hurricane": "3085";
51
65
  readonly "Rylai's Crystal Scepter": "3116";
@@ -53,24 +67,73 @@ export declare const LegendaryItemKeys: {
53
67
  readonly "Serpent's Fang": "6695";
54
68
  readonly "Serylda's Grudge": "6694";
55
69
  readonly Shadowflame: "4645";
56
- readonly "Shard of True Ice": "3853";
57
- readonly "Silvermere Dawn": "6035";
70
+ readonly "Shattered Armguard": "2421";
71
+ readonly "Solstice Sleigh": "3876";
72
+ readonly "Spear of Shojin": "3161";
58
73
  readonly "Spirit Visage": "3065";
59
74
  readonly "Staff of Flowing Water": "6616";
75
+ readonly "Statikk Shiv": "3087";
60
76
  readonly "Sterak's Gage": "3053";
61
- readonly Stormrazor: "3095";
77
+ readonly Stormsurge: "4646";
78
+ readonly "Sundered Sky": "6610";
79
+ readonly "Sunfire Aegis": "3068";
80
+ readonly Terminus: "3302";
62
81
  readonly "The Collector": "6676";
63
82
  readonly Thornmail: "3075";
64
83
  readonly "Titanic Hydra": "3748";
84
+ readonly Trailblazer: "3002";
65
85
  readonly "Umbral Glaive": "3179";
86
+ readonly "Unending Despair": "2502";
66
87
  readonly "Vigilant Wardstone": "4643";
67
88
  readonly "Void Staff": "3135";
89
+ readonly "Voltaic Cyclosword": "6699";
68
90
  readonly "Warmog's Armor": "3083";
69
91
  readonly "Winter's Approach": "3119";
70
92
  readonly "Wit's End": "3091";
93
+ readonly "World Atlas": "3865";
94
+ readonly "Zaz'Zak's Realmspike": "3871";
71
95
  readonly "Zeke's Convergence": "3050";
96
+ readonly Zephyr: "3172";
72
97
  readonly "Zhonya's Hourglass": "3157";
73
- readonly "Sunfire Aegis": "3068";
74
- readonly "Statikk Shiv": "3087";
98
+ readonly "Echoes of Helia": "6620";
99
+ readonly "Liandry's Torment": "6653";
100
+ readonly "Locket of the Iron Solari": "3190";
101
+ readonly "Moonstone Renewer": "6617";
102
+ readonly "Navori Flickerblade": "6675";
103
+ readonly "Night Harvester": "4636";
104
+ readonly Riftmaker: "4633";
105
+ readonly "Shurelya's Battlesong": "2065";
106
+ readonly Stridebreaker: "6631";
107
+ readonly "Trinity Force": "3078";
108
+ readonly Eclipse: "6692";
109
+ readonly "Iceborn Gauntlet": "6662";
110
+ readonly "Infinity Edge": "3031";
111
+ readonly "Guinsoo's Rageblade": "3124";
112
+ readonly "Hextech Rocketbelt": "3152";
113
+ readonly "Jak'Sho, The Protean": "6665";
114
+ readonly Heartsteel: "3084";
115
+ readonly "Rod of Ages": "6657";
116
+ readonly "Youmuu's Ghostblade": "3142";
117
+ readonly "Yun Tal Wildarrows": "3032";
118
+ readonly "Cry of the Shrieking City": "7033";
119
+ readonly Dreamshatter: "7016";
120
+ readonly "Edge of Finality": "7031";
121
+ readonly "Frozen Fist": "7005";
122
+ readonly Flicker: "7032";
123
+ readonly "Infinite Convergence": "7028";
124
+ readonly "Icathia's Curse": "7009";
125
+ readonly "Infinity Force": "7018";
126
+ readonly Leviathan: "7025";
127
+ readonly "Liandry's Lament": "7012";
128
+ readonly "Reliquary of the Golden Dawn": "7019";
129
+ readonly Syzygy: "7001";
130
+ readonly "Shurelya's Requiem": "7020";
131
+ readonly Starcaster: "7021";
132
+ readonly "Seething Sorrow": "7030";
133
+ readonly "The Unspoken Parasite": "7026";
134
+ readonly Typhoon: "7006";
135
+ readonly "Upgraded Aeropack": "7011";
136
+ readonly Vespertide: "7010";
137
+ readonly "Youmuu's Wake": "7029";
75
138
  };
76
139
  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", "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", "Statikk Shiv": "3087" };
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,30 +6,42 @@ 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 "Black Mist Scythe": 3864;
10
- readonly "Blade of The Ruined King": 3153;
9
+ readonly "Blackfire Torch": 2503;
10
+ readonly Bloodsong: 3877;
11
11
  readonly Bloodthirster: 3072;
12
- readonly "Bulwark of the Mountain": 3860;
12
+ readonly "Bounty of Worlds": 3867;
13
+ readonly "Celestial Opposition": 3869;
13
14
  readonly "Chempunk Chainsword": 6609;
14
- readonly "Chemtech Putrifier": 3011;
15
15
  readonly "Cosmic Drive": 4629;
16
+ readonly Cryptbloom: 3137;
17
+ readonly Dawncore: 6621;
16
18
  readonly "Dead Man's Plate": 3742;
17
19
  readonly "Death's Dance": 6333;
18
20
  readonly "Demonic Embrace": 4637;
21
+ readonly "Dream Maker": 3870;
19
22
  readonly "Edge of Night": 3814;
23
+ readonly "Elixir of Avarice": 2151;
24
+ readonly "Elixir of Force": 2152;
20
25
  readonly "Essence Reaver": 3508;
26
+ readonly "Experimental Hexplate": 3073;
21
27
  readonly Fimbulwinter: 3121;
22
28
  readonly "Force of Nature": 4401;
23
29
  readonly "Frozen Heart": 3110;
24
- readonly "Gargoyle Stoneplate": 3193;
30
+ readonly "Glowing Mote": 2022;
25
31
  readonly "Guardian Angel": 3026;
32
+ readonly "Hollow Radiance": 6664;
26
33
  readonly "Horizon Focus": 4628;
34
+ readonly Hubris: 6697;
27
35
  readonly Hullbreaker: 3181;
28
36
  readonly "Immortal Shieldbow": 6673;
37
+ readonly "Imperial Mandate": 4005;
38
+ readonly "Kaenic Rookern": 2504;
29
39
  readonly "Knight's Vow": 3109;
30
40
  readonly "Kraken Slayer": 6672;
31
41
  readonly "Lich Bane": 3100;
32
42
  readonly "Lord Dominik's Regards": 3036;
43
+ readonly "Luden's Companion": 6655;
44
+ readonly Malignance: 3118;
33
45
  readonly Manamune: 3004;
34
46
  readonly "Maw of Malmortius": 3156;
35
47
  readonly "Mejai's Soulstealer": 3041;
@@ -39,13 +51,15 @@ export declare const LegendaryItemKeysNum: {
39
51
  readonly "Mortal Reminder": 3033;
40
52
  readonly Muramana: 3042;
41
53
  readonly "Nashor's Tooth": 3115;
42
- readonly "Pauldrons of Whiterock": 3857;
54
+ readonly Opportunity: 6701;
55
+ readonly "Overlord's Bloodmail": 2501;
43
56
  readonly "Phantom Dancer": 3046;
44
- readonly "Prowler's Claw": 6693;
57
+ readonly "Profane Hydra": 6698;
45
58
  readonly "Rabadon's Deathcap": 3089;
46
59
  readonly "Randuin's Omen": 3143;
47
60
  readonly "Rapid Firecannon": 3094;
48
61
  readonly "Ravenous Hydra": 3074;
62
+ readonly Rectrix: 6690;
49
63
  readonly Redemption: 3107;
50
64
  readonly "Runaan's Hurricane": 3085;
51
65
  readonly "Rylai's Crystal Scepter": 3116;
@@ -53,24 +67,73 @@ export declare const LegendaryItemKeysNum: {
53
67
  readonly "Serpent's Fang": 6695;
54
68
  readonly "Serylda's Grudge": 6694;
55
69
  readonly Shadowflame: 4645;
56
- readonly "Shard of True Ice": 3853;
57
- readonly "Silvermere Dawn": 6035;
70
+ readonly "Shattered Armguard": 2421;
71
+ readonly "Solstice Sleigh": 3876;
72
+ readonly "Spear of Shojin": 3161;
58
73
  readonly "Spirit Visage": 3065;
59
74
  readonly "Staff of Flowing Water": 6616;
75
+ readonly "Statikk Shiv": 3087;
60
76
  readonly "Sterak's Gage": 3053;
61
- readonly Stormrazor: 3095;
77
+ readonly Stormsurge: 4646;
78
+ readonly "Sundered Sky": 6610;
79
+ readonly "Sunfire Aegis": 3068;
80
+ readonly Terminus: 3302;
62
81
  readonly "The Collector": 6676;
63
82
  readonly Thornmail: 3075;
64
83
  readonly "Titanic Hydra": 3748;
84
+ readonly Trailblazer: 3002;
65
85
  readonly "Umbral Glaive": 3179;
86
+ readonly "Unending Despair": 2502;
66
87
  readonly "Vigilant Wardstone": 4643;
67
88
  readonly "Void Staff": 3135;
89
+ readonly "Voltaic Cyclosword": 6699;
68
90
  readonly "Warmog's Armor": 3083;
69
91
  readonly "Winter's Approach": 3119;
70
92
  readonly "Wit's End": 3091;
93
+ readonly "World Atlas": 3865;
94
+ readonly "Zaz'Zak's Realmspike": 3871;
71
95
  readonly "Zeke's Convergence": 3050;
96
+ readonly Zephyr: 3172;
72
97
  readonly "Zhonya's Hourglass": 3157;
73
- readonly "Sunfire Aegis": 3068;
74
- readonly "Statikk Shiv": 3087;
98
+ readonly "Echoes of Helia": 6620;
99
+ readonly "Liandry's Torment": 6653;
100
+ readonly "Locket of the Iron Solari": 3190;
101
+ readonly "Moonstone Renewer": 6617;
102
+ readonly "Navori Flickerblade": 6675;
103
+ readonly "Night Harvester": 4636;
104
+ readonly Riftmaker: 4633;
105
+ readonly "Shurelya's Battlesong": 2065;
106
+ readonly Stridebreaker: 6631;
107
+ readonly "Trinity Force": 3078;
108
+ readonly Eclipse: 6692;
109
+ readonly "Iceborn Gauntlet": 6662;
110
+ readonly "Infinity Edge": 3031;
111
+ readonly "Guinsoo's Rageblade": 3124;
112
+ readonly "Hextech Rocketbelt": 3152;
113
+ readonly "Jak'Sho, The Protean": 6665;
114
+ readonly Heartsteel: 3084;
115
+ readonly "Rod of Ages": 6657;
116
+ readonly "Youmuu's Ghostblade": 3142;
117
+ readonly "Yun Tal Wildarrows": 3032;
118
+ readonly "Cry of the Shrieking City": 7033;
119
+ readonly Dreamshatter: 7016;
120
+ readonly "Edge of Finality": 7031;
121
+ readonly "Frozen Fist": 7005;
122
+ readonly Flicker: 7032;
123
+ readonly "Infinite Convergence": 7028;
124
+ readonly "Icathia's Curse": 7009;
125
+ readonly "Infinity Force": 7018;
126
+ readonly Leviathan: 7025;
127
+ readonly "Liandry's Lament": 7012;
128
+ readonly "Reliquary of the Golden Dawn": 7019;
129
+ readonly Syzygy: 7001;
130
+ readonly "Shurelya's Requiem": 7020;
131
+ readonly Starcaster: 7021;
132
+ readonly "Seething Sorrow": 7030;
133
+ readonly "The Unspoken Parasite": 7026;
134
+ readonly Typhoon: 7006;
135
+ readonly "Upgraded Aeropack": 7011;
136
+ readonly Vespertide: 7010;
137
+ readonly "Youmuu's Wake": 7029;
75
138
  };
76
139
  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, "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, "Statikk Shiv": 3087 };
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,8 +1,19 @@
1
1
  export declare const LegendaryItemNames: {
2
+ readonly "2022": "Glowing Mote";
3
+ readonly "2065": "Shurelya's Battlesong";
4
+ readonly "2151": "Elixir of Avarice";
5
+ readonly "2152": "Elixir of Force";
6
+ readonly "2421": "Shattered Armguard";
7
+ readonly "2501": "Overlord's Bloodmail";
8
+ readonly "2502": "Unending Despair";
9
+ readonly "2503": "Blackfire Torch";
10
+ readonly "2504": "Kaenic Rookern";
11
+ readonly "3002": "Trailblazer";
2
12
  readonly "3003": "Archangel's Staff";
3
13
  readonly "3004": "Manamune";
4
- readonly "3011": "Chemtech Putrifier";
5
14
  readonly "3026": "Guardian Angel";
15
+ readonly "3031": "Infinity Edge";
16
+ readonly "3032": "Yun Tal Wildarrows";
6
17
  readonly "3033": "Mortal Reminder";
7
18
  readonly "3036": "Lord Dominik's Regards";
8
19
  readonly "3040": "Seraph's Embrace";
@@ -15,15 +26,17 @@ export declare const LegendaryItemNames: {
15
26
  readonly "3068": "Sunfire Aegis";
16
27
  readonly "3071": "Black Cleaver";
17
28
  readonly "3072": "Bloodthirster";
29
+ readonly "3073": "Experimental Hexplate";
18
30
  readonly "3074": "Ravenous Hydra";
19
31
  readonly "3075": "Thornmail";
32
+ readonly "3078": "Trinity Force";
20
33
  readonly "3083": "Warmog's Armor";
34
+ readonly "3084": "Heartsteel";
21
35
  readonly "3085": "Runaan's Hurricane";
22
36
  readonly "3087": "Statikk Shiv";
23
37
  readonly "3089": "Rabadon's Deathcap";
24
38
  readonly "3091": "Wit's End";
25
39
  readonly "3094": "Rapid Firecannon";
26
- readonly "3095": "Stormrazor";
27
40
  readonly "3100": "Lich Bane";
28
41
  readonly "3102": "Banshee's Veil";
29
42
  readonly "3107": "Redemption";
@@ -31,45 +44,95 @@ export declare const LegendaryItemNames: {
31
44
  readonly "3110": "Frozen Heart";
32
45
  readonly "3115": "Nashor's Tooth";
33
46
  readonly "3116": "Rylai's Crystal Scepter";
47
+ readonly "3118": "Malignance";
34
48
  readonly "3119": "Winter's Approach";
35
49
  readonly "3121": "Fimbulwinter";
50
+ readonly "3124": "Guinsoo's Rageblade";
36
51
  readonly "3135": "Void Staff";
52
+ readonly "3137": "Cryptbloom";
37
53
  readonly "3139": "Mercurial Scimitar";
54
+ readonly "3142": "Youmuu's Ghostblade";
38
55
  readonly "3143": "Randuin's Omen";
39
- readonly "3153": "Blade of The Ruined King";
56
+ readonly "3152": "Hextech Rocketbelt";
40
57
  readonly "3156": "Maw of Malmortius";
41
58
  readonly "3157": "Zhonya's Hourglass";
59
+ readonly "3161": "Spear of Shojin";
42
60
  readonly "3165": "Morellonomicon";
61
+ readonly "3172": "Zephyr";
43
62
  readonly "3179": "Umbral Glaive";
44
63
  readonly "3181": "Hullbreaker";
45
- readonly "3193": "Gargoyle Stoneplate";
64
+ readonly "3190": "Locket of the Iron Solari";
46
65
  readonly "3222": "Mikael's Blessing";
66
+ readonly "3302": "Terminus";
47
67
  readonly "3504": "Ardent Censer";
48
68
  readonly "3508": "Essence Reaver";
49
69
  readonly "3742": "Dead Man's Plate";
50
70
  readonly "3748": "Titanic Hydra";
51
71
  readonly "3814": "Edge of Night";
52
- readonly "3853": "Shard of True Ice";
53
- readonly "3857": "Pauldrons of Whiterock";
54
- readonly "3860": "Bulwark of the Mountain";
55
- readonly "3864": "Black Mist Scythe";
72
+ readonly "3865": "World Atlas";
73
+ readonly "3867": "Bounty of Worlds";
74
+ readonly "3869": "Celestial Opposition";
75
+ readonly "3870": "Dream Maker";
76
+ readonly "3871": "Zaz'Zak's Realmspike";
77
+ readonly "3876": "Solstice Sleigh";
78
+ readonly "3877": "Bloodsong";
79
+ readonly "4005": "Imperial Mandate";
56
80
  readonly "4401": "Force of Nature";
57
81
  readonly "4628": "Horizon Focus";
58
82
  readonly "4629": "Cosmic Drive";
83
+ readonly "4633": "Riftmaker";
84
+ readonly "4636": "Night Harvester";
59
85
  readonly "4637": "Demonic Embrace";
60
86
  readonly "4643": "Vigilant Wardstone";
61
87
  readonly "4645": "Shadowflame";
62
- readonly "6035": "Silvermere Dawn";
88
+ readonly "4646": "Stormsurge";
63
89
  readonly "6333": "Death's Dance";
64
90
  readonly "6609": "Chempunk Chainsword";
91
+ readonly "6610": "Sundered Sky";
65
92
  readonly "6616": "Staff of Flowing Water";
93
+ readonly "6617": "Moonstone Renewer";
94
+ readonly "6620": "Echoes of Helia";
95
+ readonly "6621": "Dawncore";
96
+ readonly "6631": "Stridebreaker";
97
+ readonly "6653": "Liandry's Torment";
98
+ readonly "6655": "Luden's Companion";
99
+ readonly "6657": "Rod of Ages";
100
+ readonly "6662": "Iceborn Gauntlet";
101
+ readonly "6664": "Hollow Radiance";
102
+ readonly "6665": "Jak'Sho, The Protean";
66
103
  readonly "6672": "Kraken Slayer";
67
104
  readonly "6673": "Immortal Shieldbow";
105
+ readonly "6675": "Navori Flickerblade";
68
106
  readonly "6676": "The Collector";
69
- readonly "6693": "Prowler's Claw";
107
+ readonly "6690": "Rectrix";
108
+ readonly "6692": "Eclipse";
70
109
  readonly "6694": "Serylda's Grudge";
71
110
  readonly "6695": "Serpent's Fang";
72
111
  readonly "6696": "Axiom Arc";
112
+ readonly "6697": "Hubris";
113
+ readonly "6698": "Profane Hydra";
114
+ readonly "6699": "Voltaic Cyclosword";
115
+ readonly "6701": "Opportunity";
116
+ readonly "7001": "Syzygy";
117
+ readonly "7005": "Frozen Fist";
118
+ readonly "7006": "Typhoon";
119
+ readonly "7009": "Icathia's Curse";
120
+ readonly "7010": "Vespertide";
121
+ readonly "7011": "Upgraded Aeropack";
122
+ readonly "7012": "Liandry's Lament";
123
+ readonly "7016": "Dreamshatter";
124
+ readonly "7018": "Infinity Force";
125
+ readonly "7019": "Reliquary of the Golden Dawn";
126
+ readonly "7020": "Shurelya's Requiem";
127
+ readonly "7021": "Starcaster";
128
+ readonly "7025": "Leviathan";
129
+ readonly "7026": "The Unspoken Parasite";
130
+ readonly "7028": "Infinite Convergence";
131
+ readonly "7029": "Youmuu's Wake";
132
+ readonly "7030": "Seething Sorrow";
133
+ readonly "7031": "Edge of Finality";
134
+ readonly "7032": "Flicker";
135
+ readonly "7033": "Cry of the Shrieking City";
73
136
  readonly "8001": "Anathema's Chains";
74
137
  readonly "8020": "Abyssal Mask";
75
138
  };
@@ -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", "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", "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" };
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" };
@@ -1,14 +1,7 @@
1
1
  export declare const OrnnItemKeys: {
2
2
  readonly "Cry of the Shrieking City": "7033";
3
- readonly "Ceaseless Hunger": "7015";
4
- readonly Caesura: "7024";
5
- readonly "Draktharr's Shadowcarver": "7002";
6
- readonly Deicide: "7017";
7
3
  readonly Dreamshatter: "7016";
8
- readonly Equinox: "7023";
9
4
  readonly "Edge of Finality": "7031";
10
- readonly "Eye of Luden": "7013";
11
- readonly "Eternal Winter": "7014";
12
5
  readonly "Frozen Fist": "7005";
13
6
  readonly Flicker: "7032";
14
7
  readonly "Infinite Convergence": "7028";
@@ -16,7 +9,6 @@ export declare const OrnnItemKeys: {
16
9
  readonly "Infinity Force": "7018";
17
10
  readonly Leviathan: "7025";
18
11
  readonly "Liandry's Lament": "7012";
19
- readonly "Primordial Dawn": "7027";
20
12
  readonly "Reliquary of the Golden Dawn": "7019";
21
13
  readonly Syzygy: "7001";
22
14
  readonly "Shurelya's Requiem": "7020";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrnnItemKeys = void 0;
4
- exports.OrnnItemKeys = { "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" };
4
+ exports.OrnnItemKeys = { "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,14 +1,7 @@
1
1
  export declare const OrnnItemKeysNum: {
2
2
  readonly "Cry of the Shrieking City": 7033;
3
- readonly "Ceaseless Hunger": 7015;
4
- readonly Caesura: 7024;
5
- readonly "Draktharr's Shadowcarver": 7002;
6
- readonly Deicide: 7017;
7
3
  readonly Dreamshatter: 7016;
8
- readonly Equinox: 7023;
9
4
  readonly "Edge of Finality": 7031;
10
- readonly "Eye of Luden": 7013;
11
- readonly "Eternal Winter": 7014;
12
5
  readonly "Frozen Fist": 7005;
13
6
  readonly Flicker: 7032;
14
7
  readonly "Infinite Convergence": 7028;
@@ -16,7 +9,6 @@ export declare const OrnnItemKeysNum: {
16
9
  readonly "Infinity Force": 7018;
17
10
  readonly Leviathan: 7025;
18
11
  readonly "Liandry's Lament": 7012;
19
- readonly "Primordial Dawn": 7027;
20
12
  readonly "Reliquary of the Golden Dawn": 7019;
21
13
  readonly Syzygy: 7001;
22
14
  readonly "Shurelya's Requiem": 7020;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrnnItemKeysNum = void 0;
4
- exports.OrnnItemKeysNum = { "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 };
4
+ exports.OrnnItemKeysNum = { "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,26 +1,18 @@
1
1
  export declare const OrnnItemNames: {
2
2
  readonly "7001": "Syzygy";
3
- readonly "7002": "Draktharr's Shadowcarver";
4
3
  readonly "7005": "Frozen Fist";
5
4
  readonly "7006": "Typhoon";
6
5
  readonly "7009": "Icathia's Curse";
7
6
  readonly "7010": "Vespertide";
8
7
  readonly "7011": "Upgraded Aeropack";
9
8
  readonly "7012": "Liandry's Lament";
10
- readonly "7013": "Eye of Luden";
11
- readonly "7014": "Eternal Winter";
12
- readonly "7015": "Ceaseless Hunger";
13
9
  readonly "7016": "Dreamshatter";
14
- readonly "7017": "Deicide";
15
10
  readonly "7018": "Infinity Force";
16
11
  readonly "7019": "Reliquary of the Golden Dawn";
17
12
  readonly "7020": "Shurelya's Requiem";
18
13
  readonly "7021": "Starcaster";
19
- readonly "7023": "Equinox";
20
- readonly "7024": "Caesura";
21
14
  readonly "7025": "Leviathan";
22
15
  readonly "7026": "The Unspoken Parasite";
23
- readonly "7027": "Primordial Dawn";
24
16
  readonly "7028": "Infinite Convergence";
25
17
  readonly "7029": "Youmuu's Wake";
26
18
  readonly "7030": "Seething Sorrow";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrnnItemNames = void 0;
4
- exports.OrnnItemNames = { "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" };
4
+ exports.OrnnItemNames = { "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" };