Clan experience table according to patch notes.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment 2022-05-26 10:42:29 +00:00
parent 6c238d0a80
commit 9a25434a41
4 changed files with 36 additions and 36 deletions

View File

@ -124,16 +124,16 @@ public class Clan implements IIdentifiable, INamable
public static final int[] EXP_TABLE = public static final int[] EXP_TABLE =
{ {
0, 0,
10,
100, 100,
1000, 500,
5000, 10000,
100000, 50000,
500000, 150000,
1500000, 450000,
4500000, 1000000,
7500000, 2000000,
11000000, 4000000
14500000
}; };
private String _name; private String _name;

View File

@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable
public static final int[] EXP_TABLE = public static final int[] EXP_TABLE =
{ {
0, 0,
10,
100, 100,
1000, 500,
5000, 10000,
100000, 50000,
500000, 150000,
1500000, 450000,
4500000, 1000000,
7500000, 2000000,
11000000, 4000000
14500000
}; };
private String _name; private String _name;

View File

@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable
public static final int[] EXP_TABLE = public static final int[] EXP_TABLE =
{ {
0, 0,
10,
100, 100,
1000, 500,
5000, 10000,
100000, 50000,
500000, 150000,
1500000, 450000,
4500000, 1000000,
7500000, 2000000,
11000000, 4000000
14500000
}; };
private String _name; private String _name;

View File

@ -125,16 +125,16 @@ public class Clan implements IIdentifiable, INamable
public static final int[] EXP_TABLE = public static final int[] EXP_TABLE =
{ {
0, 0,
10,
100, 100,
1000, 500,
5000, 10000,
100000, 50000,
500000, 150000,
1500000, 450000,
4500000, 1000000,
7500000, 2000000,
11000000, 4000000
14500000
}; };
private String _name; private String _name;