lol-constants 2.23.0 → 2.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (216) hide show
  1. package/assets/constants/BootsItemNames.js +1 -4
  2. package/assets/constants/Champion.js +1 -4
  3. package/assets/constants/Item.js +1 -4
  4. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  5. package/assets/constants/LegendaryItemNames.js +4 -6
  6. package/assets/constants/RunesReforged.js +1 -4
  7. package/assets/constants/StatRunes.js +1 -4
  8. package/assets/constants/StatRunesByRow.js +1 -4
  9. package/assets/constants/Summoner.js +1 -4
  10. package/assets/index.js +4 -20
  11. package/assets/scripts/asset-scripts/champion.js +5 -7
  12. package/assets/scripts/asset-scripts/generate-all.js +4 -6
  13. package/assets/scripts/asset-scripts/item.js +5 -7
  14. package/assets/scripts/asset-scripts/runes-reforged.js +5 -7
  15. package/assets/scripts/asset-scripts/summoner.js +5 -7
  16. package/assets/scripts/constants/RuneIdComment.js +1 -4
  17. package/assets/scripts/generate-all.js +23 -25
  18. package/assets/scripts/generate-categorized-item-keys-num.js +15 -17
  19. package/assets/scripts/generate-categorized-item-keys.js +12 -14
  20. package/assets/scripts/generate-categorized-item-names.js +12 -14
  21. package/assets/scripts/generate-champion-ids-by-name.js +5 -7
  22. package/assets/scripts/generate-champion-ids.js +5 -7
  23. package/assets/scripts/generate-champion-keys-num.js +7 -9
  24. package/assets/scripts/generate-champion-keys.js +5 -7
  25. package/assets/scripts/generate-champion-names.js +5 -7
  26. package/assets/scripts/generate-item-keys-num.js +7 -9
  27. package/assets/scripts/generate-item-keys.js +5 -7
  28. package/assets/scripts/generate-item-names.js +5 -7
  29. package/assets/scripts/generate-non-stat-rune-ids-num.js +4 -6
  30. package/assets/scripts/generate-non-stat-rune-ids.js +6 -8
  31. package/assets/scripts/generate-non-stat-rune-names.js +4 -6
  32. package/assets/scripts/generate-rune-ids.js +8 -10
  33. package/assets/scripts/generate-rune-names.js +6 -8
  34. package/assets/scripts/generate-rune-picking-relationships.js +4 -6
  35. package/assets/scripts/generate-rune-sets-by-rune-names-num.js +12 -14
  36. package/assets/scripts/generate-rune-sets-by-rune-names.js +10 -12
  37. package/assets/scripts/generate-rune-sets.js +7 -9
  38. package/assets/scripts/generate-spell-ids-by-name.js +5 -7
  39. package/assets/scripts/generate-spell-ids.js +5 -7
  40. package/assets/scripts/generate-spell-keys-num.js +7 -9
  41. package/assets/scripts/generate-spell-keys.js +5 -7
  42. package/assets/scripts/generate-spell-names.js +5 -7
  43. package/assets/scripts/generate-stat-rune-ids.js +6 -8
  44. package/assets/scripts/generate-stat-rune-names.js +4 -6
  45. package/assets/scripts/helpers/enableEscapedValues.js +1 -5
  46. package/assets/scripts/helpers/generateIndexFile.js +1 -5
  47. package/assets/scripts/helpers/getExportStatement.js +6 -10
  48. package/assets/scripts/helpers/getFmtdComment.js +1 -5
  49. package/assets/scripts/helpers/validateNumber.js +1 -5
  50. package/assets/scripts/helpers/writeToTmpFile.js +5 -9
  51. package/assets/scripts/print-file-names.js +5 -7
  52. package/core/constants/Abilities.js +6 -11
  53. package/core/constants/BuildingTypes.js +3 -7
  54. package/core/constants/Champions/ChampionClasses.d.ts +17 -0
  55. package/core/constants/Champions/ChampionClasses.js +25 -0
  56. package/core/constants/Champions/ChampionIds.js +1 -4
  57. package/core/constants/Champions/ChampionIdsByName.js +1 -4
  58. package/core/constants/Champions/ChampionKeys.js +1 -4
  59. package/core/constants/Champions/ChampionKeysNum.js +1 -4
  60. package/core/constants/Champions/ChampionNames.js +1 -4
  61. package/core/constants/Continents.js +3 -7
  62. package/core/constants/DataDragonUrls.d.ts +16 -16
  63. package/core/constants/DataDragonUrls.js +3 -6
  64. package/core/constants/DragonTypes.js +3 -7
  65. package/core/constants/GameModes.js +3 -7
  66. package/core/constants/GameTypes.js +3 -7
  67. package/core/constants/Items/BootsItemKeys.js +1 -4
  68. package/core/constants/Items/BootsItemKeysNum.js +1 -4
  69. package/core/constants/Items/BootsItemNames.js +1 -4
  70. package/core/constants/Items/ItemKeys.js +1 -4
  71. package/core/constants/Items/ItemKeysNum.js +1 -4
  72. package/core/constants/Items/ItemNames.js +1 -4
  73. package/core/constants/Items/ItemTypes.js +3 -7
  74. package/core/constants/Items/LegendaryItemKeys.d.ts +1 -1
  75. package/core/constants/Items/LegendaryItemKeys.js +1 -4
  76. package/core/constants/Items/LegendaryItemKeysNum.d.ts +1 -1
  77. package/core/constants/Items/LegendaryItemKeysNum.js +1 -4
  78. package/core/constants/Items/LegendaryItemNames.d.ts +1 -1
  79. package/core/constants/Items/LegendaryItemNames.js +1 -4
  80. package/core/constants/KillTypes.js +3 -7
  81. package/core/constants/LaneTypes.js +3 -7
  82. package/core/constants/Lanes.js +3 -7
  83. package/core/constants/LeagueTexts.js +3 -7
  84. package/core/constants/Levels.js +3 -7
  85. package/core/constants/Locales.js +3 -7
  86. package/core/constants/MapIds.js +3 -7
  87. package/core/constants/MonsterTypes.d.ts +2 -1
  88. package/core/constants/MonsterTypes.js +5 -8
  89. package/core/constants/ParticipantIds.js +3 -7
  90. package/core/constants/PlatformApiUris.js +3 -7
  91. package/core/constants/PlatformIds.js +6 -11
  92. package/core/constants/Positions.js +3 -7
  93. package/core/constants/QueueIds.js +5 -9
  94. package/core/constants/QueueTypes.js +3 -7
  95. package/core/constants/RankedRanks.js +3 -7
  96. package/core/constants/RankedTiers.js +3 -7
  97. package/core/constants/RegionalApiUris.js +3 -7
  98. package/core/constants/Regions.js +6 -11
  99. package/core/constants/RelativeTeams.js +3 -7
  100. package/core/constants/Roles.js +3 -7
  101. package/core/constants/Runes/NonStatRuneIds.js +1 -4
  102. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -4
  103. package/core/constants/Runes/NonStatRuneNames.js +1 -4
  104. package/core/constants/Runes/RuneIconFileNames.js +1 -4
  105. package/core/constants/Runes/RunePickingRelationships.js +1 -4
  106. package/core/constants/Runes/RuneSets.js +8 -11
  107. package/core/constants/Runes/RuneSetsByRuneNames.js +8 -11
  108. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +8 -11
  109. package/core/constants/Runes/RuneTreeIds.js +6 -11
  110. package/core/constants/Runes/RuneTreeIdsNum.js +6 -11
  111. package/core/constants/Runes/RuneTreeNames.js +6 -11
  112. package/core/constants/Runes/RuneTreeTypes.js +3 -7
  113. package/core/constants/SkillSlots.js +3 -7
  114. package/core/constants/Skills.js +3 -7
  115. package/core/constants/Spells/SpellIds.js +1 -4
  116. package/core/constants/Spells/SpellIdsByName.js +1 -4
  117. package/core/constants/Spells/SpellKeys.js +1 -4
  118. package/core/constants/Spells/SpellKeysNum.js +1 -4
  119. package/core/constants/Spells/SpellNames.js +1 -4
  120. package/core/constants/TeamIds.js +3 -7
  121. package/core/constants/TowerTypes.js +3 -7
  122. package/core/constants/WardTypes.js +3 -7
  123. package/core/helpers/Champions/getChampionIdByKey.js +3 -7
  124. package/core/helpers/Champions/getChampionIdByName.js +3 -7
  125. package/core/helpers/Champions/getChampionKeyById.js +3 -7
  126. package/core/helpers/Champions/getChampionKeyByName.js +4 -8
  127. package/core/helpers/Champions/getChampionNameById.js +4 -8
  128. package/core/helpers/Champions/getChampionNameByKey.js +3 -7
  129. package/core/helpers/Champions/isChampionId.js +3 -7
  130. package/core/helpers/Champions/isChampionKey.js +3 -7
  131. package/core/helpers/Champions/isChampionKeyNum.js +3 -7
  132. package/core/helpers/Champions/isChampionName.js +3 -7
  133. package/core/helpers/Items/getItemKeyByName.js +3 -7
  134. package/core/helpers/Items/getItemKeyNumByName.d.ts +3 -0
  135. package/core/helpers/Items/getItemKeyNumByName.js +4 -0
  136. package/core/helpers/Items/getItemNameByKey.js +3 -7
  137. package/core/helpers/Items/isBootsItemKey.js +3 -7
  138. package/core/helpers/Items/isBootsItemKeyNum.js +3 -7
  139. package/core/helpers/Items/isBootsItemName.js +3 -7
  140. package/core/helpers/Items/isItemKey.js +3 -7
  141. package/core/helpers/Items/isItemKeyNum.js +3 -7
  142. package/core/helpers/Items/isItemName.js +3 -7
  143. package/core/helpers/Items/isLegendaryItemKey.js +3 -7
  144. package/core/helpers/Items/isLegendaryItemKeyNum.js +3 -7
  145. package/core/helpers/Items/isLegendaryItemName.js +3 -7
  146. package/core/helpers/Items/isTier2Boots.d.ts +3 -0
  147. package/core/helpers/Items/isTier2Boots.js +9 -0
  148. package/core/helpers/Runes/getNonStatRuneIdByName.js +3 -7
  149. package/core/helpers/Runes/getNonStatRuneNameById.js +3 -7
  150. package/core/helpers/Runes/getRuneCategoryName.js +8 -12
  151. package/core/helpers/Runes/getRuneCdnUrl.js +16 -20
  152. package/core/helpers/Runes/getRuneIdByName.js +3 -7
  153. package/core/helpers/Runes/getRuneNameById.js +3 -7
  154. package/core/helpers/Runes/getStatRuneIdByName.js +3 -7
  155. package/core/helpers/Runes/getStatRuneNameById.js +3 -7
  156. package/core/helpers/Runes/isDominationRuneId.js +3 -7
  157. package/core/helpers/Runes/isDominationRuneIdNum.js +3 -7
  158. package/core/helpers/Runes/isDominationRuneName.js +3 -7
  159. package/core/helpers/Runes/isInspirationRuneId.js +3 -7
  160. package/core/helpers/Runes/isInspirationRuneIdNum.js +3 -7
  161. package/core/helpers/Runes/isInspirationRuneName.js +3 -7
  162. package/core/helpers/Runes/isKeystoneRuneId.js +3 -7
  163. package/core/helpers/Runes/isKeystoneRuneIdNum.js +3 -7
  164. package/core/helpers/Runes/isKeystoneRuneName.js +3 -7
  165. package/core/helpers/Runes/isNonStatRuneId.js +3 -7
  166. package/core/helpers/Runes/isNonStatRuneIdNum.js +3 -7
  167. package/core/helpers/Runes/isNonStatRuneName.js +3 -7
  168. package/core/helpers/Runes/isPrecisionRuneId.js +3 -7
  169. package/core/helpers/Runes/isPrecisionRuneIdNum.js +3 -7
  170. package/core/helpers/Runes/isPrecisionRuneName.js +3 -7
  171. package/core/helpers/Runes/isResolveRuneId.js +3 -7
  172. package/core/helpers/Runes/isResolveRuneIdNum.js +3 -7
  173. package/core/helpers/Runes/isResolveRuneName.js +3 -7
  174. package/core/helpers/Runes/isRuneId.js +3 -7
  175. package/core/helpers/Runes/isRuneIdNum.js +3 -7
  176. package/core/helpers/Runes/isRuneName.js +3 -7
  177. package/core/helpers/Runes/isSorceryRuneId.js +3 -7
  178. package/core/helpers/Runes/isSorceryRuneIdNum.js +3 -7
  179. package/core/helpers/Runes/isSorceryRuneName.js +3 -7
  180. package/core/helpers/Runes/isStatRuneId.js +3 -7
  181. package/core/helpers/Runes/isStatRuneIdNum.js +3 -7
  182. package/core/helpers/Runes/isStatRuneName.js +3 -7
  183. package/core/helpers/Spells/getSpellIdByKey.js +3 -7
  184. package/core/helpers/Spells/getSpellIdByName.js +3 -7
  185. package/core/helpers/Spells/getSpellKeyById.js +3 -7
  186. package/core/helpers/Spells/getSpellKeyByName.js +4 -8
  187. package/core/helpers/Spells/getSpellNameById.js +4 -8
  188. package/core/helpers/Spells/getSpellNameByKey.js +3 -7
  189. package/core/helpers/Spells/isSpellId.js +3 -7
  190. package/core/helpers/Spells/isSpellKey.js +3 -7
  191. package/core/helpers/Spells/isSpellKeyNum.js +3 -7
  192. package/core/helpers/Spells/isSpellName.js +3 -7
  193. package/core/helpers/getPositionImageUrl.js +3 -7
  194. package/core/helpers/isRiotId.js +7 -11
  195. package/core/helpers/makeRiotId.js +1 -5
  196. package/core/helpers/splitRiotId.js +1 -5
  197. package/core/index.d.ts +4 -0
  198. package/core/index.js +138 -150
  199. package/core/types/championJson.js +1 -2
  200. package/core/types/interfaces.js +1 -2
  201. package/core/types/types.js +1 -2
  202. package/package.json +9 -7
  203. package/assets/constants/OrnnItemNames.d.ts +0 -1
  204. package/assets/constants/OrnnItemNames.js +0 -33
  205. package/core/constants/Items/OrnnItemKeys.d.ts +0 -23
  206. package/core/constants/Items/OrnnItemKeys.js +0 -4
  207. package/core/constants/Items/OrnnItemKeysNum.d.ts +0 -23
  208. package/core/constants/Items/OrnnItemKeysNum.js +0 -4
  209. package/core/constants/Items/OrnnItemNames.d.ts +0 -23
  210. package/core/constants/Items/OrnnItemNames.js +0 -4
  211. package/core/helpers/Items/isOrnnItemKey.d.ts +0 -2
  212. package/core/helpers/Items/isOrnnItemKey.js +0 -8
  213. package/core/helpers/Items/isOrnnItemKeyNum.d.ts +0 -2
  214. package/core/helpers/Items/isOrnnItemKeyNum.js +0 -8
  215. package/core/helpers/Items/isOrnnItemName.d.ts +0 -2
  216. package/core/helpers/Items/isOrnnItemName.js +0 -8
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LegendaryItemNames = void 0;
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", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
1
+ export const 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", "3011": "Chemtech Putrifier", "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", "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", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isKillType = exports.KillTypes = void 0;
4
- exports.KillTypes = {
1
+ export const KillTypes = {
5
2
  'KILL_FIRST_BLOOD': 'KILL_FIRST_BLOOD',
6
3
  'KILL_MULTI': 'KILL_MULTI',
7
4
  'KILL_ACE': 'KILL_ACE',
8
5
  };
9
- function isKillType(value) {
10
- return typeof value == 'string' && value in exports.KillTypes;
6
+ export function isKillType(value) {
7
+ return typeof value == 'string' && value in KillTypes;
11
8
  }
12
- exports.isKillType = isKillType;
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isLaneType = exports.LaneTypes = void 0;
4
- exports.LaneTypes = {
1
+ export const LaneTypes = {
5
2
  'TOP_LANE': 'TOP_LANE',
6
3
  'MID_LANE': 'MID_LANE',
7
4
  'BOT_LANE': 'BOT_LANE',
8
5
  };
9
- function isLaneType(value) {
10
- return typeof value == 'string' && value in exports.LaneTypes;
6
+ export function isLaneType(value) {
7
+ return typeof value == 'string' && value in LaneTypes;
11
8
  }
12
- exports.isLaneType = isLaneType;
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isLane = exports.Lanes = void 0;
4
- exports.Lanes = {
1
+ export const Lanes = {
5
2
  'TOP': 'TOP',
6
3
  'JUNGLE': 'JUNGLE',
7
4
  'MIDDLE': 'MIDDLE',
8
5
  'BOTTOM': 'BOTTOM',
9
6
  };
10
- function isLane(lane) {
11
- return typeof lane == 'string' && lane in exports.Lanes;
7
+ export function isLane(lane) {
8
+ return typeof lane == 'string' && lane in Lanes;
12
9
  }
13
- exports.isLane = isLane;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isLeagueText = exports.LeagueTexts = void 0;
4
- exports.LeagueTexts = {
1
+ export const LeagueTexts = {
5
2
  'HP': 'health',
6
3
  'HPR': 'health regeneration',
7
4
  'MP': 'mana',
@@ -52,7 +49,6 @@ exports.LeagueTexts = {
52
49
  '🧢': 'cap',
53
50
  '➊➑📈': 'based on level',
54
51
  };
55
- function isLeagueText(value) {
56
- return typeof value == 'string' && value in exports.LeagueTexts;
52
+ export function isLeagueText(value) {
53
+ return typeof value == 'string' && value in LeagueTexts;
57
54
  }
58
- exports.isLeagueText = isLeagueText;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isLevel = exports.Levels = void 0;
4
- exports.Levels = {
1
+ export const Levels = {
5
2
  1: 1,
6
3
  2: 2,
7
4
  3: 3,
@@ -21,7 +18,6 @@ exports.Levels = {
21
18
  17: 17,
22
19
  18: 18,
23
20
  };
24
- function isLevel(level) {
25
- return level in exports.Levels;
21
+ export function isLevel(level) {
22
+ return level in Levels;
26
23
  }
27
- exports.isLevel = isLevel;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isLocale = exports.Locales = void 0;
4
- exports.Locales = {
1
+ export const Locales = {
5
2
  /** Czech (Czech Republic) */
6
3
  'cs_CZ': 'cs_CZ',
7
4
  /** Greek (Greece) */
@@ -59,7 +56,6 @@ exports.Locales = {
59
56
  /** Chinese (Taiwan) */
60
57
  'zh_TW': 'zh_TW',
61
58
  };
62
- function isLocale(value) {
63
- return typeof value == 'string' && value in exports.Locales;
59
+ export function isLocale(value) {
60
+ return typeof value == 'string' && value in Locales;
64
61
  }
65
- exports.isLocale = isLocale;
@@ -1,6 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMapId = exports.MapIds = void 0;
4
1
  /**
5
2
  * 11 — Summoner's Rift
6
3
  *
@@ -10,13 +7,12 @@ exports.isMapId = exports.MapIds = void 0;
10
7
  *
11
8
  * 22 — Convergence
12
9
  */
13
- exports.MapIds = {
10
+ export const MapIds = {
14
11
  11: 11,
15
12
  12: 12,
16
13
  21: 21,
17
14
  22: 22,
18
15
  };
19
- function isMapId(value) {
20
- return value in exports.MapIds;
16
+ export function isMapId(value) {
17
+ return value in MapIds;
21
18
  }
22
- exports.isMapId = isMapId;
@@ -1,6 +1,7 @@
1
1
  export declare const MonsterTypes: {
2
- readonly RIFTHERALD: "RIFTHERALD";
2
+ readonly HORDE: "HORDE";
3
3
  readonly DRAGON: "DRAGON";
4
+ readonly RIFTHERALD: "RIFTHERALD";
4
5
  readonly BARON_NASHOR: "BARON_NASHOR";
5
6
  };
6
7
  export type MonsterType = typeof MonsterTypes[keyof typeof MonsterTypes];
@@ -1,12 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMonsterType = exports.MonsterTypes = void 0;
4
- exports.MonsterTypes = {
5
- 'RIFTHERALD': 'RIFTHERALD',
1
+ export const MonsterTypes = {
2
+ 'HORDE': 'HORDE',
6
3
  'DRAGON': 'DRAGON',
4
+ 'RIFTHERALD': 'RIFTHERALD',
7
5
  'BARON_NASHOR': 'BARON_NASHOR',
8
6
  };
9
- function isMonsterType(value) {
10
- return typeof value == 'string' && value in exports.MonsterTypes;
7
+ export function isMonsterType(value) {
8
+ return typeof value == 'string' && value in MonsterTypes;
11
9
  }
12
- exports.isMonsterType = isMonsterType;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isParticipantId = exports.ParticipantIds = void 0;
4
- exports.ParticipantIds = {
1
+ export const ParticipantIds = {
5
2
  1: 1,
6
3
  2: 2,
7
4
  3: 3,
@@ -13,7 +10,6 @@ exports.ParticipantIds = {
13
10
  9: 9,
14
11
  10: 10,
15
12
  };
16
- function isParticipantId(value) {
17
- return value in exports.ParticipantIds;
13
+ export function isParticipantId(value) {
14
+ return value in ParticipantIds;
18
15
  }
19
- exports.isParticipantId = isParticipantId;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isPlatformApiUri = exports.PlatformApiUris = void 0;
4
- exports.PlatformApiUris = {
1
+ export const PlatformApiUris = {
5
2
  'BR1': 'br1.api.riotgames.com',
6
3
  'EUN1': 'eun1.api.riotgames.com',
7
4
  'EUW1': 'euw1.api.riotgames.com',
@@ -19,7 +16,6 @@ exports.PlatformApiUris = {
19
16
  'TW2': 'tw2.api.riotgames.com',
20
17
  'VN2': 'vn2.api.riotgames.com',
21
18
  };
22
- function isPlatformApiUri(value) {
23
- return typeof value == 'string' && value in exports.PlatformApiUris;
19
+ export function isPlatformApiUri(value) {
20
+ return typeof value == 'string' && value in PlatformApiUris;
24
21
  }
25
- exports.isPlatformApiUri = isPlatformApiUri;
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getPlatformIdByRegion = exports.isPlatformId = exports.PlatformIds = void 0;
4
- const Regions_1 = require("./Regions");
5
- exports.PlatformIds = {
1
+ import { Regions } from './Regions';
2
+ export const PlatformIds = {
6
3
  'BR': 'BR1',
7
4
  'EUNE': 'EUN1',
8
5
  'EUW': 'EUW1',
@@ -21,11 +18,9 @@ exports.PlatformIds = {
21
18
  'VN': 'VN2',
22
19
  'PBE': 'PBE1',
23
20
  };
24
- function isPlatformId(value) {
25
- return typeof value == 'string' && value in Regions_1.Regions;
21
+ export function isPlatformId(value) {
22
+ return typeof value == 'string' && value in Regions;
26
23
  }
27
- exports.isPlatformId = isPlatformId;
28
- function getPlatformIdByRegion(region) {
29
- return exports.PlatformIds[region];
24
+ export function getPlatformIdByRegion(region) {
25
+ return PlatformIds[region];
30
26
  }
31
- exports.getPlatformIdByRegion = getPlatformIdByRegion;
@@ -1,14 +1,10 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isPosition = exports.Positions = void 0;
4
- exports.Positions = {
1
+ export const Positions = {
5
2
  'TOP': 'TOP',
6
3
  'JUNGLE': 'JUNGLE',
7
4
  'MIDDLE': 'MIDDLE',
8
5
  'BOTTOM': 'BOTTOM',
9
6
  'UTILITY': 'UTILITY',
10
7
  };
11
- function isPosition(position) {
12
- return typeof position == 'string' && position in exports.Positions;
8
+ export function isPosition(position) {
9
+ return typeof position == 'string' && position in Positions;
13
10
  }
14
- exports.isPosition = isPosition;
@@ -1,6 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueueDescriptionsToIds = exports.QueueDescriptions = exports.isQueueId = exports.QueueIds = void 0;
4
1
  /**
5
2
  * 0 — Custom games
6
3
  *
@@ -54,7 +51,7 @@ exports.QueueDescriptionsToIds = exports.QueueDescriptions = exports.isQueueId =
54
51
  *
55
52
  * 2020 — Tutorial 3
56
53
  */
57
- exports.QueueIds = {
54
+ export const QueueIds = {
58
55
  0: 0,
59
56
  400: 400,
60
57
  420: 420,
@@ -82,11 +79,10 @@ exports.QueueIds = {
82
79
  2010: 2010,
83
80
  2020: 2020,
84
81
  };
85
- function isQueueId(value) {
86
- return value in exports.QueueIds;
82
+ export function isQueueId(value) {
83
+ return value in QueueIds;
87
84
  }
88
- exports.isQueueId = isQueueId;
89
- exports.QueueDescriptions = {
85
+ export const QueueDescriptions = {
90
86
  0: 'Custom',
91
87
  400: '5v5 Draft Pick',
92
88
  420: '5v5 Ranked Solo',
@@ -114,7 +110,7 @@ exports.QueueDescriptions = {
114
110
  2010: 'Tutorial 2',
115
111
  2020: 'Tutorial 3',
116
112
  };
117
- exports.QueueDescriptionsToIds = {
113
+ export const QueueDescriptionsToIds = {
118
114
  'Custom': 0,
119
115
  '5v5 Draft Pick': 400,
120
116
  '5v5 Ranked Solo': 420,
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isQueueType = exports.QueueTypes = void 0;
4
- exports.QueueTypes = {
1
+ export const QueueTypes = {
5
2
  'RANKED_SOLO_5x5': 'RANKED_SOLO_5x5',
6
3
  'RANKED_FLEX_SR': 'RANKED_FLEX_SR',
7
4
  'RANKED_TFT': 'RANKED_TFT',
8
5
  };
9
- function isQueueType(value) {
10
- return typeof value == 'string' && value in exports.QueueTypes;
6
+ export function isQueueType(value) {
7
+ return typeof value == 'string' && value in QueueTypes;
11
8
  }
12
- exports.isQueueType = isQueueType;
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isRankedRank = exports.RankedRanks = void 0;
4
- exports.RankedRanks = {
1
+ export const RankedRanks = {
5
2
  'I': 'I',
6
3
  'II': 'II',
7
4
  'III': 'III',
8
5
  'IV': 'IV',
9
6
  };
10
- function isRankedRank(value) {
11
- return typeof value == 'string' && value in exports.RankedRanks;
7
+ export function isRankedRank(value) {
8
+ return typeof value == 'string' && value in RankedRanks;
12
9
  }
13
- exports.isRankedRank = isRankedRank;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isRankedTier = exports.RankedTiers = void 0;
4
- exports.RankedTiers = {
1
+ export const RankedTiers = {
5
2
  'CHALLENGER': 'CHALLENGER',
6
3
  'GRANDMASTER': 'GRANDMASTER',
7
4
  'MASTER': 'MASTER',
@@ -13,7 +10,6 @@ exports.RankedTiers = {
13
10
  'BRONZE': 'BRONZE',
14
11
  'IRON': 'IRON',
15
12
  };
16
- function isRankedTier(value) {
17
- return typeof value == 'string' && value in exports.RankedTiers;
13
+ export function isRankedTier(value) {
14
+ return typeof value == 'string' && value in RankedTiers;
18
15
  }
19
- exports.isRankedTier = isRankedTier;
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isRegionalApiUri = exports.RegionalApiUris = void 0;
4
- exports.RegionalApiUris = {
1
+ export const RegionalApiUris = {
5
2
  'AMERICAS': 'americas.api.riotgames.com',
6
3
  'ASIA': 'asia.api.riotgames.com',
7
4
  'EUROPE': 'europe.api.riotgames.com',
8
5
  'SEA': 'sea.api.riotgames.com',
9
6
  };
10
- function isRegionalApiUri(value) {
11
- return typeof value == 'string' && value in exports.RegionalApiUris;
7
+ export function isRegionalApiUri(value) {
8
+ return typeof value == 'string' && value in RegionalApiUris;
12
9
  }
13
- exports.isRegionalApiUri = isRegionalApiUri;
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRegionByPlatformId = exports.isRegion = exports.Regions = void 0;
4
- const PlatformIds_1 = require("./PlatformIds");
5
- exports.Regions = {
1
+ import { PlatformIds } from './PlatformIds';
2
+ export const Regions = {
6
3
  'BR1': 'BR',
7
4
  'EUN1': 'EUNE',
8
5
  'EUW1': 'EUW',
@@ -21,11 +18,9 @@ exports.Regions = {
21
18
  'VN2': 'VN',
22
19
  'PBE1': 'PBE',
23
20
  };
24
- function isRegion(value) {
25
- return typeof value == 'string' && value in PlatformIds_1.PlatformIds;
21
+ export function isRegion(value) {
22
+ return typeof value == 'string' && value in PlatformIds;
26
23
  }
27
- exports.isRegion = isRegion;
28
- function getRegionByPlatformId(platformId) {
29
- return exports.Regions[platformId];
24
+ export function getRegionByPlatformId(platformId) {
25
+ return Regions[platformId];
30
26
  }
31
- exports.getRegionByPlatformId = getRegionByPlatformId;
@@ -1,11 +1,7 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isRelativeTeam = exports.RelativeTeams = void 0;
4
- exports.RelativeTeams = {
1
+ export const RelativeTeams = {
5
2
  'ally': 'ally',
6
3
  'enemy': 'enemy',
7
4
  };
8
- function isRelativeTeam(type) {
9
- return typeof type == 'string' && type in exports.RelativeTeams;
5
+ export function isRelativeTeam(type) {
6
+ return typeof type == 'string' && type in RelativeTeams;
10
7
  }
11
- exports.isRelativeTeam = isRelativeTeam;
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isRole = exports.Roles = void 0;
4
- exports.Roles = {
1
+ export const Roles = {
5
2
  'NONE': 'NONE',
6
3
  'SOLO': 'SOLO',
7
4
  'CARRY': 'CARRY',
8
5
  'SUPPORT': 'SUPPORT',
9
6
  };
10
- function isRole(value) {
11
- return typeof value == 'string' && value in exports.Roles;
7
+ export function isRole(value) {
8
+ return typeof value == 'string' && value in Roles;
12
9
  }
13
- exports.isRole = isRole;
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NonStatRuneIds = void 0;
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
+ export const 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,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NonStatRuneIdsNum = void 0;
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
+ export const 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,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NonStatRuneNames = void 0;
4
- exports.NonStatRuneNames = { "8005": "Press the Attack", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8126": "Cheap Shot", "8128": "Dark Harvest", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8242": "Unflinching", "8275": "Nimbus Cloak", "8299": "Last Stand", "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8401": "Shield Bash", "8410": "Approach Velocity", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph", "9923": "Hail of Blades" };
1
+ export const NonStatRuneNames = { "8005": "Press the Attack", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8126": "Cheap Shot", "8128": "Dark Harvest", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8242": "Unflinching", "8275": "Nimbus Cloak", "8299": "Last Stand", "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8401": "Shield Bash", "8410": "Approach Velocity", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph", "9923": "Hail of Blades" };
@@ -1,6 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RuneIconFileNames = void 0;
4
1
  /**
5
2
  * The file names themselves for runes,
6
3
  * according to https://raw.communitydragon.org.
@@ -9,7 +6,7 @@ exports.RuneIconFileNames = void 0;
9
6
  * @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods/
10
7
  * @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles/
11
8
  */
12
- exports.RuneIconFileNames = {
9
+ export const RuneIconFileNames = {
13
10
  // ## Rune Trees
14
11
  'Precision': '7201_precision',
15
12
  'Domination': '7200_domination',
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RunePickingRelationships = void 0;
4
1
  /**
5
2
  * All of the runes and their relationships to other runes in terms of picking. Only one rune can be picked in a rune horizontal-set, each main rune that has a relationship to another rune unselects the other rune if the main rune is picked.
6
3
  */
7
- exports.RunePickingRelationships = { "5001": ["5002", "5003"], "5002": ["5001", "5003"], "5003": ["5001", "5002"], "5005": ["5007", "5008"], "5007": ["5005", "5008"], "5008": ["5005", "5007"], "8005": ["8021", "8010"], "8009": ["9101", "9111"], "8010": ["8005", "8021"], "8014": ["8017", "8299"], "8017": ["8014", "8299"], "8021": ["8005", "8010"], "8105": ["8135", "8106"], "8106": ["8135", "8105"], "8112": ["8128", "9923"], "8120": ["8136", "8138"], "8126": ["8139", "8143"], "8128": ["8112", "9923"], "8135": ["8105", "8106"], "8136": ["8120", "8138"], "8138": ["8136", "8120"], "8139": ["8126", "8143"], "8143": ["8126", "8139"], "8210": ["8234", "8233"], "8214": ["8229", "8230"], "8224": ["8226", "8275"], "8226": ["8224", "8275"], "8229": ["8214", "8230"], "8230": ["8214", "8229"], "8232": ["8237", "8236"], "8233": ["8210", "8234"], "8234": ["8210", "8233"], "8236": ["8237", "8232"], "8237": ["8232", "8236"], "8242": ["8451", "8453"], "8275": ["8224", "8226"], "8299": ["8014", "8017"], "8304": ["8306", "8321"], "8306": ["8304", "8321"], "8313": ["8352", "8345"], "8316": ["8347", "8410"], "8321": ["8306", "8304"], "8345": ["8313", "8352"], "8347": ["8410", "8316"], "8351": ["8360", "8369"], "8352": ["8313", "8345"], "8360": ["8351", "8369"], "8369": ["8351", "8360"], "8401": ["8446", "8463"], "8410": ["8347", "8316"], "8429": ["8444", "8473"], "8437": ["8439", "8465"], "8439": ["8437", "8465"], "8444": ["8429", "8473"], "8446": ["8463", "8401"], "8451": ["8453", "8242"], "8453": ["8451", "8242"], "8463": ["8446", "8401"], "8465": ["8437", "8439"], "8473": ["8429", "8444"], "9101": ["9111", "8009"], "9103": ["9104", "9105"], "9104": ["9105", "9103"], "9105": ["9104", "9103"], "9111": ["9101", "8009"], "9923": ["8112", "8128"], "5002f": ["5003f", "5008f"], "5003f": ["5002f", "5008f"], "5008f": ["5002f", "5003f"] };
4
+ export const RunePickingRelationships = { "5001": ["5002", "5003"], "5002": ["5001", "5003"], "5003": ["5001", "5002"], "5005": ["5007", "5008"], "5007": ["5005", "5008"], "5008": ["5005", "5007"], "8005": ["8021", "8010"], "8009": ["9101", "9111"], "8010": ["8005", "8021"], "8014": ["8017", "8299"], "8017": ["8014", "8299"], "8021": ["8005", "8010"], "8105": ["8135", "8106"], "8106": ["8135", "8105"], "8112": ["8128", "9923"], "8120": ["8136", "8138"], "8126": ["8139", "8143"], "8128": ["8112", "9923"], "8135": ["8105", "8106"], "8136": ["8120", "8138"], "8138": ["8136", "8120"], "8139": ["8126", "8143"], "8143": ["8126", "8139"], "8210": ["8234", "8233"], "8214": ["8229", "8230"], "8224": ["8226", "8275"], "8226": ["8224", "8275"], "8229": ["8214", "8230"], "8230": ["8214", "8229"], "8232": ["8237", "8236"], "8233": ["8210", "8234"], "8234": ["8210", "8233"], "8236": ["8237", "8232"], "8237": ["8232", "8236"], "8242": ["8451", "8453"], "8275": ["8224", "8226"], "8299": ["8014", "8017"], "8304": ["8306", "8321"], "8306": ["8304", "8321"], "8313": ["8352", "8345"], "8316": ["8347", "8410"], "8321": ["8306", "8304"], "8345": ["8313", "8352"], "8347": ["8410", "8316"], "8351": ["8360", "8369"], "8352": ["8313", "8345"], "8360": ["8351", "8369"], "8369": ["8351", "8360"], "8401": ["8446", "8463"], "8410": ["8347", "8316"], "8429": ["8444", "8473"], "8437": ["8439", "8465"], "8439": ["8437", "8465"], "8444": ["8429", "8473"], "8446": ["8463", "8401"], "8451": ["8453", "8242"], "8453": ["8451", "8242"], "8463": ["8446", "8401"], "8465": ["8437", "8439"], "8473": ["8429", "8444"], "9101": ["9111", "8009"], "9103": ["9104", "9105"], "9104": ["9105", "9103"], "9105": ["9104", "9103"], "9111": ["9101", "8009"], "9923": ["8112", "8128"], "5002f": ["5003f", "5008f"], "5003f": ["5002f", "5008f"], "5008f": ["5002f", "5003f"] };
@@ -1,14 +1,11 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RuneSets = exports.StatRuneHSets = exports.RuneHSets = exports.RuneNames = exports.StatRuneNames = exports.KeystoneNames = exports.SecondaryRuneTrees = exports.PrimaryRuneTrees = void 0;
4
- exports.PrimaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8126": "Cheap Shot", "8128": "Dark Harvest", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "9923": "Hail of Blades" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8410": "Approach Velocity" }, "Precision": { "8005": "Press the Attack", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8299": "Last Stand", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
5
- exports.SecondaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8120": "Ghost Poro", "8126": "Cheap Shot", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8352": "Time Warp Tonic", "8410": "Approach Velocity" }, "Precision": { "8009": "Presence of Mind", "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
6
- exports.KeystoneNames = { "8005": "Press the Attack", "8010": "Conqueror", "8021": "Fleet Footwork", "8112": "Electrocute", "8128": "Dark Harvest", "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush", "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike", "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian", "9923": "Hail of Blades" };
7
- exports.StatRuneNames = { "5001": "Defense (HP+)", "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)", "5011": "Defense (HP)", "5013": "Defense (Tenacity + Slow Resist)", "5008f": "Flex (AF)", "5010f": "Flex (MS)", "5001f": "Flex (HP+)" };
8
- exports.RuneNames = { ...exports.PrimaryRuneTrees.Precision, ...exports.PrimaryRuneTrees.Domination, ...exports.PrimaryRuneTrees.Sorcery, ...exports.PrimaryRuneTrees.Resolve, ...exports.PrimaryRuneTrees.Inspiration, ...exports.StatRuneNames };
9
- exports.RuneHSets = { "Domination": { "0": { "8112": "Electrocute", "8128": "Dark Harvest", "9923": "Hail of Blades" }, "1": { "8126": "Cheap Shot", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "2": { "8120": "Ghost Poro", "8136": "Zombie Ward", "8138": "Eyeball Collection" }, "3": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8135": "Treasure Hunter" } }, "Inspiration": { "0": { "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike" }, "1": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8321": "Cash Back" }, "2": { "8313": "Triple Tonic", "8345": "Biscuit Delivery", "8352": "Time Warp Tonic" }, "3": { "8316": "Jack Of All Trades", "8347": "Cosmic Insight", "8410": "Approach Velocity" } }, "Precision": { "0": { "8005": "Press the Attack", "8010": "Conqueror", "8021": "Fleet Footwork" }, "1": { "8009": "Presence of Mind", "9101": "Absorb Life", "9111": "Triumph" }, "2": { "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste" }, "3": { "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand" } }, "Resolve": { "0": { "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian" }, "1": { "8401": "Shield Bash", "8446": "Demolish", "8463": "Font of Life" }, "2": { "8429": "Conditioning", "8444": "Second Wind", "8473": "Bone Plating" }, "3": { "8242": "Unflinching", "8451": "Overgrowth", "8453": "Revitalize" } }, "Sorcery": { "0": { "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush" }, "1": { "8224": "Nullifying Orb", "8226": "Manaflow Band", "8275": "Nimbus Cloak" }, "2": { "8210": "Transcendence", "8233": "Absolute Focus", "8234": "Celerity" }, "3": { "8232": "Waterwalking", "8236": "Gathering Storm", "8237": "Scorch" } } };
10
- exports.StatRuneHSets = { "0": { "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)" }, "1": { "5008f": "Flex (AF)", "5010f": "Flex (MS)", "5001f": "Flex (HP+)" }, "2": { "5001": "Defense (HP+)", "5011": "Defense (HP)", "5013": "Defense (Tenacity + Slow Resist)" } };
1
+ export const PrimaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8112": "Electrocute", "8120": "Ghost Poro", "8126": "Cheap Shot", "8128": "Dark Harvest", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact", "9923": "Hail of Blades" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8351": "Glacial Augment", "8352": "Time Warp Tonic", "8360": "Unsealed Spellbook", "8369": "First Strike", "8410": "Approach Velocity" }, "Precision": { "8005": "Press the Attack", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8299": "Last Stand", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8437": "Grasp of the Undying", "8439": "Aftershock", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8465": "Guardian", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8214": "Summon Aery", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8229": "Arcane Comet", "8230": "Phase Rush", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
2
+ export const SecondaryRuneTrees = { "Domination": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8120": "Ghost Poro", "8126": "Cheap Shot", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Triple Tonic", "8316": "Jack Of All Trades", "8321": "Cash Back", "8345": "Biscuit Delivery", "8347": "Cosmic Insight", "8352": "Time Warp Tonic", "8410": "Approach Velocity" }, "Precision": { "8009": "Presence of Mind", "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand", "9101": "Absorb Life", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste", "9111": "Triumph" }, "Resolve": { "8242": "Unflinching", "8401": "Shield Bash", "8429": "Conditioning", "8444": "Second Wind", "8446": "Demolish", "8451": "Overgrowth", "8453": "Revitalize", "8463": "Font of Life", "8473": "Bone Plating" }, "Sorcery": { "8210": "Transcendence", "8224": "Nullifying Orb", "8226": "Manaflow Band", "8232": "Waterwalking", "8233": "Absolute Focus", "8234": "Celerity", "8236": "Gathering Storm", "8237": "Scorch", "8275": "Nimbus Cloak" } };
3
+ export const KeystoneNames = { "8005": "Press the Attack", "8010": "Conqueror", "8021": "Fleet Footwork", "8112": "Electrocute", "8128": "Dark Harvest", "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush", "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike", "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian", "9923": "Hail of Blades" };
4
+ export const StatRuneNames = { "5001": "Defense (HP+)", "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)", "5011": "Defense (HP)", "5013": "Defense (Tenacity + Slow Resist)", "5008f": "Flex (AF)", "5010f": "Flex (MS)", "5001f": "Flex (HP+)" };
5
+ export const RuneNames = { ...PrimaryRuneTrees.Precision, ...PrimaryRuneTrees.Domination, ...PrimaryRuneTrees.Sorcery, ...PrimaryRuneTrees.Resolve, ...PrimaryRuneTrees.Inspiration, ...StatRuneNames };
6
+ export const RuneHSets = { "Domination": { "0": { "8112": "Electrocute", "8128": "Dark Harvest", "9923": "Hail of Blades" }, "1": { "8126": "Cheap Shot", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "2": { "8120": "Ghost Poro", "8136": "Zombie Ward", "8138": "Eyeball Collection" }, "3": { "8105": "Relentless Hunter", "8106": "Ultimate Hunter", "8135": "Treasure Hunter" } }, "Inspiration": { "0": { "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike" }, "1": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8321": "Cash Back" }, "2": { "8313": "Triple Tonic", "8345": "Biscuit Delivery", "8352": "Time Warp Tonic" }, "3": { "8316": "Jack Of All Trades", "8347": "Cosmic Insight", "8410": "Approach Velocity" } }, "Precision": { "0": { "8005": "Press the Attack", "8010": "Conqueror", "8021": "Fleet Footwork" }, "1": { "8009": "Presence of Mind", "9101": "Absorb Life", "9111": "Triumph" }, "2": { "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Haste" }, "3": { "8014": "Coup de Grace", "8017": "Cut Down", "8299": "Last Stand" } }, "Resolve": { "0": { "8437": "Grasp of the Undying", "8439": "Aftershock", "8465": "Guardian" }, "1": { "8401": "Shield Bash", "8446": "Demolish", "8463": "Font of Life" }, "2": { "8429": "Conditioning", "8444": "Second Wind", "8473": "Bone Plating" }, "3": { "8242": "Unflinching", "8451": "Overgrowth", "8453": "Revitalize" } }, "Sorcery": { "0": { "8214": "Summon Aery", "8229": "Arcane Comet", "8230": "Phase Rush" }, "1": { "8224": "Nullifying Orb", "8226": "Manaflow Band", "8275": "Nimbus Cloak" }, "2": { "8210": "Transcendence", "8233": "Absolute Focus", "8234": "Celerity" }, "3": { "8232": "Waterwalking", "8236": "Gathering Storm", "8237": "Scorch" } } };
7
+ export const StatRuneHSets = { "0": { "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)" }, "1": { "5008f": "Flex (AF)", "5010f": "Flex (MS)", "5001f": "Flex (HP+)" }, "2": { "5001": "Defense (HP+)", "5011": "Defense (HP)", "5013": "Defense (Tenacity + Slow Resist)" } };
11
8
  /**
12
9
  * Contains all Rune IDs that are known to man in the game of League of Legends. Sorted by various useful categories. There are a total of 69 runes in the game.
13
10
  */
14
- exports.RuneSets = { PrimaryRuneTrees: exports.PrimaryRuneTrees, SecondaryRuneTrees: exports.SecondaryRuneTrees, KeystoneNames: exports.KeystoneNames, StatRuneNames: exports.StatRuneNames, RuneNames: exports.RuneNames, RuneHSets: exports.RuneHSets, StatRuneHSets: exports.StatRuneHSets };
11
+ export const RuneSets = { PrimaryRuneTrees, SecondaryRuneTrees, KeystoneNames, StatRuneNames, RuneNames, RuneHSets, StatRuneHSets };