Files
www/src/app/(home)/major-league-balatro/_constants/matches.ts
2025-05-02 22:35:10 +02:00

410 lines
9.8 KiB
TypeScript

import type { Match } from '../types'
export const matches: Match[] = [
// Week 1
{
id: 1,
division: 'Blue',
player1Id: 'roffle',
player2Id: 'haelian',
datetime: new Date('2025-04-09T15:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2428370737?t=01h26m15s',
vod2: 'https://www.twitch.tv/videos/2428334601?t=02h10m32s',
completed: true,
week: 1,
},
{
id: 2,
division: 'Blue',
player1Id: 'zainotv',
player2Id: 'bear',
datetime: new Date('2025-04-07T20:00:00-04:00'),
vod1: 'https://youtu.be/NCsQ3PePAdc',
vod2: 'https://www.twitch.tv/videos/2426932234?t=00h20m47s',
completed: true,
week: 1,
},
{
id: 3,
division: 'Blue',
player1Id: 'gothic',
player2Id: 'neato',
datetime: new Date('2025-04-09T13:00:00-04:00'),
vod1: 'https://youtu.be/BAcx4fih1V4',
vod2: 'https://www.twitch.tv/videos/2428289132?t=01h56m48s',
completed: true,
week: 1,
},
{
id: 4,
division: 'Red',
player1Id: 'drspectred',
player2Id: 'malf',
datetime: new Date('2025-04-07T11:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2426535670?t=01h08m29s',
vod2: 'https://www.twitch.tv/videos/2426478651?t=02h52m39s',
completed: true,
week: 1,
},
{
id: 5,
division: 'Red',
player1Id: 'skoottie',
player2Id: 'nandre',
datetime: new Date('2025-04-07T21:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2426992443?t=00h15m19s',
vod2: 'https://www.twitch.tv/videos/2426985590?t=00h22m44s',
completed: true,
week: 1,
},
{
id: 6,
division: 'Red',
player1Id: 'edzy',
player2Id: 'seadubbs',
datetime: new Date('2025-04-08T18:30:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2427881454?t=01h13m54s',
vod2: 'https://www.twitch.tv/videos/2427647925?t=01h51m03s',
completed: true,
week: 1,
},
// Week 2
{
id: 7,
division: 'Blue',
player1Id: 'roffle',
player2Id: 'zainotv',
datetime: new Date('2025-04-15T17:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2433708429?t=2h31m42s',
vod2: 'https://www.twitch.tv/videos/2433805983?t=0h29m52s',
completed: true,
week: 2,
},
{
id: 8,
division: 'Blue',
player1Id: 'haelian',
player2Id: 'gothic',
datetime: new Date('2025-04-16T15:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2434505224?t=2h4m35s',
vod2: 'https://www.twitch.tv/videos/2434576019?t=0h38m11s',
completed: true,
week: 2,
},
{
id: 9,
division: 'Blue',
player1Id: 'bear',
player2Id: 'neato',
datetime: new Date('2025-04-16T13:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2434505033?t=0h9m42s',
vod2: 'https://www.twitch.tv/videos/2434499724?t=0h16m5s',
completed: true,
week: 2,
},
{
id: 10,
division: 'Red',
player1Id: 'drspectred',
player2Id: 'skoottie',
datetime: new Date('2025-04-14T13:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2432780721?t=0h6m52s',
vod2: 'https://www.twitch.tv/videos/2432776421?t=0h12m29s',
completed: true,
week: 2,
},
{
id: 11,
division: 'Red',
player1Id: 'malf',
player2Id: 'edzy',
datetime: new Date('2025-04-17T14:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2435238972?t=4h54m48s',
vod2: 'https://www.twitch.tv/videos/2435320190?t=2h37m18s',
completed: true,
week: 2,
},
{
id: 12,
division: 'Red',
player1Id: 'nandre',
player2Id: 'seadubbs',
datetime: new Date('2025-04-15T18:30:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2433882453?t=0h11m14s',
vod2: 'https://www.twitch.tv/videos/2433878480?t=0h16m39s',
completed: true,
week: 2,
},
// Week 3
{
id: 13,
division: 'Blue',
player1Id: 'roffle',
player2Id: 'bear',
datetime: new Date('2025-04-21T17:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2439002527?t=2h35m39s',
vod2: 'https://www.twitch.tv/videos/2439115722?t=0h9m57s',
completed: true,
week: 3,
},
{
id: 14,
division: 'Blue',
player1Id: 'zainotv',
player2Id: 'gothic',
datetime: new Date('2025-04-21T16:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2439061383?t=0h19m32s',
vod2: 'https://www.twitch.tv/videos/2439069703?t=0h8m18s',
completed: true,
week: 3,
},
{
id: 15,
division: 'Blue',
player1Id: 'haelian',
player2Id: 'neato',
datetime: new Date('2025-04-23T13:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2440603518?t=0h42m56s',
vod2: 'https://www.twitch.tv/videos/2440622793?t=0h15m35s',
completed: true,
week: 3,
},
{
id: 16,
division: 'Red',
player1Id: 'drspectred',
player2Id: 'nandre',
datetime: new Date('2025-04-22T13:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2439955669?t=0h26m44s',
vod2: 'https://www.twitch.tv/videos/2439965151?t=0h13m20s',
completed: true,
week: 3,
},
{
id: 17,
division: 'Red',
player1Id: 'malf',
player2Id: 'seadubbs',
datetime: new Date('2025-04-25T11:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2442216828?t=1h52m44s',
vod2: 'https://www.twitch.tv/videos/2442251262?t=0h54m45s',
completed: true,
week: 3,
},
{
id: 18,
division: 'Red',
player1Id: 'skoottie',
player2Id: 'edzy',
datetime: new Date('2025-04-25T15:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2442405006?t=1h7m57s',
vod2: 'https://www.twitch.tv/videos/2442311541?t=3h11m42s',
completed: true,
week: 3,
},
// Week 4
{
id: 19,
division: 'Blue',
player1Id: 'roffle',
player2Id: 'gothic',
datetime: new Date('2025-04-29T14:00:00-04:00'),
vod1: 'https://www.twitch.tv/videos/2445894419?t=0h18m45s',
vod2: 'https://www.twitch.tv/videos/2445877561?t=0h42m53s',
completed: true,
week: 4,
},
{
id: 20,
division: 'Blue',
player1Id: 'haelian',
player2Id: 'bear',
datetime: new Date('2025-04-28T17:00:00-04:00'),
completed: true,
vod1: 'https://www.twitch.tv/videos/2445030299?t=4h1m48s',
vod2: 'https://www.twitch.tv/videos/2445202859?t=0h9m7s',
week: 4,
},
{
id: 21,
division: 'Blue',
player1Id: 'zainotv',
player2Id: 'neato',
datetime: new Date('2025-05-01T17:00:00-04:00'),
completed: true,
vod1: 'https://www.twitch.tv/videos/2447750952?t=0h39m21s',
vod2: 'https://www.twitch.tv/videos/2447764756?t=0h20m21s',
week: 4,
},
{
id: 22,
division: 'Red',
player1Id: 'drspectred',
player2Id: 'edzy',
datetime: new Date('2025-05-01T15:00:00-04:00'),
completed: true,
vod1: 'https://www.twitch.tv/videos/2447668918?t=0h6m19s',
vod2: 'https://www.twitch.tv/videos/2447512921?t=3h35m15s',
week: 4,
},
{
id: 23,
division: 'Red',
player1Id: 'malf',
player2Id: 'nandre',
datetime: new Date('2025-05-02T13:00:00-04:00'),
completed: true,
vod1: 'https://www.twitch.tv/videos/2448394137?t=1h12m2s',
vod2: 'https://www.twitch.tv/videos/2448423515?t=0h30m09s',
week: 4,
},
{
id: 24,
division: 'Red',
player1Id: 'skoottie',
player2Id: 'seadubbs',
datetime: new Date('2025-04-29T20:00:00-04:00'),
completed: false,
week: 4,
},
// Week 5
{
id: 25,
division: 'Blue',
player1Id: 'roffle',
player2Id: 'neato',
datetime: new Date('2025-05-09T17:00:00-04:00'),
completed: false,
week: 5,
},
{
id: 26,
division: 'Blue',
player1Id: 'haelian',
player2Id: 'zainotv',
datetime: new Date('2025-05-07T17:00:00-04:00'),
completed: false,
week: 5,
},
{
id: 27,
division: 'Blue',
player1Id: 'bear',
player2Id: 'gothic',
datetime: new Date('2025-05-07T14:00:00-04:00'),
completed: false,
week: 5,
},
{
id: 28,
division: 'Red',
player1Id: 'drspectred',
player2Id: 'seadubbs',
datetime: new Date('2025-05-09T19:30:00-04:00'),
completed: false,
week: 5,
},
// {
// id: 29,
// division: 'Red',
// player1Id: 'malf',
// player2Id: 'skoottie',
//
// datetime: new Date('2025-05-06T14:00:00-04:00'),
// completed: false,
// week: 5,
// },
{
id: 30,
division: 'Red',
player1Id: 'nandre',
player2Id: 'edzy',
datetime: new Date('2025-05-06T15:00:00-04:00'),
completed: false,
week: 5,
},
//
// // Play-in Week
// {
// id: 31,
// division: 'Playoff',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-12T17:00:00-04:00'),
// completed: false,
// week: 'Play-in',
// },
// {
// id: 32,
// division: 'Playoff',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-13T17:00:00-04:00'),
// completed: false,
// week: 'Play-in',
// },
// {
// id: 33,
// division: 'Playoff',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-14T17:00:00-04:00'),
// completed: false,
// week: 'Play-in',
// },
// {
// id: 34,
// division: 'Playoff',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-15T17:00:00-04:00'),
// completed: false,
// week: 'Play-in',
// },
//
// // Finals
// {
// id: 35,
// division: 'Finals',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-17T11:00:00-04:00'),
// completed: false,
// week: 'Finals',
// },
// {
// id: 36,
// division: 'Finals',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-17T13:00:00-04:00'),
// completed: false,
// week: 'Finals',
// },
// {
// id: 37,
// division: 'Finals',
// player1Id: 'tbd',
// player2Id: 'tbd',
//
// datetime: new Date('2025-05-17T15:00:00-04:00'),
// completed: false,
// week: 'Finals',
// },
]