Bonus XP

Bonus XP

9.7k Downloads

Provide an API call that provides up-to-date Bonus XP info

peterwooley opened this issue ยท 1 comments

commented

Something like BonusXP:getDetails() that returns the current percentage bonus and a table of details.

commented

This was implemented first in 9c38e8d with a bug fix in ff02e35.

The API can be used to get the total bonus XP (it doesn't currently return a table of details), like so:
GetBonusXP(); -- Returns a string of the bonus XP, such as: "170%"