update event date, change trainer shiny chance to 20%

This commit is contained in:
damocleas 2025-03-31 04:03:11 -04:00
parent cacd025e3e
commit eb5e0f1bc4

View File

@ -293,12 +293,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, 31)), startDate: new Date(Date.UTC(2025, 3, 1)),
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: 32769, // 16384/65536 = 1/4 trainerShinyChance: 13107, // 13107/65536 = 1/5
music: [ music: [
["title", "title_afd"], ["title", "title_afd"],
["battle_rival_3", "battle_rival_3_afd"], ["battle_rival_3", "battle_rival_3_afd"],