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
@@ -4,10 +4,8 @@ export declare const PrimaryRuneTrees: {
4
4
  readonly "8106": "Ultimate Hunter";
5
5
  readonly "8112": "Electrocute";
6
6
  readonly "8120": "Ghost Poro";
7
- readonly "8124": "Predator";
8
7
  readonly "8126": "Cheap Shot";
9
8
  readonly "8128": "Dark Harvest";
10
- readonly "8134": "Ingenious Hunter";
11
9
  readonly "8135": "Treasure Hunter";
12
10
  readonly "8136": "Zombie Ward";
13
11
  readonly "8138": "Eyeball Collection";
@@ -18,9 +16,9 @@ export declare const PrimaryRuneTrees: {
18
16
  readonly Inspiration: {
19
17
  readonly "8304": "Magical Footwear";
20
18
  readonly "8306": "Hextech Flashtraption";
21
- readonly "8313": "Perfect Timing";
22
- readonly "8316": "Minion Dematerializer";
23
- readonly "8321": "Future's Market";
19
+ readonly "8313": "Triple Tonic";
20
+ readonly "8316": "Jack Of All Trades";
21
+ readonly "8321": "Cash Back";
24
22
  readonly "8345": "Biscuit Delivery";
25
23
  readonly "8347": "Cosmic Insight";
26
24
  readonly "8351": "Glacial Augment";
@@ -31,17 +29,16 @@ export declare const PrimaryRuneTrees: {
31
29
  };
32
30
  readonly Precision: {
33
31
  readonly "8005": "Press the Attack";
34
- readonly "8008": "Lethal Tempo";
35
32
  readonly "8009": "Presence of Mind";
36
33
  readonly "8010": "Conqueror";
37
34
  readonly "8014": "Coup de Grace";
38
35
  readonly "8017": "Cut Down";
39
36
  readonly "8021": "Fleet Footwork";
40
37
  readonly "8299": "Last Stand";
41
- readonly "9101": "Overheal";
38
+ readonly "9101": "Absorb Life";
42
39
  readonly "9103": "Legend: Bloodline";
43
40
  readonly "9104": "Legend: Alacrity";
44
- readonly "9105": "Legend: Tenacity";
41
+ readonly "9105": "Legend: Haste";
45
42
  readonly "9111": "Triumph";
46
43
  };
47
44
  readonly Resolve: {
@@ -79,7 +76,6 @@ export declare const SecondaryRuneTrees: {
79
76
  readonly "8106": "Ultimate Hunter";
80
77
  readonly "8120": "Ghost Poro";
81
78
  readonly "8126": "Cheap Shot";
82
- readonly "8134": "Ingenious Hunter";
83
79
  readonly "8135": "Treasure Hunter";
84
80
  readonly "8136": "Zombie Ward";
85
81
  readonly "8138": "Eyeball Collection";
@@ -89,9 +85,9 @@ export declare const SecondaryRuneTrees: {
89
85
  readonly Inspiration: {
90
86
  readonly "8304": "Magical Footwear";
91
87
  readonly "8306": "Hextech Flashtraption";
92
- readonly "8313": "Perfect Timing";
93
- readonly "8316": "Minion Dematerializer";
94
- readonly "8321": "Future's Market";
88
+ readonly "8313": "Triple Tonic";
89
+ readonly "8316": "Jack Of All Trades";
90
+ readonly "8321": "Cash Back";
95
91
  readonly "8345": "Biscuit Delivery";
96
92
  readonly "8347": "Cosmic Insight";
97
93
  readonly "8352": "Time Warp Tonic";
@@ -102,10 +98,10 @@ export declare const SecondaryRuneTrees: {
102
98
  readonly "8014": "Coup de Grace";
103
99
  readonly "8017": "Cut Down";
104
100
  readonly "8299": "Last Stand";
105
- readonly "9101": "Overheal";
101
+ readonly "9101": "Absorb Life";
106
102
  readonly "9103": "Legend: Bloodline";
107
103
  readonly "9104": "Legend: Alacrity";
108
- readonly "9105": "Legend: Tenacity";
104
+ readonly "9105": "Legend: Haste";
109
105
  readonly "9111": "Triumph";
110
106
  };
111
107
  readonly Resolve: {
@@ -133,11 +129,9 @@ export declare const SecondaryRuneTrees: {
133
129
  };
134
130
  export declare const KeystoneNames: {
135
131
  readonly "8005": "Press the Attack";
136
- readonly "8008": "Lethal Tempo";
137
132
  readonly "8010": "Conqueror";
138
133
  readonly "8021": "Fleet Footwork";
139
134
  readonly "8112": "Electrocute";
140
- readonly "8124": "Predator";
141
135
  readonly "8128": "Dark Harvest";
142
136
  readonly "8214": "Summon Aery";
143
137
  readonly "8229": "Arcane Comet";
@@ -151,32 +145,32 @@ export declare const KeystoneNames: {
151
145
  readonly "9923": "Hail of Blades";
152
146
  };
153
147
  export declare const StatRuneNames: {
154
- readonly "5001": "Defense (HP)";
155
- readonly "5002": "Defense (AR)";
156
- readonly "5003": "Defense (MR)";
148
+ readonly "5001": "Defense (HP+)";
157
149
  readonly "5005": "Offense (AS)";
158
150
  readonly "5007": "Offense (AH)";
159
151
  readonly "5008": "Offense (AF)";
160
- readonly "5002f": "Flex (AR)";
161
- readonly "5003f": "Flex (MR)";
152
+ readonly "5011": "Defense (HP)";
153
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
162
154
  readonly "5008f": "Flex (AF)";
155
+ readonly "5010f": "Flex (MS)";
156
+ readonly "5001f": "Flex (HP+)";
163
157
  };
164
158
  export type StatRuneName = typeof StatRuneNames[keyof typeof StatRuneNames];
165
159
  export declare const RuneNames: {
166
- readonly "5001": "Defense (HP)";
167
- readonly "5002": "Defense (AR)";
168
- readonly "5003": "Defense (MR)";
160
+ readonly "5001": "Defense (HP+)";
169
161
  readonly "5005": "Offense (AS)";
170
162
  readonly "5007": "Offense (AH)";
171
163
  readonly "5008": "Offense (AF)";
172
- readonly "5002f": "Flex (AR)";
173
- readonly "5003f": "Flex (MR)";
164
+ readonly "5011": "Defense (HP)";
165
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
174
166
  readonly "5008f": "Flex (AF)";
167
+ readonly "5010f": "Flex (MS)";
168
+ readonly "5001f": "Flex (HP+)";
175
169
  readonly "8304": "Magical Footwear";
176
170
  readonly "8306": "Hextech Flashtraption";
177
- readonly "8313": "Perfect Timing";
178
- readonly "8316": "Minion Dematerializer";
179
- readonly "8321": "Future's Market";
171
+ readonly "8313": "Triple Tonic";
172
+ readonly "8316": "Jack Of All Trades";
173
+ readonly "8321": "Cash Back";
180
174
  readonly "8345": "Biscuit Delivery";
181
175
  readonly "8347": "Cosmic Insight";
182
176
  readonly "8351": "Glacial Augment";
@@ -212,10 +206,8 @@ export declare const RuneNames: {
212
206
  readonly "8106": "Ultimate Hunter";
213
207
  readonly "8112": "Electrocute";
214
208
  readonly "8120": "Ghost Poro";
215
- readonly "8124": "Predator";
216
209
  readonly "8126": "Cheap Shot";
217
210
  readonly "8128": "Dark Harvest";
218
- readonly "8134": "Ingenious Hunter";
219
211
  readonly "8135": "Treasure Hunter";
220
212
  readonly "8136": "Zombie Ward";
221
213
  readonly "8138": "Eyeball Collection";
@@ -223,17 +215,16 @@ export declare const RuneNames: {
223
215
  readonly "8143": "Sudden Impact";
224
216
  readonly "9923": "Hail of Blades";
225
217
  readonly "8005": "Press the Attack";
226
- readonly "8008": "Lethal Tempo";
227
218
  readonly "8009": "Presence of Mind";
228
219
  readonly "8010": "Conqueror";
229
220
  readonly "8014": "Coup de Grace";
230
221
  readonly "8017": "Cut Down";
231
222
  readonly "8021": "Fleet Footwork";
232
223
  readonly "8299": "Last Stand";
233
- readonly "9101": "Overheal";
224
+ readonly "9101": "Absorb Life";
234
225
  readonly "9103": "Legend: Bloodline";
235
226
  readonly "9104": "Legend: Alacrity";
236
- readonly "9105": "Legend: Tenacity";
227
+ readonly "9105": "Legend: Haste";
237
228
  readonly "9111": "Triumph";
238
229
  };
239
230
  export type RuneName = typeof RuneNames[keyof typeof RuneNames];
@@ -241,7 +232,6 @@ export declare const RuneHSets: {
241
232
  readonly Domination: {
242
233
  readonly "0": {
243
234
  readonly "8112": "Electrocute";
244
- readonly "8124": "Predator";
245
235
  readonly "8128": "Dark Harvest";
246
236
  readonly "9923": "Hail of Blades";
247
237
  };
@@ -258,7 +248,6 @@ export declare const RuneHSets: {
258
248
  readonly "3": {
259
249
  readonly "8105": "Relentless Hunter";
260
250
  readonly "8106": "Ultimate Hunter";
261
- readonly "8134": "Ingenious Hunter";
262
251
  readonly "8135": "Treasure Hunter";
263
252
  };
264
253
  };
@@ -271,35 +260,34 @@ export declare const RuneHSets: {
271
260
  readonly "1": {
272
261
  readonly "8304": "Magical Footwear";
273
262
  readonly "8306": "Hextech Flashtraption";
274
- readonly "8313": "Perfect Timing";
263
+ readonly "8321": "Cash Back";
275
264
  };
276
265
  readonly "2": {
277
- readonly "8316": "Minion Dematerializer";
278
- readonly "8321": "Future's Market";
266
+ readonly "8313": "Triple Tonic";
279
267
  readonly "8345": "Biscuit Delivery";
268
+ readonly "8352": "Time Warp Tonic";
280
269
  };
281
270
  readonly "3": {
271
+ readonly "8316": "Jack Of All Trades";
282
272
  readonly "8347": "Cosmic Insight";
283
- readonly "8352": "Time Warp Tonic";
284
273
  readonly "8410": "Approach Velocity";
285
274
  };
286
275
  };
287
276
  readonly Precision: {
288
277
  readonly "0": {
289
278
  readonly "8005": "Press the Attack";
290
- readonly "8008": "Lethal Tempo";
291
279
  readonly "8010": "Conqueror";
292
280
  readonly "8021": "Fleet Footwork";
293
281
  };
294
282
  readonly "1": {
295
283
  readonly "8009": "Presence of Mind";
296
- readonly "9101": "Overheal";
284
+ readonly "9101": "Absorb Life";
297
285
  readonly "9111": "Triumph";
298
286
  };
299
287
  readonly "2": {
300
288
  readonly "9103": "Legend: Bloodline";
301
289
  readonly "9104": "Legend: Alacrity";
302
- readonly "9105": "Legend: Tenacity";
290
+ readonly "9105": "Legend: Haste";
303
291
  };
304
292
  readonly "3": {
305
293
  readonly "8014": "Coup de Grace";
@@ -359,18 +347,18 @@ export declare const StatRuneHSets: {
359
347
  readonly "5008": "Offense (AF)";
360
348
  };
361
349
  readonly "1": {
362
- readonly "5002f": "Flex (AR)";
363
- readonly "5003f": "Flex (MR)";
364
350
  readonly "5008f": "Flex (AF)";
351
+ readonly "5010f": "Flex (MS)";
352
+ readonly "5001f": "Flex (HP+)";
365
353
  };
366
354
  readonly "2": {
367
- readonly "5001": "Defense (HP)";
368
- readonly "5002": "Defense (AR)";
369
- readonly "5003": "Defense (MR)";
355
+ readonly "5001": "Defense (HP+)";
356
+ readonly "5011": "Defense (HP)";
357
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
370
358
  };
371
359
  };
372
360
  /**
373
- * 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 72 runes in the game.
361
+ * 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.
374
362
  */
375
363
  export declare const RuneSets: {
376
364
  readonly PrimaryRuneTrees: {
@@ -379,10 +367,8 @@ export declare const RuneSets: {
379
367
  readonly "8106": "Ultimate Hunter";
380
368
  readonly "8112": "Electrocute";
381
369
  readonly "8120": "Ghost Poro";
382
- readonly "8124": "Predator";
383
370
  readonly "8126": "Cheap Shot";
384
371
  readonly "8128": "Dark Harvest";
385
- readonly "8134": "Ingenious Hunter";
386
372
  readonly "8135": "Treasure Hunter";
387
373
  readonly "8136": "Zombie Ward";
388
374
  readonly "8138": "Eyeball Collection";
@@ -393,9 +379,9 @@ export declare const RuneSets: {
393
379
  readonly Inspiration: {
394
380
  readonly "8304": "Magical Footwear";
395
381
  readonly "8306": "Hextech Flashtraption";
396
- readonly "8313": "Perfect Timing";
397
- readonly "8316": "Minion Dematerializer";
398
- readonly "8321": "Future's Market";
382
+ readonly "8313": "Triple Tonic";
383
+ readonly "8316": "Jack Of All Trades";
384
+ readonly "8321": "Cash Back";
399
385
  readonly "8345": "Biscuit Delivery";
400
386
  readonly "8347": "Cosmic Insight";
401
387
  readonly "8351": "Glacial Augment";
@@ -406,17 +392,16 @@ export declare const RuneSets: {
406
392
  };
407
393
  readonly Precision: {
408
394
  readonly "8005": "Press the Attack";
409
- readonly "8008": "Lethal Tempo";
410
395
  readonly "8009": "Presence of Mind";
411
396
  readonly "8010": "Conqueror";
412
397
  readonly "8014": "Coup de Grace";
413
398
  readonly "8017": "Cut Down";
414
399
  readonly "8021": "Fleet Footwork";
415
400
  readonly "8299": "Last Stand";
416
- readonly "9101": "Overheal";
401
+ readonly "9101": "Absorb Life";
417
402
  readonly "9103": "Legend: Bloodline";
418
403
  readonly "9104": "Legend: Alacrity";
419
- readonly "9105": "Legend: Tenacity";
404
+ readonly "9105": "Legend: Haste";
420
405
  readonly "9111": "Triumph";
421
406
  };
422
407
  readonly Resolve: {
@@ -454,7 +439,6 @@ export declare const RuneSets: {
454
439
  readonly "8106": "Ultimate Hunter";
455
440
  readonly "8120": "Ghost Poro";
456
441
  readonly "8126": "Cheap Shot";
457
- readonly "8134": "Ingenious Hunter";
458
442
  readonly "8135": "Treasure Hunter";
459
443
  readonly "8136": "Zombie Ward";
460
444
  readonly "8138": "Eyeball Collection";
@@ -464,9 +448,9 @@ export declare const RuneSets: {
464
448
  readonly Inspiration: {
465
449
  readonly "8304": "Magical Footwear";
466
450
  readonly "8306": "Hextech Flashtraption";
467
- readonly "8313": "Perfect Timing";
468
- readonly "8316": "Minion Dematerializer";
469
- readonly "8321": "Future's Market";
451
+ readonly "8313": "Triple Tonic";
452
+ readonly "8316": "Jack Of All Trades";
453
+ readonly "8321": "Cash Back";
470
454
  readonly "8345": "Biscuit Delivery";
471
455
  readonly "8347": "Cosmic Insight";
472
456
  readonly "8352": "Time Warp Tonic";
@@ -477,10 +461,10 @@ export declare const RuneSets: {
477
461
  readonly "8014": "Coup de Grace";
478
462
  readonly "8017": "Cut Down";
479
463
  readonly "8299": "Last Stand";
480
- readonly "9101": "Overheal";
464
+ readonly "9101": "Absorb Life";
481
465
  readonly "9103": "Legend: Bloodline";
482
466
  readonly "9104": "Legend: Alacrity";
483
- readonly "9105": "Legend: Tenacity";
467
+ readonly "9105": "Legend: Haste";
484
468
  readonly "9111": "Triumph";
485
469
  };
486
470
  readonly Resolve: {
@@ -508,11 +492,9 @@ export declare const RuneSets: {
508
492
  };
509
493
  readonly KeystoneNames: {
510
494
  readonly "8005": "Press the Attack";
511
- readonly "8008": "Lethal Tempo";
512
495
  readonly "8010": "Conqueror";
513
496
  readonly "8021": "Fleet Footwork";
514
497
  readonly "8112": "Electrocute";
515
- readonly "8124": "Predator";
516
498
  readonly "8128": "Dark Harvest";
517
499
  readonly "8214": "Summon Aery";
518
500
  readonly "8229": "Arcane Comet";
@@ -526,31 +508,31 @@ export declare const RuneSets: {
526
508
  readonly "9923": "Hail of Blades";
527
509
  };
528
510
  readonly StatRuneNames: {
529
- readonly "5001": "Defense (HP)";
530
- readonly "5002": "Defense (AR)";
531
- readonly "5003": "Defense (MR)";
511
+ readonly "5001": "Defense (HP+)";
532
512
  readonly "5005": "Offense (AS)";
533
513
  readonly "5007": "Offense (AH)";
534
514
  readonly "5008": "Offense (AF)";
535
- readonly "5002f": "Flex (AR)";
536
- readonly "5003f": "Flex (MR)";
515
+ readonly "5011": "Defense (HP)";
516
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
537
517
  readonly "5008f": "Flex (AF)";
518
+ readonly "5010f": "Flex (MS)";
519
+ readonly "5001f": "Flex (HP+)";
538
520
  };
539
521
  readonly RuneNames: {
540
- readonly "5001": "Defense (HP)";
541
- readonly "5002": "Defense (AR)";
542
- readonly "5003": "Defense (MR)";
522
+ readonly "5001": "Defense (HP+)";
543
523
  readonly "5005": "Offense (AS)";
544
524
  readonly "5007": "Offense (AH)";
545
525
  readonly "5008": "Offense (AF)";
546
- readonly "5002f": "Flex (AR)";
547
- readonly "5003f": "Flex (MR)";
526
+ readonly "5011": "Defense (HP)";
527
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
548
528
  readonly "5008f": "Flex (AF)";
529
+ readonly "5010f": "Flex (MS)";
530
+ readonly "5001f": "Flex (HP+)";
549
531
  readonly "8304": "Magical Footwear";
550
532
  readonly "8306": "Hextech Flashtraption";
551
- readonly "8313": "Perfect Timing";
552
- readonly "8316": "Minion Dematerializer";
553
- readonly "8321": "Future's Market";
533
+ readonly "8313": "Triple Tonic";
534
+ readonly "8316": "Jack Of All Trades";
535
+ readonly "8321": "Cash Back";
554
536
  readonly "8345": "Biscuit Delivery";
555
537
  readonly "8347": "Cosmic Insight";
556
538
  readonly "8351": "Glacial Augment";
@@ -586,10 +568,8 @@ export declare const RuneSets: {
586
568
  readonly "8106": "Ultimate Hunter";
587
569
  readonly "8112": "Electrocute";
588
570
  readonly "8120": "Ghost Poro";
589
- readonly "8124": "Predator";
590
571
  readonly "8126": "Cheap Shot";
591
572
  readonly "8128": "Dark Harvest";
592
- readonly "8134": "Ingenious Hunter";
593
573
  readonly "8135": "Treasure Hunter";
594
574
  readonly "8136": "Zombie Ward";
595
575
  readonly "8138": "Eyeball Collection";
@@ -597,24 +577,22 @@ export declare const RuneSets: {
597
577
  readonly "8143": "Sudden Impact";
598
578
  readonly "9923": "Hail of Blades";
599
579
  readonly "8005": "Press the Attack";
600
- readonly "8008": "Lethal Tempo";
601
580
  readonly "8009": "Presence of Mind";
602
581
  readonly "8010": "Conqueror";
603
582
  readonly "8014": "Coup de Grace";
604
583
  readonly "8017": "Cut Down";
605
584
  readonly "8021": "Fleet Footwork";
606
585
  readonly "8299": "Last Stand";
607
- readonly "9101": "Overheal";
586
+ readonly "9101": "Absorb Life";
608
587
  readonly "9103": "Legend: Bloodline";
609
588
  readonly "9104": "Legend: Alacrity";
610
- readonly "9105": "Legend: Tenacity";
589
+ readonly "9105": "Legend: Haste";
611
590
  readonly "9111": "Triumph";
612
591
  };
613
592
  readonly RuneHSets: {
614
593
  readonly Domination: {
615
594
  readonly "0": {
616
595
  readonly "8112": "Electrocute";
617
- readonly "8124": "Predator";
618
596
  readonly "8128": "Dark Harvest";
619
597
  readonly "9923": "Hail of Blades";
620
598
  };
@@ -631,7 +609,6 @@ export declare const RuneSets: {
631
609
  readonly "3": {
632
610
  readonly "8105": "Relentless Hunter";
633
611
  readonly "8106": "Ultimate Hunter";
634
- readonly "8134": "Ingenious Hunter";
635
612
  readonly "8135": "Treasure Hunter";
636
613
  };
637
614
  };
@@ -644,35 +621,34 @@ export declare const RuneSets: {
644
621
  readonly "1": {
645
622
  readonly "8304": "Magical Footwear";
646
623
  readonly "8306": "Hextech Flashtraption";
647
- readonly "8313": "Perfect Timing";
624
+ readonly "8321": "Cash Back";
648
625
  };
649
626
  readonly "2": {
650
- readonly "8316": "Minion Dematerializer";
651
- readonly "8321": "Future's Market";
627
+ readonly "8313": "Triple Tonic";
652
628
  readonly "8345": "Biscuit Delivery";
629
+ readonly "8352": "Time Warp Tonic";
653
630
  };
654
631
  readonly "3": {
632
+ readonly "8316": "Jack Of All Trades";
655
633
  readonly "8347": "Cosmic Insight";
656
- readonly "8352": "Time Warp Tonic";
657
634
  readonly "8410": "Approach Velocity";
658
635
  };
659
636
  };
660
637
  readonly Precision: {
661
638
  readonly "0": {
662
639
  readonly "8005": "Press the Attack";
663
- readonly "8008": "Lethal Tempo";
664
640
  readonly "8010": "Conqueror";
665
641
  readonly "8021": "Fleet Footwork";
666
642
  };
667
643
  readonly "1": {
668
644
  readonly "8009": "Presence of Mind";
669
- readonly "9101": "Overheal";
645
+ readonly "9101": "Absorb Life";
670
646
  readonly "9111": "Triumph";
671
647
  };
672
648
  readonly "2": {
673
649
  readonly "9103": "Legend: Bloodline";
674
650
  readonly "9104": "Legend: Alacrity";
675
- readonly "9105": "Legend: Tenacity";
651
+ readonly "9105": "Legend: Haste";
676
652
  };
677
653
  readonly "3": {
678
654
  readonly "8014": "Coup de Grace";
@@ -732,14 +708,14 @@ export declare const RuneSets: {
732
708
  readonly "5008": "Offense (AF)";
733
709
  };
734
710
  readonly "1": {
735
- readonly "5002f": "Flex (AR)";
736
- readonly "5003f": "Flex (MR)";
737
711
  readonly "5008f": "Flex (AF)";
712
+ readonly "5010f": "Flex (MS)";
713
+ readonly "5001f": "Flex (HP+)";
738
714
  };
739
715
  readonly "2": {
740
- readonly "5001": "Defense (HP)";
741
- readonly "5002": "Defense (AR)";
742
- readonly "5003": "Defense (MR)";
716
+ readonly "5001": "Defense (HP+)";
717
+ readonly "5011": "Defense (HP)";
718
+ readonly "5013": "Defense (Tenacity + Slow Resist)";
743
719
  };
744
720
  };
745
721
  };
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
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", "8124": "Predator", "8126": "Cheap Shot", "8128": "Dark Harvest", "8134": "Ingenious Hunter", "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": "Perfect Timing", "8316": "Minion Dematerializer", "8321": "Future's Market", "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", "8008": "Lethal Tempo", "8009": "Presence of Mind", "8010": "Conqueror", "8014": "Coup de Grace", "8017": "Cut Down", "8021": "Fleet Footwork", "8299": "Last Stand", "9101": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "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", "8134": "Ingenious Hunter", "8135": "Treasure Hunter", "8136": "Zombie Ward", "8138": "Eyeball Collection", "8139": "Taste of Blood", "8143": "Sudden Impact" }, "Inspiration": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Perfect Timing", "8316": "Minion Dematerializer", "8321": "Future's Market", "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": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "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", "8008": "Lethal Tempo", "8010": "Conqueror", "8021": "Fleet Footwork", "8112": "Electrocute", "8124": "Predator", "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)", "5002": "Defense (AR)", "5003": "Defense (MR)", "5005": "Offense (AS)", "5007": "Offense (AH)", "5008": "Offense (AF)", "5002f": "Flex (AR)", "5003f": "Flex (MR)", "5008f": "Flex (AF)" };
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
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", "8124": "Predator", "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", "8134": "Ingenious Hunter", "8135": "Treasure Hunter" } }, "Inspiration": { "0": { "8351": "Glacial Augment", "8360": "Unsealed Spellbook", "8369": "First Strike" }, "1": { "8304": "Magical Footwear", "8306": "Hextech Flashtraption", "8313": "Perfect Timing" }, "2": { "8316": "Minion Dematerializer", "8321": "Future's Market", "8345": "Biscuit Delivery" }, "3": { "8347": "Cosmic Insight", "8352": "Time Warp Tonic", "8410": "Approach Velocity" } }, "Precision": { "0": { "8005": "Press the Attack", "8008": "Lethal Tempo", "8010": "Conqueror", "8021": "Fleet Footwork" }, "1": { "8009": "Presence of Mind", "9101": "Overheal", "9111": "Triumph" }, "2": { "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity" }, "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": { "5002f": "Flex (AR)", "5003f": "Flex (MR)", "5008f": "Flex (AF)" }, "2": { "5001": "Defense (HP)", "5002": "Defense (AR)", "5003": "Defense (MR)" } };
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)" } };
11
11
  /**
12
- * 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 72 runes in the game.
12
+ * 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
13
  */
14
14
  exports.RuneSets = { PrimaryRuneTrees: exports.PrimaryRuneTrees, SecondaryRuneTrees: exports.SecondaryRuneTrees, KeystoneNames: exports.KeystoneNames, StatRuneNames: exports.StatRuneNames, RuneNames: exports.RuneNames, RuneHSets: exports.RuneHSets, StatRuneHSets: exports.StatRuneHSets };