From 28b217155aff61c9e95a0ef25b89c01f73ad7398 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 10:19:37 -0200 Subject: Attempt to replace NPC_SPLASHATTACK with more custom version --- db/re/skill_db.conf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'db') 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 -- cgit v1.2.3-60-g2f50