mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 15:25:22 +00:00
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:
parent
22d097347b
commit
e9daae5802
10 changed files with 24 additions and 21 deletions
|
|
@ -284,7 +284,8 @@ case class BattleExperiencePointsLifespan(
|
|||
|
||||
case class BattleExperiencePointsRevenge(
|
||||
rate: Float,
|
||||
experience: Long
|
||||
defaultExperience: Long,
|
||||
maxExperience: Long
|
||||
)
|
||||
|
||||
case class SupportExperiencePoints(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue