Samuel Elliott 2023-07-04 21:27:06 +01:00
parent d1785ee1fc
commit 5bd62cd576
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
3 changed files with 56 additions and 7 deletions

View File

@ -0,0 +1,18 @@
import { Title } from '../types.js';
export const titles: Title[] = [
{
// Stardew Valley
id: '0100e65002bb8000',
client: '1125884657209196754',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Stardew Valley [Japan]
id: '0100dd400c468000',
client: '1125884657209196754',
showPlayingOnline: true,
showActiveEvent: true,
},
];

View File

@ -3,3 +3,4 @@ export * as mojang from './mojang.js';
export * as capcom from './capcom.js';
export * as the_pokemon_company from './the-pokémon-company.js';
export * as thatgamecompany from './thatgamecompany.js';
export * as concernedape from './concernedape.js';

View File

@ -1203,13 +1203,20 @@ export const titles: Title[] = [
showActiveEvent: true,
},
// {
// // Pikmin 4
// id: '',
// client: '1107033455755264010',
// showPlayingOnline: true,
// showActiveEvent: true,
// },
{
// Pikmin 4
id: '0100b7c00933a000',
client: '1107033455755264010',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Pikmin 4 Demo
id: '0100e0b019974000',
client: '1107033455755264010',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Metroid Prime Remastered
@ -1218,4 +1225,27 @@ export const titles: Title[] = [
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Pikmin 1
id: '0100aa80194b0000',
client: '1121121911229927476',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Pikmin 2
id: '0100d680194b2000',
client: '1121122602782576640',
showPlayingOnline: true,
showActiveEvent: true,
},
{
// Everybody 1-2-Switch!
id: '01006f900bf8e000',
client: '1121122719019323413',
showPlayingOnline: true,
showActiveEvent: true,
},
];