Halve exp requirements for leveling in MOBA
This commit is contained in:
parent
d5d21a3fab
commit
e5e0fd8eda
@ -41,7 +41,7 @@ public class MobaProgression implements Listener
|
||||
{
|
||||
|
||||
private static final int[] EXP_LEVELS;
|
||||
private static final int EXP_PER_LEVEL = 1000;
|
||||
private static final int EXP_PER_LEVEL = 500;
|
||||
private static final int EXP_FACTOR = 3;
|
||||
public static final DecimalFormat FORMAT = new DecimalFormat("0.0");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user