diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-12 14:29:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-12 14:29:26 -0300 |
commit | 97be43b2b375742a96bcde8351dacc9fa386971a (patch) | |
tree | e7f6f6e09dfbd3cd49581f06504c62a136048155 | |
parent | 1416450971492d42e1f6ca072621315d77a8c815 (diff) | |
download | serverdata-97be43b2b375742a96bcde8351dacc9fa386971a.tar.gz serverdata-97be43b2b375742a96bcde8351dacc9fa386971a.tar.bz2 serverdata-97be43b2b375742a96bcde8351dacc9fa386971a.tar.xz serverdata-97be43b2b375742a96bcde8351dacc9fa386971a.zip |
Lightning Bolt: Two hits by default
-rw-r--r-- | db/re/skill_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9f27d3aa4..52997affe 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1052,15 +1052,15 @@ skill_db: ( AttackType: "Magic" Element: "Ele_Wind" NumberOfHits: { - Lv1: 1 - Lv2: 2 - Lv3: 3 - Lv4: 4 - Lv5: 5 - Lv6: 6 - Lv7: 7 - Lv8: 8 - Lv9: 9 + Lv1: 2 + Lv2: 3 + Lv3: 4 + Lv4: 5 + Lv5: 6 + Lv6: 7 + Lv7: 8 + Lv8: 9 + Lv9: 10 Lv10: 10 } InterruptCast: true |