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

Change levelup math #151

Open
purrplingcat opened this issue Apr 17, 2021 · 0 comments
Open

Change levelup math #151

purrplingcat opened this issue Apr 17, 2021 · 0 comments

Comments

@purrplingcat
Copy link
Owner

purrplingcat commented Apr 17, 2021

y = (((modifier * level) * level^R) * knee) + offset

If y < minimumLevelXp then y = minimumLevelXp. minimum level xp is disabled when is their value set to 0.

const neededXp = (2 * minimumLevelXp * currentLevel)

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

No branches or pull requests

1 participant