lol-constants 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lol.d.ts CHANGED
@@ -3844,6 +3844,12 @@ export declare const lol: {
3844
3844
  list: ({
3845
3845
  readonly id: 0;
3846
3846
  readonly title: "Custom";
3847
+ } | {
3848
+ readonly id: 98;
3849
+ readonly title: "6v6 Hexakill games";
3850
+ } | {
3851
+ readonly id: 100;
3852
+ readonly title: "5v5 ARAM games";
3847
3853
  } | {
3848
3854
  readonly id: 400;
3849
3855
  readonly title: "5v5 Draft Pick";
@@ -3859,6 +3865,9 @@ export declare const lol: {
3859
3865
  } | {
3860
3866
  readonly id: 450;
3861
3867
  readonly title: "5v5 ARAM";
3868
+ } | {
3869
+ readonly id: 490;
3870
+ readonly title: "Normal (Quickplay)";
3862
3871
  } | {
3863
3872
  readonly id: 700;
3864
3873
  readonly title: "Clash";
@@ -3867,25 +3876,55 @@ export declare const lol: {
3867
3876
  readonly title: "ARAM Clash";
3868
3877
  } | {
3869
3878
  readonly id: 830;
3870
- readonly title: "Co-op vs. AI: Intro";
3879
+ readonly title: "Co-op vs. AI (Intro) (Deprecated)";
3871
3880
  } | {
3872
3881
  readonly id: 840;
3873
- readonly title: "Co-op vs. AI: Beginner";
3882
+ readonly title: "Co-op vs. AI (Beginner) (Deprecated)";
3874
3883
  } | {
3875
3884
  readonly id: 850;
3876
- readonly title: "Co-op vs. AI: Intermediate";
3885
+ readonly title: "Co-op vs. AI (Intermediate) (Deprecated)";
3886
+ } | {
3887
+ readonly id: 870;
3888
+ readonly title: "Co-op vs. AI (Intro)";
3889
+ } | {
3890
+ readonly id: 880;
3891
+ readonly title: "Co-op vs. AI (Beginner)";
3892
+ } | {
3893
+ readonly id: 890;
3894
+ readonly title: "Co-op vs. AI (Intermediate)";
3877
3895
  } | {
3878
3896
  readonly id: 900;
3879
3897
  readonly title: "ARURF";
3880
3898
  } | {
3881
3899
  readonly id: 920;
3882
3900
  readonly title: "Legend of the Poro King";
3901
+ } | {
3902
+ readonly id: 940;
3903
+ readonly title: "Nexus Siege";
3904
+ } | {
3905
+ readonly id: 1000;
3906
+ readonly title: "PROJECT: Hunters";
3883
3907
  } | {
3884
3908
  readonly id: 1010;
3885
3909
  readonly title: "Snow ARURF";
3886
3910
  } | {
3887
3911
  readonly id: 1020;
3888
3912
  readonly title: "One for All";
3913
+ } | {
3914
+ readonly id: 1030;
3915
+ readonly title: "Odyssey Extraction (Intro)";
3916
+ } | {
3917
+ readonly id: 1040;
3918
+ readonly title: "Odyssey Extraction (Cadet)";
3919
+ } | {
3920
+ readonly id: 1050;
3921
+ readonly title: "Odyssey Extraction (Crewmember)";
3922
+ } | {
3923
+ readonly id: 1060;
3924
+ readonly title: "Odyssey Extraction (Captain)";
3925
+ } | {
3926
+ readonly id: 1070;
3927
+ readonly title: "Odyssey Extraction (Onslaught)";
3889
3928
  } | {
3890
3929
  readonly id: 1090;
3891
3930
  readonly title: "Teamfight Tactics";
@@ -3898,6 +3937,9 @@ export declare const lol: {
3898
3937
  } | {
3899
3938
  readonly id: 1111;
3900
3939
  readonly title: "Teamfight Tactics (Test)";
3940
+ } | {
3941
+ readonly id: 1210;
3942
+ readonly title: "Teamfight Tactics (Choncc's Treasure)";
3901
3943
  } | {
3902
3944
  readonly id: 1300;
3903
3945
  readonly title: "Nexus Blitz";
@@ -3907,6 +3949,21 @@ export declare const lol: {
3907
3949
  } | {
3908
3950
  readonly id: 1700;
3909
3951
  readonly title: "Arena";
3952
+ } | {
3953
+ readonly id: 1710;
3954
+ readonly title: "Arena (Unknown)";
3955
+ } | {
3956
+ readonly id: 1810;
3957
+ readonly title: "Swarm (1 Player)";
3958
+ } | {
3959
+ readonly id: 1820;
3960
+ readonly title: "Swarm (2 Players)";
3961
+ } | {
3962
+ readonly id: 1830;
3963
+ readonly title: "Swarm (3 Players)";
3964
+ } | {
3965
+ readonly id: 1840;
3966
+ readonly title: "Swarm (4 Players)";
3910
3967
  } | {
3911
3968
  readonly id: 1900;
3912
3969
  readonly title: "URF";
@@ -3,6 +3,14 @@ export declare const Queues: {
3
3
  readonly id: 0;
4
4
  readonly title: "Custom";
5
5
  };
6
+ readonly 98: {
7
+ readonly id: 98;
8
+ readonly title: "6v6 Hexakill games";
9
+ };
10
+ readonly 100: {
11
+ readonly id: 100;
12
+ readonly title: "5v5 ARAM games";
13
+ };
6
14
  readonly 400: {
7
15
  readonly id: 400;
8
16
  readonly title: "5v5 Draft Pick";
@@ -23,6 +31,10 @@ export declare const Queues: {
23
31
  readonly id: 450;
24
32
  readonly title: "5v5 ARAM";
25
33
  };
34
+ readonly 490: {
35
+ readonly id: 490;
36
+ readonly title: "Normal (Quickplay)";
37
+ };
26
38
  readonly 700: {
27
39
  readonly id: 700;
28
40
  readonly title: "Clash";
@@ -31,17 +43,32 @@ export declare const Queues: {
31
43
  readonly id: 720;
32
44
  readonly title: "ARAM Clash";
33
45
  };
46
+ /** Deprecated in March 2024 in favor of queueId 870 */
34
47
  readonly 830: {
35
48
  readonly id: 830;
36
- readonly title: "Co-op vs. AI: Intro";
49
+ readonly title: "Co-op vs. AI (Intro) (Deprecated)";
37
50
  };
51
+ /** Deprecated in March 2024 in favor of queueId 880 */
38
52
  readonly 840: {
39
53
  readonly id: 840;
40
- readonly title: "Co-op vs. AI: Beginner";
54
+ readonly title: "Co-op vs. AI (Beginner) (Deprecated)";
41
55
  };
56
+ /** Deprecated in March 2024 in favor of queueId 890 */
42
57
  readonly 850: {
43
58
  readonly id: 850;
44
- readonly title: "Co-op vs. AI: Intermediate";
59
+ readonly title: "Co-op vs. AI (Intermediate) (Deprecated)";
60
+ };
61
+ readonly 870: {
62
+ readonly id: 870;
63
+ readonly title: "Co-op vs. AI (Intro)";
64
+ };
65
+ readonly 880: {
66
+ readonly id: 880;
67
+ readonly title: "Co-op vs. AI (Beginner)";
68
+ };
69
+ readonly 890: {
70
+ readonly id: 890;
71
+ readonly title: "Co-op vs. AI (Intermediate)";
45
72
  };
46
73
  readonly 900: {
47
74
  readonly id: 900;
@@ -51,6 +78,14 @@ export declare const Queues: {
51
78
  readonly id: 920;
52
79
  readonly title: "Legend of the Poro King";
53
80
  };
81
+ readonly 940: {
82
+ readonly id: 940;
83
+ readonly title: "Nexus Siege";
84
+ };
85
+ readonly 1000: {
86
+ readonly id: 1000;
87
+ readonly title: "PROJECT: Hunters";
88
+ };
54
89
  readonly 1010: {
55
90
  readonly id: 1010;
56
91
  readonly title: "Snow ARURF";
@@ -59,6 +94,26 @@ export declare const Queues: {
59
94
  readonly id: 1020;
60
95
  readonly title: "One for All";
61
96
  };
97
+ readonly 1030: {
98
+ readonly id: 1030;
99
+ readonly title: "Odyssey Extraction (Intro)";
100
+ };
101
+ readonly 1040: {
102
+ readonly id: 1040;
103
+ readonly title: "Odyssey Extraction (Cadet)";
104
+ };
105
+ readonly 1050: {
106
+ readonly id: 1050;
107
+ readonly title: "Odyssey Extraction (Crewmember)";
108
+ };
109
+ readonly 1060: {
110
+ readonly id: 1060;
111
+ readonly title: "Odyssey Extraction (Captain)";
112
+ };
113
+ readonly 1070: {
114
+ readonly id: 1070;
115
+ readonly title: "Odyssey Extraction (Onslaught)";
116
+ };
62
117
  readonly 1090: {
63
118
  readonly id: 1090;
64
119
  readonly title: "Teamfight Tactics";
@@ -75,6 +130,10 @@ export declare const Queues: {
75
130
  readonly id: 1111;
76
131
  readonly title: "Teamfight Tactics (Test)";
77
132
  };
133
+ readonly 1210: {
134
+ readonly id: 1210;
135
+ readonly title: "Teamfight Tactics (Choncc's Treasure)";
136
+ };
78
137
  readonly 1300: {
79
138
  readonly id: 1300;
80
139
  readonly title: "Nexus Blitz";
@@ -87,6 +146,30 @@ export declare const Queues: {
87
146
  readonly id: 1700;
88
147
  readonly title: "Arena";
89
148
  };
149
+ readonly 1710: {
150
+ readonly id: 1710;
151
+ readonly title: "Arena (Unknown)";
152
+ };
153
+ /** Swarm Mode 1 player */
154
+ readonly 1810: {
155
+ readonly id: 1810;
156
+ readonly title: "Swarm (1 Player)";
157
+ };
158
+ /** Swarm Mode 2 players */
159
+ readonly 1820: {
160
+ readonly id: 1820;
161
+ readonly title: "Swarm (2 Players)";
162
+ };
163
+ /** Swarm Mode 3 players */
164
+ readonly 1830: {
165
+ readonly id: 1830;
166
+ readonly title: "Swarm (3 Players)";
167
+ };
168
+ /** Swarm Mode 4 players */
169
+ readonly 1840: {
170
+ readonly id: 1840;
171
+ readonly title: "Swarm (4 Players)";
172
+ };
90
173
  /** ‘Pick’ URF games */
91
174
  readonly 1900: {
92
175
  readonly id: 1900;
@@ -108,6 +191,12 @@ export declare const Queues: {
108
191
  export declare const QueuesArr: ({
109
192
  readonly id: 0;
110
193
  readonly title: "Custom";
194
+ } | {
195
+ readonly id: 98;
196
+ readonly title: "6v6 Hexakill games";
197
+ } | {
198
+ readonly id: 100;
199
+ readonly title: "5v5 ARAM games";
111
200
  } | {
112
201
  readonly id: 400;
113
202
  readonly title: "5v5 Draft Pick";
@@ -123,6 +212,9 @@ export declare const QueuesArr: ({
123
212
  } | {
124
213
  readonly id: 450;
125
214
  readonly title: "5v5 ARAM";
215
+ } | {
216
+ readonly id: 490;
217
+ readonly title: "Normal (Quickplay)";
126
218
  } | {
127
219
  readonly id: 700;
128
220
  readonly title: "Clash";
@@ -131,25 +223,55 @@ export declare const QueuesArr: ({
131
223
  readonly title: "ARAM Clash";
132
224
  } | {
133
225
  readonly id: 830;
134
- readonly title: "Co-op vs. AI: Intro";
226
+ readonly title: "Co-op vs. AI (Intro) (Deprecated)";
135
227
  } | {
136
228
  readonly id: 840;
137
- readonly title: "Co-op vs. AI: Beginner";
229
+ readonly title: "Co-op vs. AI (Beginner) (Deprecated)";
138
230
  } | {
139
231
  readonly id: 850;
140
- readonly title: "Co-op vs. AI: Intermediate";
232
+ readonly title: "Co-op vs. AI (Intermediate) (Deprecated)";
233
+ } | {
234
+ readonly id: 870;
235
+ readonly title: "Co-op vs. AI (Intro)";
236
+ } | {
237
+ readonly id: 880;
238
+ readonly title: "Co-op vs. AI (Beginner)";
239
+ } | {
240
+ readonly id: 890;
241
+ readonly title: "Co-op vs. AI (Intermediate)";
141
242
  } | {
142
243
  readonly id: 900;
143
244
  readonly title: "ARURF";
144
245
  } | {
145
246
  readonly id: 920;
146
247
  readonly title: "Legend of the Poro King";
248
+ } | {
249
+ readonly id: 940;
250
+ readonly title: "Nexus Siege";
251
+ } | {
252
+ readonly id: 1000;
253
+ readonly title: "PROJECT: Hunters";
147
254
  } | {
148
255
  readonly id: 1010;
149
256
  readonly title: "Snow ARURF";
150
257
  } | {
151
258
  readonly id: 1020;
152
259
  readonly title: "One for All";
260
+ } | {
261
+ readonly id: 1030;
262
+ readonly title: "Odyssey Extraction (Intro)";
263
+ } | {
264
+ readonly id: 1040;
265
+ readonly title: "Odyssey Extraction (Cadet)";
266
+ } | {
267
+ readonly id: 1050;
268
+ readonly title: "Odyssey Extraction (Crewmember)";
269
+ } | {
270
+ readonly id: 1060;
271
+ readonly title: "Odyssey Extraction (Captain)";
272
+ } | {
273
+ readonly id: 1070;
274
+ readonly title: "Odyssey Extraction (Onslaught)";
153
275
  } | {
154
276
  readonly id: 1090;
155
277
  readonly title: "Teamfight Tactics";
@@ -162,6 +284,9 @@ export declare const QueuesArr: ({
162
284
  } | {
163
285
  readonly id: 1111;
164
286
  readonly title: "Teamfight Tactics (Test)";
287
+ } | {
288
+ readonly id: 1210;
289
+ readonly title: "Teamfight Tactics (Choncc's Treasure)";
165
290
  } | {
166
291
  readonly id: 1300;
167
292
  readonly title: "Nexus Blitz";
@@ -171,6 +296,21 @@ export declare const QueuesArr: ({
171
296
  } | {
172
297
  readonly id: 1700;
173
298
  readonly title: "Arena";
299
+ } | {
300
+ readonly id: 1710;
301
+ readonly title: "Arena (Unknown)";
302
+ } | {
303
+ readonly id: 1810;
304
+ readonly title: "Swarm (1 Player)";
305
+ } | {
306
+ readonly id: 1820;
307
+ readonly title: "Swarm (2 Players)";
308
+ } | {
309
+ readonly id: 1830;
310
+ readonly title: "Swarm (3 Players)";
311
+ } | {
312
+ readonly id: 1840;
313
+ readonly title: "Swarm (4 Players)";
174
314
  } | {
175
315
  readonly id: 1900;
176
316
  readonly title: "URF";
@@ -1,26 +1,52 @@
1
1
  export const Queues = {
2
2
  0: { id: 0, title: 'Custom' },
3
+ 98: { id: 98, title: '6v6 Hexakill games' },
4
+ 100: { id: 100, title: '5v5 ARAM games' },
3
5
  400: { id: 400, title: '5v5 Draft Pick' },
4
6
  420: { id: 420, title: '5v5 Ranked Solo' },
5
7
  430: { id: 430, title: '5v5 Blind Pick' },
6
8
  440: { id: 440, title: '5v5 Ranked Flex' },
7
9
  450: { id: 450, title: '5v5 ARAM' },
10
+ 490: { id: 490, title: 'Normal (Quickplay)' },
8
11
  700: { id: 700, title: 'Clash' },
9
12
  720: { id: 720, title: 'ARAM Clash' },
10
- 830: { id: 830, title: 'Co-op vs. AI: Intro' },
11
- 840: { id: 840, title: 'Co-op vs. AI: Beginner' },
12
- 850: { id: 850, title: 'Co-op vs. AI: Intermediate' },
13
+ /** Deprecated in March 2024 in favor of queueId 870 */
14
+ 830: { id: 830, title: 'Co-op vs. AI (Intro) (Deprecated)' },
15
+ /** Deprecated in March 2024 in favor of queueId 880 */
16
+ 840: { id: 840, title: 'Co-op vs. AI (Beginner) (Deprecated)' },
17
+ /** Deprecated in March 2024 in favor of queueId 890 */
18
+ 850: { id: 850, title: 'Co-op vs. AI (Intermediate) (Deprecated)' },
19
+ 870: { id: 870, title: 'Co-op vs. AI (Intro)' },
20
+ 880: { id: 880, title: 'Co-op vs. AI (Beginner)' },
21
+ 890: { id: 890, title: 'Co-op vs. AI (Intermediate)' },
13
22
  900: { id: 900, title: 'ARURF' },
14
23
  920: { id: 920, title: 'Legend of the Poro King' },
24
+ 940: { id: 940, title: 'Nexus Siege' },
25
+ 1000: { id: 1000, title: 'PROJECT: Hunters' },
15
26
  1010: { id: 1010, title: 'Snow ARURF' },
16
27
  1020: { id: 1020, title: 'One for All' },
28
+ 1030: { id: 1030, title: 'Odyssey Extraction (Intro)' },
29
+ 1040: { id: 1040, title: 'Odyssey Extraction (Cadet)' },
30
+ 1050: { id: 1050, title: 'Odyssey Extraction (Crewmember)' },
31
+ 1060: { id: 1060, title: 'Odyssey Extraction (Captain)' },
32
+ 1070: { id: 1070, title: 'Odyssey Extraction (Onslaught)' },
17
33
  1090: { id: 1090, title: 'Teamfight Tactics' },
18
34
  1100: { id: 1100, title: 'Teamfight Tactics (Ranked)' },
19
35
  1110: { id: 1110, title: 'Teamfight Tactics (Tutorial)' },
20
36
  1111: { id: 1111, title: 'Teamfight Tactics (Test)' },
37
+ 1210: { id: 1210, title: "Teamfight Tactics (Choncc's Treasure)" },
21
38
  1300: { id: 1300, title: 'Nexus Blitz' },
22
39
  1400: { id: 1400, title: 'Ultimate Spellbook' },
23
40
  1700: { id: 1700, title: 'Arena' },
41
+ 1710: { id: 1710, title: 'Arena (Unknown)' },
42
+ /** Swarm Mode 1 player */
43
+ 1810: { id: 1810, title: 'Swarm (1 Player)' },
44
+ /** Swarm Mode 2 players */
45
+ 1820: { id: 1820, title: 'Swarm (2 Players)' },
46
+ /** Swarm Mode 3 players */
47
+ 1830: { id: 1830, title: 'Swarm (3 Players)' },
48
+ /** Swarm Mode 4 players */
49
+ 1840: { id: 1840, title: 'Swarm (4 Players)' },
24
50
  /** ‘Pick’ URF games */
25
51
  1900: { id: 1900, title: 'URF' },
26
52
  2000: { id: 2000, title: 'Tutorial 1' },
@@ -30,27 +56,53 @@ export const Queues = {
30
56
  export const QueuesArr = Object.values(Queues);
31
57
  const queueTitles = {
32
58
  'Custom': 0,
59
+ '6v6 Hexakill games': 98,
60
+ '5v5 ARAM games': 100,
33
61
  '5v5 Draft Pick': 400,
34
62
  '5v5 Ranked Solo': 420,
35
63
  '5v5 Blind Pick': 430,
36
64
  '5v5 Ranked Flex': 440,
37
65
  '5v5 ARAM': 450,
66
+ 'Normal (Quickplay)': 490,
38
67
  'Clash': 700,
39
68
  'ARAM Clash': 720,
40
- 'Co-op vs. AI: Intro': 830,
41
- 'Co-op vs. AI: Beginner': 840,
42
- 'Co-op vs. AI: Intermediate': 850,
69
+ /** Deprecated in March 2024 in favor of queueId 870 */
70
+ 'Co-op vs. AI (Intro) (Deprecated)': 830,
71
+ /** Deprecated in March 2024 in favor of queueId 880 */
72
+ 'Co-op vs. AI (Beginner) (Deprecated)': 840,
73
+ /** Deprecated in March 2024 in favor of queueId 890 */
74
+ 'Co-op vs. AI (Intermediate) (Deprecated)': 850,
75
+ 'Co-op vs. AI (Intro)': 870,
76
+ 'Co-op vs. AI (Beginner)': 880,
77
+ 'Co-op vs. AI (Intermediate)': 890,
43
78
  'ARURF': 900,
44
79
  'Legend of the Poro King': 920,
80
+ 'Nexus Siege': 940,
81
+ 'PROJECT: Hunters': 1000,
45
82
  'Snow ARURF': 1010,
46
83
  'One for All': 1020,
84
+ 'Odyssey Extraction (Intro)': 1030,
85
+ 'Odyssey Extraction (Cadet)': 1040,
86
+ 'Odyssey Extraction (Crewmember)': 1050,
87
+ 'Odyssey Extraction (Captain)': 1060,
88
+ 'Odyssey Extraction (Onslaught)': 1070,
47
89
  'Teamfight Tactics': 1090,
48
90
  'Teamfight Tactics (Ranked)': 1100,
49
91
  'Teamfight Tactics (Tutorial)': 1110,
50
92
  'Teamfight Tactics (Test)': 1111,
93
+ "Teamfight Tactics (Choncc's Treasure)": 1210,
51
94
  'Nexus Blitz': 1300,
52
95
  'Ultimate Spellbook': 1400,
53
96
  'Arena': 1700,
97
+ 'Arena (Unknown)': 1710,
98
+ /** Swarm Mode 1 player */
99
+ 'Swarm (1 Player)': 1810,
100
+ /** Swarm Mode 2 players */
101
+ 'Swarm (2 Players)': 1820,
102
+ /** Swarm Mode 3 players */
103
+ 'Swarm (3 Players)': 1830,
104
+ /** Swarm Mode 4 players */
105
+ 'Swarm (4 Players)': 1840,
54
106
  /** ‘Pick’ URF games */
55
107
  'URF': 1900,
56
108
  'Tutorial 1': 2000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "League of Legends constants, functions, and types. Provides a plathera of functions to easily convert between ID, Name, and Key for champions, items, summoner spells, and runes.",
5
5
  "license": "MIT",
6
6
  "type": "module",