-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMEMBERS.ts
More file actions
797 lines (795 loc) · 18 KB
/
MEMBERS.ts
File metadata and controls
797 lines (795 loc) · 18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
// # メンバーを追加する人へ
//
// 追加する際は以下のフォーマットで追加してください。
// 任意となっている項目には、`null` を指定することで指定なしとすることができます。
// メンバーの並びは名前の `数字順 -> アルファベット順 -> 五十音順 -> その他(ここまで着たら追加順)` でお願いします。
// やむを得ず並びを変える場合はコメントアウトでその旨を記載してください。
//
// {
//
// // 名前 (必須)
// // 長くしすぎないように。
// memberName: 'Rinrin.rs',
//
// // アイコン画像のファイル名 (任意)
// // `/static/images/members/` に置く画像ファイルを指定してください。
// // - 最大ファイルサイズ: 50KB (原則)
// // - 推奨ファイルサイズ: 7KB 前後
// // - 推奨画像フォーマット: WebP
// // - 推奨画像サイズ: 256x256
// // - 推奨画像比率: 1:1 (正方形以外は押し潰されて表示される)
// // 画像ファイルの配置を忘れないでください。
// icon: 'rinrin.png',
//
// // 役職 (任意)
// // Player, Coach, Manager 等を指定してください。
// // 長くしすぎないように。
// role: 'Web Developer',
//
// // 国旗 (任意)
// // 'jp' が日本国、`us` がアメリカ合衆国、'kr' が大韓民国となります。
// // 新しい国旗を追加する場合は `/static/images/flags/` に SVG ファイルとして追加し、
// // `/src/lib/scripts/types.ts` に定義される `Member` 型の `country` フィールドの型にファイル名を追加してください。
// country: 'jp',
//
// // 生年月日 (任意)
// // ┏━ 生年月日を一切指定しない場合は `null` にしてください。
// // ┃
// // ┃ ┏━ 年は必ず4桁の整数で西暦を指定してください。
// // ┃ ┃ 誕生日の月日のみを指定する場合はこれを `null` にしてください。
// // ┃ ┃
// // ┃ ┃ ┏━ 月は1から12までの整数で指定してください。
// // ┃ ┃ ┃
// // ┃ ┃ ┃ ┏━ 日は1から31までの整数で指定してください。
// birthday: { year: 2006, month: 4, day: 13 },
//
// // 年齢 (任意)
// // 上の `birthday` フィールドで誕生日を年まで指定している場合は、
// // 自動で計算(約1日の誤差あり)されるため `null` で問題はありません。
// age: null,
//
// // X(旧 Twitter) アカウントの ID (任意)
// // アットマークはつけないでください。
// twitter: 'Rinrin_2nd',
//
// // YouTube チャンネル ID (任意)
// // `@rinrin-rs` みたいな感じか `UCb3U3ovwzmagTBuzkdrsJkQ` みたいな形式で指定してください。
// youtube: '@rinrin-rs',
//
// // Twitch アカウント ID (任意)
// // アットマークはつけないでください。
// twitch: 'rinrin0413',
//
// // ホームページの URL (任意)
// homepage: 'https://rinrin.pages.dev',
//
// // 使用デバイスとゲーム設定
// // この項目のデータは `/src/lib/scripts/data/GEARS_AND_SETTINGS.ts` に記載します。
// // 詳しくはそちらを参照してください。
// // 指定しない場合は `null` にするのではなく、
// // このプロパティ自体を省略してください。
// gearsAndSettings: GEARS_AND_SETTINGS['rinrin']
// }
//
// なお、部門の並びは自由です。
//
import type { Member } from '$lib/scripts/types';
import { GEARS_AND_SETTINGS } from './GEARS_AND_SETTINGS';
export const MEMBER_LISTS: {
divisionName: string;
divisionSubName?: string;
members: Member[];
}[] = [
{
divisionName: 'Overwatch',
members: [
{
memberName: 'harutoon',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'harutoon_ow',
youtube: null,
twitch: 'harutoon_ow',
homepage: null
},
{
memberName: 'HESTY',
icon: 'hesty.webp',
role: 'Player',
country: 'jp',
birthday: { year: 1999, month: 9, day: 17 },
age: null,
twitter: '__Hestyow',
youtube: null,
twitch: 'hesty_ow',
homepage: null,
gearsAndSettings: GEARS_AND_SETTINGS['hesty']
},
{
memberName: 'Imalone',
icon: null,
role: 'Player',
country: 'kr',
birthday: null,
age: null,
twitter: 'ow_imalone',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'kirito',
icon: null,
role: 'Player',
country: 'kr',
birthday: null,
age: null,
twitter: 'Kirito0519_OW',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'NOZL',
icon: 'nozl.webp',
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'nozl_hog',
youtube: null,
twitch: 'nozl_hog',
homepage: null
},
{
memberName: 'SeungHyeon',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'Hyeon_Seung2',
youtube: null,
twitch: null,
homepage: null
},
// ▲ 選手
// ▼ アナリスト
{
memberName: 'Findirath',
icon: null,
role: 'Analyst',
country: 'us',
birthday: { year: 2002, month: 8, day: 9 },
age: null,
twitter: 'findirath_ow',
youtube: null,
twitch: 'findirath',
homepage: null
},
// ▲ アナリスト
// ▼ コーチ
{
memberName: 'Byeolha',
icon: null,
role: 'Coach',
country: 'kr',
birthday: null,
age: null,
twitter: 'ow_byeolha',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'Fickle',
icon: 'fickle.webp',
role: 'Coach',
country: 'kr',
birthday: { year: 1998, month: 7, day: 9 },
age: null,
twitter: 'Fickle_OW',
youtube: null,
twitch: 'fickle_ow',
homepage: null
},
{
memberName: 'Troyda',
icon: null,
role: 'Coach',
country: 'kr',
birthday: null,
age: null,
twitter: 'troy_da0321',
youtube: null,
twitch: null,
homepage: null
},
// ▲ コーチ
// ▼ マネージャー
{
memberName: 'LUD',
icon: null,
role: 'Manager',
country: 'jp',
birthday: null,
age: null,
twitter: 'Luvica_Lore',
youtube: null,
twitch: null,
homepage: null
}
]
},
{
divisionName: 'Overwatch Women’s Div',
divisionSubName: 'REVATI GIRLS',
members: [
{
memberName: 'ema',
icon: 'ema.webp',
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'zen__ema',
youtube: null,
twitch: 'emao425',
homepage: null
},
{
memberName: 'Haffy',
icon: 'haffy.webp',
role: 'Player',
country: 'kr',
birthday: { year: null, month: 2, day: 7 },
age: null,
twitter: 'OWHaffy',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'Liz',
icon: 'liz.webp',
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'GMow_liz',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'Mitsuna',
icon: 'mitsuna.webp',
role: 'Player',
country: 'kr',
birthday: null,
age: null,
twitter: 'x_bini_',
youtube: null,
twitch: null,
homepage: 'https://chzzk.naver.com/bf21adda33120014ca6c5a7aa45d9564'
},
{
memberName: 'Usagi',
icon: 'usagi.webp',
role: 'Player',
country: 'kr',
birthday: null,
age: null,
twitter: 'usagi_kr',
youtube: null,
twitch: 'usagi_kr',
homepage: null
},
{
memberName: '翆',
icon: 'sui.webp',
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'suisan_ow',
youtube: null,
twitch: 'sui0zasso',
homepage: null
},
// ▲ 選手
// ▼ コーチ
{
memberName: 'Troyda',
icon: null,
role: 'Coach',
country: 'kr',
birthday: null,
age: null,
twitter: 'troy_da0321',
youtube: null,
twitch: null,
homepage: null
},
// ▲ コーチ
// ▼ マネージャー
{
memberName: '美作小夜子',
icon: 'mimasaka.webp',
role: 'Manager',
country: 'jp',
birthday: { year: null, month: 7, day: 4 },
age: null,
twitter: '345mimasaka',
youtube: null,
twitch: '345mimasaka_vt',
homepage: 'https://lit.link/345mimasaka'
}
]
},
{
divisionName: 'Overwatch Academy 1st',
divisionSubName: 'REVATI Chilling Chicken',
members: [
{
memberName: 'RIMK',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: 2010, month: 11, day: 21 },
age: null,
twitter: 'RIMK_ow',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'yukino',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: 2009, month: 6, day: 10 },
age: null,
twitter: 'yukino66_',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'はる',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: 2009, month: 7, day: 29 },
age: null,
twitter: 'HALU_ovv',
youtube: '@HALU-ow',
twitch: null,
homepage: null
},
{
memberName: '美味しいチキン',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: 2009, month: 7, day: 30 },
age: null,
twitter: 'fJQU4hgzNhcGscC',
youtube: null,
twitch: null,
homepage: null
},
// ▲ 選手
// ▼ コーチ
{
memberName: 'Forte',
icon: null,
role: 'Coach',
country: 'kr',
birthday: null,
age: null,
twitter: 'OW_Forte',
youtube: '@OW_Forte',
twitch: null,
homepage: null
},
// ▲ コーチ
// ▼ マネージャー
{
memberName: 'YAMININE',
icon: null,
role: 'Manager',
country: 'jp',
birthday: null,
age: null,
twitter: 'YAMlCHAAAAN',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'yon',
icon: null,
role: 'Manager',
country: 'jp',
birthday: null,
age: null,
twitter: 'nqxiv4',
youtube: null,
twitch: null,
homepage: null
}
]
},
{
divisionName: 'Overwatch Academy 2nd',
divisionSubName: 'Frozen Star',
members: [
{
memberName: '5Moon',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'SUPerMoon108_OW',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'kou',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'ow_kou1',
youtube: null,
twitch: 'ow_kou',
homepage: null
},
{
memberName: 'Seungyeon',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'Seungyeon_ow',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'zircon',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'Zrk0n',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'ろぶ',
icon: null,
role: 'Player',
country: 'jp',
birthday: null,
age: null,
twitter: 'rob_ow2',
youtube: null,
twitch: null,
homepage: null
},
// ▲ 選手
// ▼ コーチ
{
memberName: 'めいざーらもん',
icon: null,
role: 'Coach',
country: 'jp',
birthday: { year: null, month: 3, day: 13 },
age: null,
twitter: 'meizorramon_ttv',
youtube: '@めいざーらもん',
twitch: 'meizorramon',
homepage: null
},
// ▲ コーチ
// ▼ マネージャー
{
memberName: 'KISHI',
icon: 'kishi.webp',
role: 'Manager',
country: 'jp',
birthday: { year: 2005, month: 9, day: 2 },
age: null,
twitter: 'kishi_krunk',
youtube: null,
twitch: null,
homepage: null
}
]
},
{
divisionName: 'Rainbow Six Siege',
members: [
{
memberName: 'いとそん',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: null, month: 12, day: 15 },
age: null,
twitter: 'itoson1415',
youtube: null,
twitch: 'itos0n1415',
homepage: null
},
{
memberName: 'いはりー',
icon: null,
role: 'Player',
country: null,
birthday: null,
age: null,
twitter: 'Ihaliyi',
youtube: null,
twitch: null,
homepage: null
},
{
memberName: 'しぇりー',
icon: null,
role: 'Player',
country: 'jp',
birthday: { year: null, month: 8, day: 5 },
age: null,
twitter: 'ShqIIy',
youtube: null,
twitch: 'shellychaaan',
homepage: null
},
{
memberName: 'れずりー',
icon: null,
role: 'Player',
country: null,
birthday: { year: null, month: 5, day: 5 },
age: null,
twitter: 'Circle_Eye5',
youtube: null,
twitch: null,
homepage: null
}
]
},
{
divisionName: 'Content Creator',
members: [
{
memberName: 'CLANK',
icon: 'clank.webp',
role: 'Streamer',
country: 'jp',
birthday: { year: 1998, month: 7, day: 10 },
age: null,
twitter: 'clank_ccc',
youtube: null,
twitch: 'clank_owl',
homepage: null
},
{
memberName: 'STRIKE',
icon: 'strike.webp',
role: 'Streamer',
country: 'kr',
birthday: { year: 2008, month: 5, day: 31 },
age: 47,
twitter: 'strike_nise',
youtube: null,
twitch: 'owcstrike',
homepage: null
},
{
memberName: 'あくいるさや',
icon: 'akuiru_saya.webp',
role: 'Streamer',
country: 'jp',
birthday: { year: null, month: 2, day: 24 },
age: null,
twitter: 'akuiru_saya',
youtube: null,
twitch: 'akuiru_saya',
homepage: null
},
{
memberName: 'きゅうりおいしい',
icon: 'kyuurioisii.webp',
role: 'Streamer',
country: 'jp',
birthday: { year: null, month: 11, day: 11 },
age: null,
twitter: 'kyuurioisii333',
youtube: null,
twitch: 'kyuurioisii333',
homepage: 'https://lit.link/kyuurioisii333'
},
{
memberName: 'ささかま',
icon: 'sskmovo.webp',
role: 'Streamer',
country: 'jp',
birthday: null,
age: null,
twitter: 'sskmovo',
youtube: null,
twitch: 'nidonesiyoo',
homepage: 'https://skeb.jp/@sskmovo'
},
{
memberName: 'れるにゃ',
icon: 'relle.webp',
role: 'MCBE Map Creator',
country: 'jp',
birthday: { year: 2002, month: 7, day: 23 },
age: null,
twitter: 'LanternCold',
youtube: '@relle3674',
twitch: null,
homepage: null
},
{
memberName: '翠羽めもり',
icon: 'suiumemori.webp',
role: 'Streamer',
country: 'jp',
birthday: { year: null, month: 7, day: 22 },
age: null,
twitter: 'lO7zZl',
youtube: '@memori2851',
twitch: 'lo7zzl',
homepage: 'https://suiumemori.fanbox.cc/'
},
{
memberName: '魔灰えん',
icon: 'makaien.webp',
role: 'Streamer',
country: 'jp',
birthday: { year: null, month: 5, day: 5 },
age: 666.2,
twitter: 'makaien_vtuber',
youtube: '@makaien_vtuber',
twitch: 'makaien_vtuber',
homepage: 'https://lit.link/makaien'
},
{
memberName: '美作小夜子',
icon: 'mimasaka.webp',
role: 'Streamer & Creator',
country: 'jp',
birthday: { year: null, month: 7, day: 4 },
age: null,
twitter: '345mimasaka',
youtube: null,
twitch: '345mimasaka_vt',
homepage: 'https://lit.link/345mimasaka'
},
{
memberName: '破壊神こたろ',
icon: 'hakaisinkotaro.webp',
role: 'Streamer',
country: 'jp',
birthday: null,
age: null,
twitter: 'mareku1212',
youtube: '@hakaisinkotaro',
twitch: 'hakaisinnkotaro',
homepage: null,
gearsAndSettings: GEARS_AND_SETTINGS['hakaisinkotaro']
}
]
}
// {
// divisionName: 'Other',
// members: [
// {
// memberName: 'kishi',
// icon: null,
// role: 'Translator',
// country: 'jp',
// birthday: { year: null, month: 9, day: 2 },
// age: null,
// twitter: 'kishi_krunk',
// youtube: null,
// twitch: null,
// homepage: null
// }
// ]
// },
// {
// divisionName: 'Operator',
// members: [
// {
// memberName: 'しろねこ',
// icon: '46nek_0.webp',
// role: 'Owner',
// country: 'jp',
// birthday: { year: 2005, month: 3, day: 23 },
// age: null,
// twitter: '46nek_0',
// youtube: null,
// twitch: null,
// homepage: null
// },
// // ▲ 代表
// {
// memberName: '2止',
// icon: 'haineko.webp',
// role: null,
// country: 'jp',
// birthday: { year: 2004, month: 4, day: 7 },
// age: null,
// twitter: 'zitome22',
// youtube: '@zitome2',
// twitch: 'zitome2',
// homepage: null
// },
// {
// memberName: 'Kaz9nnN',
// icon: 'kaz.webp',
// role: null,
// country: 'jp',
// birthday: { year: 2003, month: 4, day: 23 },
// age: null,
// twitter: 'KAZKUN_TSUYOI',
// youtube: null,
// twitch: 'rev_kazkun',
// homepage: null
// },
// {
// memberName: 'Pear',
// icon: 'pear.webp',
// role: null,
// country: 'jp',
// birthday: null,
// age: null,
// twitter: 'pear_fps',
// youtube: null,
// twitch: 'pear_fps',
// homepage: null
// },
// {
// memberName: 'Rinrin.rs',
// icon: 'rinrin.webp',
// role: 'Web Developer',
// country: 'jp',
// birthday: { year: 2006, month: 4, day: 13 },
// age: null,
// twitter: 'Rinrin_2nd',
// youtube: '@rinrin-rs',
// twitch: 'rinrin0413',
// homepage: 'https://rinrin.pages.dev'
// },
// {
// memberName: 'ひなこ',
// icon: null,
// role: null,
// country: 'jp',
// birthday: { year: 2004, month: 10, day: 14 },
// age: null,
// twitter: 'hinakunaiueo',
// youtube: '@hinakox9220',
// twitch: 'hinakoooo_fn',
// homepage: null
// }
// ]
// }
];