example config fix
This commit is contained in:
parent
956d5927cd
commit
8569f28f3c
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue