From 0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 27 Sep 2019 19:07:40 -0300 Subject: 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. --- db/re/skill_db.conf | 14 +++++++------- npc/003-0/luca.txt | 2 +- 2 files changed, 8 insertions(+), 8 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 diff --git a/npc/003-0/luca.txt b/npc/003-0/luca.txt index 677f223c6..2569e9a00 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -42,7 +42,7 @@ mesc l("You do not meet all requisites for this skill."), 1; break; case AC_SHOWER: - if (!mlearn(AC_SHOWER, 10, 1, FluoPowder, 3)) + if (!mlearn(AC_SHOWER, 10, 3, FluoPowder, 3)) mesc l("You do not meet all requisites for this skill."), 1; break; case KN_AUTOCOUNTER: -- cgit v1.2.3-70-g09d2