diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-27 16:10:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-27 16:10:52 -0300 |
commit | a975f80d9a3e47d7866b3c308330af667f275076 (patch) | |
tree | 8411b9fd281912bb12ac829568eb9c280ed3b1dd /db/re | |
parent | 41078f975c105cff3247653bcc59be7705a620c9 (diff) | |
download | serverdata-a975f80d9a3e47d7866b3c308330af667f275076.tar.gz serverdata-a975f80d9a3e47d7866b3c308330af667f275076.tar.bz2 serverdata-a975f80d9a3e47d7866b3c308330af667f275076.tar.xz serverdata-a975f80d9a3e47d7866b3c308330af667f275076.zip |
Raise max level from 150 to 200. Raise max stats from 121 to 141.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/exp_group_db.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf index 5280d0d3e..3a052e458 100644 --- a/db/re/exp_group_db.conf +++ b/db/re/exp_group_db.conf @@ -29,7 +29,7 @@ base_exp_group_db: { EvolClasses: { - MaxLevel: 150 + MaxLevel: 200 Exp: [ 9,16,25,36,77,112,153,200,253,320, // 1-10 385,490,585,700,830,970,1120,1260,1420,1620, // 11-20 @@ -45,7 +45,12 @@ EvolClasses: { 27220714, 28279893, 29343724, 30409303, 31473599, 32533466, 33585656, 34626835, 35671987, 51719358, // 111-120 52767134, 53813441, 54856352, 55893891, 56924041, 57944748, 58953928, 59949472, 60942293, 61931134, // 121-130 62914718, 63891748, 64860909, 65820873, 106770300, 107707841, 108632142, 109541848, 110446212, 111344416, // 131-140 - 112235638, 113119048, 113993812, 114859094, 115714055, 116557855, 117389656, 118208622, 119023176, // 141-150 + 112235638, 113119048, 113993812, 114859094, 115714055, 116557855, 117389656, 118208622, 119023176, 119832851, // 141-150 + 220637178, 221435686, 222227902, 223013350, 223791556, 224562044, 225324339, 226077966, 226829408, 227578416, // 151-160 + 228324739, 229068126, 229808320, 230545069, 231278115, 232007202, 232732071, 233456276, 234179665, 234902086, // 161-170 + 235623385, 236343408, 237061998, 237779000, 238494255, 239207605, 239918891, 240627951, 241336309, 241500000, // 171-180 + 247537500, 253725938, 260069087, 266570815, 273235086, 280065964, 287067614, 294244305, 301600413, 309140424, // 181-190 + 410000000, 420250000, 430756250, 441525157, 452563286, 463877369, 475474304, 487361162, 499545192, // 191-199 ] } // Other exp groups come here |