More Experience Fixes (#1163)

* revenge experience now rate down and capped; fixed issue with the tail of an empty list

* fixed column name difference between database and persistence objects
This commit is contained in:
Fate-JH 2024-01-17 23:32:54 -05:00 committed by GitHub
parent 22d097347b
commit e9daae5802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 24 additions and 21 deletions

View file

@ -332,11 +332,13 @@ game {
# The kill event must have been the exact previous life's death after revive or respawn.
# This only applies if experience is set to 0.
# Set to zero and experience = 0 to ignore revenge.
rate = 0.15
rate = 0.05
# If player A kills another player B who killed player A just previously, deposit this experience.
# The kill event must have been the exact previous life's death after revive or respawn.
# Set to zero to reuse the experience value from the previous kill event.
experience = 0
default-experience = 0
# When using the experience from the previous kill for revenge bonus, cap the reward at this value.
max-experience = 350
}
}