Exposed EnumEvent

This commit is contained in:
stratic-dev
2024-05-08 20:19:40 +01:00
parent b8be6e7aa8
commit 9ee132eb41
3 changed files with 23 additions and 6 deletions

View File

@@ -139,6 +139,13 @@ type CapLinkOptions struct {
Port int
}
type EnumerateEventOptions struct {
QuestIDs []uint16
EventID uint16
Enabled bool
Duration int
}
// GameplayOptions has various gameplay modifiers
type GameplayOptions struct {
MinFeatureWeapons int // Minimum number of Active Feature weapons to generate daily
@@ -193,6 +200,7 @@ type GameplayOptions struct {
EnableNierEvent bool // Enables the Nier event in the Rasta Bar
DisableRoad bool // Disables the Hunting Road
SeasonOverride bool // Overrides the Quest Season with the current Mezeporta Season
EnumerateEvent EnumerateEventOptions
}
// Discord holds the discord integration config.