Clan experience table according to patch notes.
Contributed by nasseka.
This commit is contained in:
parent
6c238d0a80
commit
9a25434a41
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user