summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-24 16:35:39 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-24 16:35:39 -0300
commit0b2168d5dd5f9946d8da76d649a2667531e070c3 (patch)
tree58a7b2dd34eff1274dec1985147b4f3715ab1652
parentd76442f00133b92de4981e55e8537f243cf3f062 (diff)
downloadserverdata-0b2168d5dd5f9946d8da76d649a2667531e070c3.tar.gz
serverdata-0b2168d5dd5f9946d8da76d649a2667531e070c3.tar.bz2
serverdata-0b2168d5dd5f9946d8da76d649a2667531e070c3.tar.xz
serverdata-0b2168d5dd5f9946d8da76d649a2667531e070c3.zip
Re-ident exp table (no changes)
-rw-r--r--db/re/exp_group_db.conf38
1 files changed, 19 insertions, 19 deletions
diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf
index 8bdb53975..557b3edf0 100644
--- a/db/re/exp_group_db.conf
+++ b/db/re/exp_group_db.conf
@@ -28,25 +28,25 @@
//=========================================================================
base_exp_group_db: {
- EvolClasses: {
- MaxLevel: 135
- Exp: [
- 9,16,25,36,77,112,153,200,253,320,
- 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,28543,34212,
- 38065,42102,46323,53026,58419,64041,69892,75973,92468,115254,
- 128692,142784,157528,178184,196300,215198,234879,255341,310188,365914,
- 402508,442769,487051,535756,589342,648281,713112,784421,862867,949158,
- 1044076,1148484,1263331,1389671,1528642,1681509,1849671,2034639,2238111,2461928,
- 2708132,2978946,3276840,3604530,3964987,4361495,4797656,5277432,5805184,6368277,
- 6966895,7600882,8269760,8972690,9708450,10475418,11271550,12094373,12940979,
- 14720720,15649598,16601093,17572257,18559818,19560192,20569498,21583575,22598003,23627229,
- 24668953,25720714,26779893,27843724,28909303,29973599,31033466,32085656,33126835,34171987,
- 50219358, 51267134, 52313441, 53356352, 54393891, 55424041, 56444748, 57453928, 58449472, 59442293,
- 60431134, 61414718, 62391748, 63360909, 64320873,
- ]
- }
+EvolClasses: {
+ MaxLevel: 135
+ 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
+ 1860,1990,2240,2504,2950,3426,3934,4474,6889,7995, // 21-30
+ 9174,10425,11748,13967,15775,17678,19677,21773,28543,34212, // 31-40
+ 38065,42102,46323,53026,58419,64041,69892,75973,92468,115254, // 41-50
+ 128692,142784,157528,178184,196300,215198,234879,255341,310188,365914, // 51-60
+ 402508,442769,487051,535756,589342,648281,713112,784421,862867,949158, // 61-70
+ 1044076,1148484,1263331,1389671,1528642,1681509,1849671,2034639,2238111,2461928, // 71-80
+ 2708132,2978946,3276840,3604530,3964987,4361495,4797656,5277432,5805184,6368277, // 81-90
+ 6966895,7600882,8269760,8972690,9708450,10475418,11271550,12094373,12940979, // 91-100
+ 14720720,15649598,16601093,17572257,18559818,19560192,20569498,21583575,22598003,23627229, // 101-110
+ 24668953,25720714,26779893,27843724,28909303,29973599,31033466,32085656,33126835,34171987, // 111-120
+ 50219358, 51267134, 52313441, 53356352, 54393891, 55424041, 56444748, 57453928, 58449472, 59442293, // 121-130
+ 60431134, 61414718, 62391748, 63360909, 64320873, // 131-135
+ ]
+}
}