Enable Seasonal Splash Text, adjust event values

This commit is contained in:
damocleas 2025-03-28 23:27:07 -04:00
parent a1a5c9dfcc
commit 6e5cf6b3ba
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
export const PLAYER_PARTY_MAX_SIZE: number = 6; export const PLAYER_PARTY_MAX_SIZE: number = 6;
/** Whether to use seasonal splash messages in general */ /** Whether to use seasonal splash messages in general */
export const USE_SEASONAL_SPLASH_MESSAGES: boolean = false; export const USE_SEASONAL_SPLASH_MESSAGES: boolean = true;
/** Name of the session ID cookie */ /** Name of the session ID cookie */
export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId"; export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId";

View File

@ -286,12 +286,12 @@ const timedEvents: TimedEvent[] = [
{ {
name: "April Fools 2025", name: "April Fools 2025",
eventType: EventType.NO_TIMER_DISPLAY, eventType: EventType.NO_TIMER_DISPLAY,
startDate: new Date(Date.UTC(2025, 2, 1)), startDate: new Date(Date.UTC(2025, 2, 31)),
endDate: new Date(Date.UTC(2025, 3, 3)), endDate: new Date(Date.UTC(2025, 3, 3)),
// bannerKey: "aprf25-", // bannerKey: "aprf25-",
// scale: 0.21, // scale: 0.21,
// availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"], // availableLangs: ["en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN"],
trainerShinyChance: 16384, // 16384/65536 = 1/4 trainerShinyChance: 32769, // 16384/65536 = 1/4
music: [ music: [
["title", "title_afd"], ["title", "title_afd"],
["battle_rival_3", "battle_rival_3_afd"], ["battle_rival_3", "battle_rival_3_afd"],