Halve exp requirements for leveling in MOBA

This commit is contained in:
cnr 2017-07-20 01:03:03 -04:00
parent d5d21a3fab
commit e5e0fd8eda

View File

@ -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");