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 =
|
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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user