1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
//================= Hercules Database =====================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2018 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Exp Groups Database File.
//=========================================================================
base_exp_group_db: {
EvolClasses: {
MaxLevel: 110
Exp: [
385,490,585,700,830,970,1120,1260,1420,1620,
1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,
9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,
38065,42102,46323,53026,58419,64041,69892,75973,102468,115254,
128692,142784,157528,178184,196300,215198,234879,255341,330188,365914,
403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746,
1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024,
4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720,
11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999999,103000000,
107000000, 112000000, 116000000, 121000000, 125000000, 130000000, 134000000, 139000000, 145000000, 152200000,
160840000, 171200000, 191930000, 202290000, 214720000, 229640000, 247550000, 283370000, 301280000, 322770000,
]
}
}
job_exp_group_db: {
EvolClasses: {
MaxLevel: 110
Exp: [
385,490,585,700,830,970,1120,1260,1420,1620,
1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,
9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,
38065,42102,46323,53026,58419,64041,69892,75973,102468,115254,
128692,142784,157528,178184,196300,215198,234879,255341,330188,365914,
403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746,
1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024,
4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720,
11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999999,103000000,
107000000, 112000000, 116000000, 121000000, 125000000, 130000000, 134000000, 139000000, 145000000, 152200000,
160840000, 171200000, 191930000, 202290000, 214720000, 229640000, 247550000, 283370000, 301280000, 322770000,
]
}
}
|