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

Reduced XP requirement for next level in later game #115

Merged
merged 2 commits into from
Jan 31, 2016

Conversation

ooxi
Copy link
Owner

@ooxi ooxi commented Jan 31, 2016

Changed the required xp per level from

old_xp(level) = 100 * level^2

to

new_xp(level) = 200 * level^1.3

Which requires more XP / level below level three but then reduced XP.

level-xp

old_xp is blue, new_xp is red. x-axis is level, y-axis is required XP.

bla-rs and others added 2 commits January 31, 2016 19:14
Changed the required xp per level from

	old_xp(level) = 100 * level^2

to

	new_xp(level) = 200 * level^1.3

Which requires more XP / level below level three but then reduced XP.
ooxi added a commit that referenced this pull request Jan 31, 2016
Reduced XP requirement for next level in later game.


Changed the required xp per level from

	old_xp(level) = 100 * level^2

to

	new_xp(level) = 200 * level^1.3

Which requires more XP / level below level three but then reduced XP.
@ooxi ooxi merged commit ba7b2e1 into master Jan 31, 2016
@ooxi ooxi deleted the patch/level-xp-progression branch January 31, 2016 18:32
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.

1 participant