diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:19:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:19:06 -0300 |
commit | 9560bfd3a4a3546bef92a882d5c9a169427b4bae (patch) | |
tree | c1e60694b50d616e6f8ddf0af0c355b0d6950a0e /db | |
parent | cfdf5e7401df69ffe17a6ecb2f3b28232e0d44bc (diff) | |
download | serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.gz serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.bz2 serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.xz serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.zip |
Colin ready (rebalances were applied as I've judged needed)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 23 |
2 files changed, 18 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 85e7f9cb2..33bb56f43 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13159,7 +13159,7 @@ item_db: ( AegisName: "NoviceWand" Name: "Novice Wand" Type: "IT_WEAPON" - Buy: 5000 + Buy: 4500 Sell: 1600 Weight: 158 Atk: 0 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index abc4e0506..da7a36e30 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -839,7 +839,18 @@ skill_db: ( SplashArea: true //SplitDamage: true } - SplashRange: 1 + SplashRange: { + Lv1: 1 + Lv2: 1 + Lv3: 2 + Lv4: 2 + Lv5: 2 + Lv6: 2 + Lv7: 3 + Lv8: 3 + Lv9: 3 + Lv10: 3 + } InterruptCast: true CastTime: { Lv1: 1280 @@ -3409,11 +3420,11 @@ skill_db: ( AfterCastActDelay: 300 SkillData2: { Lv1: 4000 - Lv2: 5000 - Lv3: 6000 - Lv4: 7000 - Lv5: 8000 - Lv6: 9000 + Lv2: 4500 + Lv3: 5000 + Lv4: 6000 + Lv5: 7000 + Lv6: 8500 Lv7: 10000 Lv8: 12000 Lv9: 14000 |