add customisable tune values

This commit is contained in:
wish
2023-05-17 22:32:20 +10:00
parent d243a8c598
commit 7d7da7e146
3 changed files with 9 additions and 26 deletions

View File

@@ -76,6 +76,7 @@ type GameplayOptions struct {
GRPMultiplier float32 // Adjusts the multiplier of G Rank Points rewarded for quest completion
GSRPMultiplier float32 // Adjusts the multiplier of G Skill Rank Points rewarded for quest completion
GZennyMultiplier float32 // Adjusts the multiplier of G Zenny rewarded for quest completion
MaterialMultiplier float32 // Adjusts the multiplier of Monster Materials rewarded for quest completion
EnableHiganjimaEvent bool // Enables the Higanjima event in the Rasta Bar
EnableNierEvent bool // Enables the Nier event in the Rasta Bar
}