mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
update event date, change trainer shiny chance to 20%
This commit is contained in:
parent
cacd025e3e
commit
eb5e0f1bc4
@ -293,12 +293,12 @@ const timedEvents: TimedEvent[] = [
|
||||
{
|
||||
name: "April Fools 2025",
|
||||
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)),
|
||||
// bannerKey: "aprf25-",
|
||||
// scale: 0.21,
|
||||
// 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: [
|
||||
["title", "title_afd"],
|
||||
["battle_rival_3", "battle_rival_3_afd"],
|
||||
|
Loading…
Reference in New Issue
Block a user