Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Exponential Island Level calculation #21

Closed
Poslovitch opened this issue Mar 29, 2017 · 1 comment
Closed

Exponential Island Level calculation #21

Poslovitch opened this issue Mar 29, 2017 · 1 comment
Assignees
Milestone

Comments

@Poslovitch
Copy link
Collaborator

From @ChiefMoneyBags on March 13, 2017 0:12

I am requesting a feature that would allow you to enable a setting in config that would make leveling up your island take exponentially more points with each level gained, much like the way gaining EXP is exponential. It would also be nice to be able to change the equation for this in config so people can control the rate at which levels are harder to obtain. You can add different equations for different is levels like the way cobble gen values change with island level. This would add a nice level balancing option for servers.

The algorithm shown below takes effect on any islands that exceed level 10, before 10 levels are all the same base value. Small example of configurable equation:

Base_Level_Points: 1000

level 10:
required_points = points_of_previous_level * 1.05
level 250:
required_points = points_of_previous_level * 1.1

So Level 1 - 10 would by default take 1000 points each to reach, then each level after would grow using the algorithm
level 11 - required_points = 1000 * 1.05
level 12 - required_points = 1050 * 1.05
level 13 - required_points = 1102.5 * 1.05
ETC.

Copied from original issue: tastybento/askyblock#545

@Poslovitch Poslovitch added this to the 4.0 milestone Mar 29, 2017
@Poslovitch Poslovitch self-assigned this Apr 2, 2017
@Poslovitch Poslovitch modified the milestones: Level 1.0, 4.0 May 20, 2017
@tastybento
Copy link
Owner

This issue was moved to tastybento/bskyblock#25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants