Updated a file to be changed later

This commit is contained in:
damocleas 2025-02-27 01:15:33 -05:00 committed by GitHub
parent bdd84a4f9a
commit db85b78465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,9 +180,26 @@ const timedEvents: TimedEvent[] = [
{ species: Species.ENAMORUS }
],
luckBoostedSpecies: [ Species.LUVDISC ]
]
},
{
name: "PKMNDAY2025",
eventType: EventType.NO_TIMER_DISPLAY,
startDate: new Date(Date.UTC(2025, 1, 27)),
endDate: new Date(Date.UTC(2025, 2, 4)),
classicFriendshipMultiplier: 4,
eventEncounters: [
{ species: Species.PIKACHU, formIndex: 1, blockEvolution: true },
{ species: Species.EEVEE, formIndex: 1, blockEvolution: true }
],
luckBoostedSpecies: [
Species.PICHU, Species.PIKACHU, Species.RAICHU, Species.ALOLA_RAICHU,
Species.EEVEE, Species.FLAREON, Species.JOLTEON, Species.VAPOREON, Species.ESPEON, Species.UMBREON, Species.LEAFEON, Species.GLACEON, Species.SYLVEON,
Species.ZYGARDE
}
];
export class TimedEventManager {
constructor() {}