[FEATURE] show specific progress from one level to the next #151
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change adds a new configuration function to the
setMinXP
tool.It will override the current calculation in
_calculateProgress
if set. It will calculate the difference between the minXP data and the requiredXP data.To use this feature you just need to add
setMinXP
with your prevert value (for example: the XP to reach your current level).Motivation and Context
I had the same problem as #144. I wanted to have a clean progress bar after each level. And to get this feature into the tool, I thought of a way to allow the user to reset the progress bar to a certain amount of xp.
Screenshots (if appropriate):
minXP = 7030
Above: Without minXP
Below: With minXP
Types of changes
Checklist:
Closes #144