add customisable tune values

This commit is contained in:
wish
2023-05-14 15:50:11 +10:00
parent 9dd9931176
commit 2a7454d0ad
3 changed files with 10 additions and 3 deletions

View File

@@ -73,7 +73,8 @@ type GameplayOptions struct {
MezfesSoloTickets uint32 // Number of solo tickets given weekly
MezfesGroupTickets uint32 // Number of group tickets given weekly
GUrgentRate uint16 // Adjusts the rate of G Urgent quests spawning
EnableHiganjimaEvent bool // Enables the Higanjima event
EnableHiganjimaEvent bool // Enables the Higanjima event in the Rasta Bar
EnableNierEvent bool // Enables the Nier event in the Rasta Bar
}
// Discord holds the discord integration config.