example config fix

This commit is contained in:
w 2025-06-07 01:42:30 -03:00
parent 956d5927cd
commit 8569f28f3c

View file

@ -11,11 +11,12 @@ DatabaseLocation = ./gacha_game.db
RollInterval = 72000
; Rarity drop weights (1 to 5 stars)
; Format: rarity=weight per line
Rarity_1 = 0.7 ; common
Rarity_2 = 0.2 ; uncommon
Rarity_3 = 0.08 ; rare
Rarity_4 = 0.015 ; epic
Rarity_5 = 0.005 ; legendary
; In order: common, uncommon, rare, epic and legendary (Example values below)
Rarity_1 = 0.7
Rarity_2 = 0.2
Rarity_3 = 0.08
Rarity_4 = 0.015
Rarity_5 = 0.005
[notification]
; Number of seconds to sleep while awaiting new notifications