diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-27 19:07:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-27 19:07:40 -0300 |
commit | 0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f (patch) | |
tree | 16fe156689fb71106ee78d713caeed152428dc1a /db/re/skill_db.conf | |
parent | 5047ef972603d9ab6492f41266ced2a8f15a53ad (diff) | |
download | serverdata-0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f.tar.gz serverdata-0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f.tar.bz2 serverdata-0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f.tar.xz serverdata-0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f.zip |
Nerf Arrow Shower. Allow skill to go up to level 3 (MP Cost +20, AoE +1)
At level 3, unit range is improved. Needs testing.
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index d1c804bc5..253c5d108 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1914,11 +1914,11 @@ skill_db: ( SplashArea: true } SplashRange: { - Lv1: 2 + Lv1: 1 Lv2: 2 - Lv3: 2 - Lv4: 2 - Lv5: 2 + Lv3: 3 + Lv4: 3 + Lv5: 3 Lv6: 3 Lv7: 3 Lv8: 3 @@ -1960,9 +1960,9 @@ skill_db: ( Range: { Lv1: 1 Lv2: 1 - Lv3: 1 - Lv4: 1 - Lv5: 1 + Lv3: 2 + Lv4: 2 + Lv5: 2 Lv6: 2 Lv7: 2 Lv8: 2 |