From 3a68403317e65718a041ce33b70feef85abe34dd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 10:21:40 -0200 Subject: Replace DustGatling Gatling's with a shotgun --- db/re/mob_db.conf | 8 ++++---- db/re/mob_skill_db.conf | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 431de3e74..29d844731 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7536,14 +7536,14 @@ mob_db: ( { Id: 1206 SpriteName: "DustGatling" - Name: "Gatling Shooter" + Name: "Shotgun Shooter" Lv: 50 Hp: 2600 Sp: 0 Exp: 437 JExp: 18 AttackRange: 13 - Attack: [24, 30] + Attack: [80, 90] Def: 80 Mdef: 40 Stats: { @@ -7566,8 +7566,8 @@ mob_db: ( ChangeChase: true } MoveSpeed: 420 - AttackDelay: 220 - AttackMotion: 272 + AttackDelay: 1200 + AttackMotion: 472 DamageMotion: 900 Drops: { CoinBag: 500 diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 3014801ce..c06758336 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -928,6 +928,17 @@ SKILL_COND2 = { CastCondition: "MSC_ALWAYS" } } + DustGatling: { + NPC_SPLASHATTACK: { + SkillState: "MSS_BERSERK" + SkillLevel: 2 + Rate: 10000 + Delay: 1200 + Cancelable: true + SkillTarget: "MST_RANDOM" + CastCondition: "MSC_ALWAYS" + } + } DustBoss: { NPC_SUMMONSLAVE: { SkillState: "MSS_ANY" -- cgit v1.2.3-60-g2f50