mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Update a timed file that may be changed later
This commit is contained in:
parent
db85b78465
commit
642ca16541
@ -169,7 +169,7 @@ const timedEvents: TimedEvent[] = [
|
||||
{ species: Species.WOOBAT },
|
||||
{ species: Species.FRILLISH },
|
||||
{ species: Species.ALOMOMOLA },
|
||||
{ species: Species.FURFROU, formIndex: 1 }, // Heart trim
|
||||
{ species: Species.FURFROU, formIndex: 1 }, // Heart Trim
|
||||
{ species: Species.ESPURR },
|
||||
{ species: Species.SPRITZEE },
|
||||
{ species: Species.SWIRLIX },
|
||||
@ -184,18 +184,29 @@ const timedEvents: TimedEvent[] = [
|
||||
},
|
||||
{
|
||||
name: "PKMNDAY2025",
|
||||
eventType: EventType.NO_TIMER_DISPLAY,
|
||||
eventType: EventType.LUCK,
|
||||
startDate: new Date(Date.UTC(2025, 1, 27)),
|
||||
endDate: new Date(Date.UTC(2025, 2, 4)),
|
||||
classicFriendshipMultiplier: 4,
|
||||
bannerKey: "pkmnday2025event-",
|
||||
scale: 0.21,
|
||||
availableLangs: [ "en", "de", "it", "fr", "ja", "ko", "es-ES", "pt-BR", "zh-CN" ],
|
||||
eventEncounters: [
|
||||
{ species: Species.PIKACHU, formIndex: 1, blockEvolution: true },
|
||||
{ species: Species.EEVEE, formIndex: 1, blockEvolution: true }
|
||||
{ species: Species.PIKACHU, formIndex: 1, blockEvolution: true }, // Partner Form
|
||||
{ species: Species.EEVEE, formIndex: 1, blockEvolution: true }, // Partner Form
|
||||
{ species: Species.CHIKORITA },
|
||||
{ species: Species.TOTODILE },
|
||||
{ species: Species.TEPIG }
|
||||
],
|
||||
luckBoostedSpecies: [
|
||||
Species.PICHU, Species.PIKACHU, Species.RAICHU, Species.ALOLA_RAICHU,
|
||||
Species.PSYDUCK, Species.GOLDUCK,
|
||||
Species.EEVEE, Species.FLAREON, Species.JOLTEON, Species.VAPOREON, Species.ESPEON, Species.UMBREON, Species.LEAFEON, Species.GLACEON, Species.SYLVEON,
|
||||
Species.ZYGARDE
|
||||
Species.CHIKORITA, Species.BAYLEEF, Species.MEGANIUM,
|
||||
Species.TOTODILE, Species.CROCONAW, Species.FERALIGATR,
|
||||
Species.TEPIG, Species.PIGNITE, Species.EMBOAR,
|
||||
Species.ZYGARDE,
|
||||
Species.ETERNAL_FLOETTE
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user