diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 00:35:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 00:35:02 -0300 |
commit | 17fecb4277df1effb7177096314797e5e43dc857 (patch) | |
tree | 30883082020cf0775a9aeb80b09c869b53e68e4b /db | |
parent | 917104fdcbf583d1ac73ee5758a5e1d8b17e52cf (diff) | |
download | serverdata-17fecb4277df1effb7177096314797e5e43dc857.tar.gz serverdata-17fecb4277df1effb7177096314797e5e43dc857.tar.bz2 serverdata-17fecb4277df1effb7177096314797e5e43dc857.tar.xz serverdata-17fecb4277df1effb7177096314797e5e43dc857.zip |
Prepare for maze system expansion (we'll go from 24 mazes to 75 mazes)
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 7 | ||||
-rw-r--r-- | db/re/exp_group_db.conf | 20 |
2 files changed, 6 insertions, 21 deletions
diff --git a/db/constants.conf b/db/constants.conf index 4b3d10ea0..2f245aa12 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2380,8 +2380,11 @@ constants_db: { INT_MAX: 2147483647 comment__: "Maze Domain constants" - MAZE_MIN: 1 - MAZE_MAX: 24 + MAZE_SIZE_S: 1 + MAZE_SIZE_M: 2 + MAZE_SIZE_G: 4 + MAZE_SIZE_X: 8 + MAZE_SIZE_A: 16 comment__: "Aurora Event constants" FY_MISC: 0 diff --git a/db/re/exp_group_db.conf b/db/re/exp_group_db.conf index 742490852..67b5a2dad 100644 --- a/db/re/exp_group_db.conf +++ b/db/re/exp_group_db.conf @@ -93,25 +93,7 @@ EvolClasses: { - - - - - - - - - - - - - - - - - - -// These spaces are so EXP table starts at line 200, making easier to calc max level positions. Max level: 180 +// These spaces are so EXP table starts at line 100, making easier to calc max level positions. Max level: 180 job_exp_group_db: { EvolClasses: { MaxLevel: 140 |