diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:22:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:22:54 -0300 |
commit | 4a391b7710aa7a3661aacc9880b3e2475732fac3 (patch) | |
tree | f9483a3b4442ae80711c31d21c630a8ef984d4a3 /db/re | |
parent | 2b68cf337860a4a6300d6271a5a791a23f86531f (diff) | |
download | serverdata-4a391b7710aa7a3661aacc9880b3e2475732fac3.tar.gz serverdata-4a391b7710aa7a3661aacc9880b3e2475732fac3.tar.bz2 serverdata-4a391b7710aa7a3661aacc9880b3e2475732fac3.tar.xz serverdata-4a391b7710aa7a3661aacc9880b3e2475732fac3.zip |
Lower Fireball MP cost to +10/lvl instead of +15/lvl (average)
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9b5fc50d6..6cb9e9fe3 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -931,10 +931,10 @@ skill_db: ( Requirements: { SPCost: { Lv1: 80 - Lv2: 100 - Lv3: 120 - Lv4: 145 - Lv5: 160 + Lv2: 90 + Lv3: 100 + Lv4: 110 + Lv5: 120 Lv6: 180 Lv7: 200 Lv8: 220 |