@lumiastream/lumia-types 2.6.9 → 2.7.1
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.
|
@@ -51,18 +51,18 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
51
51
|
{
|
|
52
52
|
id: 'commands-veteran',
|
|
53
53
|
label: 'Commands Veteran',
|
|
54
|
-
description: 'Triggered 1,
|
|
54
|
+
description: 'Triggered 1,500 commands.',
|
|
55
55
|
metric: 'totalCommands',
|
|
56
|
-
threshold:
|
|
56
|
+
threshold: 1500,
|
|
57
57
|
icon: 'MilitaryTech',
|
|
58
|
-
color: '
|
|
58
|
+
color: 'orange',
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
id: 'commands-legend',
|
|
62
62
|
label: 'Commands Legend',
|
|
63
|
-
description: 'Triggered
|
|
63
|
+
description: 'Triggered 7,500 commands.',
|
|
64
64
|
metric: 'totalCommands',
|
|
65
|
-
threshold:
|
|
65
|
+
threshold: 7500,
|
|
66
66
|
icon: 'EmojiEvents',
|
|
67
67
|
color: 'gold',
|
|
68
68
|
},
|
|
@@ -79,11 +79,11 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
79
79
|
{
|
|
80
80
|
id: 'commands-unique-adventurer',
|
|
81
81
|
label: 'Commands Adventurer',
|
|
82
|
-
description: 'Used
|
|
82
|
+
description: 'Used 30 different commands.',
|
|
83
83
|
metric: 'uniqueCommands',
|
|
84
|
-
threshold:
|
|
84
|
+
threshold: 30,
|
|
85
85
|
icon: 'Stars',
|
|
86
|
-
color: '
|
|
86
|
+
color: 'orange',
|
|
87
87
|
},
|
|
88
88
|
// ───────── Channel Points ─────────
|
|
89
89
|
{
|
|
@@ -109,9 +109,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
109
109
|
{
|
|
110
110
|
id: 'twitch-points-glow',
|
|
111
111
|
label: 'Points Spender',
|
|
112
|
-
description: 'Spent
|
|
112
|
+
description: 'Spent 7,500 channel points.',
|
|
113
113
|
metric: 'totalPointsSpent',
|
|
114
|
-
threshold:
|
|
114
|
+
threshold: 7500,
|
|
115
115
|
connectionKeys: ['twitch'],
|
|
116
116
|
icon: 'AutoGraph',
|
|
117
117
|
color: 'emerald',
|
|
@@ -119,9 +119,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
119
119
|
{
|
|
120
120
|
id: 'twitch-points-beacon',
|
|
121
121
|
label: 'Points Beacon',
|
|
122
|
-
description: 'Spent
|
|
122
|
+
description: 'Spent 40,000 channel points.',
|
|
123
123
|
metric: 'totalPointsSpent',
|
|
124
|
-
threshold:
|
|
124
|
+
threshold: 40000,
|
|
125
125
|
connectionKeys: ['twitch'],
|
|
126
126
|
icon: 'TrendingUp',
|
|
127
127
|
color: 'emerald',
|
|
@@ -129,9 +129,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
129
129
|
{
|
|
130
130
|
id: 'twitch-points-tycoon',
|
|
131
131
|
label: 'Points Tycoon',
|
|
132
|
-
description: 'Spent
|
|
132
|
+
description: 'Spent 150,000 channel points.',
|
|
133
133
|
metric: 'totalPointsSpent',
|
|
134
|
-
threshold:
|
|
134
|
+
threshold: 150000,
|
|
135
135
|
connectionKeys: ['twitch'],
|
|
136
136
|
icon: 'WorkspacePremium',
|
|
137
137
|
color: 'gold',
|
|
@@ -145,24 +145,24 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
145
145
|
threshold: 5,
|
|
146
146
|
connectionKeys: ['twitch'],
|
|
147
147
|
icon: 'Extension',
|
|
148
|
-
color: '
|
|
148
|
+
color: 'sky',
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
id: 'twitch-extension-adventurer-ii',
|
|
152
152
|
label: 'Twitch Extension Adventurer II',
|
|
153
|
-
description: 'Used
|
|
153
|
+
description: 'Used 15 extension commands.',
|
|
154
154
|
metric: 'totalTwitchExtensionsCommands',
|
|
155
|
-
threshold:
|
|
155
|
+
threshold: 15,
|
|
156
156
|
connectionKeys: ['twitch'],
|
|
157
157
|
icon: 'Extension',
|
|
158
|
-
color: '
|
|
158
|
+
color: 'teal',
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
id: 'twitch-extension-adventurer',
|
|
162
162
|
label: 'Twitch Extension Adventurer',
|
|
163
|
-
description: 'Used
|
|
163
|
+
description: 'Used 40 extension commands.',
|
|
164
164
|
metric: 'totalTwitchExtensionsCommands',
|
|
165
|
-
threshold:
|
|
165
|
+
threshold: 40,
|
|
166
166
|
connectionKeys: ['twitch'],
|
|
167
167
|
icon: 'Extension',
|
|
168
168
|
color: 'violet',
|
|
@@ -170,12 +170,12 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
170
170
|
{
|
|
171
171
|
id: 'twitch-extension-operator',
|
|
172
172
|
label: 'Twitch Extension Operator',
|
|
173
|
-
description: 'Used
|
|
173
|
+
description: 'Used 150 extension commands.',
|
|
174
174
|
metric: 'totalTwitchExtensionsCommands',
|
|
175
|
-
threshold:
|
|
175
|
+
threshold: 150,
|
|
176
176
|
connectionKeys: ['twitch'],
|
|
177
177
|
icon: 'Extension',
|
|
178
|
-
color: '
|
|
178
|
+
color: 'gold',
|
|
179
179
|
},
|
|
180
180
|
// ───────── Bits ─────────
|
|
181
181
|
{
|
|
@@ -196,24 +196,24 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
196
196
|
threshold: 500,
|
|
197
197
|
connectionKeys: ['twitch'],
|
|
198
198
|
icon: 'Diamond',
|
|
199
|
-
color: '
|
|
199
|
+
color: 'teal',
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
id: 'bits-glow',
|
|
203
203
|
label: 'Bits Glow',
|
|
204
|
-
description: 'Spent 1,
|
|
204
|
+
description: 'Spent 1,500 bits.',
|
|
205
205
|
metric: 'totalBitsSpent',
|
|
206
|
-
threshold:
|
|
206
|
+
threshold: 1500,
|
|
207
207
|
connectionKeys: ['twitch'],
|
|
208
208
|
icon: 'Diamond',
|
|
209
|
-
color: '
|
|
209
|
+
color: 'teal',
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
id: 'bits-supernova',
|
|
213
213
|
label: 'Bits Supernova',
|
|
214
|
-
description: 'Spent
|
|
214
|
+
description: 'Spent 7,500 bits.',
|
|
215
215
|
metric: 'totalBitsSpent',
|
|
216
|
-
threshold:
|
|
216
|
+
threshold: 7500,
|
|
217
217
|
connectionKeys: ['twitch'],
|
|
218
218
|
icon: 'Diamond',
|
|
219
219
|
color: 'gold',
|
|
@@ -237,24 +237,24 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
237
237
|
threshold: 100,
|
|
238
238
|
connectionKeys: ['kick'],
|
|
239
239
|
icon: 'LocalFireDepartment',
|
|
240
|
-
color: '
|
|
240
|
+
color: 'teal',
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
id: 'kick-beam',
|
|
244
244
|
label: 'Kick Power User',
|
|
245
|
-
description: 'Spent
|
|
245
|
+
description: 'Spent 750 kicks.',
|
|
246
246
|
metric: 'totalKicksSpent',
|
|
247
|
-
threshold:
|
|
247
|
+
threshold: 750,
|
|
248
248
|
connectionKeys: ['kick'],
|
|
249
249
|
icon: 'LocalFireDepartment',
|
|
250
|
-
color: '
|
|
250
|
+
color: 'cyan',
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
id: 'kick-supernova',
|
|
254
254
|
label: 'Kick Superstar',
|
|
255
|
-
description: 'Spent 1,
|
|
255
|
+
description: 'Spent 1,500 kicks.',
|
|
256
256
|
metric: 'totalKicksSpent',
|
|
257
|
-
threshold:
|
|
257
|
+
threshold: 1500,
|
|
258
258
|
connectionKeys: ['kick'],
|
|
259
259
|
icon: 'LocalFireDepartment',
|
|
260
260
|
color: 'gold',
|
|
@@ -276,7 +276,7 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
276
276
|
metric: 'totalMoneySpent',
|
|
277
277
|
threshold: 25,
|
|
278
278
|
icon: 'Payments',
|
|
279
|
-
color: '
|
|
279
|
+
color: 'orange',
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
282
|
id: 'light-advocate',
|
|
@@ -285,7 +285,7 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
285
285
|
metric: 'totalMoneySpent',
|
|
286
286
|
threshold: 50,
|
|
287
287
|
icon: 'Payments',
|
|
288
|
-
color: '
|
|
288
|
+
color: 'orange',
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
id: 'light-hero',
|
|
@@ -299,9 +299,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
299
299
|
{
|
|
300
300
|
id: 'light-patron',
|
|
301
301
|
label: 'Patron',
|
|
302
|
-
description: 'Donated
|
|
302
|
+
description: 'Donated 250 in your default currency.',
|
|
303
303
|
metric: 'totalMoneySpent',
|
|
304
|
-
threshold:
|
|
304
|
+
threshold: 250,
|
|
305
305
|
icon: 'MonetizationOn',
|
|
306
306
|
color: 'gold',
|
|
307
307
|
},
|
|
@@ -318,46 +318,46 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
318
318
|
{
|
|
319
319
|
id: 'alert-enthusiast',
|
|
320
320
|
label: 'Alert Enthusiast',
|
|
321
|
-
description: 'Triggered
|
|
321
|
+
description: 'Triggered 75 alerts.',
|
|
322
322
|
metric: 'totalAlerts',
|
|
323
|
-
threshold:
|
|
323
|
+
threshold: 75,
|
|
324
324
|
icon: 'Campaign',
|
|
325
325
|
color: 'orange',
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
id: 'alert-curator',
|
|
329
|
-
label: 'Alert
|
|
329
|
+
label: 'Alert Curator',
|
|
330
330
|
description: 'Triggered 10 different alerts.',
|
|
331
331
|
metric: 'uniqueAlerts',
|
|
332
332
|
threshold: 10,
|
|
333
333
|
icon: 'Notifications',
|
|
334
|
-
color: '
|
|
334
|
+
color: 'violet',
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
id: 'alert-historian',
|
|
338
338
|
label: 'Alert Historian',
|
|
339
|
-
description: 'Triggered
|
|
339
|
+
description: 'Triggered 35 different alerts.',
|
|
340
340
|
metric: 'uniqueAlerts',
|
|
341
|
-
threshold:
|
|
341
|
+
threshold: 35,
|
|
342
342
|
icon: 'Notifications',
|
|
343
|
-
color: '
|
|
343
|
+
color: 'violet',
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
id: 'alert-archivist',
|
|
347
347
|
label: 'Alert Archivist',
|
|
348
|
-
description: 'Triggered
|
|
348
|
+
description: 'Triggered 75 different alerts.',
|
|
349
349
|
metric: 'uniqueAlerts',
|
|
350
|
-
threshold:
|
|
350
|
+
threshold: 75,
|
|
351
351
|
icon: 'Notifications',
|
|
352
|
-
color: '
|
|
352
|
+
color: 'violet',
|
|
353
353
|
},
|
|
354
354
|
// ───────── Overall Engagement ─────────
|
|
355
355
|
{
|
|
356
356
|
id: 'livewire-operator',
|
|
357
357
|
label: 'Livewire',
|
|
358
|
-
description: 'Triggered
|
|
358
|
+
description: 'Triggered 750 commands or alerts.',
|
|
359
359
|
metric: 'totalCommandsAndAlerts',
|
|
360
|
-
threshold:
|
|
360
|
+
threshold: 750,
|
|
361
361
|
icon: 'Bolt',
|
|
362
362
|
color: 'violet',
|
|
363
363
|
},
|
|
@@ -373,11 +373,11 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
373
373
|
{
|
|
374
374
|
id: 'yearlong-viewer',
|
|
375
375
|
label: 'Year-Long Viewer',
|
|
376
|
-
description: 'Active for
|
|
376
|
+
description: 'Active for 400 days or more.',
|
|
377
377
|
metric: 'daysActive',
|
|
378
|
-
threshold:
|
|
378
|
+
threshold: 400,
|
|
379
379
|
icon: 'CalendarMonth',
|
|
380
|
-
color: '
|
|
380
|
+
color: 'gold',
|
|
381
381
|
},
|
|
382
382
|
// ───────── Ultimate ─────────
|
|
383
383
|
{
|
|
@@ -387,6 +387,6 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
|
|
|
387
387
|
metric: 'allRounder',
|
|
388
388
|
threshold: 1,
|
|
389
389
|
icon: 'EmojiObjects',
|
|
390
|
-
color: '
|
|
390
|
+
color: 'gold',
|
|
391
391
|
},
|
|
392
392
|
];
|