Revert MOBA exp per level to 1000
This commit is contained in:
parent
06a90abc6a
commit
f86664c510
@ -41,7 +41,7 @@ public class MobaProgression implements Listener
|
||||
{
|
||||
|
||||
private static final int[] EXP_LEVELS;
|
||||
private static final int EXP_PER_LEVEL = 500;
|
||||
private static final int EXP_PER_LEVEL = 1000;
|
||||
private static final int EXP_FACTOR = 3;
|
||||
public static final DecimalFormat FORMAT = new DecimalFormat("0.0");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user