diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:56:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:56:37 -0300 |
commit | cf63b948fc534d444a1e1cf44d7b6fee362e1d8d (patch) | |
tree | 8141e38bb0c436378fb3ef5ed66620dfcd0fc56c /db/re/skill_db.conf | |
parent | 1af1042fa6439362d5eaf53db4718d04c226d42d (diff) | |
download | serverdata-cf63b948fc534d444a1e1cf44d7b6fee362e1d8d.tar.gz serverdata-cf63b948fc534d444a1e1cf44d7b6fee362e1d8d.tar.bz2 serverdata-cf63b948fc534d444a1e1cf44d7b6fee362e1d8d.tar.xz serverdata-cf63b948fc534d444a1e1cf44d7b6fee362e1d8d.zip |
Rebalance basic magic skills O.o
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 7f3f063bf..c818dab3c 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -619,7 +619,7 @@ skill_db: ( Enemy: true } AttackType: "Magic" - Element: "Ele_Ghost" + Element: "Ele_Neutral" NumberOfHits: { Lv1: 1 Lv2: 1 @@ -635,11 +635,11 @@ skill_db: ( InterruptCast: true CastTime: 400 AfterCastActDelay: { - Lv1: 1200 - Lv2: 1200 - Lv3: 1600 - Lv4: 1600 - Lv5: 2000 + Lv1: 800 + Lv2: 1000 + Lv3: 1200 + Lv4: 1500 + Lv5: 1800 Lv6: 2000 Lv7: 2400 Lv8: 2400 @@ -649,9 +649,9 @@ skill_db: ( FixedCastTime: 100 Requirements: { SPCost: { - Lv1: 70 - Lv2: 80 - Lv3: 90 + Lv1: 40 + Lv2: 60 + Lv3: 80 Lv4: 100 Lv5: 110 Lv6: 120 @@ -5458,7 +5458,7 @@ skill_db: ( CastTime: 1600 FixedCastTime: 400 Requirements: { - SPCost: 70 + SPCost: 60 } }, { |