Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] show specific progress from one level to the next #151

Conversation

Mittelblut9
Copy link
Contributor

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

Screenshot 2023-04-13 at 21 01 29

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Closes #144

@twlite twlite merged commit e176c38 into neplextech:main Apr 14, 2023
@Mittelblut9 Mittelblut9 deleted the feature/minxp-to-track-progress-with-blank-bar branch April 14, 2023 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion for Rank progress bar to show specific progress from one level to the next (explained further)
2 participants