diff options
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 |