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 =
{
0,
10,
100,
1000,
5000,
100000,
500000,
1500000,
4500000,
7500000,
11000000,
14500000
500,
10000,
50000,
150000,
450000,
1000000,
2000000,
4000000
};
private String _name;

View File

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

View File

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

View File

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