mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-20 15:13:35 +00:00
Add starting rank and XP rate config options
This commit is contained in:
parent
35b07f897d
commit
47d0013e42
5 changed files with 36 additions and 9 deletions
|
|
@ -69,6 +69,20 @@ database {
|
|||
game {
|
||||
# Allow instant action to AMS
|
||||
instant-action-ams = no
|
||||
|
||||
# Battle experience rate
|
||||
bep-rate = 1.0
|
||||
|
||||
# Command experience rate
|
||||
cep-rate = 1.0
|
||||
|
||||
new-avatar {
|
||||
# Starting battle rank
|
||||
br = 1
|
||||
|
||||
# Starting command rank
|
||||
cr = 1
|
||||
}
|
||||
}
|
||||
|
||||
anti-cheat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue