diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-10 10:19:37 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-10 10:19:37 -0200 |
commit | 28b217155aff61c9e95a0ef25b89c01f73ad7398 (patch) | |
tree | 17dbd1727e0e14138e56d2ec3205727254db98fc | |
parent | 638b57629c35aeea9baaa72e1e1b8dcf5c65a107 (diff) | |
download | serverdata-28b217155aff61c9e95a0ef25b89c01f73ad7398.tar.gz serverdata-28b217155aff61c9e95a0ef25b89c01f73ad7398.tar.bz2 serverdata-28b217155aff61c9e95a0ef25b89c01f73ad7398.tar.xz serverdata-28b217155aff61c9e95a0ef25b89c01f73ad7398.zip |
Attempt to replace NPC_SPLASHATTACK with more custom version
-rw-r--r-- | db/re/skill_db.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 38c28fcb2..edf10ac7b 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -5741,7 +5741,7 @@ skill_db: ( Id: 174 Name: "NPC_SPLASHATTACK" Description: "Splash attack" - MaxLevel: 1 + MaxLevel: 10 Range: -9 Hit: "BDT_SKILL" SkillType: { @@ -5755,7 +5755,18 @@ skill_db: ( DamageType: { SplashArea: true } - SplashRange: 3 + SplashRange: { + Lv1: 1 + Lv2: 2 + Lv3: 3 + Lv4: 4 + Lv5: 5 + Lv6: 6 + Lv7: 7 + Lv8: 8 + Lv9: 9 + Lv10: 10 + } }, { Id: 175 |