From 17fecb4277df1effb7177096314797e5e43dc857 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Apr 2022 00:35:02 -0300 Subject: Prepare for maze system expansion (we'll go from 24 mazes to 75 mazes) --- db/constants.conf | 7 +++++-- db/re/exp_group_db.conf | 20 +------------------- 2 files changed, 6 insertions(+), 21 deletions(-) (limited to 'db') 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 -- cgit v1.2.3-60-g2f50