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
|
RollInterval = 72000
|
||||||
; Rarity drop weights (1 to 5 stars)
|
; Rarity drop weights (1 to 5 stars)
|
||||||
; Format: rarity=weight per line
|
; Format: rarity=weight per line
|
||||||
Rarity_1 = 0.7 ; common
|
; In order: common, uncommon, rare, epic and legendary (Example values below)
|
||||||
Rarity_2 = 0.2 ; uncommon
|
Rarity_1 = 0.7
|
||||||
Rarity_3 = 0.08 ; rare
|
Rarity_2 = 0.2
|
||||||
Rarity_4 = 0.015 ; epic
|
Rarity_3 = 0.08
|
||||||
Rarity_5 = 0.005 ; legendary
|
Rarity_4 = 0.015
|
||||||
|
Rarity_5 = 0.005
|
||||||
|
|
||||||
[notification]
|
[notification]
|
||||||
; Number of seconds to sleep while awaiting new notifications
|
; Number of seconds to sleep while awaiting new notifications
|
||||||
|
|
Loading…
Add table
Reference in a new issue