lol-constants 2.20.0 → 2.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. package/assets/constants/BootsItemNames.d.ts +1 -1
  2. package/assets/constants/BootsItemNames.js +3 -1
  3. package/assets/constants/Champion.d.ts +437 -390
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +8408 -5935
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +5 -5
  9. package/assets/constants/RunesReforged.d.ts +45 -66
  10. package/assets/constants/RunesReforged.js +1 -1
  11. package/assets/constants/StatRunes.d.ts +28 -11
  12. package/assets/constants/StatRunes.js +11 -11
  13. package/assets/constants/StatRunesByRow.d.ts +6 -6
  14. package/assets/constants/StatRunesByRow.js +6 -6
  15. package/assets/constants/Summoner.d.ts +36 -36
  16. package/assets/constants/Summoner.js +1 -1
  17. package/assets/scripts/generate-rune-ids.js +2 -4
  18. package/assets/scripts/generate-rune-names.js +2 -4
  19. package/assets/scripts/generate-stat-rune-ids.js +2 -4
  20. package/assets/scripts/generate-stat-rune-names.js +2 -4
  21. package/core/constants/Champions/ChampionIds.d.ts +1 -0
  22. package/core/constants/Champions/ChampionIds.js +1 -1
  23. package/core/constants/Champions/ChampionIdsByName.d.ts +1 -0
  24. package/core/constants/Champions/ChampionIdsByName.js +1 -1
  25. package/core/constants/Champions/ChampionKeys.d.ts +1 -0
  26. package/core/constants/Champions/ChampionKeys.js +1 -1
  27. package/core/constants/Champions/ChampionKeysNum.d.ts +1 -0
  28. package/core/constants/Champions/ChampionKeysNum.js +1 -1
  29. package/core/constants/Champions/ChampionNames.d.ts +1 -0
  30. package/core/constants/Champions/ChampionNames.js +1 -1
  31. package/core/constants/DataDragonUrls.d.ts +16 -16
  32. package/core/constants/DataDragonUrls.js +2 -2
  33. package/core/constants/Items/BootsItemKeys.d.ts +3 -1
  34. package/core/constants/Items/BootsItemKeys.js +1 -1
  35. package/core/constants/Items/BootsItemKeysNum.d.ts +3 -1
  36. package/core/constants/Items/BootsItemKeysNum.js +1 -1
  37. package/core/constants/Items/BootsItemNames.d.ts +3 -1
  38. package/core/constants/Items/BootsItemNames.js +1 -1
  39. package/core/constants/Items/ItemKeys.d.ts +9 -6
  40. package/core/constants/Items/ItemKeys.js +1 -1
  41. package/core/constants/Items/ItemKeysNum.d.ts +9 -6
  42. package/core/constants/Items/ItemKeysNum.js +1 -1
  43. package/core/constants/Items/ItemNames.d.ts +9 -6
  44. package/core/constants/Items/ItemNames.js +1 -1
  45. package/core/constants/Items/LegendaryItemKeys.d.ts +6 -5
  46. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  47. package/core/constants/Items/LegendaryItemKeysNum.d.ts +6 -5
  48. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  49. package/core/constants/Items/LegendaryItemNames.d.ts +6 -5
  50. package/core/constants/Items/LegendaryItemNames.js +1 -1
  51. package/core/constants/QueueIds.d.ts +31 -0
  52. package/core/constants/QueueIds.js +57 -1
  53. package/core/constants/Runes/NonStatRuneIds.d.ts +5 -8
  54. package/core/constants/Runes/NonStatRuneIds.js +1 -1
  55. package/core/constants/Runes/NonStatRuneIdsNum.d.ts +5 -8
  56. package/core/constants/Runes/NonStatRuneIdsNum.js +1 -1
  57. package/core/constants/Runes/NonStatRuneNames.d.ts +4 -7
  58. package/core/constants/Runes/NonStatRuneNames.js +1 -1
  59. package/core/constants/Runes/RuneIconFileNames.js +12 -15
  60. package/core/constants/Runes/RunePickingRelationships.d.ts +18 -21
  61. package/core/constants/Runes/RunePickingRelationships.js +1 -1
  62. package/core/constants/Runes/RuneSets.d.ts +67 -91
  63. package/core/constants/Runes/RuneSets.js +7 -7
  64. package/core/constants/Runes/RuneSetsByRuneNames.d.ts +73 -97
  65. package/core/constants/Runes/RuneSetsByRuneNames.js +7 -7
  66. package/core/constants/Runes/RuneSetsByRuneNamesNum.d.ts +73 -97
  67. package/core/constants/Runes/RuneSetsByRuneNamesNum.js +7 -7
  68. package/core/helpers/Runes/getRuneCdnUrl.js +3 -1
  69. package/core/index.d.ts +0 -1
  70. package/core/index.js +0 -1
  71. package/package.json +27 -27
  72. package/assets/constants/MythicItemNames.d.ts +0 -1
  73. package/assets/constants/MythicItemNames.js +0 -37
  74. package/assets/scripts/generate-tree-rune-ids-num.d.ts +0 -1
  75. package/assets/scripts/generate-tree-rune-ids-num.js +0 -23
  76. package/assets/scripts/generate-tree-rune-ids.d.ts +0 -1
  77. package/assets/scripts/generate-tree-rune-ids.js +0 -24
  78. package/assets/scripts/generate-tree-rune-names.d.ts +0 -1
  79. package/assets/scripts/generate-tree-rune-names.js +0 -22
  80. package/assets/scripts/helpers/getComment.d.ts +0 -1
  81. package/assets/scripts/helpers/getComment.js +0 -8
  82. package/core/constants/Items/MythicItemKeys.d.ts +0 -61
  83. package/core/constants/Items/MythicItemKeys.js +0 -4
  84. package/core/constants/Items/MythicItemKeysNum.d.ts +0 -61
  85. package/core/constants/Items/MythicItemKeysNum.js +0 -4
  86. package/core/constants/Items/MythicItemNames.d.ts +0 -61
  87. package/core/constants/Items/MythicItemNames.js +0 -4
  88. package/core/constants/Queues.d.ts +0 -7
  89. package/core/constants/Queues.js +0 -12
  90. package/core/constants/Runes/TreeRuneIds.d.ts +0 -80
  91. package/core/constants/Runes/TreeRuneIds.js +0 -4
  92. package/core/constants/Runes/TreeRuneIdsNum.d.ts +0 -66
  93. package/core/constants/Runes/TreeRuneIdsNum.js +0 -4
  94. package/core/constants/Runes/TreeRuneNames.d.ts +0 -66
  95. package/core/constants/Runes/TreeRuneNames.js +0 -4
  96. package/core/helpers/Items/isMythicItemKey.d.ts +0 -2
  97. package/core/helpers/Items/isMythicItemKey.js +0 -8
  98. package/core/helpers/Items/isMythicItemKeyNum.d.ts +0 -2
  99. package/core/helpers/Items/isMythicItemKeyNum.js +0 -8
  100. package/core/helpers/Items/isMythicItemName.d.ts +0 -2
  101. package/core/helpers/Items/isMythicItemName.js +0 -8
  102. package/core/helpers/Runes/getTreeRuneIdByName.d.ts +0 -3
  103. package/core/helpers/Runes/getTreeRuneIdByName.js +0 -8
  104. package/core/helpers/Runes/getTreeRuneNameById.d.ts +0 -3
  105. package/core/helpers/Runes/getTreeRuneNameById.js +0 -8
  106. package/core/helpers/Runes/isDominationTreeRuneId.d.ts +0 -2
  107. package/core/helpers/Runes/isDominationTreeRuneId.js +0 -8
  108. package/core/helpers/Runes/isInspirationTreeRuneId.d.ts +0 -2
  109. package/core/helpers/Runes/isInspirationTreeRuneId.js +0 -8
  110. package/core/helpers/Runes/isPrecisionTreeRuneId.d.ts +0 -2
  111. package/core/helpers/Runes/isPrecisionTreeRuneId.js +0 -8
  112. package/core/helpers/Runes/isResolveTreeRuneId.d.ts +0 -2
  113. package/core/helpers/Runes/isResolveTreeRuneId.js +0 -8
  114. package/core/helpers/Runes/isSorceryTreeRuneId.d.ts +0 -2
  115. package/core/helpers/Runes/isSorceryTreeRuneId.js +0 -8
  116. package/core/helpers/Runes/isTreeRuneId.d.ts +0 -2
  117. package/core/helpers/Runes/isTreeRuneId.js +0 -8
  118. package/core/helpers/Runes/isTreeRuneName.d.ts +0 -2
  119. package/core/helpers/Runes/isTreeRuneName.js +0 -8
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NonStatRuneNames = void 0;
4
- exports.NonStatRuneNames = { "8005": "Press the Attack", "8008": "Lethal Tempo", "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", "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", "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": "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", "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": "Overheal", "9103": "Legend: Bloodline", "9104": "Legend: Alacrity", "9105": "Legend: Tenacity", "9111": "Triumph", "9923": "Hail of Blades" };
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" };
@@ -19,17 +19,16 @@ exports.RuneIconFileNames = {
19
19
  // ## Runes
20
20
  // ### Precision
21
21
  'Conqueror': 'conqueror',
22
- 'Coup de Grace': 'coupdegrace',
23
- 'Cut Down': 'cutdown',
24
22
  'Fleet Footwork': 'fleetfootwork',
25
23
  'Legend: Alacrity': 'legendalacrity',
24
+ 'Legend: Haste': 'legendhaste',
26
25
  'Legend: Bloodline': 'legendbloodline',
27
- 'Legend: Tenacity': 'legendtenacity',
28
- 'Lethal Tempo': 'lethaltempotemp',
29
- 'Presence of Mind': 'presenceofmind',
30
26
  'Press the Attack': 'presstheattack',
31
- 'Overheal': 'overheal',
27
+ 'Absorb Life': 'absorblife',
32
28
  'Triumph': 'triumph',
29
+ 'Presence of Mind': 'presenceofmind',
30
+ 'Coup de Grace': 'coupdegrace',
31
+ 'Cut Down': 'cutdown',
33
32
  // ### Domination
34
33
  'Cheap Shot': 'cheapshot',
35
34
  'Dark Harvest': 'darkharvest',
@@ -37,8 +36,6 @@ exports.RuneIconFileNames = {
37
36
  'Eyeball Collection': 'eyeballcollection',
38
37
  'Ghost Poro': 'ghostporo',
39
38
  'Hail of Blades': 'hailofblades',
40
- 'Ingenious Hunter': 'ingenioushunter',
41
- 'Predator': 'predator',
42
39
  'Relentless Hunter': 'relentlesshunter',
43
40
  'Sudden Impact': 'suddenimpact',
44
41
  'Taste of Blood': 'greenterror_tasteofblood',
@@ -75,16 +72,16 @@ exports.RuneIconFileNames = {
75
72
  'Aftershock': 'veteranaftershock',
76
73
  // ### Inspiration
77
74
  'Magical Footwear': 'magicalfootwear',
78
- 'Minion Dematerializer': 'miniondematerializer',
79
- 'Triple Tonic': 'perfecttiming',
75
+ 'Triple Tonic': 'alchemistcabinet',
80
76
  'Time Warp Tonic': 'timewarptonic',
81
77
  'Unsealed Spellbook': 'unsealedspellbook',
82
78
  'Biscuit Delivery': 'biscuitdelivery',
83
79
  'Cosmic Insight': 'cosmicinsight',
84
80
  'First Strike': 'firststrike',
85
- 'Future\'s Market': 'futuresmarket',
86
81
  'Glacial Augment': 'glacialaugment',
87
82
  'Hextech Flashtraption': 'hextechflashtraption',
83
+ 'Cash Back': 'cashback2',
84
+ 'Jack Of All Trades': 'jackofalltrades2',
88
85
  // ## Stat Runes
89
86
  // ###
90
87
  'Offense (AF)': 'statmodsadaptiveforceicon',
@@ -92,12 +89,12 @@ exports.RuneIconFileNames = {
92
89
  'Offense (AH)': 'statmodscdrscalingicon',
93
90
  // ###
94
91
  'Flex (AF)': 'statmodsadaptiveforceicon',
95
- 'Flex (AR)': 'statmodsarmoricon',
96
- 'Flex (MR)': 'statmodsmagicresicon',
92
+ 'Flex (MS)': 'statmodsmovementspeedicon',
93
+ 'Flex (HP+)': 'statmodshealthplusicon',
97
94
  // ###
98
95
  'Defense (HP)': 'statmodshealthscalingicon',
99
- 'Defense (AR)': 'statmodsarmoricon',
100
- 'Defense (MR)': 'statmodsmagicresicon',
96
+ 'Defense (Tenacity + Slow Resist)': 'statmodstenacityicon',
97
+ 'Defense (HP+)': 'statmodshealthplusicon',
101
98
  // ## Misc.
102
99
  runesicon: 'runesicon',
103
100
  };
@@ -8,22 +8,19 @@ export declare const RunePickingRelationships: {
8
8
  readonly "5005": readonly ["5007", "5008"];
9
9
  readonly "5007": readonly ["5005", "5008"];
10
10
  readonly "5008": readonly ["5005", "5007"];
11
- readonly "8005": readonly ["8008", "8021", "8010"];
12
- readonly "8008": readonly ["8005", "8021", "8010"];
11
+ readonly "8005": readonly ["8021", "8010"];
13
12
  readonly "8009": readonly ["9101", "9111"];
14
- readonly "8010": readonly ["8005", "8008", "8021"];
13
+ readonly "8010": readonly ["8005", "8021"];
15
14
  readonly "8014": readonly ["8017", "8299"];
16
15
  readonly "8017": readonly ["8014", "8299"];
17
- readonly "8021": readonly ["8005", "8008", "8010"];
18
- readonly "8105": readonly ["8135", "8134", "8106"];
19
- readonly "8106": readonly ["8135", "8134", "8105"];
20
- readonly "8112": readonly ["8124", "8128", "9923"];
16
+ readonly "8021": readonly ["8005", "8010"];
17
+ readonly "8105": readonly ["8135", "8106"];
18
+ readonly "8106": readonly ["8135", "8105"];
19
+ readonly "8112": readonly ["8128", "9923"];
21
20
  readonly "8120": readonly ["8136", "8138"];
22
- readonly "8124": readonly ["8112", "8128", "9923"];
23
21
  readonly "8126": readonly ["8139", "8143"];
24
- readonly "8128": readonly ["8112", "8124", "9923"];
25
- readonly "8134": readonly ["8135", "8105", "8106"];
26
- readonly "8135": readonly ["8134", "8105", "8106"];
22
+ readonly "8128": readonly ["8112", "9923"];
23
+ readonly "8135": readonly ["8105", "8106"];
27
24
  readonly "8136": readonly ["8120", "8138"];
28
25
  readonly "8138": readonly ["8136", "8120"];
29
26
  readonly "8139": readonly ["8126", "8143"];
@@ -42,19 +39,19 @@ export declare const RunePickingRelationships: {
42
39
  readonly "8242": readonly ["8451", "8453"];
43
40
  readonly "8275": readonly ["8224", "8226"];
44
41
  readonly "8299": readonly ["8014", "8017"];
45
- readonly "8304": readonly ["8306", "8313"];
46
- readonly "8306": readonly ["8304", "8313"];
47
- readonly "8313": readonly ["8306", "8304"];
48
- readonly "8316": readonly ["8321", "8345"];
49
- readonly "8321": readonly ["8316", "8345"];
50
- readonly "8345": readonly ["8321", "8316"];
51
- readonly "8347": readonly ["8410", "8352"];
42
+ readonly "8304": readonly ["8306", "8321"];
43
+ readonly "8306": readonly ["8304", "8321"];
44
+ readonly "8313": readonly ["8352", "8345"];
45
+ readonly "8316": readonly ["8347", "8410"];
46
+ readonly "8321": readonly ["8306", "8304"];
47
+ readonly "8345": readonly ["8313", "8352"];
48
+ readonly "8347": readonly ["8410", "8316"];
52
49
  readonly "8351": readonly ["8360", "8369"];
53
- readonly "8352": readonly ["8347", "8410"];
50
+ readonly "8352": readonly ["8313", "8345"];
54
51
  readonly "8360": readonly ["8351", "8369"];
55
52
  readonly "8369": readonly ["8351", "8360"];
56
53
  readonly "8401": readonly ["8446", "8463"];
57
- readonly "8410": readonly ["8347", "8352"];
54
+ readonly "8410": readonly ["8347", "8316"];
58
55
  readonly "8429": readonly ["8444", "8473"];
59
56
  readonly "8437": readonly ["8439", "8465"];
60
57
  readonly "8439": readonly ["8437", "8465"];
@@ -70,7 +67,7 @@ export declare const RunePickingRelationships: {
70
67
  readonly "9104": readonly ["9105", "9103"];
71
68
  readonly "9105": readonly ["9104", "9103"];
72
69
  readonly "9111": readonly ["9101", "8009"];
73
- readonly "9923": readonly ["8112", "8124", "8128"];
70
+ readonly "9923": readonly ["8112", "8128"];
74
71
  readonly "5002f": readonly ["5003f", "5008f"];
75
72
  readonly "5003f": readonly ["5002f", "5008f"];
76
73
  readonly "5008f": readonly ["5002f", "5003f"];
@@ -4,4 +4,4 @@ exports.RunePickingRelationships = void 0;
4
4
  /**
5
5
  * 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
6
  */
7
- exports.RunePickingRelationships = { "5001": ["5002", "5003"], "5002": ["5001", "5003"], "5003": ["5001", "5002"], "5005": ["5007", "5008"], "5007": ["5005", "5008"], "5008": ["5005", "5007"], "8005": ["8008", "8021", "8010"], "8008": ["8005", "8021", "8010"], "8009": ["9101", "9111"], "8010": ["8005", "8008", "8021"], "8014": ["8017", "8299"], "8017": ["8014", "8299"], "8021": ["8005", "8008", "8010"], "8105": ["8135", "8134", "8106"], "8106": ["8135", "8134", "8105"], "8112": ["8124", "8128", "9923"], "8120": ["8136", "8138"], "8124": ["8112", "8128", "9923"], "8126": ["8139", "8143"], "8128": ["8112", "8124", "9923"], "8134": ["8135", "8105", "8106"], "8135": ["8134", "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", "8313"], "8306": ["8304", "8313"], "8313": ["8306", "8304"], "8316": ["8321", "8345"], "8321": ["8316", "8345"], "8345": ["8321", "8316"], "8347": ["8410", "8352"], "8351": ["8360", "8369"], "8352": ["8347", "8410"], "8360": ["8351", "8369"], "8369": ["8351", "8360"], "8401": ["8446", "8463"], "8410": ["8347", "8352"], "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", "8124", "8128"], "5002f": ["5003f", "5008f"], "5003f": ["5002f", "5008f"], "5008f": ["5002f", "5003f"] };
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"] };